Update README.md

This commit is contained in:
Bored
2025-08-05 05:08:24 +00:00
parent abc833228b
commit a1dd976a20

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. 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.0.0/FalloutShelterEditor-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 ## Features
@@ -18,7 +47,7 @@ A modern, cross-platform save editor for Fallout Shelter built with Electron.js.
## Installation ## Installation
### Option 1: Download Pre-built Binary ### 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 2. Download the appropriate version for your operating system
3. Install and run the application 3. Install and run the application
@@ -31,8 +60,8 @@ A modern, cross-platform save editor for Fallout Shelter built with Electron.js.
#### Steps #### Steps
1. Clone the repository: 1. Clone the repository:
```bash ```bash
git clone https://github.com/your-repo/fallout-shelter-save-editor.git git clone https://gitea.serversyndicate.com/Bored/Fallout-Shelter-Save-Editor.git
cd fallout-shelter-save-editor cd Fallout-Shelter-Save-Editor
``` ```
2. Install dependencies: 2. Install dependencies:
@@ -172,7 +201,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
## Support ## Support
If you encounter issues: 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 2. Create a new issue with detailed information
3. Include your operating system and save file details (without personal data) 3. Include your operating system and save file details (without personal data)