Quasimorph

Quasimorph

Darrian21 Jul 4, 2024 @ 12:07pm
2
Quasimorph cheats - health, starvation limit, unlock classes
Are you tired of dying in one hit, tired of your mercenaries dying of hunger every 10 steps or tired of farming class chips for hours only to always get the same unlocked classes?

I bring here a trick to modify the save file to adjust the game to your personal tastes.
It should be said that it is best to make a copy of the save file before doing this, just in case.

The save file is located at the following path:
%USERPROFILE%/AppData/LocalLow/Magnum Scriptum Ltd/Quasimorph

If you progress is saved in slot 0, open (preferably with notepad++) the "slot_0_session.dat" file. If it is in slot 1 "slot_1_session.dat" etc...

Unlock classes

Ok, let's unlock all the classes in the game. First find (Ctrl+f in notepad) "UnlockedClass", you will find something like this:
"UnlockedClasses":["scouts_of_hades","ecclipse_blades"]

Add the rest of the classes like this:
"UnlockedClasses":["scouts_of_hades","ecclipse_blades","phoenix_brigade","tifton_elite","tunnel_rats","spaceborn_ghosts"]

And now you have all the classes, no more farming.

Starvation limit

Next, let's increase starvation limit. Find all instances of "StarvationLimit", one for each merc you have unlocked.
You will find something like this, change it to the value you want:
"StarvationLimit":"2000"
Change it for all mercs and done! If you unlock a new merc after this change, you'll need to find it and change the starvation limit for that merc.

Health

Now the max health. Find all instances of "Health", one for each merc you have unlocked.
You will find something like this:
"Health": {"_dmgMult": "1","_invulnerability": "False","_value": "115","MaxValue": "115","ReasonOfDeath": "Starvation"}

Increase the value as you want, for example by increasing health by 100 changing "MaxValue" and "_value":
"Health": {"_dmgMult": "1","_invulnerability": "False","_value": "215","MaxValue": "215","ReasonOfDeath": "Starvation"}


These are some examples of what you can do. I would love to do this in a mod for the game, but I don't know how to do it currently.

If you explore the save file you can also unlock all mercs, change the probability of suffering injuries or amputations, change the damage received by percentage, modify weapons and item stats in your inventory, among other things.

Enjoy!
Last edited by Darrian21; Jul 4, 2024 @ 12:15pm
< >
Showing 1-2 of 2 comments
axle yang Jul 24, 2024 @ 12:57am 
can you edit how much XP you get for perks if so what do i edit?
Darrian21 Jul 24, 2024 @ 11:48am 
Originally posted by axle yang:
can you edit how much XP you get for perks if so what do i edit?

Perks look like this in the save file:

{
"CurrentExp": "10",
"ExpPerAction": "2",
"LevelUpActionType": "ShotRangedWeapon",
"MaxExp": "150",
"NextPerkId": "cqc_specialist_legend",
"Parameters": [
{
"FloatVal": "-0.3",
"Name": "FScatter",
"ValType": "Float"
}
],
"PerkId": "cqc_specialist_master",
"PerkType": "Passive"
}

Look for "ExpPerAction", which determines how much Xp you earn and change it to the value you want.
This change will only affect a single character's perk, and if they die and save the game, the change you make for that character will be erased.
For example, if you want to modify a specific perk that your characters already have (this example is from "cqc specialist"), you have to find each instance of this perk and modify it.
I haven't tested this so I can't guarantee it will work, but you could definitely try this.
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: Jul 4, 2024 @ 12:07pm
Posts: 2