No clue what you mean with "car data file is a different". The data.acd/folder data isnt even used. All is done with this snippnet of code in the extension:
Code:
[MODEL_REPLACEMENT_...]
ACTIVE = 1
FILE = pfa_vwsci_mk1_s1.kn5, pfa_vwsci_mk1_s1_lod_b.kn5
INSERT = girlfriend.kn5
INSERT_AFTER = int_gauge_glass
ROTATION = 0, 182, 180 ; rotate: heading, pitch and roll, in degress
OFFSET = 0.26, -0.55, 0.435 ; move: X, Y and Z axis, in meters
SCALE = 0.95, 0.95, 0.95
[EMISSIVE_EXTRA_F_...]
NAME=girl01?
TOGGLE_VISIBILITY = 1
COLOR=0.1, 0.1, 0.1, 1
You need to change FILE=, INSERT_AFTER=, ROTATION=, maybe the SCALE and place the girly with the OFFSET-Part which are all directions from the center of the car.
For example, quick and dirty with the Porsche Macan (and mapped to another button, Alt-Numpad8):
Code:
[MODEL_REPLACEMENT_...]
ACTIVE = 1
FILE = porsche_macan.kn5, porsche_macan_lod_B.kn5
INSERT = girlfriend.kn5
INSERT_AFTER = GEO_Mainbody_Carpaint_SUB1
ROTATION = 0, -6, 0 ; rotate: heading, pitch and roll, in degress
OFFSET = -0.1, 0.5, 0 ; move: X, Y and Z axis, in meters
SCALE = 0.925, 0.925, 0.925
[EMISSIVE_EXTRA_A_...]
NAME=girl01?
TOGGLE_VISIBILITY = 1
TOGGLE_VISIBILITY_INVERSE = 1 ; VISIBLE BY DEFAULT!
COLOR=0.1, 0.1, 0.1, 0.1
View attachment 734450
Youre a life saver!
thanks a lot for the explanation, i didnt know what actually needed touching, so i compared the cars and tried to find out the differences, and the wolkswagen had a data file, where the other car had a data folder with other files, so i guessed that might played a part in it, it seems i was wrong,
I will try to follow your explanation and see if i can make it work,
How do you guess what to put in " INSERT_AFTER"?
im guessing is the last part of the car mesh or something?
In any case, ill try make it work, thanks a lot for taking the time to help me out!
EDIT:
Ok i tried it, and i seem to not be able to get it working yet here is what i did:
[MODEL_REPLACEMENT_...]
ACTIVE = 1
FILE = toyota_ae86.kn5, toyota_ae86_LOD_B.kn5,
INSERT = girlfriend.kn5
INSERT_AFTER = EXT_windscreen
ROTATION = 180, -6, 0 ; rotate: heading, pitch and roll, in degress
OFFSET = 0.0, 0.01, -0.01 ; move: X, Y and Z axis, in meters
SCALE = 5.925, 5.925, 5.925
[EMISSIVE_EXTRA_F_...]
NAME=girl01?
TOGGLE_VISIBILITY = 1
COLOR=0.1, 0.1, 0.1, 0.1
EXT_windscreen to get this i downloaded the obj in blender to see what object i could insert it after (since i had no clue where to insert it after)
Im not sure what im doing wrong, but the model doesnt appear, i even tripled the scale to see if it was hiding somewhere and couldnt see it but nothing.
Got Extra F mapped so it does work on the wolkswagen but for the life of me i cant make it work for the other cars.
Tried the default visivility too just in case, but Girlie doenst appear lol
Any help or tips would be absoluetly appreciated , thanks!