I just tried it and it works fine Thank you very much for your effort!
I'm a bit lost regarding "blade editor (affinity chart)". How do I use this? For example, Pyra, third row, third column, Prominence Revolt, I need to defeat Bafoo Crustip in Mor Ardain. If I'm too lazy to do this, can I just edit it so the game thinks I already did it? I don't know how to change this from 0/5 to 5/5!
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
I just tried it and it works fine Thank you very much for your effort!
I'm a bit lost regarding "blade editor (affinity chart)". How do I use this? For example, Pyra, third row, third column, Prominence Revolt, I need to defeat Bafoo Crustip in Mor Ardain. If I'm too lazy to do this, can I just edit it so the game thinks I already did it? I don't know how to change this from 0/5 to 5/5!
I do not recommend editing blades via cheat engine. Instead, get the save editor and edit everything you need there. At least with that you can add items safely into inventory. I'd only really use cheat engine for perhaps merc timer shortening, fixed item quantity (legendary crystals), pouch items.
Yes, check gbatemp. But one thing to keep in mind, you can only edit blades that are currently equipped to a driver for things to stick. It'll also show you what you can edit all the time and what you can't(Read only stats).
When you know what you are doing, you can modify junk blades to be muuuuuch better than rare blades. Loading up with skills that create orbs and destroy them fast.
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>258585</ID>
<Description>"> Show Experience Bonus"</Description>
<LastState/>
<Color>FF0000</Color>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
{$lua}
if syntaxcheck then return end
for i = 0,13 do
local hIndex = string.format('%X',i)
local mr_inv = AddressList.getMemoryRecordByDescription("> Show Experience Bonus")
local mr = AddressList.createMemoryRecord()
mr.Description = "Char " .. i+1 .. " - " .. Chars_1[i+1]
mr.Type = vtDword
mr.Address = 'XC2_1 + 8AC + 5A0 * ' .. hIndex
mr.appendToEntry(mr_inv)
end
{$asm}
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
{$lua}
if syntaxcheck then return end
GetLuaEngine().mOutput.Clear()
local mr_inv = AddressList.getMemoryRecordByDescription("> Show Experience Bonus")
for i=mr_inv.Count-1,0,-1 do
mr_inv.Child[i].delete()
end
{$asm}
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
Last edited by fearlessfan1 on Fri Dec 31, 2021 6:07 pm, edited 1 time in total.
To fix the error, you need to go to Settings - Scan Settings and go to the last checkbox: MEM_MAPPED and check it, so it solved the error.
This was most likely due to different versions of the emulator/game patches. I had to actually create a new AOBscan to find the right address for my emulator/game.
For now, for XC2.1, I did a search for money, found the value and subtracted "7D0" from it. Then opened the table in notepad and looked for the variable XC2_1 and found/replaced all with the address of money-7D0. For me that was 248EB433020. Then I was able to attach to Yuzu, then attach to Xenoblade 2 and the scripts appear to be working.
i cannot comprehend what you mean...can you please explain in a way plebs like me can understand? please?
none of this shit works for me. is yuzu ea simply the shittier emulator? seems like everything works fine for people using ryujinx...
Yuzu is the better emulator (25-50% faster for me). If you prefer ryujinx go ahead and try using it with that. I know I had to modify it to work with Yuzu, so you'll have to dig into the scripts and update for Ryujinx.
I will say, I found out after reading online, you can get atmosphere cheats working on Yuzu. So, if you feel that is the easier route for you, there are some youtube videos and you can use cheatslips to convert codes.
Yeah you can run like cheats running in as a patch though yuzu, there is a website that does that but it's very old school, like gameshark/codebreaker old school. So don't expect everything to work crystal clear.