Staredit Network

Staredit Network -> Modding Assistance -> ice/ice_xp program issue
Report, edit, etc...Posted by Kookster on 2006-09-20 at 20:11:25
ok so in ice i want to be able to make things random so i try using the command:

Using randomizer value(?) [fill here], jump to offset [fill here]

now the problem is that the offset will only allow numbers that are divisible by 256 so if the offset isnt divisible by 256 im screwed, does anyone know a way to fix this or if anyone can edit the program and fix it that would be most prefered,


and please dont tell me to use icecc it wont work on my computer ive tried many many many times
Report, edit, etc...Posted by nirvanajung on 2006-09-20 at 20:29:33
i can't understand what exactly divisible by 256 thing is ....

u mean what about scripts of offset number 256
like this ?
CODE

playframe 0
playframe 0
playframe 0
playframe 0
playframe 0
playframe 0
.
.
.
.
.
serveral  complicated opcodes
.
.
.
.
go to offset 1412


or just ur ice/iceXP not allow u edit offset as u mine what exactly mean
"divisible by 256 " is?
Report, edit, etc...Posted by Kookster on 2006-09-20 at 20:34:30
divisible by 256,512,768,1024,1280...etc etc those numbers are the only offsets i can use in the randomizer command if the number is divisible by 256 it works if it isnt it doesnt for example this would work:
Using randomizer value(?) 2, jump to offset 62464
62464/256=244

this would not work:
Using randomizer value(?) 2, jump to offset 62465
62465/256=244.00390625
Report, edit, etc...Posted by nirvanajung on 2006-09-20 at 20:44:31
why can u only 256,512,768,1024,1280 offset?
just creat new offset by click new order buttons then one offset has created
as like that method, try use offset which created new one

refering Marine Script "initial Animation"
there is used opcodes which "randomizer value(?), jump to offset"
Report, edit, etc...Posted by Kookster on 2006-09-20 at 20:49:17
its not that i dont want to use other offsets but in the command if i try to enter something that cannot be divided by the number 256 it wont enter it but it will enter some random number
Report, edit, etc...Posted by nirvanajung on 2006-09-20 at 20:58:02
i don't understand why u try use divisible by 256
just use anything try look marine and hydralisk script

Anyways the new offset has created by add 6 be more lastest offset number
if u so wanna just divisible by 256 keep go on creat new offset till become
the number which divisible by 256

there is just that method in ice/iceXP and ice has not opened source
so if would try make other ice version, should go throgh from scratch

However, i really can't understand why u will full the number which divisible by 256

i'd like to modelling my mod's units with 3dsmax
so i not have times to look on this site so try metioned methods

and u may wanna succeed install and run iceCC try chat to me on MSN messenger
my msn mail is "evaniss@naver.com" try add friends
i'll do all steps for installing iceCC ur OS by Remote Control of MSN service
or other remote solutions which Freeware

GL~!
Report, edit, etc...Posted by BSTRhino on 2006-09-21 at 22:29:31
I understand what you mean. There's an INI file that I think is called ice.ini in the same directory as the EXE file. It contains all the commands and information on how to decode them. Try editing that since you can't use IceCC.
Report, edit, etc...Posted by Kookster on 2006-09-23 at 00:00:15
ive tried it worked once but im not sure why and now it wont i tried entering next to the variable /256 to divide out the extra number, it worked the first time but hasnt since and ive tried reinstalling and many other things but i dont know enough about how the program works
Report, edit, etc...Posted by nirvanajung on 2006-09-25 at 21:11:22
Oh, i just realized that doesn't save number in "randomize go to offset" command line
Honestly when i use ice i haven't been use that randomize order
hmm... i don't know why that doesn't saved number to typed number in ice/iceXP
probably that is bug or producer wasn't consideration for that order missing

as ill luck would have it, if u try use "randomize go to offset" have to just use existing order and offset
such as marine and hydralisk's order line

and also u might should change their initial animation script either
to will not overlap using with ur used unit script

i think that is only method if u wouldn't build new ice version or fix and patch it

BTW, how about taking this opportunity, try use iceCC if it wont work or won't installing in ur system
then i'll try make self auto installer and self setup guider for iceCC which included
java runtime and some third party utilities for using iceCC

that would might be work

and try use it

http://cafe.naver.com/ArticleRead.nhn?club...ge=&articleid=4

it's iceCC libray which allow u input script to work Auto completion
and that's very similar input script system of ICE

if use that u probably come natural to scripting of IceCC

as for that linked files that libray written for IceCC original version
and maybe there is some needed changed strings and orders to set right
for English-speaking persons
Report, edit, etc...Posted by Kookster on 2006-09-26 at 01:07:09
this sounds good ill give it a try thanks man
Next Page (1)