https://github.com/jjkrasa/4storytextureeditor
Editor in which you can replace/delete or add a new texture in 4Story
https://github.com/jjkrasa/4storytextureeditor
cplusplus csharp
Last synced: about 1 year ago
JSON representation
Editor in which you can replace/delete or add a new texture in 4Story
- Host: GitHub
- URL: https://github.com/jjkrasa/4storytextureeditor
- Owner: jjkrasa
- Created: 2025-04-09T14:08:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-18T15:20:48.000Z (about 1 year ago)
- Last Synced: 2025-06-25T07:49:19.178Z (about 1 year ago)
- Topics: cplusplus, csharp
- Language: C#
- Homepage:
- Size: 4.03 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangedTexture.png
Awesome Lists containing this project
README
# 4Story-Texture-Editor
An editor that loads 4Story texture files (.TTX) any texture can be changed and it's info can be modified also a new texture can be added or an existing one can be deleted. All changes can be saved and (.TTX) files are generated aswell (.IDX) index file containing info about Texture ID, File ID and Position in the file of the texture.
### Steps to run the program
1. Clone the repository:
```bash
git clone https://github.com/JakubJosefKrasa/4StoryTextureEditor.git
2. Build on Release or Debug x86
3. Run the generated TextureEditor.exe file located in .\bin\Debug or .\bin\Release

