Page 1 of 1
Units don't have an attack?
Posted: 08 Mar 2008, 13:28
by BlueTemplar
I found this old mod,
Xect vs Mynn that works great even on my feeble G4.
There is only one problem... the units in this mod don't have an attack in-game! (except for the dgun)
I've looked into the .fbi unit files, they all have canattack=1 and pointers for weapons, and everything seems there in weapons.tdf... but when in-game, units just don't have any attack!
Re: Units don't have an attack?
Posted: 08 Mar 2008, 13:59
by KDR_11k
Probably an error in the weapon data file. The weapons don't get loaded.
Re: Units don't have an attack?
Posted: 08 Mar 2008, 14:14
by BlueTemplar
Thanks, should have looked in the infolog sooner:
Code: Select all
Error parsing weapons/exp_hvyrock.tdf: Bad TDF text at line 2
Error parsing weapons/weapons.tdf: Bad TDF text at line 248
Re: Units don't have an attack?
Posted: 08 Mar 2008, 14:44
by BlueTemplar
Great, it works now! if only there weren't this PPC sound bug...
BTW, Argh, This mod lacks xect_smasher.png, how do I convert Core_Smasher.tga and Core_Smasher_Alpha.tga into a .png?
Re: Units don't have an attack?
Posted: 08 Mar 2008, 19:44
by rattle
By using a graphics program.
Re: Units don't have an attack?
Posted: 08 Mar 2008, 21:29
by Evil4Zerggin
Try the
GIMP if you don't feel like acquiring Photoshop.
Re: Units don't have an attack?
Posted: 08 Mar 2008, 23:26
by rattle
Or by using
DXTbmp or spending a minute on google. You can convert TGAs to BMP with it which can be converted to PNG with Paint.
Re: Units don't have an attack?
Posted: 09 Mar 2008, 19:05
by BlueTemplar
Yes, but I wanted to know if I had to fusion both images into one, looks like it's not the case. Thank you.