Page 1 of 1

Detpacks?

Posted: Sat Aug 13, 2011 1:20 pm
by Tears2Roses
I'm trying to get detpacks in-game. I can find the detpack ODF but im not sure what .tga/.msh/.option files go with it. I did about an hour of searching for it. If I open the ODF it doesnt list a texture. So can someone point this out for me? if so that would be great :D

Re: Detpacks?

Posted: Sat Aug 13, 2011 2:03 pm
by Lagomorphia
Are you trying to give a unit detpacks? Just put detpacks in one of the unit's weapon sections and load that faction's stock engineer in the LUA.

Re: Detpacks?

Posted: Sat Aug 13, 2011 2:18 pm
by Alpha_41
In the detpack ODF you should see this line : GeometryName = "com_weap_inf_detpack",
it tells you what .msh file your .odf use.
To know what .tga file go with it open the .msh file with MSHViewer and then click on the information button
- the big "I" - it will tell you what .tga(s) it use. In your case it's "construction create.tga" and "gonk.tga".
There are both located with "com_weap_inf_detpack.msh" in your ...\data_***(your world name)\Common\mshs folder.

Re: Detpacks?

Posted: Sat Aug 13, 2011 3:04 pm
by Tears2Roses
Alpha_41 wrote:In the detpack ODF you should see this line : GeometryName = "com_weap_inf_detpack",
it tells you what .msh file your .odf use.
To know what .tga file go with it open the .msh file with MSHViewer and then click on the information button
- the big "I" - it will tell you what .tga(s) it use. In your case it's "construction create.tga" and "gonk.tga".
There are both located with "com_weap_inf_detpack.msh" in your ...\data_***(your world name)\Common\mshs folder.
Thank you!