A desktop application for editing Hytale save files. This tool allows users to modify various aspects of their save data through a user-friendly graphical interface.
- Dashboard: Overview of current save data.
- Player Management: Edit player stats, inventories, and associated data.
- World Editing: Modify world properties and settings.
- Permissions System: Manage player permissions and roles.
- Security: Edit security configurations and access controls.
- Memories: View and modify game memories/states.
- Mods: Manage mod-related data within saves.
Download the latest version from the Releases page.
Extract the zip file to a location of your choice.
- Run the
hytale-save-editor.exeexecutable. - Click "Open Save" to select your Hytale save directory.
- Use the sidebar to navigate between different editors.
- Make your changes and save.
If you want to build the project yourself:
- Install Rust.
- Clone the repository:
git clone https://github.com/EdgeTypE/hytale-save-editor.git cd hytale-save-editor - Run or build:
# Run directly cargo run --release --bin hytale-save-editor # Build executable (output in target/release/) cargo build --release --bin hytale-save-editor
- World Map visualization
- Chunk file editing support
- Chunk regeneration tools
Distributed under the MIT License.