No loading when main hero dies
eLDeus
Member Posts: 8
Hello, i'm wondering if there's a mod making game to remain without loading after the main character death? Thanks!
0
Comments
This would make it so the Bhaalspawn saga could in fact be completed without a Bhaalspawn present. Kinda pointless.
Or a simple game over, no reload option available on character death? That's easy, just don't load a save game.
1) If you install Throne of Bhaal extender over BG2 (vanilla!), there is an option called "no reload on player 1 death" (or sth. like that). If you set the "0" in that line in the TOBEx.ini to "1" the game continues, even if your whole party is dead.
2) There is a mod which I installed via the Big World Project, which changed the game to be over only if the whole party is dead. I don't know the name of the mod (shouldn't be that hard to find out), but I was amazed when I saw its (graphical) effects for the first time!
However, this mod was bugged and caused your mainchar to become invincible some times.
Change Baldur's Gate game files to link the delete command of the saved games button with the load command, so any time you load something you're deleting it at the same time.
Now you have the hardcore BG install, but just a tip, in the first crash the game gives, you're going feel the urge of destroy your widescreen.
http://www.weidu.org/~thebigg/README-WeiDU.html#htoc1
edit: nevermind, it is 0x0014 in header
COPY_EXISTING_REGEXP GLOB ~^.+\.are$~ ~override~
WRITE_LONG 0x14 THIS|16
BUT_ONLY
So, it goes over all areas, making a copy of all area files into the override. There is a small change it does to every file, it modifies the long (4 bytes) field starting at 0x14, by setting a bit (16). This bit is responsible for NOT ending the game if player1 dies.
Disclaimer: i didn't test this, and i'm only a mediocre weidu user.