Homebrew RELEASE EdiZon - A save file editor, cheat manager, cheat engine and save manager for Horizon

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,439
Trophies
1
Age
44
XP
14,470
Country
United States
is there a way to pass a value from one address to another?
You mean copy and paste?

2021121009301900-CCFA659F4857F96DDA29AFEDB2E166E6.jpg
 

Imancol

Otak Productions
Member
Joined
Jun 29, 2017
Messages
1,375
Trophies
0
XP
2,762
Country
Colombia
You mean copy and paste?
Yes, I need to take the value of an address where certain statistics are generated. It's like monitoring. And dump everything that is generating that direction. In JNoexs I can only dump and obtain a single statistic and not the entire event occurred. There are programs that their internal value last a few seconds and it is impossible to obtain them if they do not stop right at that moment.

Then when I know where the value I was looking for is being generated, then build a cheatcode where the event I want to obtain is copied and pasted to another address. This helps me to duplicate behaviors and things like that. The first value will be in the memory of the game and the second value will be in the memory of one of the configuration files that was read only once when starting.

Value 1 = Game state
Value 2 = config state

Copy the value 1 to the value 2.

I already have the value addresses 1 and 2, the question is how does copy and paste things work in cheatcode
 

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,439
Trophies
1
Age
44
XP
14,470
Country
United States
Yes, I need to take the value of an address where certain statistics are generated. It's like monitoring. And dump everything that is generating that direction. In JNoexs I can only dump and obtain a single statistic and not the entire event occurred. There are programs that their internal value last a few seconds and it is impossible to obtain them if they do not stop right at that moment.

Then when I know where the value I was looking for is being generated, then build a cheatcode where the event I want to obtain is copied and pasted to another address. This helps me to duplicate behaviors and things like that. The first value will be in the memory of the game and the second value will be in the memory of one of the configuration files that was read only once when starting.

Value 1 = Game state
Value 2 = config state

Copy the value 1 to the value 2.

I already have the value addresses 1 and 2, the question is how does copy and paste things work in cheatcode
If you are going to write an app then no reason to use cheat code, directly read the memory, edizon is open sourced, just look at the example in debugger.cpp or something like that.

If you still want to write cheat code code type 5 read into register, code type A write register to memory.
 
Last edited by TomSwitch,
  • Like
Reactions: Imancol

Imancol

Otak Productions
Member
Joined
Jun 29, 2017
Messages
1,375
Trophies
0
XP
2,762
Country
Colombia
If you are going to write an app then no reason to use cheat code, directly read the memory, edizon is open sourced, just look at the example in debugger.cpp or something like that.

If you still want to write cheat code code type 5 read into register, code type A write register to memory.
Which would be better: sys-botbase, sys-netcheat or Noexs; for an app?
 

EzioAuditore

Active Member
Newcomer
Joined
May 15, 2021
Messages
31
Trophies
0
Age
40
XP
148
Country
United States
Sorry to bump a thread that hasn't gotten a lot of activity recently, but I have a question. I've been using EdiZon snapshot build since I first installed it a month or so ago. Should I update to the latest 3.1.0 or EdiZon-SE?

I've read reports from posters saying the latest versions for some reason some cheats simply don't work with it and the best way to get them all to work is sticking with the snapshot build. Is this true? If so, has there been a reason as to why?

I've been having some issues with cheats recently and I'm wondering if I should update. Any info on this is appreciated.
 
Last edited by EzioAuditore,

drgnslayers

Well-Known Member
Member
Joined
Dec 19, 2010
Messages
221
Trophies
1
XP
1,982
Country
Canada
Sorry to bump a thread that hasn't gotten a lot of activity recently, but I have a question. I've been using EdiZon snapshot build since I first installed it a month or so ago. Should I update to the latest 3.1.0 or EdiZon-SE?

I've read reports from posters saying the latest versions for some reason some cheats simply don't work with it and the best way to get them all to work is sticking with the snapshot build. Is this true? If so, has there been a reason as to why?

I've been having some issues with cheats recently and I'm wondering if I should update. Any info on this is appreciated.
EdiZon-SE 3.8.26 is the most recent version so I suggest that you update to this version
 
  • Like
Reactions: impeeza

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,439
Trophies
1
Age
44
XP
14,470
Country
United States
Is there anywhere that I can find a list of differences between EdiZon snapshot, EdiZon 3.1.0 and EdiZon-SE?

Are the features entirely the same?
It depends on what you want to do. Snap shot and release version of edizon is the same code, for some time the release version was much older and people keep having trouble cause they think released is better. Edizon development stopped ages ago. Edizon se has enhanced search capabilities and fixed to work with some games that would crashed with edizon. Get the latest at GitHub
 

EzioAuditore

Active Member
Newcomer
Joined
May 15, 2021
Messages
31
Trophies
0
Age
40
XP
148
Country
United States
It depends on what you want to do. Snap shot and release version of edizon is the same code, for some time the release version was much older and people keep having trouble cause they think released is better. Edizon development stopped ages ago. Edizon se has enhanced search capabilities and fixed to work with some games that would crashed with edizon. Get the latest at GitHub
I just plan on apply cheats and using RAM and other searches and stuff to try and create my own cheats. I don't have an advanced knowledge in making cheats, but I was able to make a few using RAM searches on EdiZon Snapshot so far. I'll give EdiZon-SE a try, thanks.

When I was googling though I found some posts of people claiming some games are incompatible with EdiZon-SE as far as cheats go. Is that true or were they mistaken about that? It was only a few posts, so it's possible they were wrong about saying that.

Thanks
 

EzioAuditore

Active Member
Newcomer
Joined
May 15, 2021
Messages
31
Trophies
0
Age
40
XP
148
Country
United States
Edizon and edizon overlay are separate things. So you can use edizon overlay with se. But I suggest using Tom's overlays zing or breeze
Thanks. In the Edizon SE zip file, there's already a folder for breeze. Do I need to install that or is it optional?

Also, do you know what these folders are for? I never had to copy anything into the atmosphere/contents directory with the Edizon snapshot. I'm wondering what this is for...

folder1.jpg

folder2.jpg
 

TomSwitch

Well-Known Member
Member
Joined
Jan 10, 2019
Messages
4,439
Trophies
1
Age
44
XP
14,470
Country
United States
Edizon se’s download number is high enough that should it cause any harm I would have learn about it by now. If you were already happy with what you could do with edizon just the nro file should please you enough. You can wait to have the rest or perhaps you never know what you missed. Check the release notes, all of them, to learn about the features, if anything don’t work it may mean you didn’t have some required file.
 
Last edited by TomSwitch,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Psionic Roshambo @ Psionic Roshambo: https://www.youtube.com/@legolambs