ROM Hack WIP Xenoblade Chronicles 2 Save Editor

Itrimel

Member
Newcomer
Joined
Jul 11, 2016
Messages
5
Trophies
0
Age
26
XP
110
Country
France
For those who can't seem to edit the legendary core count, there was a little mistake in the code. You can find the correct .exe attached to my post (and I've submitted a pull request on Github too @Type_O_Dev )
 

Attachments

  • Xenoblade Chronicles 2 Save Editor.zip
    21.3 KB · Views: 328

PolloDiablo

Madre de Dios! Es El POLLO DIABLO!!!
Member
Joined
Feb 9, 2010
Messages
3,858
Trophies
2
XP
2,957
Country
United States
How bad are the chances of getting banned from using this save editor for an off-line game?

I want to keep my switch clean until we have a more mature and secure scene (still haven't hacked my console), but I'm seriously considering using this to save 50 hours of my life. I just need it to hack a crapton of core crystals and a couple of overdrive protocols... that's all.

My OCD got the best of me with this game... and I really want to be done with it to never touch it again.
 

Type_O_Dev

Developer
OP
Developer
Joined
Dec 12, 2017
Messages
683
Trophies
0
XP
1,470
Country
United States
For those who can't seem to edit the legendary core count, there was a little mistake in the code. You can find the correct .exe attached to my post (and I've submitted a pull request on Github too @Type_O_Dev )

Thank you, I merged your changes.
If there are more offsets wanted please let me know. So I can add to final project

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

How bad are the chances of getting banned from using this save editor for an off-line game?

