Search results

  1. NovaRain

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    sfall 4.4.4 and 3.8.44 are released on SourceForge, along with their respective modders packs. The expanded inventory/loot screens (8 vertical slots instead of 6): The expanded barter/trade interface (4 item slots per table instead of 3): For the demo of the caps auto-balancing in the...
  2. NovaRain

    Fallout 2 mod Inventory Filter mod (English version)

    Yes, the update is only about adding two more settings to adjust the position of the swap panel.
  3. NovaRain

    Inventory Filter mod (English version) - 2.0.4

    Added Y offset settings for the party member swap panel.
  4. NovaRain

    Fallout 2 mod Inventory Filter mod (English version)

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

    health increments that define Wounded, Severely Wounded, Almost Dead

    https://github.com/alexbatalov/fallout1-re/blob/main/src/game/protinst.c#L364 https://github.com/alexbatalov/fallout2-re/blob/main/src/game/protinst.c#L365
  6. NovaRain

    Fallout 1 mod TeamX patch install question.

    The "1.2" string is from the game exe itself, and TeamX's 1.3.5 only has updated scripts and text files.
  7. NovaRain

    random encouter positioning

    Maybe check the source code from Fallout 2 Reference Edition? https://github.com/alexbatalov/fallout2-re/blob/main/src/game/worldmap.c#L3998
  8. NovaRain

    Fallout 2 mod Fallout et tu - Release v1.11

    Try this: Skill1=15 Skill1Mag=60
  9. NovaRain

    Fallout 2 utility Help! Custom FRM files appear invisible,

    https://en.wikipedia.org/wiki/8.3_filename "UltimatP.frm" It should be somewhat obvious from inven.lst that vanilla FRM files all have short filenames.
  10. NovaRain

    Fallout 2 utility Help! Custom FRM files appear invisible,

    1. Please don't keep creating new threads for pretty much the same question. 2. Try using 8.3 filename for your FRM files.
  11. NovaRain

    Fallout 2 utility Help! Custom FRM files appear invisible,

    ProtoManager from NMA download? Did you select rpu.dat in the settings when adding your weapon? Better check if inven.lst in your data\art\inven\ has the same FRM records as the one in rpu.dat. If everything works, it should just have one extra line with your new sprite.
  12. NovaRain

    Fallout 2 utility Help! Custom FRM files appear invisible,

    Looks like there's a conflict of inven.lst. What's the base game/mod you're trying to add the pistol and what proto editor you're using?
  13. NovaRain

    Fallout 2 utility Help! Custom FRM files appear invisible,

    How did you create the FRM file? With your pic I can see my converted FRM in game:
  14. NovaRain

    Fallout 2 mod Fallout et tu - Release v1.11

    You can simply comment out "SkillsFile=config\Skills.ini" line in ddraw.ini.
  15. 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.
  16. 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...
  17. NovaRain

    Fallout 2 mod Fallout et tu - Release v1.11

    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...
  18. 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...
  19. 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...
  20. NovaRain

    Fallout 2 mod Fallout et tu - Release v1.11

    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...
Back
Top