Might be better/easier to add to the bug reports wiki page:Matthews said:Sure hope my bugreport didn't get missed earlier (second post from top at page 103). Would be sad to see if it got bypassed.
Matthews said:EDIT 2: How do I continue with the SkyDrive thing to provide savefile? Downloaded and installed it, and zipped a savefile and put it in the SkyDrive folder, but then what?
variable LVar0 := 0;
variable LVar1 := 0;
variable LVar2 := 0;
variable LVar3 := 0;
variable LVar4 := 0;
variable LVar5 := 0;
variable LVar6 := 0;
while(LVar0 < (10 - (get_critter_stat(dude_obj, 0) - (get_pc_extra_stat (0))))) do begin
set_critter_stat(dude_obj, 0, 1);
LVar0 := (LVar0 + 1);
end
while(LVar1 < (10 - (get_critter_stat(dude_obj, 1) - (get_pc_extra_stat (1))))) do begin
set_critter_stat(dude_obj, 1, 1);
LVar1 := (LVar1 + 1);
end
while(LVar2 < (10 - (get_critter_stat(dude_obj, 2) - (get_pc_extra_stat (2))))) do begin
set_critter_stat(dude_obj, 2, 1);
LVar2 := (LVar2 + 1);
end
while(LVar3 < (10 - (get_critter_stat(dude_obj, 3) - (get_pc_extra_stat (3))))) do begin
set_critter_stat(dude_obj, 3, 1);
LVar3 := (LVar3 + 1);
end
if (has_trait(0, dude_obj, 75)) then begin
set_pc_extra_stat(3, get_pc_extra_stat(3) + 1);
end
if (has_trait(0, dude_obj, 77)) then begin
set_pc_extra_stat(3, get_pc_extra_stat(3) + 1);
end
while(LVar4 < (10 - (get_critter_stat(dude_obj, 4) - (get_pc_extra_stat (4))))) do begin
set_critter_stat(dude_obj, 4, 1);
LVar4 := (LVar4 + 1);
end
while(LVar5 < (10 - (get_critter_stat(dude_obj, 5) - (get_pc_extra_stat (5))))) do begin
set_critter_stat(dude_obj, 5, 1);
LVar5 := (LVar5 + 1);
end
while(LVar6 < (10 - (get_critter_stat(dude_obj, 6) - (get_pc_extra_stat (6))))) do begin
set_critter_stat(dude_obj, 6, 1);
LVar6 := (LVar6 + 1);
end
Good stuff, Darek. Honestly, what would I do without you.Darek said:Yup, sure is a bug. There is a loop that will go on until the stats (base + extra) go up to ten, but it doesn't consider that the extra stats can be negative while the base can only go to ten.
You could always take a break and then switch to modding Wasteland 2 when its editor comes out (the funding period broke the $3M barrier at which they promised an editor). You could even make a FO2RP total conversion using the newer engine.killap said:After over 7 years (!!) of modding Fallout 2, all good things must come to an end. Then again, this stuff is like a cocaine addiction so who knows.
technicalquestions said:Hi there, I have a quick technical question. When I try to launch the game with the RP, it gives me an error saying Fallout 2 is running in compatibility mode. I've checked properties of fallout2.exe and the shortcut, neither is running in compatibility mode.
I went through the readme's and technical wiki and changed what I could. It still tells me it's in compatibility mode. I'm on the GOG version of the game, Windows 7 64b. The game launches fine without the RP.
I remember having a great deal of difficulty getting the restoration project to work before, but I do not remember this issue. What can I do to make it work? Thanks.