Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello! Yeah the supply of Ink ribbons is pretty limited in this edition. This is something i've updated for Director's cut, the game will be more generous on Ink.
Anyway, yes there's a way to cheat and there's how you can do it:

-Get Slade if you don't have it yet, this is needed to open the files and edit them. : https://slade.mancubus.net/index.php?page=downloads
-Open MainGameData.IWAD (Or MiseryData.IWAD if you want to edit the expansion files) in slade and find the MAPINFO lump. The files are located inside the DATA folder.
-In the MAPINFO lump there's the difficulty settings and you should see "DisableCheats" in each of the difficulty setting codes. Just comment them out by adding "//" in front of them or just delete those line all together.
Here's an exemple of a difficulty setting with the cheat commented out:

skill Tikles
{
ACSReturn = 1   
NoMenu
SpawnFilter = "easy"
AutoUseHealth
RespawnTime = 0
//DisableCheats
MonsterHealth = 0.7
DamageFactor = 0.6
name = "Tiklesonthedeads"
PicName = "D_TIKLES"
}


-Save everything and load your game...

You should be able to load your game and enter cheat codes.

Thank you!

No problems!

what are the commands and where do i type them out? (or activate them)

You can enter cheat codes via the console in game. Or use the original DOOM cheat codes as well i'm pretty sure they do work. Console is deactivated though... but you can add it back by editing the ini file in the DATA folder of Dismantled. I'm not home right now though and i can't remember what or where to write the command in the INI file...

Put this: `=toggleconsole
In the Doom.Bindings section of the ini file named: lzdoom_portable
This will rebind a key to open the console in game.