Page 1 of 1

A couple questions [solved]

Posted: Fri Jul 23, 2010 7:55 pm
by stardestroyer001
I've got a couple questions to ask concerning different parts of modding.
1) Lightsabers are doing no damage, and the combo file for my Jedis says the damage is 300. Why aren't my Jedis doing any damage?
2) How do I retexture the laser that comes out of a turret (ex.cis_bldg_boxturret)? Where are the tgas and other associated files?
3) (XSI) I've got Softimage 2010 yet the Fixed XSI addon refuses to be installed (error message). What do I do to get it working?
4) (groups) How hard is it to start a group through Gametoast? Are people into that kind of thing?

Re: A couple questions

Posted: Fri Jul 23, 2010 8:23 pm
by AQT
1) If this is for your Space Coruscant map, you'll have to include the lines for combo memory. See a land map LUA reference.
2) Those TGAs are common files. They are located in the data_modID\Common\effects folder. In order to see the changes you made, you'll have to use a custom ingame.lvl. Alternatively you can just copy those TGAs into your side's (or world's) effects folder, rename them to something new, and reference those lines in your turrets' _ord ODFs. Of course that'll mean you have to make a custom turret.
4) Project groups tend to fail most of the time.

Re: A couple questions

Posted: Sun Jul 25, 2010 8:16 am
by DarthD.U.C.K.

Re: A couple questions

Posted: Mon Jul 26, 2010 9:15 pm
by stardestroyer001
Okay, thanks.