[COMPLETED] [Request] spyro the dragon reignited trilogy
Re: [Request] spyro the dragon reignited trilogy
Thanks hell of a lot for adding these new options.
It means a lot to me.
It means a lot to me.
Re: [Request] spyro the dragon reignited trilogy
Thank you so much Podstanar, it makes those levels so much easier.
-
- Novice Cheater
- Posts: 24
- Joined: Fri Jul 06, 2018 4:26 pm
- Reputation: 0
Re: [Request] spyro the dragon reignited trilogy
disable time not working well, yes work but the time expired always when is enabled on the time trials
-
- Cheater
- Posts: 26
- Joined: Sun Sep 08, 2019 10:51 am
- Reputation: 14
Re: [Request] spyro the dragon reignited trilogy
.
Last edited by goldentoad on Wed Sep 25, 2019 2:13 am, edited 1 time in total.
Re: [Request] spyro the dragon reignited trilogy
maybe it would be possible to give a tutorial to follow so we can use on own games?goldentoad wrote: ↑Sun Sep 08, 2019 11:32 amSpent quite a while trying to figure out the super flight power up on the HOODLUM version.
Tried it out on the first spyro 2 level.
The powerup's timer was a float value that increased from 0 and when it reached 22 the power up ended. (A 22 second timer that counts up instead of down)
The powerup itself seems to be a flag. Single byte, 0 when off, 1 when on.
Problem is, it doesn't seem to exist in memory until the first time the powerup gate is touched. After that it stays and can even be used after going to another level. There's an opcode that reads it at the start of every glide once it exists.
The aob to find the (shared) opcode that writes the flag when going through the powerup gate is
89 5A 08 85 C9
Opcode is
[rdx+08],ebx
Maybe someone better at assembly can figure out how to activate the powerup without first touching the gate or make a substitute for infinite flight.
i am alright on going to level and activate first every time. just not knowing how to use on own game. thank you!!
(sorry if my english is bad)
Re: [Request] spyro the dragon reignited trilogy
cool, that powerup is really important, what about the super horn charge powerup? it also exist since the first game, in spyro 2 it can be used in all the time trials by default, while in spyro 1 you can use it in those speed pads, it is faster and stronger and it also allow to perform better jumps, it would be perfect with the fly powerup, and maybe is always based on the flag 0\1 system
-
- Novice Cheater
- Posts: 24
- Joined: Fri Jul 06, 2018 4:26 pm
- Reputation: 0
Re: [Request] spyro the dragon reignited trilogy
add please :
1)all gems for level single
2) all gems for all levels
3) Reset gems status from guides menu (for some levels have glitches and not can be complete 100%)
1)all gems for level single
2) all gems for all levels
3) Reset gems status from guides menu (for some levels have glitches and not can be complete 100%)
-
- What is cheating?
- Posts: 4
- Joined: Sat Aug 17, 2019 3:11 am
- Reputation: 0
Re: [Request] spyro the dragon reignited trilogy
Nevermind all the gem nonsense. adjusting run speed and jump height would make some of the wonky 1990s issues they left in the game a lot less annoying
-
- Novice Cheater
- Posts: 24
- Joined: Fri Jul 06, 2018 4:26 pm
- Reputation: 0
Re: [Request] spyro the dragon reignited trilogy
in the level dino mines i have 701/700 gems how fix?
Re: [Request] spyro the dragon reignited trilogy
forget it, you have always taken all the gems. 100%
it happened to me on ps4 too, but I still platinumized it
-
- Novice Cheater
- Posts: 24
- Joined: Fri Jul 06, 2018 4:26 pm
- Reputation: 0
Re: [Request] spyro the dragon reignited trilogy
add to the cheat table unlock all the levels thanks
Last edited by eyesblue1988 on Sun Sep 08, 2019 11:29 pm, edited 1 time in total.
Re: [Request] spyro the dragon reignited trilogy
the problem of the broken god mode can be solved by activating always and constantly the in-game cheat for invincibility: there in one level of the second world were you can be temporary invincible and untouchable , that feature would be perfect if it become permanent because it is already made to not conflict with anything , basically it is like the temporary power to fly or to get the powerup for the charge, you pass trough the altar and you become invincible for some seconds
Re: [Request] spyro the dragon reignited trilogy
I've been working on finding the base pointer for this for 2 days now. Not sure if I'm just an idiot or finding the base pointer for this specific value is difficult. Either way, +1 for someone to help.goldentoad wrote: ↑Sun Sep 08, 2019 11:32 amSpent quite a while trying to figure out the super flight power up on the HOODLUM version.
Tried it out on the first spyro 2 level.
The powerup's timer was a float value that increased from 0 and when it reached 22 the power up ended. (A 22 second timer that counts up instead of down)
The powerup itself seems to be a flag. Single byte, 0 when off, 1 when on.
Problem is, it doesn't seem to exist in memory until the first time the powerup gate is touched. After that it stays and can even be used after going to another level. There's an opcode that reads it at the start of every glide once it exists.
The aob to find the (shared) opcode that writes the flag when going through the powerup gate is
89 5A 08 85 C9
Opcode is
[rdx+08],ebx
Maybe someone better at assembly can figure out how to activate the powerup without first touching the gate or make a substitute for infinite flight.
- codenamegamma
- Noobzor
- Posts: 7
- Joined: Sun Sep 08, 2019 11:11 pm
- Reputation: 0
Re: [Request] spyro the dragon reignited trilogy
It's not just you. finding ANY pointer has been impossible. all the functions that touch gems, or orbs or timers are all wrapped in a function that tracks those things, and even nopping out the call to the function doesn't break those numbers changing. it's a difficult one for sure.Life wrote: ↑Sun Sep 08, 2019 10:15 pmI've been working on finding the base pointer for this for 2 days now. Not sure if I'm just an idiot or finding the base pointer for this specific value is difficult. Either way, +1 for someone to help.goldentoad wrote: ↑Sun Sep 08, 2019 11:32 amSpent quite a while trying to figure out the super flight power up on the HOODLUM version.
Tried it out on the first spyro 2 level.
The powerup's timer was a float value that increased from 0 and when it reached 22 the power up ended. (A 22 second timer that counts up instead of down)
The powerup itself seems to be a flag. Single byte, 0 when off, 1 when on.
Problem is, it doesn't seem to exist in memory until the first time the powerup gate is touched. After that it stays and can even be used after going to another level. There's an opcode that reads it at the start of every glide once it exists.
The aob to find the (shared) opcode that writes the flag when going through the powerup gate is
89 5A 08 85 C9
Opcode is
[rdx+08],ebx
Maybe someone better at assembly can figure out how to activate the powerup without first touching the gate or make a substitute for infinite flight.
I did manage to make hooks for Player X,Y,Z and a complete freecam, also wrote a hook that has the coordinates for how far the camera is from the player so that's nice for some things but not really.
One thing that does work but not many people seem to know is Sunbeam's Universal Console Enabler. since it's mostly stock unreal that works fine for this, but even if you do get it enabled the only thing useful is changing the FOV and enabling the debug camera. cheats like "God" "Ghost" "Fly" while they "enable" they don't do anything in spyro. the only person who could be really helpful is Sunbeam since as far as i can tell he knows the most about these unreal engine games.
the universal console enabler also can dump functions and objects, but it's not all that helpful sadly or maybe it is, but i just don't know what i'm doing.
-
- Novice Cheater
- Posts: 24
- Joined: Fri Jul 06, 2018 4:26 pm
- Reputation: 0
Re: [Request] spyro the dragon reignited trilogy
add to cheat table mode noclip thanks
Who is online
Users browsing this forum: Baidu [Spider], Google [Bot], starblade