DarkSage wrote: ↑Wed Jul 27, 2022 1:21 am
Thanks for your response. So you still can't find any memories that can take the items without doing the missions?
Some items gotta be taken from Gaunlet mode, and it seems require very long time to possess.
in game memory unfortunately not, am really not that advanced in CE, and it seems that in my research i got stuck in some menu handling structure, that's why i requested help from the community for any clues to find the values.
Here's my solution for now, this will involve hex editing the save file.
Am not sure about the reader experience with Hex Editing, so I'll try to make it simple:
Unlocking all Equipment Items with Max Level (20)
we will assume that we're using
[Link]
WARNING: any extra or less bytes will probably corrupt your save file and renders it useless so
PLESE MAKE A COPY OF YOUR SAVEDATA.BIN
1. open the SAVDATA.BIN located in:
Code: Select all
%USERNAME%\Documents\KoeiTecmo\WARRIORS OROCHI 3 Ultimate\SAVEDATA
2. Copy The following Bytes
Code: Select all
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 FF
DF FF FF FF FF FF 03 14 00 14 00 14 00 14 00 14
00 14 00 14 00 14 00 14 00 14 00 01 00 01 00 01
00 00 00 01 00 01 00 01 00 01 00 01 00 01 00 01
00 01 00 01 00 01 00 01 00 01 00 01 00 01 00 01
00 01 00 01 00 01 00 14 00 14 00 14 00 14 00 14
00 14 00 14 00 14 00 14 00 14 00 14 00 14 00 14
00 01 00 01 00 01 00 01 00 01 00 01 00 01 00 01
00 01 00 01 00 01 00 01 00 01 00 00 00 00 00 00
00 00 00 00 00 00 00 FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF 01 E2 8F CF 40 01 00
FF FF F0 FF 0F FF FF 00 00
3. in
HxD click on Edit -> Select Block (ctrl + E):
- Start Offset: D99D
- End Offset: DA56
4. now Right-Click on the Selected Block of Bytes and Select Paste Write (ctrl + B)
5. save the file and enjoy the resault
one extra thing if anyone's interested i made a small script that controls the zoom level adjustment
I would appreciate any feedback