Staredit Network

Staredit Network -> Modding Assistance -> Unit weapon change
Report, edit, etc...Posted by dumbducky on 2006-08-03 at 18:22:29
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?
Report, edit, etc...Posted by nirvanajung on 2006-08-03 at 18:38:35
if u really did set weapon to that, look around all attack animations of iscrpt which opcode for attack with numbers
Report, edit, etc...Posted by Voyager7456(MM) on 2006-08-03 at 18:40:48
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.
Report, edit, etc...Posted by dumbducky on 2006-08-04 at 09:37:54
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?
Report, edit, etc...Posted by DiscipleOfAdun on 2006-08-04 at 09:49:46
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.
Report, edit, etc...Posted by dumbducky on 2006-08-04 at 09:52:01
I still have the same problem.
Report, edit, etc...Posted by BroodKiller on 2006-08-04 at 11:53:05
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.
Report, edit, etc...Posted by Lord_Agamemnon(MM) on 2006-08-04 at 12:10:19
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.
Next Page (1)