Xenoblade Chronicles X cheats and mods

  • Thread starter Thread starter Ultimos54
  • Start date Start date
  • Views Views 649,962
  • Replies Replies 3,187
  • Likes Likes 57
this code has not been compiled into the file on page 1 though. The code there is different.


Edit: Has anyone found a cheat that forces Ultra Infinite drops? Not getting any despite gold chest cheat active.

Lvl 60 and up monster turn on the no broken weapon then use 3skill+1 slot code plus gold chest.. best sample to do this is at the beast layer it just turn on always armor drop too for the ultra infinity ones
 
  • Like
Reactions: mauroalexand
Lvl 60 and up monster turn on the no broken weapon then use 3skill+1 slot code plus gold chest.. best sample to do this is at the beast layer it just turn on always armor drop too for the ultra infinity ones
Doing it exactly like that, no Ultra Infinite drops. Only regal, cosmic, diamond, phenomenon, etc. items.

@Gamerjin

your onehit code is still broken. It causes Skells to be destroyed in one hit too upon engaging battle.
 
Doing it exactly like that, no Ultra Infinite drops. Only regal, cosmic, diamond, phenomenon, etc. items.

@Gamerjin

your onehit code is still broken. It causes Skells to be destroyed in one hit too upon engaging battle.
ok, did you try JUST my code by itself?
if it doesnt look like this:

[enemy is insta-kill]
04000000 001D2CD8 11000521

then the file is wrong.
 
ok, did you try JUST my code by itself?
if it doesnt look like this:

[enemy is insta-kill]
04000000 001D2CD8 11000521

then the file is wrong.
1743184417965.png


Right after you posted it initially in fact. It does let me kill enemies in one hit but again, my Skells still die in one hit too when engaging combat. Just getting detected is enough, you don't even need to start combat yourself.
 
View attachment 494165

Right after you posted it initially in fact. It does let me kill enemies in one hit but again, my Skells still die in one hit too when engaging combat. Just getting detected is enough, you don't even need to start combat yourself.
......and what other cheats do you have on? because my cheat file doesnt have that problem. and i would rather not have to switch the gbatemp copy i made, since im working on the item editor, which i may not post if more ppl are having problems with the codes im posting.

And no, I'm not single-ly pointing you out. There are a few other who have said my codes don't work.
 
Last edited by Gamerjin,
......and what other cheats do you have on? because my cheat file doesnt have that problem. and i would rather not have to switch the gbatemp copy i made, since im working on the item editor, which i may not post if more ppl are having problems with the codes im posting.

And no, I'm not single-ly pointing you out. There are a few other who have said my codes don't work.
1743187037336.png


Nothing that should affect player/enemy damage or health in any way.


edit: If it helps debugging your code, take a look at how the "No XYZ damage to enemy" codes work. They have no effect on Skell damage. They also don't cause enemy death from weather, while your onehit code does that too. Discovered this in Oblivia.
 
Last edited by mtgforger,
View attachment 494174

Nothing that should affect player/enemy damage or health in any way.


edit: If it helps debugging your code, take a look at how the "No XYZ damage to enemy" codes work. They have no effect on Skell damage. They also don't cause enemy death from weather, while your onehit code does that too. Discovered this in Oblivia.
do u have 1 hit break appendage on? i just got my skell and find out that code also break player robot part too, no one report any thing to me
 
already sent the request
Endlessfate or lovetragedy is my two discords… pretty sure I accepted but your not on… pain

If there was ever a virtue I’d ever have it’s patience…

Then again I been looking for 4 days so maybe i am?

Also I’ll take others saves (ch 3 4 or 5) to anyone whose offering
 
Endlessfate or lovetragedy is my two discords… pretty sure I accepted but your not on… pain

If there was ever a virtue I’d ever have it’s patience…

Then again I been looking for 4 days so maybe i am?

Also I’ll take others saves (ch 3 4 or 5) to anyone whose offering
i could start a new file, to test some of my codes. is there anything specific i need to have/do?
 
Please CONFIRM or DENY the following guys:

Go to Sylvalum, FN411. Fly up into the large sphere where Pharsis is located and attack the Visigel enemies while having the following cheats active:

[No 4d Damage to Enemy (16x)]
04000000 001D2CD8 531C6EA1

[No 3d Damage to Player reduced by (16x)]
04000000 001CF588 53047EA1


Using this causes the damage to be applied to the player skells instead, which instantly destroys them. Removing the damage reduce cheat however does not cause this on my end.
 
do u have 1 hit break appendage on? i just got my skell and find out that code also break player robot part too, no one report any thing to me
Ahm im still on chapter 3 completing side quests
Post automatically merged:

Please CONFIRM or DENY the following guys:

