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!
Units don't have an attack?
Moderator: Moderators
Re: Units don't have an attack?
Probably an error in the weapon data file. The weapons don't get loaded.
- BlueTemplar
- Posts: 314
- Joined: 28 Oct 2007, 22:37
Re: Units don't have an attack?
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
- BlueTemplar
- Posts: 314
- Joined: 28 Oct 2007, 22:37
Re: Units don't have an attack?
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?
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?
By using a graphics program.
- Evil4Zerggin
- Posts: 557
- Joined: 16 May 2007, 06:34
Re: Units don't have an attack?
Try the GIMP if you don't feel like acquiring Photoshop.
Re: Units don't have an attack?
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.
- BlueTemplar
- Posts: 314
- Joined: 28 Oct 2007, 22:37
Re: Units don't have an attack?
Yes, but I wanted to know if I had to fusion both images into one, looks like it's not the case. Thank you.