BGforgeNet / FO2tweaks

Fallout 2 tweaks
https://forums.bgforge.net/viewforum.php?f=26
115 stars 10 forks source link

Revisit dropped components #58

Closed burner1024 closed 4 years ago

burner1024 commented 4 years ago

Need to re-visit previously dropped components, see if any can be re-created now with new sfall capabilities:

  1. unrestricted party AI
  2. silence fake reload
  3. stretch game plot
  4. oxygen tank radon protection
burner1024 commented 4 years ago
  1. Can't load custom party.txt dynamically now. Probably related to item 2) below.
  2. Bug preventing it still not fixed in sfall.
  3. Still thinking.
  4. Damage is applied via timed_event_p_proc. HOOK_STDPROCEDURE doesn't support it. I see no way to work around this dynamically.
burner1024 commented 4 years ago

3) There's no way to override specific dialog procedures to avoid revealing cities. Hiding them again is possible, but again, no way to override specific dialog message strings dynamically.