Search results

  1. NovaRain

    UP and RP updates

    UPU and RPU v27/v28 are released, quoted from BGforge: ================================================================================ UPU and RPU v27 After a long break, finally new UPU and RPU releases are available. Version 27 includes a few dozen new fixes, as well as some QoL...
  2. NovaRain

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    1. try HOOK_ENCOUNTER. 2. HOOK_CALCAPCOST, for those toggleable items you need to check both normal and "active" PIDs.
  3. NovaRain

    Fallout 2 mod Megamod version 2.47 Bug Reports and Suggestions

    You will also need to script the whole "wearing off poison" mechanism for party members, or they will retain their poison level forever. The built-in mechanism (both poison and radiation) only works for dude_obj. That's why in vanilla game the related functions don't work on NPCs.
  4. NovaRain

    Fallout 2 mod Megamod version 2.47 Bug Reports and Suggestions

    There's a gasmask in the wall locker right before you step into the toxic room.
  5. NovaRain

    F2: new change to the damage calculation - hopefully a fix

    Glovz updated his damage calculation mod/fix three years later: https://www.nma-fallout.com/threads/f2-damage-calculation-change-a-fix-v5.200361/ Not sure why you bumped this obsolete one. Thread closed.
  6. NovaRain

    Fallout 2 mod EcCo Gameplay Overhaul (new version for RPU)

    https://www.nma-fallout.com/threads/fallout-et-tu-release-v1-8.218045/page-86#post-4500343
  7. NovaRain

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    sfall 4.4.0.1 and 3.8.40.1 are released on SourceForge. They are hotfix releases for the previous version. I got lazy and didn't check 4.4 builds on XP/2003. Sorry if anyone got the crash on older Windows.
  8. NovaRain

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    Thanks for the report. Yes, 4.4 crashes on startup on XP/2003, there will be a hotfix release later.
  9. NovaRain

    Sfall win98 backport

    The "official" builds of sfall 4.1.8.1-4.3.6 work on Pentium II. I tested them on a borrowed Pentium II 450 Mhz Win2000 server to ensure new features work on the minimum requirement hardware(processor). Before borrowing the server I tried PCem/86box to emulate PII spec, but they run awfully...
  10. NovaRain

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    sfall 4.4 and 3.8.40 are released on SourceForge, along with their respective modders packs. Important changes in 4.4: The newly implemented mods_order.txt replaces previous .dat autoloading mechanism. (PatchFileXX options in ddraw.ini's [ExtraPatches] section are still honored.) If you only...
  11. NovaRain

    Fallout 2 mod Megamod version 2.47 Bug Reports and Suggestions

    Only if MIB88 is using dev build of upcoming sfall 4.4.
  12. NovaRain

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    critter_add_trait(who, trait_type, trait, amount) Before 4.2.1, calling "critter_add_trait(dude_obj, 0, 77, 2)" is the same as "critter_add_trait(dude_obj, 0, 77, 1)", which only add one rank of the perk. And yes, the DR bonus is hardcoded in the engine, which only checks if player has the perk.
  13. NovaRain

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    I tried adding the perks with save editor or doing the surgeries in-game in RPU, each of the "enhancement" combat implant reduces CH by 1 as they should.
  14. NovaRain

    SFall source code.

    https://github.com/mattwells77/Fallout-High-Resolution-Patches
  15. NovaRain

    Fallout 1.5: Resurrection

    I already made the INI files, just haven't found the time to test them.
  16. NovaRain

    Fallout 1.5: Resurrection

    It's possible to ditch the launcher, but you need at least one global script to do the memory patching, or elevators.ini, perks.ini, and a global script for proper replacement.
  17. NovaRain

    RPU mod korean translation problem

    The binary file set that support Korean seems based on an older Chinese version of RP (with fallout2font.dll and fallout_font.ini, I found a Korean pack for Megamod). Supposedly it should work with newer RPU as well, at least there's a Chinese translation of RPU v26.
  18. NovaRain

    Restoration Project and SFall script problems.

    https://sfall-team.github.io/sfall/sfall-funcx-macros/#get_text_width Try actually read the documents instead of keep making threads.
  19. NovaRain

    Fallout 2 mod Change skill books to give a fixed amount of bonus

    A simple mod that changes all skill books to increase skills by a fixed amount, and they can still increase skills when it's over 91%. Basically it recreates the "obj_use_books" engine function with skill increment logic changed. By default reading a book gives +5% to a skill (+6% if it's...
Back
Top