Thanks to visit codestin.com
Credit goes to github.com

Skip to content
 
 

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Help-me keep actively creating tools!

Read more about this in my Ko-fi goal:

Buy Me a Coffee at ko-fi.com

EushullyEditor v3

EushullyEditor Library is a tool to make your own Eushully Script Editor.

Features

  • 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.

YOU NEED TO CONFIGURE IT!

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.

Release Resources:

Usage:

    //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

About

EuhullyEditor Library, a tool to make your own Eushully script editor easy

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages