Page 1 of 1

Aegis Defenders 1.02 Steam

Posted: Mon Mar 12, 2018 5:51 am
by h0n24
Very simple table for Aegis Defenders 1.02 Steam version.

Download
Aegis Defenders v1.02.CT
(3.52 KiB) Downloaded 308 times

Content
It includes pointers for:
  • Health (red health)
  • Base Health (yellow health)
  • Relics (it will add as reward bonus at the end of level, but unpicked relics from maps won't occur in "Relics Overview")
Also included names of methods from GUIDebugMenuManager, such as MoveToSavePoint, but it needs to open Mono Dissect and manually execute methods from there.

371140

Re: Aegis Defenders 1.02 Steam

Posted: Fri May 15, 2020 3:19 pm
by durex2
Any table updates for the game in its 1.03 update?

Thanks in advance :)

Re: Aegis Defenders 1.02 Steam

Posted: Sat May 16, 2020 4:54 pm
by FreeER
Some mono stuff for whatever the current version is on steam since it was a free offer
AegisDefenders.CT
(440.99 KiB) Downloaded 194 times
AegisDefenders.CT
+minigame god mode
(441.89 KiB) Downloaded 242 times
includes:
A script to prevent using items when building
god mode only in minigames with shovel knight etc.

and via the game's debug manager
A script to set Max Resources
+10k Money/Scrap
A script to max hearts (doesn't freeze them, so assign a hotkey if you're dying a lot I guess)
Skip Waves
Move To Save/Check Point in a level

and a Load Next Level option that I'm not certain will work, I only tried it when the game was bugged and it didn't really work at the time (it reloaded stuff I'd already played instead of the next level) but I didn't remove it, it may be more useful if the game isn't in a bugged state when you try it :)

Re: Aegis Defenders 1.02 Steam

Posted: Sun May 17, 2020 4:09 pm
by FreeER
update for the minigame things with shovel knight etc, god mode (only tested with ninja zula but... presumably it'd work with the others, does not work in regular levels unfortunately)

Code: Select all

USEMONO()
[ENABLE]
"DestructibleHero:IsHitThisFrame":
  mov eax, 0
  ret
[DISABLE]
"DestructibleHero:IsHitThisFrame":
  db 55 8B EC 83 EC 08 8B 45 08
see previous post for full table download