Search results

  1. 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/
  2. 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
  3. NovaRain

    Fallout 2 mod GusT. add on mini mod for FoResurrection

    The problem is "--2147483648", just replace the whole thing with 0x80000000.
  4. 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...
  5. 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...
  6. 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.
  7. 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.
  8. NovaRain

    Inventory Filter mod (English version) - 2.0.3

    Fixed the hotkeys for sfall 4.4+
  9. 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...
  10. NovaRain

    UP and RP updates

    Have you tried setting DLL overrides for ddraw.dll in winecfg?
  11. 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/
  12. 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.
  13. NovaRain

    Help F02 (restoration project) EPA fixing light generator

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

    Fallout 2 mod Fallout et tu - Release v1.11

    Et Tu incorporates Tagaziel's Fallout 2 canon tuning.
  15. NovaRain

    Condensed Temple of Trials for Restoration Project 2.2+ - Version 1.2.1

    Fixed missing light source in the map.
  16. NovaRain

    Fallout 2 mod Fallout et tu - Release v1.11

    Agatha is moved to cut characters option, and Lorri's extra content is removed from the game.
  17. NovaRain

    UP and RP updates

    Yes, just like in vanilla.
  18. NovaRain

    Fallout 2 mod RPU - Talking Heads Addon

    Might be better to update the installation instruction with editing mods_order.txt. Also, no need to use that old sfall_dev.zip because now there's a new sfall release (just make sure to tell people not to overwrite the existing ddraw.ini).
  19. NovaRain

    Fallout 2 mod RPU - Talking Heads Addon

    Check if there's a mods_order.txt in the "mods" folder and its content. If it has no records of dat filenames, append them to the list.
  20. NovaRain

    Did this ever get fixed? F2WEDIT

    Have you tried a newer version? This works fine for me. https://www.nma-fallout.com/resources/f2wedit.99/
Back
Top