Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Gremlion

Pages: [1]
1
XPiratez / [Tool]StunBomb for easy missions
« on: November 05, 2019, 06:59:03 am »
Hey all.
Long story short, I like the mod, but by midgame drowning in missions you are invincible on, but which you don't want to skip for some gameplay reason.
I'm learning Python, so tried to apply it for this small save editor project.

https://github.com/Gremlion/StunBomb
main.py is the source code, exe file is a standalone version which doesn't need python on your machine.

Usage:
Save your game as stunme (game should create stunme.sav)
Run .exe file in the savegame directory
script should create stunned.sav
When you load it, it takes some time for all stunned enemies to drop.

As far as I am aware, you need to do a second pass if there are enemies with "spawn on death" mechanic like zombie troopers and beastmasters.

Pages: [1]