Search results

  1. NovaRain

    Fallout 2 utility Help! Custom FRM files appear invisible,

    You don't need to add it to .dat, but you have to append its filename to inven.lst so tools can know its existence.
  2. NovaRain

    Trying to edit Kaga encounters in Fallout 2

    You need to extract worldmap.txt from rpu.dat to your "data\data\" directory, then you can simply remove the level checks. For example: // original enc_27=Chance:80%,Special,Enc:KAGA1 AMBUSH Player, If(Global(399) < 66) And If(Player(Level) < 5) // edit enc_27=Chance:80%,Special,Enc:KAGA1...
  3. NovaRain

    Fallout 2 mod Fallout et tu - Release v1.12

    For Harry's case, yes there's a check against your CH roll: https://github.com/rotators/Fo1in2/blob/master/Fallout2/Fallout1in2/Mapper/source/scripts/05necropolis/HARRY.ssl#L185 For Tandi, it's because her reaction about you isn't high enough at the first time talking to her. Her "first...
  4. NovaRain

    Fallout 2 mod Pixote's updated RP maps

    Note: Starting with v32, the updated maps are included in RPU 2.4.x releases. This mod will no longer be updated for future RPU 2.3.x releases. I decided to make a standalone thread so people can find the info/download easier. Pixote made an update of all RP maps in 2022, and I played through...
  5. NovaRain

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    sfall 4.4.3.1 and 3.8.43.1 are released on SourceForge. They are hotfix releases for the previous version. The most prominent issue seems to be the freeze/crash in Klamath, especially when Duntons run away in Torr's brahmin quest (either scaring them off or simply killing all radscorpions). But...
  6. NovaRain

    Fallout 2 mod Fallout et tu - Release v1.12

    The hit chance calculation is a bit different between FO1 and FO2. In FO2, when calculating the range modifier, the player has a -2 penalty on PE. So in V13 cave the same character using 10mm pistol with the same condition, you should have hit chance 16% higher in FO1 than in et tu (with my...
  7. NovaRain

    Fallout 2 Savegame Editor

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

    Fallout 2 mod Fallout et tu - Release v1.12

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

    Fallout 2 mod Fallout et tu - Release v1.12

    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).
  10. 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.
  11. NovaRain

    Fallout 2 mod Fallout et tu - Release v1.12

    No one stops you from forking a repo on GitHub. What are you smoking?
  12. 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
  13. 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/
  14. 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
  15. NovaRain

    Fallout 2 mod GusT. add on mini mod for FoResurrection

    The problem is "--2147483648", just replace the whole thing with 0x80000000.
  16. 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...
  17. 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...
  18. 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.
  19. 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.
  20. NovaRain

    Inventory Filter mod (English version) - 2.0.3

    Fixed the hotkeys for sfall 4.4+
Back
Top