A web-based tool for managing and modifying XUI files and textures for a certain anime shooter game.
This tool helps you manage and modify XUI files and textures for a certain anime shooter game. It provides a user-friendly interface to work with game interface elements and their associated textures.
This tool was developed as an educational project and is not intended for daily or intensive use. It serves primarily as a learning exercise and proof of concept. While functional, it may not have the robustness or features expected in a production-ready tool.
- Clone this repository
- Create the following folders in the project directory:
textures/- For your texture filesxui/- For your XUI files
-
Textures:
- Place your texture files in the
textures/folder - Files must be in
.pngformat - Ensure texture names match the references in your XUI files (usually original names)
- Place your texture files in the
-
XUI Files:
- Place your XUI files in the
xui/folder - Maintain original file structure from the game
- Place your XUI files in the
- Add your files to the appropriate folders
- Setup a Webserver
- Select the XUI file you want to modify
- Make your changes using the interface
- Save your modifications
- Always backup your original files before making modifications
- Ensure texture file names match exactly with XUI references
- Keep the original file structure to maintain compatibility
Please note that no support or assistance will be provided for:
- Basic usage questions
- Help with understanding how to use the tool
- Questions about file formats or game modifications
This tool is provided as-is for experienced users who understand what they're doing.
This project is licensed under the MIT License - see the LICENSE file for details.