Page 1 of 1

Table for Tempest?

Posted: Sun Jun 25, 2017 6:03 pm
by JJDrakken
I can't seem to find one here, can someone do one?

Re: Table for Tempest?

Posted: Thu Oct 05, 2017 3:27 pm
by LillyanaKabal
I am also in the dark for anything related to Tempest. And so will also want a table for it.

Re: Table for Tempest?

Posted: Fri Oct 06, 2017 10:51 am
by fantomas
Take a look here:
[Link]

Re: Table for Tempest?

Posted: Fri Oct 06, 2017 9:38 pm
by Cake-san
...

Re: Table for Tempest?

Posted: Tue Oct 24, 2017 4:37 pm
by fantomas
Cake-san's cheat table works fine here. I would just add a little cheat for Infinite Player Health

Code: Select all

// Game: Tempest
// Version: 1.1.0

define(damagePlayer,Explore:DamagePlayer)

[ENABLE]
label(_damagePlayer)
registersymbol(_damagePlayer)

damagePlayer:
_damagePlayer:
  ret                 // Player Inf Health

[DISABLE]
_damagePlayer:
  push ebp

unregistersymbol(_damagePlayer)
This one will prevent your team XP Points from decreasing - 1 XP is only what you need for this cheat to work.

Code: Select all

//Game: Tempest
//Version: 1.1.0

define(changeXpPoints,ConfigPanel:ChangeXpPoints)

[ENABLE]
label(_changeXpPoints)
registersymbol(_changeXpPoints)

changeXpPoints:
_changeXpPoints:
  ret                   // Your Team EXP Points will never decrease.
                        // Although you need at least 1 XP for this cheat to work successfully.

[DISABLE]
_changeXpPoints:
  push ebp

unregistersymbol(_changeXpPoints)

Re: Table for Tempest?

Posted: Sun Oct 21, 2018 3:05 am
by SuperFrog
Any chance to update this to current game version 1.2.5?