Go to Sylvalum, FN411. Fly up into the large sphere where Pharsis is located and attack the Visigel enemies while having the following cheats active:

[No 4d Damage to Enemy (16x)]
04000000 001D2CD8 531C6EA1

[No 3d Damage to Player reduced by (16x)]
04000000 001CF588 53047EA1


Using this causes the damage to be applied to the player skells instead, which instantly destroys them. Removing the damage reduce cheat however does not cause this on my end.
I think theres a problem with that code i dont remember but they fixed that already in any case double check on the main file
Post automatically merged:

Please CONFIRM or DENY the following guys:

Go to Sylvalum, FN411. Fly up into the large sphere where Pharsis is located and attack the Visigel enemies while having the following cheats active:

[No 4d Damage to Enemy (16x)]
04000000 001D2CD8 531C6EA1

[No 3d Damage to Player reduced by (16x)]
04000000 001CF588 53047EA1


Using this causes the damage to be applied to the player skells instead, which instantly destroys them. Removing the damage reduce cheat however does not cause this on my end.
And to be honest you dont need damage multiplier cause if you optimize your weapon you can deal so much damage that even enemies 30lvl to 50lvl higher than you can be killed assuming you will hit every skill
 
Please CONFIRM or DENY the following guys:

Go to Sylvalum, FN411. Fly up into the large sphere where Pharsis is located and attack the Visigel enemies while having the following cheats active:

[No 4d Damage to Enemy (16x)]
04000000 001D2CD8 531C6EA1

[No 3d Damage to Player reduced by (16x)]
04000000 001CF588 53047EA1


Using this causes the damage to be applied to the player skells instead, which instantly destroys them. Removing the damage reduce cheat however does not cause this on my end.
ok, NOW i know what happened. you need to change player reduced damage to this:

[Damage to Player reduced by (16x)]
04000000 001D705C 13047EA1

what's happening is that the "lsr" command i initially used was flipping the healing into damage because of how it checks for damage. that's whats killing you. my notes must have gotten buried in the thread.

@Ultimos54, remove all my codes from the zip, until i get you a working text file from my switch.
 
ok, NOW i know what happened. you need to change player reduced damage to this:

[Damage to Player reduced by (16x)]
04000000 001D705C 13047EA1

what's happening is that the "lsr" command i initially used was flipping the healing into damage because of how it checks for damage. that's whats killing you. my notes must have gotten buried in the thread.

@Ultimos54, remove all my codes from the zip, until i get you a working text file from my switch.
Will try that. Do you have a file compiled for testing purposes? Since I'm in the process of farming EBD ready gear, I could try a bunch if need be.

@Ultimos54 scrapping the current "Working 101" file completely would be bad, since not ALL codes are broken. Rather, marking it as partially WIP instead. "Working" implies that ALL codes have been confirmed working, which they have not.
 
Seems the 4k mod doesn't work for the equipment/fashion gear screens :( anyone know of an update or fix for that?
 

Attachments

  • Xenoblade Chronicles X_ Definitive Edition_2025-03-28_17-16-03.png
    Xenoblade Chronicles X_ Definitive Edition_2025-03-28_17-16-03.png
    1.8 MB · Views: 52
i could start a new file, to test some of my codes. is there anything specific i need to have/do?
Dm me on discord but TLDR: nah, I just wanted a save file where it had some effort put in you know? Spent like 90percent of my 15hr save going through the world getting probe areas unlocked and probes themselves via savage and the saves I’ve found online so far (4 days of pain…) just doesn’t fit me, esp when they over leveled and that they legit have only explored 3 percent of the map… bruh

Discord is endlessfate
 
[Appendage 1 hit break]
04000000 001C5A50 6B020153
04000000 001C5A50 15258460
04000000 04B26BD0 B9400905
04000000 04B26BD4 711404BF
04000000 04B26BD8 54000061
04000000 04B26BDC 6B020153
04000000 04B26BE0 16DA7B9D
04000000 04B26BE4 6B0A0153
04000000 04B26BE8 16DA7B9B

[ZL.R3 inventory add 96 by view]
04000000 0066003C B9400109
80000120
04000000 0066003C 14439375
04000000 01744E10 7940051E
04000000 01744E14 12155FDE
04000000 01744E18 321807DE
04000000 01744E1C 7900051E
04000000 01744E20 B9400109
04000000 01744E24 17BC6C87
20000000

Appendage 1 hit break will only apply to enemy, need people got further in the game to test i only got my skell and only main MC
inventory add 96 by view this is from Tomswitch im just make it so can pick which item to increase the value like my weapon/ armor code will work the same way.
 
Last edited by ranma99vn,
Anyone has a code for adding a specific item to inventory or adding all important items? I'm unable to progress some quests due to the item not dropping from the Gold Chest cheat
 

Site & Scene News

Popular threads in this forum