ROM Hack Cheat Codes AMS and Sx Os, Add and Request

  • Thread starter Thread starter matias3ds
  • Start date Start date
  • Views Views 24,121,829
  • Replies Replies 73,164
  • Likes Likes 249
  • Like
Reactions: crazy_p
@crazy_p @Spider_Man 20000001 is undocumented outline_off code, will see how you put that to good use before deciding if I will put that in Breeze too.

That's cool i test it as soon as i finished updating the Doom Eternal 1.7 Cheats.

Only downside i can see with 20000000/20000001 as Outline Indicator is that they are considered as
Cheats by the CheatVM. This means for each Outline i make, i can add one Cheat less to my Cheat File.
Example: 10 Outlines = 10 less Cheats.

Empty Outlines did not take up Space in the VM....
Maybe something like this would also be Possible:

Outline Start = [Outline] / Outline End = []

But it's up to you, i love the Outline Feature it is very Handy if you have a lot of Cheats.
 
  • Like
Reactions: Yondaime_Kazzy
That's cool i test it as soon as i finished updating the Doom Eternal 1.7 Cheats.

Only downside i can see with 20000000/20000001 as Outline Indicator is that they are considered as
Cheats by the CheatVM. This means for each Outline i make, i can add one Cheat less to my Cheat File.
Example: 10 Outlines = 10 less Cheats.

Empty Outlines did not take up Space in the VM....
Maybe something like this would also be Possible:

Outline Start = [Outline] / Outline End = []

But it's up to you, i love the Outline Feature it is very Handy if you have a lot of Cheats.
Your 00000000 00000000 00000000 use up cheat count too. What happens to not everyone have Zing? Empty code was how I did it earlier but since it won't show without Zing it is useless for you isn't it?
 
Yes 00000000 also takes up Space, i tested this by getting rid of all my 00000000 Codes and make them
20000000. I had to delete several Cheats to make all appear in Edizon...

20000001 will take up even more Space Outline Start = one less Cheat + Outline End = one less Cheat.
Means 2 less Cheats.
 
  • Like
Reactions: Yondaime_Kazzy
Yes 00000000 also takes up Space, i tested this by getting rid of all my 00000000 Codes and make them
20000000. I had to delete several Cheats to make all appear in Edizon...

20000001 will take up even more Space Outline Start = one less Cheat + Outline End = one less Cheat.
Means 2 less Cheats.
I don't know why you want it but you asked for it.
You only need this code for cheats you want to always display and is after a outline label. Cheats that comes before any outline label is always displayed since day one.
 
I don't know why you want it but you asked for it.
You only need this code for cheats you want to always display and is after a outline label. Cheats that comes before any outline label is always displayed since day one.

I never asked for it maybe you confuse me with Spider_Man, i always said 0.0.15 was perfect as it was.
It maybe not looked that good to have the same description Twice but everything worked fine.

The only thing i had to do was add [Outline] to my Cheats and Zing showed it properly.

All Cheats were displayed correctly, it took the same amount of Space and i had to delete nothing....
 
  • Like
Reactions: Yondaime_Kazzy
@TomSwitch
So I found the proper value AND a solid pointer, but when I change the value it isn't reflected in game, only if it's changed naturally, how do I make codes for values like that?
There are effective values and there are display values and there are shadow values.
If you found the shadows hacking it does nothing, it just gives you information.
For some game effective value and display value are not the same. You hack the display value you see it on screen but it does not help you in the game. In such cases ideally you want to find both but normally I am happy to just have the effective value.
 
There are effective values and there are display values and there are shadow values.
If you found the shadows hacking it does nothing, it just gives you information.
For some game effective value and display value are not the same. You hack the display value you see it on screen but it does not help you in the game. In such cases ideally you want to find both but normally I am happy to just have the effective value.
I just must be too inexperienced. I found a good HP pointer and made a code that works fine but can't seem to find the other meters values

Edit: I understand what you mean but NONE of the values seem to be the effective value. Is that just a limitation of switch code searching?
 
Last edited by uzimakiuchiha,
I never asked for it maybe you confuse me with Spider_Man, i always said 0.0.15 was perfect as it was.
It maybe not looked that good to have the same description Twice but everything worked fine.

