Hi,
I made a great discovery that could help my friend Philip aka Elio a lot with his MegaPatches
I'm working on a project using the GPxPatch utility and in the GPxCinfo tab implementing an image for each car through the
"Steer" item that uses the
"Rotate" modeThe goal would be to have 22 different images, 1 for each car.
The problem is that in this type of configuration in the
"Rotate" mode does not "have" the
"show for team" and
"show for car" options like in the "
Toggle" mode.
So, analyzing an INI file from the "F1 1984 MegaPatche", I noticed that "Elio" had configured each team to have a different arms and steering wheel !!!
Here's the screen.
But how did GPxPatch understand this?
Here's the part of the INI file with the evidence that makes this work
[Steer1ControlImage0]
Path=arms\F185\
02 williams rosberg arms 84.tgaX=212
Y=345
Width=600
Height=600
Showforteam=2Scale=0
So I thought about it.
Will it show if I set the "show for car" option in this INI file and assign a different TGA file to each car?
So I inserted another line with the same information but directing it to another TGA file
Once that is done, now I have to edit the INI file and insert the lines Showforcar=3 and Showforcar=4
1985 arms.ini[Steer1ControlImage0]
Path=arms\F185\
02 laffite arms 84.tgaX=212
Y=345
Width=600
Height=600
Showforteam=2Showforcar=3Scale=0
[Steer2ControlImage0]
Path=arms\F185\
02 williams rosberg arms 84.tgaX=212
Y=345
Width=600
Height=600
Showforteam=2Showforcar=4Scale=0
Yes. It worked!!!!
Here are the screens
Now in
1984 we have the
Williams team with "
laffite arms 84.tga" in
car 5 and "
rosberg arms 84.tga" in
car 6With this test I will get results with my project where, as I said, I will be able to put 22 rotated images, one for each car.
I hope this helps you guys
Evandro ( Brazil )
Edited 1 time(s). Last edit at 08/17/2024 09:03PM by evroic.