A plugin that translates the PS Vita game "Mahouka Koukou no Rettousei: Out of Order"/"魔法科高校の劣等生 Out of Order" to English.
Or in simpler terms, injects English text into the game using offset addresses.
- Download plugin kuio
- Copy plugin file "kuio.skprx" to "ur0:/tai" or any other plugin directory
- Copy plugin file "OoE-Plugin.suprx" to "urx0:/data" or any other plugin directory
- Edit the main tai
confg.txt
file (if in doubt, useur0:tai/config.txt
) - Add line under the
*KERNEL
section:
ur0:tai/kuio.skprx
- Add lines:
*PCSG00456
uX0:data/OoE-Plugin.suprx
- Copy bin file
translated.bin
toux0:data/OoE
(if folder does not exist, create it.) - Turn off the console and turn it back on to reload taiHEN's
config.txt
from a clean state.
git clone https://github.com/Rinnegatamante/kuio
cd kuio
mkdir build && cd build
cmake ..
make install
mkdir build && cd build
cmake ..
make
xyz - For helping with the basics of C.
Rinnegatamante - For kuio and helping with the basics of C.
Davee