EushullyEditor Library is a tool to make your own Eushully Script Editor.
- Overwrite: Rewrite all Kamidori strings.
- Append: Move recognized strings to the end of the script to avoid bad configurations.
- AutoDetect: Rewrite strings without changing unknown offsets.
I configured it to work with Kamidori. If you don't know how to configure it, you can try contacting me and asking for help.
Good luck.
- Hide Eushully Error: https://github.com/guquabc/eushullyNoMsgBox
//To Load
using EushullyEditor;
//...
FormatOptions Config = new FormatOptions(); //Start with default config
BinEditor Editor = new BinEditor(File.ReadAllBytes("C:\\Script.bin"));
string[] AllStrings = Editor.Import(); //Create Variable with all entries
//...
//To Save
System.IO.File.WriteAllBytes(@"C:\sample-out.bin", Editor.Export(AllStrings));####Tested With: Kamidori and Kami no Rhapsody