rotators / Fo1in2

Fallout 1 to 2 engine conversion
https://nma-fallout.com/threads/218045/
580 stars 30 forks source link

Amber teaches rude player instantly #194

Closed Thrax-x closed 9 months ago

Thrax-x commented 9 months ago

Amber (cut character in Boneyard Library) should teach you Outdoorsman for 7 (kind choice) or 9 (rude choice) hours. Rude choice takes no time, because the time is defined after the "game_time_advance" command.

Bug in file AMBER.ssl, lines 162-165, correct order should be: LVar0 := 3600 * 9; gfade_out(1); game_time_advance(game_ticks(LVar0)); gfade_in(1);

All her other teach procedures (Amber8, Amber11, Amber12, Amber13, Amber14) have wrong command orders too, but without affecting gameplay.

Lexx2k commented 9 months ago

Uh, this NPC isn't even in the game or am I missing something.

Thrax-x commented 9 months ago

It's not in game, but I tried to add some cut characters.

Lexx2k commented 9 months ago

Well, I took one look at the script and dialog and I already know I'm not restoring this. :D

Just more unfinished stuff that was cut for obvious reasons (it's bad). Same as most other Fo1 cut content. It would require a total overhaul, which then makes it more like fan fiction than actual restored content.

Thrax-x commented 9 months ago

Yes, most of them are crap, but this one looks functional.

Lexx2k commented 9 months ago

You can restore it in a mod if you want to. Chances that I will have time or motivation to rewrite this whole thing are pretty much zero at this point.