Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Dismantled

While passing through a shortcut road in the woods to reach your destination, your car breaks down... · By Pluie de sang Productions

Any way to cheat??

A topic by Zykoveddy created May 13, 2022 Views: 695 Replies: 6
Viewing posts 1 to 2

Hello. I've been really enjoying this game, until my progress stopped, due to underbalanced save system and high difficulty. In my opinion, there is way too few ink ribbons and save points in the game. Right now, I'm out of ink ribbons, and I'm facing flying enemies on the roof of the building, that kill me no matter what I do. After they kill me, I have to backtrack from a room very far from the roof location, basically wasting 10-20 minutes of progress each time.

Due to this, the game have become incredibly frustrating to me. I've been enjoying the hell out of it, but the trial-and-error gameplay in some places and the save system have killed part of its charm for me. So, to continue, I started looking into cheating. I wanna enable the God mode, and hopefully see the rest of the game, or maybe just kill the flying enemies without risking dying and wasting time again.

However, even after enabling console in the .ini file, I found out that to cheat, I basically have to start the whole game over, due to "sv_cheats" command not being enabled. So, I'm asking: is there ANY way to enable god mode without having to start the game over and wasting many hours of progress?

Thank you.

Developer

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!

Developer

No problems!

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

Developer

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...

Developer

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.