- May 21, 2017
- 5
- 11
In console, enterI'm kinda stuck in the game atm.
Whenever I try on go on Patrol Ben just keeps saying, he's to tired to do anymore today. Any idea how to fix that at all? I'm on the b version of the game now.
Ben.tired = 0
I believe the issue is caused by using the knockout pills on Ben during a fight (as opposed to Shar), but there may be other causes.
If you're stuck, you can give yourself more equipment as desired with:I can't defeat Octagon and Rhomboid, I only have one bomb each and 2 medical kits, and the problem is that I don't have an old save to be able to buy bombs and medical kit, for some reason the diamondhead just doesn't work, the icon it is only half but never complete. Can someone help me please?
inventory.take(medkit)
inventory.take(grenade)
inventory.take(stun_grenade)
inventory.take(shock_grenade)
Alternatively, if so desired, you can edit your stats directly with:
Ben.max_hp = <number>
Ben.current_hp = <number>
Ben.max_damage = <number>
Ben.min_damage = <number>
As always, make sure to take another save prior to running any commands, just in case something screws up your game.