Featured TUTORIAL Your FIRST car in Assetto Corsa - Basic Guide

Discussion in 'Car Models | Physics' started by luchian, Aug 22, 2017.

  1. denis370

    denis370 Member

    Joined:
    Jun 25, 2018
    Messages:
    244
    Likes Received:
    23
    do you have good 4 cylinder sounds with turbo and backfire, 90s racing sounds that even reach 8500 rpm?
     
  2. AkinOstrich

    AkinOstrich New Member

    Joined:
    Dec 19, 2020
    Messages:
    21
    Likes Received:
    1
    Location:
    Bloomington, IL
    Hi all! I'm creating a Sonic mod, but currently there's trouble with materials. Do I have to make materials in PS, including Normals, Alpha, RGB, Diffuse, then assign all of them with AC Editor? I love how realistic Blender's materials are, but I don't think they can be exported to dds.

    Also, this UV unwrapping isn't space efficient. Shall I include wheels, lights, and everything else on the exterior and unwrap all into one map?

    Thanks for all your help!
    upload_2021-1-9_17-45-24.png
     
  3. denis370

    denis370 Member

    Joined:
    Jun 25, 2018
    Messages:
    244
    Likes Received:
    23
    hello, you have to read the pipeline document that explains the texturing method from page 47, you can find it in the path where you installed assettocorsa which could be this: C: \ Steam \ steamapps \ common \ assettocorsa \ sdk \ dev \ car_pipeline_2.0rev.
    However, your UVs do not have to be all in one map, you will have to divide the UVs in a useful way, for example: the bodywork will be separated from the rest, the tires as well, the rims also, the chromed materials will be separated from the materials of plastic, fabric etc. .. open some mods and see how they have been divided to get an idea ..
     
    AkinOstrich likes this.
  4. denis370

    denis370 Member

    Joined:
    Jun 25, 2018
    Messages:
    244
    Likes Received:
    23
    (Do I need to create materials in PS, including Normals, Alpha, RGB, Diffuse, then assign them all with AC Editor?)
    Yes, you will have to do all these things in an image editor program like PS and assign the materials with the right shaders and values in KSeditor.
    Also for this reason, if you have never done it before, I advise you to copy, the first few times to gain experience, the shader settings and values from already existing mods, and to read the pipeline from page 47 and page 66 where also find examples and explain how you will have to compress the materials, because a good mod must not exceed 43 \ 44 Kb of kn5a.
     
    AkinOstrich likes this.
  5. fughettaboutit

    fughettaboutit aka leBluem

    Joined:
    Jul 21, 2014
    Messages:
    1,117
    Likes Received:
    379
    43.000/44.000 kb ;)
     
    AkinOstrich likes this.
  6. denis370

    denis370 Member

    Joined:
    Jun 25, 2018
    Messages:
    244
    Likes Received:
    23
    [QUOTE = "fughettaboutit, post: 17321, member: 47"] 43.000 / 44.000 kb ;)[/ QUOTE]

    yessssss!
    รจ vero, piccola dimenticanza, dicono che gli zeri non contano .....
     
  7. denis370

    denis370 Member

    Joined:
    Jun 25, 2018
    Messages:
    244
    Likes Received:
    23
    you know I just can't solve with wing animations that give me problems in replays ... @stereo says: "Wing animations must be between 0 and 90 degrees to be saved correctly in replays, if I remember correctly." I have tried everything but the wings shake in replays, they make opening and closing shots, but they don't work well ... can you give me some more targeted advice to work on this problem ...?
     
  8. AkinOstrich

    AkinOstrich New Member

    Joined:
    Dec 19, 2020
    Messages:
    21
    Likes Received:
    1
    Location:
    Bloomington, IL
    Hi again! Thanks for the previous help! Am I correct in thinking that all meshes must have a parent dummy, even if they are several meshes under a single dummy? Also, do the textures need to be named respective to the mesh they are applied to? I've read the pipeline and looked at a KUNOS car in AC Editor. There materials are in Italian and most start with CAR_xxxx or GLOBAL_xxxx. Thanks in advance!
     
  9. AkinOstrich

    AkinOstrich New Member

    Joined:
    Dec 19, 2020
    Messages:
    21
    Likes Received:
    1
    Location:
    Bloomington, IL
    Sorry just one more thing. I opened the Abarth's color_skin_map.dds, and it looks green. I'm not sure why. Does it matter what color fill I give the UV map?
    upload_2021-1-10_13-23-4.png
     
  10. denis370

    denis370 Member

    Joined:
    Jun 25, 2018
    Messages:
    244
    Likes Received:
    23
    no, you must think that your mod has a body, usually it is the bodywork, everything that is unrelated mesh, without empty, the trim engine considers it the body of your car, so attached to the bodywork, it is therefore not necessary that you make everything related. what must be is also reported on the pipeline, and it depends on how you want to make your car .. example: a mod that does not have animations on the doors, on the hood and on the tailgate, can therefore have these meshes without an empty and the conventional name that the AC motor should recognize.
    if you will make a mod with visual damage, then you will have to use empty with mandatory names, for example: FRONT_BUMPER and REAR_BUMPER, which in case of accidents can thus dangle from the body of the car, the same goes for the wings, for the engine hood and tailgate, damage glasses in case you want to put them ...
     
  11. denis370

    denis370 Member

    Joined:
    Jun 25, 2018
    Messages:
    244
    Likes Received:
    23
    the names of the meshes you can use whatever you want, kunos recommends using names with prefixes, for example: GEO_Exhaust in the case of an exhaust..the materials for example recommend INT_Plastico in the case of plastic material inside the car and EXT_Plastico in the case of external plastics
     
    AkinOstrich likes this.
  12. denis370

    denis370 Member

    Joined:
    Jun 25, 2018
    Messages:
    244
    Likes Received:
    23
    but there are objects that absolutely must have an empty and a name that the AC engine wants, example: ARROW_SPED for the odometer needle, ARROW_RPM for the engine rpm needle, etc., you have to read them in the pipeline, it's all written, the names, empty and their orientations are fundamental to many objects that perform functions
     
    AkinOstrich likes this.
  13. denis370

    denis370 Member

    Joined:
    Jun 25, 2018
    Messages:
    244
    Likes Received:
    23
    this is a map that must be done like this, or you do it by coloring the green channel of your material white, or you don't do it and use TX_Maps.dds that you find inside almost all the texture folders when you open a mod, you can't make it different.
     
    AkinOstrich likes this.
  14. AkinOstrich

    AkinOstrich New Member

    Joined:
    Dec 19, 2020
    Messages:
    21
    Likes Received:
    1
    Location:
    Bloomington, IL
    Alright still working and I ran into a bump. What format do I save the dds as when exporting from PS? I have all these options!
    upload_2021-1-10_22-44-22.png
     
  15. denis370

    denis370 Member

    Joined:
    Jun 25, 2018
    Messages:
    244
    Likes Received:
    23
    DXT5 o DXT3, io uso DXT5
     
  16. Johnr777

    Johnr777 Moderator

    Joined:
    Jul 26, 2017
    Messages:
    1,050
    Likes Received:
    614
    Depends on the type of texture. Some can be DXT1, others DXT3 and DXT5.

    You can refer to the pipeline document in the SDK folder. Kunos explains the best format for each type of texture.
     
    AkinOstrich likes this.
  17. denis370

    denis370 Member

    Joined:
    Jun 25, 2018
    Messages:
    244
    Likes Received:
    23
    eatto, I had already advised him to read the pipeline well but then nobody ever does :D:D
     
  18. AkinOstrich

    AkinOstrich New Member

    Joined:
    Dec 19, 2020
    Messages:
    21
    Likes Received:
    1
    Location:
    Bloomington, IL
    Hi guys!

    Almost done with the modeling part of the car. I probably went over the vertex limit but oh well.
    Anyway, I'm struggling with AC Editor. Why does the car show up black-ish (you can kind of see the textures)? I loaded colors and reassigned materials. Is there any way to fix this? Does it have to do with the crash.kn5 I made? Attached is a screenshot.

    Thanks for all the help!
    upload_2021-1-15_22-3-17.png
     
  19. denis370

    denis370 Member

    Joined:
    Jun 25, 2018
    Messages:
    244
    Likes Received:
    23
    are you modeling with blender? which version?
     
  20. denis370

    denis370 Member

    Joined:
    Jun 25, 2018
    Messages:
    244
    Likes Received:
    23
    if in the kseditor you click with the right mouse button on the components of the car, the components are selected by also changing color or nothing happens?
     
: tutorial, car mod
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice