Search results

  1. NovaRain

    Fallout 2 Savegame Editor

    F12se can edit Resurrection saves, you just need to set it up correctly.
  2. NovaRain

    Fallout 2 mod New Fallout2MechanicsMiniRework version

    They have no difference other than animations in vanilla.
  3. NovaRain

    Dunno, I never go check a psychiatrist.

    Dunno, I never go check a psychiatrist.
  4. NovaRain

    Fallout 2 Savegame Editor

    https://github.com/nousrnam/F12se/releases The 2020-05-10 version shouldn't trigger the heuristic detection from antivirus, at least I didn't hear people complaining about it.
  5. NovaRain

    Fallout 2 mod Olympus 2207 problems

    If it's Win7, it's probably due to Windows Game Explorer.
  6. NovaRain

    Fallout 2 Highwayman Infinite fuel mod

    Can be done easily with the CARTRAVEL hook, here's a minimalist example: procedure start; procedure cartravel_handler; procedure start begin if game_loaded then begin register_hook_proc(HOOK_CARTRAVEL, cartravel_handler); end end procedure cartravel_handler begin...
  7. NovaRain

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    I have no idea what you tried to do or what your function is. Check SafeWrite.cpp/.h to see how those memory hack functions work.
  8. NovaRain

    Reverse engineering Fallout 2

    No, CE doesn't support enough sfall functions/hooks used in RP yet.
  9. NovaRain

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    Some info about "deterministic builds": https://blog.conan.io/2019/09/02/Deterministic-builds-with-C-C++.html https://stackoverflow.com/questions/1180852/deterministic-builds-under-windows
  10. NovaRain

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    Yes, you should have a binary with the same functionality.
  11. NovaRain

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    It's normal. You can try to compile the same source twice on your system, and the two DLLs won't even have the same checksum.
  12. NovaRain

    Reverse engineering Fallout 2

    https://github.com/alexbatalov/fallout2-ce/issues/257 Good news: Alex's account is reinstated and all his repos are now back.
  13. NovaRain

    Reverse engineering Fallout 2

    I'm also using Firefox (111.0.1).
  14. NovaRain

    Fallout 1.5: Resurrection

    Check if your graphics card driver applies some kind of FPS limiter on the game.
  15. NovaRain

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    Why not play the death sfx directly then kill_critter or DMG_NOANIMATE? It seems to me you don't really need the animation itself (don't see a point for map exit), only need the screaming. play_sfx("HMXXXXBF"); critter_dmg(self_obj, 999, DMG_normal_dam bwor DMG_BYPASS_ARMOR bwor DMG_NOANIMATE);
  16. NovaRain

    Reverse engineering Fallout 2

    You guys can discuss the censorship of some celebrity or social media all you want, just NOT in the modding forum. Any further off-topic posts will be deleted. Go to the general discussion if you want to continue. EDIT: also, Alex replied on the Reddit three days ago:
  17. NovaRain

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    sfall 4.3.8 and 3.8.38 are released on SourceForge, along with their respective modders packs.
  18. NovaRain

    Resurection 1.5

    There won't be patch 1.6 for Resurrection, at least that's the answer I got from Daemon. Don't know if they will release the script source, so people can work on unofficial patches easier and preferably with proper change logs/details on some repository.
  19. NovaRain

    Fallout 2 running slow with RP installed (Windows 10)

    Check if your graphics driver has automatically applied FPS limiter to FO2.
  20. NovaRain

    Can't Access Vault City In The RPU Mod

    @Gorgragar I can enter the Vault City just fine with your save (from another thread) in the latest RPU.
Back
Top