The only thing i had to do was add [Outline] to my Cheats and Zing showed it properly.

All Cheats were displayed correctly, it took the same amount of Space and i had to delete nothing....
You don't need extra code, you just need to change your 00000000 00000000 00000000 to 20000000 00000000 00000000

--------------------- MERGED ---------------------------

I just must be too inexperienced. I found a good HP pointer and made a code that works fine but can't seem to find the other meters values

Edit: I understand what you mean but NONE of the values seem to be the effective value. Is that just a limitation of switch code searching?
No, it has nothing to do with Switch. Normally you will have it easy if the game is Switch exclusive. When it is also on PC the value tend to be obfuscated.
 
You don't need extra code, you just need to change your 00000000 00000000 00000000 to 20000000 00000000 00000000

--------------------- MERGED ---------------------------


No, it has nothing to do with Switch. Normally you will have it easy if the game is Switch exclusive. When it is also on PC the value tend to be obfuscated.
Crap it is a pc game. Well thanks man. Hopefully I can figure it out
 
You don't need extra code, you just need to change your 00000000 00000000 00000000 to 20000000 00000000 00000000

Did you open the File i sent you in Zing 0.0.15 AND the Edizon Overlay?

My File was at the Maximum the AMS Cheat Engine allows you.
Just try it yourself, delete every empty Outline except the very first (add 20000000)
and replace all 00000000 with 20000000 you will see that not all Cheats are visible in the Edizon Overlay.
 
  • Like
Reactions: Yondaime_Kazzy
What are sub 10 Values?
Do you mean negative Values?

Can you give me an Example?

No I mean down to exactly 6 valid results when searching. The game in question is Wizard of legend
The values are in float. The value is a meter, and the values seem to change between 0 and 24, it is a meter that decays with time so it shows negative values while decaying, I search 0 when it's empty, 24 when it's full and narrow it down to exactly 6 results. NONE of them work to change the value in game, but I searched for a pointer anyway that points to them, found a viable one (restarted switch to be sure) and even the pointer doesn't have an effect in game. But it DOES change naturally in game and reflects it in the value, just not when I change it myself in code
 
No I mean down to exactly 6 valid results when searching. The game in question is Wizard of legend
The values are in float. The value is a meter, and the values seem to change between 0 and 24, it is a meter that decays with time so it shows negative values while decaying, I search 0 when it's empty, 24 when it's full and narrow it down to exactly 6 results. NONE of them work to change the value in game, but I searched for a pointer anyway that points to them, found a viable one (restarted switch to be sure) and even the pointer doesn't have an effect in game. But it DOES change naturally in game and reflects it in the value, just not when I change it myself in code

Maybe you got the wrong Address, it is Possible that 0 (Empty) Points to a Different Address
(Indicator that it is Empty).
A better Approach would be to do a Range Search F32 0 - 24 when it's almost Full, then let some
Time Pass and Search for Less.
If the Bar does not decrease if you Pause the Game do a Same Search between the Less Searches.
 
Last edited by crazy_p,
Maybe you got the wrong Address, it is Possible that 0 (Empty) Points to a Different Address
(Indicator that it is Empty).
A better Approach would be to do a Range Search F32 0 - 24 when it's almost Full, then let some
Time Pass and Search for Less.
If the Bar does not decrease if you Pause the Game do a Same Search between the Less Searches.
Ok thanks I'll try that
 
  • Like
Reactions: crazy_p
[No More Heroes 3 v1.0.1 (v65536) ]
[ TID: 01007C600EB42000 BID: C3AF706F3F7844EA ]

[Invincible]
010E0000 01A1A8EE 00000088

[Unlimited Energy]
010E0000 01A1AF5A 0000001F

[Max UC Money]
010E0000 01BE74F0 00000008

[Instant Kill (Not Suggest)]
010E0000 019561D0 0000001F

[Created by Eiffel2018]
 
You would of thought when the released 1.6 to enable the 1st dlc they would of allowed the 2nd dlc to be enabled also with a small download file. Thanks for the heads up
I knew they were going to whip out a new Update. LOL. Just want to ask them, "Anything else we should know?????"
 
  • Like
Reactions: crazy_p

Site & Scene News

Popular threads in this forum