I set the marines air weapon as the hellfire missles, but they won't use em. They still use the gauss rifle though. What am I doing wrong?
if u really did set weapon to that, look around all attack animations of iscrpt which opcode for attack with numbers
Nirvanajung is correct... check the Marine's iscript in IceCC. I think the marine has an attack25 1 opcode, which causes it to use its ground weapon no matter what. Change it to attack26 (which auto-selects ground or air depending on the target), and it should work fine.
I'm having trouble getting it to run. I extracted from the .rar, but all the DOS files just open up then quickly exit when I run them. What do I do?
If you are using IceCC, it must c:\IceCC\ to work. If not, it won't work. Also, make sure you have the Java Runtime Environment installed. Then, run the .bat file that came with it.
I still have the same problem.
This is because IceCC is a command-line application. Go Start->Run->"cmd" (less quotes) and then browse the the C:\IceCC dir, and run icecc/icedc. But first read the manual that comes with it - it explains a bunch of things.
And, once you get it working, start running ICECCUI.jar--world's longest modding tool acronym. It has an actual INTERFACE for you to decompile with! I would have despaired long ago if it wasn't for that interface.