suspensions.iniHi, how can i allign the wheel outline to the wheel?View attachment 8264
You have to modify the values in the tire thermal card inside tyres.ini, you have two thermal cards, one for the front tire and one for the rearHi, is there a way to change a tyre heat up time? i mean, there is a tyre which heat up really quick, i want it to last longer, but nothing helps, in the tyres.ini can i change it somehow?
It's a bit long because you need to know how to implement CSP and scripts to increase the smoke and improve the flames.Thanks, and i have another question, can someone help me with an exhaust whick only emitt smoke and not flame? And the smoke is suttle too, i dont really know how to do that
Yes i use cm, i am making a new wrc car mod which has a second “exhaust” for the hybrid system cooling and its just simply smoke and i want to make thatIt's a bit long because you need to know how to implement CSP and scripts to increase the smoke and improve the flames.
simply if you want to add them in the traditional kunos method, add the "flame_presets.ini" and "flame.ini" scripts inside the "data" folder of your car, after which with content manager you have to modify the coordinates of the flames to position them in your exhausts , and to change the coordinates you have to double click on "flame.ini" and change the values in "POSITION" for the position and "DIRECTION" for the direction.
if you only have one drain you just need a script like the example below, if you have 2 drains you will have to add another script and name it
"[FLAME_1]"
[FLAME_0]
POSITION=0.43,0.252,-1.80 ; X Z Y axes
DIRECTION=-0.0, 0, -3.0
VSIZE_START=0.15
VSIZE_END=0.05
LSIZE=0.35
IS_LEFT=0
GROUP=0
do you use content manager?
Yesthen you will have to use CSP to simulate that white smoke.
Do you already have the "extension" folder with the "ext_config.ini" file inside the main folder of your mod?
[FLAME_0]It is ok, but this is the thing i dont want, i dont want flames on the left exhaust, i want only smoke on that one, how can i do that, apart from that its good