[Request] Nexomon: Extinction
Re: [Request] Nexomon: Extinction
I'm fairly new to cheat engine,Can I also get some help with injecting a nexomon or changing them into the wild encounter please.
-
- What is cheating?
- Posts: 4
- Joined: Thu Sep 03, 2020 9:46 pm
- Reputation: 1
Re: [Request] Nexomon: Extinction
@daniel24 to inject nexomon, you have to download sublime text and change some code lines on your game data. It have been explained on the thread. You have to convert decimal to hexadecimal and then you can found the correct value. [Link]
Re: [Request] Nexomon: Extinction
A cool feature of aanpsx's inf items script, if you find a vault, it doesn't use a vault key
-
- Expert Cheater
- Posts: 138
- Joined: Mon Jan 13, 2020 5:45 pm
- Reputation: 152
Re: [Request] Nexomon: Extinction
The obscure values make it a pain to work with in mem, but there's no protection on the save files themselves.
So I made a save editor: [Link]
As for the data types, you can find them with. Il2CppInspector + Ghidra. The function to look for is "SaveData_ExtractDataAsBINARY" and follow the reader.ReadSomeType() calls.
So I made a save editor: [Link]
As for the data types, you can find them with. Il2CppInspector + Ghidra. The function to look for is "SaveData_ExtractDataAsBINARY" and follow the reader.ReadSomeType() calls.
Re: [Request] Nexomon: Extinction
Not sure if I'm doing something wrong but, I couldn't even get the exe to run. When I run it nothing happens.Master_Builder wrote: ↑Sat Sep 05, 2020 5:25 pmThe obscure values make it a pain to work with in mem, but there's no protection on the save files themselves.
So I made a save editor: [Link]
As for the data types, you can find them with. Il2CppInspector + Ghidra. The function to look for is "SaveData_ExtractDataAsBINARY" and follow the reader.ReadSomeType() calls.
Thanks in advance!
-
- Expert Cheater
- Posts: 138
- Joined: Mon Jan 13, 2020 5:45 pm
- Reputation: 152
Re: [Request] Nexomon: Extinction
Unless you can give me an error msg, there's not much I can do for you. Check event viewer or something. There's an error recorded somewhere.
For pre-requisites, make sure you have the [Link] runtime.
Direct links: (x64) [Link]
(x86) [Link]
Also make sure you're extracting the whole thing somewhere before you run it. Just running it from the zip causes windows to extract only the exe which is fucking terrible and I hate that windows even does that since it causes more problems that it fixes.
Re: [Request] Nexomon: Extinction
Yeah downloaded the netcore and extracted it fully. Would this help?:Master_Builder wrote: ↑Sat Sep 05, 2020 6:27 pmUnless you can give me an error msg, there's not much I can do for you. Check event viewer or something. There's an error recorded somewhere.
For pre-requisites, make sure you have the [Link] runtime.
Direct links: (x64) [Link]
(x86) [Link]
Also make sure you're extracting the whole thing somewhere before you run it. Just running it from the zip causes windows to extract only the exe which is fucking terrible and I hate that windows even does that since it causes more problems that it fixes.
Message: Error:
An assembly specified in the application dependencies manifest (Save-Editor.deps.json) was not found:
package: 'PropertyChanged.Fody', version: '3.2.9'
path: 'lib/netstandard1.0/PropertyChanged.dll'
-
- Expert Cheater
- Posts: 138
- Joined: Mon Jan 13, 2020 5:45 pm
- Reputation: 152
Re: [Request] Nexomon: Extinction
Perfect. Of course it's an error that occurs when run outside of my system. Will get a 1.1 release out shortly.Saintwave wrote: ↑Sat Sep 05, 2020 6:41 pmYeah downloaded the netcore and extracted it fully. Would this help?:
Message: Error:
An assembly specified in the application dependencies manifest (Save-Editor.deps.json) was not found:
package: 'PropertyChanged.Fody', version: '3.2.9'
path: 'lib/netstandard1.0/PropertyChanged.dll'
EDIT: Re-uploaded 1.0 zip with the missing dll.
Last edited by Master_Builder on Sat Sep 05, 2020 7:07 pm, edited 3 times in total.
Re: [Request] Nexomon: Extinction
Thank you! Really appreciate it.Master_Builder wrote: ↑Sat Sep 05, 2020 6:44 pmPerfect. Of course it's an error that occurs when run outside of my system. Will get a 1.1 release out shortly.
EDIT: Exe runs now, gonna test the features, thanks again!
Re: [Request] Nexomon: Extinction
I can't check the first option (to enable the script itself?) can someone please help me?
Re: [Request] Nexomon: Extinction
There are many files so could you tell which one you're running? But regardless it's probably because the one you're running is for a different version of the game. Not everything here works for the latest steam version. Try the other ones instead.
Re: [Request] Nexomon: Extinction
Got all/most the functions working (well all of the ones I used at least which is most of them, didn't test everything). One thing tho, when I try to overwrite a savefile, while it's 100% overwritten it doesn't reflect in-game, still shows the old save, BUT if I edit a save and saved it on an empty spot (e.i. edited data 1 and saved it as data 2 which is an empty slot) it works, so there's that.Master_Builder wrote: ↑Sat Sep 05, 2020 6:44 pmPerfect. Of course it's an error that occurs when run outside of my system. Will get a 1.1 release out shortly.
EDIT: Re-uploaded 1.0 zip with the missing dll.
-
- Expert Cheater
- Posts: 138
- Joined: Mon Jan 13, 2020 5:45 pm
- Reputation: 152
Re: [Request] Nexomon: Extinction
Do NOT bother editing the one in AppData/LocalLow. The one there seems to just be a backup or something and gets overwritten by the game so ignore it. Edit the one in steam/usersdata/remote.Saintwave wrote: ↑Sun Sep 06, 2020 4:24 amGot all/most the functions working (well all of the ones I used at least which is most of them, didn't test everything). One thing tho, when I try to overwrite a savefile, while it's 100% overwritten it doesn't reflect in-game, still shows the old save, BUT if I edit a save and saved it on an empty spot (e.i. edited data 1 and saved it as data 2 which is an empty slot) it works, so there's that.
Re: [Request] Nexomon: Extinction
This is why you're awesome. Very quick replies, thanks a lot man. Gonna do that later, at work atm.Master_Builder wrote: ↑Sun Sep 06, 2020 5:44 amDo NOT bother editing the one in AppData/LocalLow. The one there seems to just be a backup or something and gets overwritten by the game so ignore it. Edit the one in steam/usersdata/remote.
-
- Expert Cheater
- Posts: 99
- Joined: Sun May 10, 2020 12:22 pm
- Reputation: 17
Re: [Request] Nexomon: Extinction
Sorry to ask this stupid quest but where is the exe file? I can't find itMaster_Builder wrote: ↑Sat Sep 05, 2020 5:25 pmThe obscure values make it a pain to work with in mem, but there's no protection on the save files themselves.
So I made a save editor: [Link]
As for the data types, you can find them with. Il2CppInspector + Ghidra. The function to look for is "SaveData_ExtractDataAsBINARY" and follow the reader.ReadSomeType() calls.
Who is online
Users browsing this forum: Google [Bot], Google Adsense [Bot]