Recent content by NovaRain

  1. NovaRain

    [Collection] Inventory FRM edits

    I think the "cut" for the slide should reach the end of the pistol, like: so I made a few edits on your version: Another variant with a decoration (as a safety of some sort) to make the side not look too monotonous.
  2. NovaRain

    https://www.nma-fallout.com/threads/deleting-an-account.218552/

    https://www.nma-fallout.com/threads/deleting-an-account.218552/
  3. NovaRain

    Fallout 2 mod Vault 13 Good Ending mod for Unofficial Patch

    Here's a simple mod that prevents orphans in the Den from stealing from you as an extra. It's made mainly for UP, since in RP you can help set up an orphanage to remove the kids from the streets.
  4. NovaRain

    Fallout 2 mod Vault 13 Good Ending mod for Unofficial Patch

    NovaRain submitted a new resource: Vault 13 Good Ending mod for Unofficial Patch - Restores V13 good ending without breaking save compatibility. Read more about this resource...
  5. NovaRain

    Vault 13 Good Ending mod for Unofficial Patch 1.0

    This mod is based on UPU v32/33. Info: Although the V13 good ending was cut during development, some of its content remains in the game. Seraph restored the ending in his unofficial patch using an additional global variable, but this broke save compatibility with vanilla 1.02d. I reimplemented...
  6. NovaRain

    UP and RP updates

    UPU and RPU v33 have been released, quoted from BGforge: UPU and RPU v33 UPU and RPU 33 are now available. This time, it’s a routine release with mostly minor fixes. Bozar sound is now back to machine gun, sfall is updated to 4.4.6.1, with expanded interface graphics added. Savegames are...
  7. NovaRain

    Fallout 2 mod Fallout Sonora 1.15 and Sonora Dayglow 1.15 Vanilla Translation

    A suggestion to party members' scripts (should be six of them) if you're going to recompile Sonora scripts, in their critter_p_proc it's better to change this: // in FCMer.ssl if (self_TEAM == TEAM_PLAYER) then begin if ((map_var(MVAR_PNX_RING_START) == 1) and (cur_map_index ==...
  8. NovaRain

    Setting up Sfall Script Editor for RPU

    You need to download sfall modderspack and put all .h files from its scripting_docs\headers\ to a "sfall" folder in RPU script source, like this:
  9. NovaRain

    Fallout 2 mod Fallout Sonora 1.15 and Sonora Dayglow 1.15 Vanilla Translation

    Sonora already has a fix for that in ZTMap. if (town_known(AREA_VILLA_DSTR) != MARK_STATE_INVISIBLE) then begin mark_area_known(MARK_TYPE_TOWN, AREA_VILLA_DSTR, MARK_STATE_INVISIBLE); mark_area_known(MARK_TYPE_TOWN, AREA_VILLA, MARK_STATE_VISITED); end
  10. NovaRain

    Fallout 2 mod Fallout Sonora 1.15 and Sonora Dayglow 1.15 Vanilla Translation

    CE doesn't include sfall's MovieTimer_artimerX setting yet, so if you're gonna to include your own CE build, removing the whole timer/movie/rep decrease code should be a simpler choice.
  11. NovaRain

    Fallout 2 mod Fallout Sonora 1.15 and Sonora Dayglow 1.15 Vanilla Translation

    I think they are fine as they are. Attaching them to the main quest might catch some players who played Sonora before off guard (Madre/Padre suddenly die or Villa quests fail, but I didn't do anything special in my playthrough), unless you add a timer note similar to the water timer in FO1.
  12. NovaRain

    Fallout 2 utility RegSnd.exe download?

    mapper2 will generate a new sndlist.lst with the content of sound\sfx\ folder if it can't find any, that means you need to remove the vanilla sndlist.lst from master.dat as well. As long as it can find a sndlist.lst, it won't bother to search new sfx and update the list. Or maybe try this...
  13. NovaRain

    Fallout 2 mod Configurable Loadout Cheat mod

    A simple mod that gives you a set of items/perks from loadout.ini when starting a new game. Originally it's just a fixed list embedded in the script for my own use, I expanded to be INI configurable. Yes, you can always use save editors to do the same thing, so no need to tell me that. Note...
  14. NovaRain

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    sfall 4.4.6 and 3.8.46 are released on SourceForge, along with their respective modders packs. EDIT 2025-04-13: sfall 4.4.6.1 and 3.8.46.1 are released on SourceForge. They are maintenance releases for the previous version. NOTE: If you're experiencing mouse cursor freezing on the...
  15. NovaRain

    Fallout 2 utility RegSnd.exe download?

    I'm not some legal expert. As long as you give proper credits it should be fine. For example I added DAT2 to GitHub repo two years ago. BTW it seems mapper2 can generate sndlist.lst, at least from the comment in the source code: // BIS Mapper2 can recreate deleted sndlist.lst file (Fallout...
Back
Top