I was wondering if there is any way to cheat in a boss fight. I’m getting on a bit and don’t have the speed and dexterity needed to run around like a lunatic drinking potions and fighting overwhelming odds. I enjoy playing Grimrock mods but I always get near the end only for a boss fight to prove too much for me and so the adventure ends.
In my mod ‘the island of Korus’ there are no boss fights, well nothing to stop you moving on. But maybe that just disappoints those who like going toe to toe with several monsters at once. One issue is that I prefer wizards and rogues to knights and barbarians. Wizards and rogues do OK in the main game but die quick when there is nowhere to run and plot. It is a pity mod’s don’t offer two ways past a key point, a puzzle or a fight.
Anyway back to my question is there a way to cheat in a boss fight or am I doomed to never finishing mods?
Boss Fights
Re: Boss Fights
Set these lines in grimrock.cfg:
(debugInfo is not required to use the console but it's easier if you can see your position)
Then you can hit \ to bring up the debug console and type whatever code you want in it. If you want to use a different key just change the consoleKey to the key code for your preferred key.
Code: Select all
debugInfo = true
console = true
consoleKey = 220
Then you can hit \ to bring up the debug console and type whatever code you want in it. If you want to use a different key just change the consoleKey to the key code for your preferred key.
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Re: Boss Fights
Thanks but what do I type in to win boss fight?minmay wrote:Set these lines in grimrock.cfg:(debugInfo is not required to use the console but it's easier if you can see your position)Code: Select all
debugInfo = true console = true consoleKey = 220
Then you can hit \ to bring up the debug console and type whatever code you want in it. If you want to use a different key just change the consoleKey to the key code for your preferred key.
Re: Boss Fights
Why not just spawn lots of bombs and then spam the boss to death? You could also spawn lots of tome's in order to make your party super strong, thus making the boss fight a lot easier, but I assume that might ruin the rest of the game for ya. If I were you, I would just spawn a shit-ton of frost, fire, and lightning bombs.
Re: Boss Fights
easier than spawning tomes:
etc
Code: Select all
for i=1,4 do party.party:getChampion(i):upgradeBaseStat("max_health",9999999999) end party.party:heal()
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Re: Boss Fights
Thanks for the help everyone, but I have realised all I need to do is spawn wizards_virge and job done.