I want to keep my switch clean until we have a more mature and secure scene (still haven't hacked my console), but I'm seriously considering using this to save 50 hours of my life. I just need it to hack a crapton of core crystals and a couple of overdrive protocols... that's all.

My OCD got the best of me with this game... and I really want to be done with it to never touch it again.

It would be extremely hard to get banned with this editor as we are not hacking code. We are only editing for items, stats. We are not changing characters and hacking game
 

cac0714

Active Member
Newcomer
Joined
May 26, 2018
Messages
44
Trophies
0
XP
594
Country
United States
Thank you, I merged your changes.
If there are more offsets wanted please let me know. So I can add to final project

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

It would be extremely hard to get banned with this editor as we are not hacking code. We are only editing for items, stats. We are not changing characters and hacking game
But isn't the stuff that is needed to just get the save off the console enough to get us banned? Because it is an illegal program.
 
Last edited by cac0714,

Itrimel

Member
Newcomer
Joined
Jul 11, 2016
Messages
5
Trophies
0
Age
26
XP
110
Country
France
For what I understand, no. What we do right now is undetectable by the console, the only persons that got banned were those who blatantly cheated on online games (dumb thing to do), or those who used their console certs to download directly from Nintendo servers
 

Type_O_Dev

Developer
OP
Developer
Joined
Dec 12, 2017
Messages
683
Trophies
0
XP
1,470
Country
United States
But isn't the stuff that is needed to just get the save off the console enough to get us banned? Because it is an illegal program.

We are not running the tool on console.
This would be no different from sharing a save, there is no checksums I have heard about that compare saves to actual game play.

The bans being issued were from people accessing N shop servers and download titles not purchased
 

TrunksSSJ23

Well-Known Member
Member
Joined
May 18, 2007
Messages
297
Trophies
1
XP
1,843
Country
United States
We are not running the tool on console.
This would be no different from sharing a save, there is no checksums I have heard about that compare saves to actual game play.

The bans being issued were from people accessing N shop servers and download titles not purchased
Is there an updated compiled .exe file for the editor?
 

cac0714

Active Member
Newcomer
Joined
May 26, 2018
Messages
44
Trophies
0
XP
594
Country
United States
We are not running the tool on console.
This would be no different from sharing a save, there is no checksums I have heard about that compare saves to actual game play.

The bans being issued were from people accessing N shop servers and download titles not purchased
Awesome, I thought Checkpoint (how I get my saves off my console) itself still had a change of getting people banned.
 

BronzeKnight

Member
Newcomer
Joined
May 29, 2018
Messages
7
Trophies
0
Age
35
XP
74
Country
United States
What did you set it to
I am also getting an error every time I try to edit a value. (was using 99 and 9999999).

Code:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.FormatException: Additional non-parsable characters are at the end of the string.
   at System.ParseNumbers.StringToInt(String s, Int32 radix, Int32 flags, Int32* currPos)
   at System.Convert.ToByte(String value, Int32 fromBase)
   at XC2Editor.HexEditor.SaveDecimalValue(Byte[] fileBytes, HexDataInfo info, Int32 value)
   at XC2Editor.XC2MainForm._Lambda$__0-1(HexDataInfo hexData, Int32 value)
   at XC2Editor.XC2FieldTypeEditor.SaveValueToFile(Button btn, EventArgs e)
   at XC2Editor.XC2FieldTypeEditor._Lambda$__R6-2(Object a0, EventArgs a1)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3101.0 built by: NET472REL1LAST_B
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
Xenoblade Chronicles 2 Save Editor
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
 

Type_O_Dev

Developer
OP
Developer
Joined
Dec 12, 2017
Messages
683
Trophies
0
XP
1,470
Country
United States
I am also getting an error every time I try to edit a value. (was using 99 and 9999999).

Code:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.FormatException: Additional non-parsable characters are at the end of the string.
   at System.ParseNumbers.StringToInt(String s, Int32 radix, Int32 flags, Int32* currPos)
   at System.Convert.ToByte(String value, Int32 fromBase)
   at XC2Editor.HexEditor.SaveDecimalValue(Byte[] fileBytes, HexDataInfo info, Int32 value)
   at XC2Editor.XC2MainForm._Lambda$__0-1(HexDataInfo hexData, Int32 value)
   at XC2Editor.XC2FieldTypeEditor.SaveValueToFile(Button btn, EventArgs e)
   at XC2Editor.XC2FieldTypeEditor._Lambda$__R6-2(Object a0, EventArgs a1)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3101.0 built by: NET472REL1LAST_B
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
Xenoblade Chronicles 2 Save Editor
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0

ok let me check

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

hit set value fisrt then save
I was able to set 99190 no prblem
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Psionic Roshambo @ Psionic Roshambo:
    Tine? One gram?
  • BigOnYa @ BigOnYa:
    Sixteenth
  • Psionic Roshambo @ Psionic Roshambo:
    Also it was literally out of a kilo when I got it off the boat so absolutely pure
  • Psionic Roshambo @ Psionic Roshambo:
    Holy shiz that's a lot
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I was getting 3.5 Grams for 320 could have stepped on it and doubled my money easy lol
    +1
  • BigOnYa @ BigOnYa:
    I'd be afraid to it nowdays, my heart would explode prob. I just stick beers n buds nowdays.
  • Psionic Roshambo @ Psionic Roshambo:
    I would get to drive from tarpon springs to like Miami a thousand bucks lol do that twice a week and back in 92 that was good money
  • Xdqwerty @ Xdqwerty:
    @BigOnYa,
    @Psionic Roshambo what are you guys talking about?
  • Psionic Roshambo @ Psionic Roshambo:
    Blew it on women and muscle cars lol
    +1
  • BigOnYa @ BigOnYa:
    @Xdqwerty Hamster food, its pricey nowadays to keep PCs running.
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    I don't do anything except cigarettes and gotta stop eventually lol
    +1
  • BigOnYa @ BigOnYa:
    I'd do shrooms again if could find, and I was outside camping/fishing, and had a cooler full of beer.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I wouldn't mind some LSD, laughing until my face hurt sounds fun lol
    +1
  • BigOnYa @ BigOnYa:
    You ever try soaper powder/qauludes? I did once and like a dumbass drank beer on top of taking, I woke up laying in my backyard in the pouring rain, it knocked me out. I have not seen it around in many many years.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    No never tried a lot of things but never that lol
  • Psionic Roshambo @ Psionic Roshambo:
    I did pass out one time on a floor after taking a bunch of Ambien lol thought it would help me sleep and did it lol
  • Psionic Roshambo @ Psionic Roshambo:
    Girlfriend was working at a pharmacy and stole like 500 of them, was and still is the biggest pill bottle I have ever seen lol
  • K3Nv2 @ K3Nv2:
    Ativan is pretty legit
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    The last time I had to take something to help me sleep, I was prescribed Trazadone it was pretty OK to be honest.
  • Psionic Roshambo @ Psionic Roshambo:
    Not something I need at all these days, doing a lot better lol
  • BigOnYa @ BigOnYa:
    That Nuka Cola video with old ice grinder is cool, I want one.
    +1
  • K3Nv2 @ K3Nv2:
    @BigOnYa, ANSWER HIS DAMN QUESTION
    K3Nv2 @ K3Nv2: @BigOnYa, ANSWER HIS DAMN QUESTION