Compare commits

6 Commits
v1 ... main

Author SHA1 Message Date
Bored
d6ea8d8b35 Update README.md 2025-08-05 05:21:50 +00:00
Bored
f1b6e2b9ce Upload files to "assets" 2025-08-05 05:10:50 +00:00
Bored
9ffe5afea5 Upload files to "/" 2025-08-05 05:10:40 +00:00
Bored
a1dd976a20 Update README.md 2025-08-05 05:08:24 +00:00
Bored
abc833228b Upload files to "/" 2025-08-05 05:07:41 +00:00
Bored
63e1dff44d Upload files to "/" 2025-08-05 05:04:12 +00:00
2 changed files with 209 additions and 180 deletions

View File

@@ -2,7 +2,36 @@
A modern, cross-platform save editor for Fallout Shelter built with Electron.js. Features AES decryption support and a beautiful, intuitive interface.
![Fallout Shelter Save Editor](assets/screenshot.png)
## Screenshots
### Main Interface
![Main Interface](assets/main-interface.png)
*Welcome screen with quick access to all major features*
The editor provides four main functions:
- 💰 **Resource Management** - Edit caps, food, water, power, and consumables
- 👥 **Dweller Editor** - Modify dweller stats and equipment
- 🏠 **Vault Information** - View and edit vault details
- 🛡️ **Safe Editing** - Automatic backups and validation
## Latest Release
### Version 1.0.0 (August 2025)
🎉 First stable release with all core features implemented!
**Download:**
- [Windows (64-bit)](https://gitea.serversyndicate.com/Bored/Fallout-Shelter-Save-Editor/releases/download/v1/%2FFalloutShelterEditor-Setup-Win-x64.exe)
- [macOS (Universal)](https://gitea.serversyndicate.com/Bored/Fallout-Shelter-Save-Editor/releases/download/v1.0.0/FalloutShelterEditor-Setup-Mac.dmg)
- [Linux (AppImage)](https://gitea.serversyndicate.com/Bored/Fallout-Shelter-Save-Editor/releases/download/v1.0.0/FalloutShelterEditor-Setup-Linux.AppImage)
**What's New:**
- ✨ Initial release with full save file editing support
- 🔒 AES encryption/decryption implementation
- 🎨 Modern, user-friendly interface
- 💾 Automatic backup system
- 🔧 Resource and vault management features
[View all releases](https://gitea.serversyndicate.com/Bored/Fallout-Shelter-Save-Editor/releases)
## Features
@@ -18,7 +47,7 @@ A modern, cross-platform save editor for Fallout Shelter built with Electron.js.
## Installation
### Option 1: Download Pre-built Binary
1. Go to the [Releases](https://github.com/your-repo/releases) page
1. Go to the [Releases](https://gitea.serversyndicate.com/Bored/Fallout-Shelter-Save-Editor/releases) page
2. Download the appropriate version for your operating system
3. Install and run the application
@@ -31,8 +60,8 @@ A modern, cross-platform save editor for Fallout Shelter built with Electron.js.
#### Steps
1. Clone the repository:
```bash
git clone https://github.com/your-repo/fallout-shelter-save-editor.git
cd fallout-shelter-save-editor
git clone https://gitea.serversyndicate.com/Bored/Fallout-Shelter-Save-Editor.git
cd Fallout-Shelter-Save-Editor
```
2. Install dependencies:
@@ -172,7 +201,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
## Support
If you encounter issues:
1. Check the [Issues](https://github.com/your-repo/issues) page
1. Check the [Issues](https://gitea.serversyndicate.com/Bored/Fallout-Shelter-Save-Editor/issues) page
2. Create a new issue with detailed information
3. Include your operating system and save file details (without personal data)

BIN
assets/main-interface.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 KiB