It'll just point to some random address that the game had recently used.
So spend some money, and it'll point to your gold stack.
Open the character stats screen and it'll point to your stat points.
There are potions that can reduce fall damage, increase jump height, and increase movement speed. Can you add options for these? Or maybe an item editor? You can craft items that have effects with different multipliers, so unlike many games, item edits could be permanent.
edit: I used [Link] to create interop assemblies and dotPeek to investigate TG.Main.
There is a ton of stats in the Awaken.TG.Main.Character.HeroStats class. Relevant to my request:
FallDamageMultiplier : Stat
JumpHeight: Stat
MoveSpeed : Stat
I sure wish the game didn't use il2cpp, but at least the dev plans to support mods at some point.
Last edited by fireundubh on Mon May 26, 2025 7:17 pm, edited 1 time in total.
If you're interested, of all the available tables none currently have a simple "XP gain multipler" option which I think would be fantastic. One of those where you just set your own multiplier in the table (default of like, 2 or something).
Stat/Skillpoints/Kings Memory don't decrease on use.
to add, click on "select all" CTRL+C to copy. Inside Cheat Engine CTRL+V to add the script to the current table.
Hi there this is great thanks so much. Is it possible to add an option to unlock the red death skill tree early without doing the quest? That would be cool
Hi there this is great thanks so much. Is it possible to add an option to unlock the red death skill tree early without doing the quest? That would be cool
heh, i didnt get that far yet but just unlocked the king's memory (i assume thats what you mean) wanted to play the game so i didnt dig too much, however i altered the snippet above to include the king's memory points
However for anyone who's interessted in unlocking the King's Soul:
The function Awaken.TG.Debugging.Cheats.QuantumConsoleTools.QCTemplateTools.UnlockWyrdSoul in TG.Main.dll can be called to unlock specific parts of the soul
(the class is gernerally full of cheats)
Hi there this is great thanks so much. Is it possible to add an option to unlock the red death skill tree early without doing the quest? That would be cool
heh, i didnt get that far yet but just unlocked the king's memory (i assume thats what you mean) wanted to play the game so i didnt dig too much, however i altered the snippet above to include the king's memory points
However for anyone who's interessted in unlocking the King's Soul:
The function Awaken.TG.Debugging.Cheats.QuantumConsoleTools.QCTemplateTools.UnlockWyrdSoul in TG.Main.dll can be called to unlock specific parts of the soul
(the class is gernerally full of cheats)
No not the kings soul. Red death is a secret skill tree you can get from doing a quest in act 2.
Hi there this is great thanks so much. Is it possible to add an option to unlock the red death skill tree early without doing the quest? That would be cool
heh, i didnt get that far yet but just unlocked the king's memory (i assume thats what you mean) wanted to play the game so i didnt dig too much, however i altered the snippet above to include the king's memory points
However for anyone who's interessted in unlocking the King's Soul:
The function Awaken.TG.Debugging.Cheats.QuantumConsoleTools.QCTemplateTools.UnlockWyrdSoul in TG.Main.dll can be called to unlock specific parts of the soul
(the class is gernerally full of cheats)
And how do you invoke that function? How do you make a code for that? Also, is there a way to unlock the console?
And how do you invoke that function? How do you make a code for that? Also, is there a way to unlock the console?
Cheat menu enabled with Tilde "`" key
i didnt look too much into it but it has
Immortality,
Teleport,
Noclip,
GiveItems (all items that exist in the game),
Unlock all recipes.
The rest is rather Dev/Debug-related stuff.