Staredit Network

Staredit Network -> Modding Assistance -> SCV attack or flamethrower Problem
Report, edit, etc...Posted by AngryPoonani on 2006-08-04 at 15:02:49
I'm using DatEdit to modify the .dat files and all have worked well except an SCV with a flamethrower weapon. I give it a flamethrower and it won't use it... WHY? confused.gif so confusoosled

is it hardcoded...hardwired (no idea what ya'll call it) or sumtin?
Report, edit, etc...Posted by DiscipleOfAdun on 2006-08-04 at 15:10:31
The flamethrower weapons is rather unique. First of all, the graphic is created in the Iscript.bin file. Plus, the script uses it differently than normal, creating the damaging weapon 3 times(it's invisible...)

All in all, the Flamethower is about the 2nd hardest weapon to make another unit use, and you need to be fairly Iscript proficient before trying it.
Report, edit, etc...Posted by Voyager7456(MM) on 2006-08-04 at 15:11:34
The reason is that the Flamethrower graphic is an overlay in the iscript, not an actual graphic.

If you want to have the SCV use the flamethower, you have to add this line to its GndAttkInit animation with IceCC.

CODE
imgol08         421 0 0 # FlameThrower (thingy\flamer.grp)


EDIT: DoA snuck that reply in when I was decompiling the iscript! tongue.gif
Report, edit, etc...Posted by AngryPoonani on 2006-08-04 at 15:18:52
mmk thanks for the help. I know nothing about Iscript but I intend to learn. (it just takes time)
Report, edit, etc...Posted by DiscipleOfAdun on 2006-08-04 at 15:28:55
Voy, you mean to tell me you don't have a complete original decompiled iscript handy? shocking.gif
Report, edit, etc...Posted by Voyager7456(MM) on 2006-08-04 at 15:44:39
Uh... hehe... shifty.gif
Report, edit, etc...Posted by BroodKiller on 2006-08-05 at 06:38:01
How unprofessional... closedeyes.gif

I even keep a copy of disassembled storm.dll and starcraft.exe "just in case"...wink.gif
Report, edit, etc...Posted by CommmanderMoo19 on 2006-08-05 at 15:38:59
ooooo so thats y wen ever i make som of my units have a flamethrower it crashes

also wats hardest weapon to give 2 another unit since u said flamethrower wuz #2
Next Page (1)