Page 1 of 1

Guacamelee Super Turbo Championship Edition

Posted: Wed Apr 05, 2017 4:29 pm
by STN
Guacamelee Super Turbo Championship Edition (Steam build 426719)

Made by DR C

Entries:
Money
Silver
Current/maximum intenso
Combo count
Challenge timer
Current/maximum stamina
Double jump used (lock for infinite double jump)
Current/maximum health
X/Y/Z position (info only)

Scripts:
Take no damage

This is my first table, so enjoy.

It took awhile to find a stable pointer to the main data structure, but it should be correct now.

Most of what you'd want to do can be accomplished by locking values, including effective invincibility by locking HP.

The basic "take no damage" autoassembler script will prevent all damage and prevent collisions with projectiles and thorns/spikes. You will still be knocked down by melee attacks and returned to start by warping water/warping spikes. It could obviously be improved if a closer look was taken at the collision routines, but it works just fine for everything in the game including the "take no damage" infierno challenge.

There's more that could be done including infinite special moves (couldn't find them in a quick scan, probably a mask), ability unlocks, etc.

Kudos to gwodus for his Guacamelee Gold Edition table which gave me an idea of what to look for.

Image

Re: Guacamelee Super Turbo Championship Edition

Posted: Fri Oct 27, 2017 1:16 pm
by vulc
Thanks for your table!
I checked and the latest Steam version is from 2016/April, a multiplayer fix. I think it broke the table, as I couldn't make it work. BTW, thanks for your effort! I'll try to fix it meanwhile! :)

Re: Guacamelee Super Turbo Championship Edition

Posted: Fri Jan 12, 2018 5:31 pm
by theoreticalfunk
Yep, isn't working with the current build.

Re: Guacamelee Super Turbo Championship Edition

Posted: Fri Jan 12, 2018 6:04 pm
by theoreticalfunk
Did a bit of diddling with this and if all you care about is Money and Health, those are actually quite easy to find.

Money is the same address as provided, except what the script shows vs. what it is in reality are different.

Health is a float and you can just keep doing the increase/decrease thing until you find a round number.

Re: Guacamelee Super Turbo Championship Edition

Posted: Fri Jan 12, 2018 6:08 pm
by theoreticalfunk
And apparently health moves around while you play which is why you need the pointer. At least money seems to keep working.

Re: Guacamelee Super Turbo Championship Edition

Posted: Wed Aug 22, 2018 4:29 am
by Luke76bg
someone can fix the table for the latest version, please ? :(

Re: Guacamelee Super Turbo Championship Edition

Posted: Tue Oct 23, 2018 10:55 pm
by kemenner
I updated the table for the latest version, but didn't touch the struct pointers (the world struct stuff).

Re: Guacamelee Super Turbo Championship Edition

Posted: Sun Apr 21, 2019 4:50 pm
by Gurido
kemenner wrote:
Tue Oct 23, 2018 10:55 pm
I updated the table for the latest version, but didn't touch the struct pointers (the world struct stuff).
I've been trying to make this work with my Guacamelee STC Edition from GOG (drmfree) but it doesn't latch on the game .exe no matter what. :/

Re: Guacamelee Super Turbo Championship Edition

Posted: Sun Apr 28, 2019 3:42 am
by kemenner
Gurido wrote:
Sun Apr 21, 2019 4:50 pm
kemenner wrote:
Tue Oct 23, 2018 10:55 pm
I updated the table for the latest version, but didn't touch the struct pointers (the world struct stuff).
I've been trying to make this work with my Guacamelee STC Edition from GOG (drmfree) but it doesn't latch on the game .exe no matter what. :/
I have the Steam version. There might be differences between the steam and GOG versions.

I don't know about this game, but I have seen sometimes that both versions are not up to date. Sometimes the GOG version is outdated, other times the Steam version is outdated. You could try using an older cheat table.

Re: Guacamelee Super Turbo Championship Edition

Posted: Fri Oct 15, 2021 4:44 pm
by WhiteRau
neither table is functional with the GOG version of the game. :P unlike the Steam version, the GOG version has an executable named 'GuacSTCE.exe' instead of 'Game.exe'. updating the table is the first step, but the offsets are all wonky. i don't know how to shift the pointers because i don't know CE well enough, but if DR C, or kemenner, or whomever wants to update this, i can send him an exe.

Re: Guacamelee Super Turbo Championship Edition

Posted: Sat Jan 14, 2023 2:02 pm
by 1lvl1
This is a cheat table for GOG version of a game.

I could not find Immunity to Lava and other Instant-Death things, but everything else is there.

Hope everything works.

Re: Guacamelee Super Turbo Championship Edition

Posted: Sun Jun 18, 2023 12:20 am
by housellama
Does anyone have an update for this for the Epic version?