mirror of
https://github.com/BreizhHardware/Foundry.git
synced 2026-05-09 06:55:23 +02:00
No description
- Shell 100%
| scripts | ||
| src | ||
| .gitignore | ||
| Foundry Logo.svg | ||
| Foundry.sh | ||
| LICENSE | ||
| README.md | ||
StarDeception - Foundry
Simple interactive script to manage StarDeception game servers.
🚀 Quick Start
1. Clone the Repository
git clone https://github.com/NoaSecond/Foundry.git
2. Go in the right folder
cd ./Foundry
3. Run the Manager
sudo bash Foundry.sh
The script will automatically handle the dedicated server binary download when needed.
🔧 Requirements
- Bash shell (Linux/WSL/macOS)
wgetorcurl(for binary downloads)- Write permissions in the directory
That's it! The script handles everything else for you.
Permission Error
If you get a "Permission denied" error:
chmod +x Foundry.sh
chmod +x scripts/*.sh
chmod +x src/StarDeception.dedicated_server.sh
Identifier Error
If the identifier is not valid:
- Make sure it contains exactly 2 digits (e.g., 01, 12, 99)
- Letters and special characters are not allowed
📄License
This project is licensed under the MIT License - see the LICENSE file for details.
👨💻 Contributor
Foundry developed by 𝕭𝖗𝖚𝖒𝖊 Docker integration developed by BreizhHardware