Hey folks Thanks to conversation with NovaRain I've managed to make a mini mod for Fallout1.5:Resurrection
edited scripts:
mcgyver.int
lystra.int
keri.int
vorech.int
special encounter McGyver now can craft infinite number of times, as long as you provide ingredients for it.
Keri, Lystra and Mutt now level up as long as you do (theoretically), but definetly can level past level 6, and do so every player level instead of every two player levels.
I'm attaching the updated scripts here for you all. have fun.
-------------INITIAL MESAGE FROM OLD THREAD TITLE-------------------------
Hey folks as in thread..
So i I started to toy around resurrection scripts, and mcgyver.ssl went on the workbench first.
I think i managed what i wanted for the edits ( that is delete the requirement of local variable check in a couple of places in order for mcgyver to craft any number of items provided dude still has materials for the crafts).
I get an error Expecting top level statement on this procedure:
procedure div(variable arg0, variable arg1);
and same error on the procedure itself:
procedure div(variable arg0, variable arg1) begin
if (0 > arg0) then begin
return -(-arg0 / arg1);
end
return arg0 / arg1;
end
this procedure was in the script to begin with, and Resurrection team compiled it somehow, so what am i doing wrong, so that this doesn't compile.
I literally decompiled the script, removed few local variable dependeancies/arguments in few lines of the code, and i'm unable to compile it agin.. any help?
edited scripts:
mcgyver.int
lystra.int
keri.int
vorech.int
special encounter McGyver now can craft infinite number of times, as long as you provide ingredients for it.
Keri, Lystra and Mutt now level up as long as you do (theoretically), but definetly can level past level 6, and do so every player level instead of every two player levels.
I'm attaching the updated scripts here for you all. have fun.
-------------INITIAL MESAGE FROM OLD THREAD TITLE-------------------------
Hey folks as in thread..
So i I started to toy around resurrection scripts, and mcgyver.ssl went on the workbench first.
I think i managed what i wanted for the edits ( that is delete the requirement of local variable check in a couple of places in order for mcgyver to craft any number of items provided dude still has materials for the crafts).
I get an error Expecting top level statement on this procedure:
procedure div(variable arg0, variable arg1);
and same error on the procedure itself:
procedure div(variable arg0, variable arg1) begin
if (0 > arg0) then begin
return -(-arg0 / arg1);
end
return arg0 / arg1;
end
this procedure was in the script to begin with, and Resurrection team compiled it somehow, so what am i doing wrong, so that this doesn't compile.
I literally decompiled the script, removed few local variable dependeancies/arguments in few lines of the code, and i'm unable to compile it agin.. any help?
Attachments
Last edited: