Page 1 of 1

help to fix unit pictures

Posted: Thu Apr 16, 2009 3:32 am
by tfc_generalKMK
i would like to be able to help fix where a installation's picture isn't being rendered or the vdu image isn't being rendered

i figure they just have the wrong extension or something like that

i just need to figure out what file to edit

is this in units.csv? i don't think so because i did look in that it asks for a directory for where its found but those don't have an extension

is the vdu image what is titled Hud_image in units.csv?

and is the Mesh what is actually seen through the players HUD display?

at the moment that is about all i can think about asking with this topic

Re: help to fix unit pictures

Posted: Thu Apr 16, 2009 3:50 am
by loki1950
The VDU image is as sprite and should have the .sprite extension most of which still have the .spr extension they are usually found with the units bfxm file and textures.

Enjoy the Choice :)

Re: help to fix unit pictures

Posted: Thu Apr 16, 2009 4:12 am
by tfc_generalKMK
is there a way to test if the changes i am making to my units.csv are correct without just having to rely on luck that i can find these objects in game?

Re: help to fix unit pictures

Posted: Thu Apr 16, 2009 7:39 am
by loki1950
Have a look at the test missions in the data/mission/test folder they are just XML files so you should be able to launch the game with one as a command line argument that's how Pyramid's Unit Converter checks the textures on new units that his program has readied for game insertion they load pretty fast as the whole universe does not need to be loaded there is also some info on .mission files in the wiki.

Enjoy the Choice :)

Re: help to fix unit pictures

Posted: Thu Apr 16, 2009 5:07 pm
by tfc_generalKMK
thanks for that loki

one thing i am still not sure about

is the vdu image controlled by the Hud_image column on units.csv?

i am pretty sure it is but not quite sure

Re: help to fix unit pictures

Posted: Thu Apr 16, 2009 6:49 pm
by denyasis
I believe it is! Hope that helps!

Ps - If you are a windows user, you can skip the command line and just drag the mission you want to load onto vegastrike.exe in your bin directory. Just make sure its the EXE, not the shortcut :-)

Re: help to fix unit pictures

Posted: Thu Apr 16, 2009 7:10 pm
by tfc_generalKMK
ya i noticed that when i used the command line i got the same result as just double clicking it so i set to open with the vpn's exe and then it worked like a charm

thanks for the confirmation denyasis