Staredit Network

Staredit Network -> Modding Assistance -> IceCC...
Report, edit, etc...Posted by Xx.Doom.xX on 2006-08-30 at 16:49:08
Ok, I havnt done much iscripting in my life, around none, and ive been starting iscript. First off i need to work out one problem. Thats when you guys come in tongue.gif.

My problem is this. I've been using this tutorial for awhile and i always get stuck at number 10 i screw up.

i type in all it says icecc -o "C:\my modding folder\iscript.bin" C:\IceCC\data\scripts\iscript.bin C:\IceCC\iscript.txt and i get this really dumb error (this always happens):

'icecc' is not regonized as an internal or external command, operable program, or batch file.

why? ive tryed everything! what am i doing wrong??!??!?!?!

Report, edit, etc...Posted by Lord_Agamemnon(MM) on 2006-08-30 at 16:59:58
Just use ICECCUI. I think it comes with ICECC. It's got a (moderately) pretty interface and works just as well. You also don't need to muck around with the command line if you use it. It made my life SO much easier...
Report, edit, etc...Posted by Xx.Doom.xX on 2006-08-30 at 17:35:44
QUOTE(Lord_Agamemnon @ Aug 30 2006, 04:59 PM)
Just use ICECCUI.  I think it comes with ICECC.  It's got a (moderately) pretty interface and works just as well.  You also don't need to muck around with the command line if you use it.  It made my life SO much easier...
[right][snapback]553621[/snapback][/right]

No you dont understand. I do use ICECCUI, and followed those steps from that tutorial in the first post up to number 10, then i get that error msg...
Report, edit, etc...Posted by Lord_Agamemnon(MM) on 2006-08-30 at 17:37:58
If you have ICECCUI, you don't need to use the command prompt...
Report, edit, etc...Posted by Xx.Doom.xX on 2006-08-30 at 17:38:50
QUOTE(Lord_Agamemnon @ Aug 30 2006, 05:37 PM)
If you have ICECCUI, you don't need to use the command prompt...
[right][snapback]553652[/snapback][/right]

But i was following the tutorial, just to get me started with iscripting.
Report, edit, etc...Posted by Doodle77(MM) on 2006-08-30 at 17:44:05
first type `cd C:\IceCC`
Report, edit, etc...Posted by Xx.Doom.xX on 2006-08-30 at 17:48:10
QUOTE(Doodle77(MM) @ Aug 30 2006, 05:43 PM)
first type `cd C:\IceCC`
[right][snapback]553657[/snapback][/right]

did that, still get that error.... mellow.gif
Report, edit, etc...Posted by Killer_Kow(MM) on 2006-08-30 at 18:09:35
Double click IceCCUI?
Report, edit, etc...Posted by Xx.Doom.xX on 2006-08-30 at 18:13:02
QUOTE(Killer_Kow(MM) @ Aug 30 2006, 06:09 PM)
Double click IceCCUI?
[right][snapback]553676[/snapback][/right]

NooOO!OOOO!! you guys dont understand the problem. Read the tutorial in the first post up to number 10. Then youll understand it.
Report, edit, etc...Posted by Killer_Kow(MM) on 2006-08-30 at 18:18:07
Don't do it that way. Use the compile tab in IceCCUI.
Report, edit, etc...Posted by TERRAINFIGHTER on 2006-08-30 at 18:34:42
That's a DOS error where you don't have it on the right folder or mis-typed the file/file type, use the interface instead. tongue.gif
Report, edit, etc...Posted by Xx.Doom.xX on 2006-08-30 at 20:08:00
QUOTE(TERRAINFIGHTER @ Aug 30 2006, 06:34 PM)
That's a DOS error where you don't have it on the right folder or mis-typed the file/file type, use the interface instead. tongue.gif
[right][snapback]553694[/snapback][/right]

interface...?

sry dont know what you mean i sux0rz tongue.gif
Report, edit, etc...Posted by DiscipleOfAdun on 2006-08-30 at 20:23:29
IceCC comes with 2 files that do the actual compling/decompiling. However, those files are ran from a DOS prompt, as they require arguments to run correctly. The IceCCUI.jar file is a Java interface that makes it much easier. Requiring a Java Runtime Environment, things are much easier. If you've never ran it(it's also ran by a .bat file), now would be a good time to learn.

Most people find the interface much easier than using the DOS prompts.

However, TF is right about the error, is icecc.exe in the folder you were in when you typed the prompt?
Report, edit, etc...Posted by Xx.Doom.xX on 2006-08-30 at 20:32:57
Well, `cd C:\IceCC` isnt really right i think cause in C:\ i click 'IceCC' and then it goes to the folder and theres another IceCC folder that i have to click on to get to like where icecc.exe and the .bat file are. So should this be `cd C:\IceCC\IceCC` ?

ADDITION:
Ok, got this error now. Remember im using the tut from the first post that i put. So read that to #10.
(Note: IceCCFix is just what im using)
Teh error:

C:\IceCCFix\IceCC\iscript.txt:34: error: unknown insctruction opcode 'imgol08'
icecc: error: aborted due to syntax errors in C:\IceCCFix\IceCC\iscript.txt

Report, edit, etc...Posted by Pie_Sniper on 2006-08-30 at 20:34:35
Cut everything from that folder and move it to C:\IceCC. It has to be in that folder. (Or, at least, the Data folder needs to be in C:\IceCC\Data.)
Report, edit, etc...Posted by Pyro-Fire on 2006-08-31 at 03:23:10
compiling:

1)run iceccui
2)click compile tab
3)you should be smart enough to finish the rest. if you cant find your way you shouldnt be modding.

OR

1)open the readme
Report, edit, etc...Posted by www.com.au on 2006-09-01 at 19:48:34
Don't use the command line, its T3h lame. Open ICECCUI like SO many people have said in this topic..
Report, edit, etc...Posted by BroodKiller on 2006-09-01 at 23:29:31
Oh please...the 4 years I've been using IceCC, I always used the command line program. I am as confortable with it as with the GUI, it doesn't really matter. For more, command line is old-skool smile.gif
Report, edit, etc...Posted by www.com.au on 2006-09-02 at 00:12:32
QUOTE(BroodKiller @ Sep 2 2006, 02:29 PM)
Oh please...the 4 years I've been using IceCC, I always used the command line program. I am as confortable with it as with the GUI, it doesn't really matter. For more, command line is old-skool smile.gif
[right][snapback]554564[/snapback][/right]


Whatever floats your boat..

*coughweirdocough*
Report, edit, etc...Posted by Pyro-Fire on 2006-09-02 at 02:24:51
QUOTE(www.com.au @ Sep 1 2006, 11:12 PM)
Whatever floats your boat..
[right][snapback]554583[/snapback][/right]



/agree

<Pyro-Fire agree's with www.com.au :->
Report, edit, etc...Posted by Lord_Agamemnon(MM) on 2006-09-02 at 12:42:26
BK: You may use the command line, but you're also the one who can find errors in .dat files just by looking at the hex. We mere mortals need our interface. tongue.gif
Next Page (1)