Search results

  1. NovaRain

    Fallout 2 Savegame Editor

    Try adding "PatchFile0=mods\fo1_base" to [ExtraPatches] section in ddraw.ini.
  2. NovaRain

    Fallout 2 mod Fallout et tu - Release v1.11

    Tell Me About (TMA) has been implemented since v0.1225.
  3. NovaRain

    Fallout 2 mod Fallout et tu - Release v1.11

    Without the perk you can have only 1 companion with 3 CHR (3 / 2 = 1, rounding down), so now your party is already full (2 companions).
  4. NovaRain

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    sfall 4.4.3 and 3.8.43 are released on SourceForge, along with their respective modders packs. Note: the fix for the 'Use Inventory Item On' action might not work on every system.
  5. NovaRain

    Fallout 2 mod Fallout et tu - Release v1.11

    No one stops you from forking a repo on GitHub. What are you smoking?
  6. NovaRain

    Making new SFall compatible with old RP

    Probably not, because it seems you overwrite RP's ddraw.ini with sfall's vanilla one. The "ModifiedIni" was merely a lazy check. To make RP 2.3.3 work correctly, at very least you need to set these options: WorldMapSlots=21 BoostScriptDialogLimit=1 ElevatorsFile=elevators.ini
  7. NovaRain

    Fallout 2 mod Fallout: Yesterday

    One can use sfall hook script to change how books work. Here's a basic example (shameless plug): https://www.nma-fallout.com/threads/change-skill-books-to-give-a-fixed-amount-of-bonus.221882/
  8. NovaRain

    UP and RP updates

    If you're using EcCo, it disables the perk. https://github.com/phobos2077/fo2_ecco/blob/master/docs/ecco_readme.txt#L178
  9. NovaRain

    Fallout 2 mod GusT. add on mini mod for FoResurrection

    The problem is "--2147483648", just replace the whole thing with 0x80000000.
  10. NovaRain

    Fallout 2 mod GusT. add on mini mod for FoResurrection

    For macgyver.int, you can simply remove the "div" procedure, as it's not used in the script. The reason of the error is the procedure's name conflicts with newer sfall's "div" opcode. Back in the days, the division operator treated negative integers as unsigned, so Resurrection devs made their...
  11. NovaRain

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    sfall 4.4.2 and 3.8.42 are released on SourceForge, along with their respective modders packs. A note about add_mult_objs_to_inven script function: obj := create_object(PID_STIMPAK, 0, 0); add_mult_objs_to_inven(dude_obj, obj, 1000000); When you try to add more than 99999: Vanilla or sfall...
  12. NovaRain

    Fallout 2 mod Megamod version 2.47 Bug Reports and Suggestions

    The "who posts the last wall of text wins" game should stop, and both of you go have a good night. Any further attempt to continue the fruitless argument will be deleted.
  13. NovaRain

    Restoration Project and SFall script problems.

    "it_description" and other similar constants in define.h are only for vanilla proto_data function. They are NOT the offset for sfall's proto/object data functions.
  14. NovaRain

    Inventory Filter mod (English version) - 2.0.3

    Fixed the hotkeys for sfall 4.4+
  15. NovaRain

    Fallout 2 mod Inventory Filter mod (English version)

    NovaRain updated Inventory Filter mod (English version) with a new update entry: 2.0.3 Read the rest of this update entry...
  16. NovaRain

    UP and RP updates

    Have you tried setting DLL overrides for ddraw.dll in winecfg?
  17. NovaRain

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    The issue happens because InventoryFilter relied on the strict order of options in [HotKeys] section. It's fixed in 2.0.3: https://www.nma-fallout.com/resources/inventory-filter-mod-english-version.142/
  18. NovaRain

    Fallout 2 mod Fallout et tu - Release v1.11

    If you did any job for Decker, you won't get the good ending of the Hub.
  19. NovaRain

    Help F02 (restoration project) EPA fixing light generator

    Check the supplementary guide for RP: https://f2rp.bgforge.net/
  20. NovaRain

    Fallout 2 mod Fallout et tu - Release v1.11

    Et Tu incorporates Tagaziel's Fallout 2 canon tuning.
Back
Top