No description
Find a file
2025-08-02 10:33:19 +00:00
scripts 🚀 Add Docker server management functionality and update related scripts 2025-08-02 10:33:19 +00:00
src 🐛 Fix StarDeception dedicated server script missing by updating gitignore 2025-08-01 16:24:32 +02:00
.gitignore 🐛 Fix StarDeception dedicated server script missing by updating gitignore 2025-08-01 16:24:32 +02:00
Foundry Logo.svg 🍱 Remove unused Foundry Logo PNG and update SVG 2025-08-02 11:16:31 +02:00
Foundry.sh 🚀 Add Docker server management functionality and update related scripts 2025-08-02 10:33:19 +00:00
LICENSE 📄 Add license information and update README section 2025-08-01 16:07:50 +02:00
README.md 🚀 Add Docker server management functionality and update related scripts 2025-08-02 10:33:19 +00:00

StarDeception - Foundry

StarDeception - Foundry Logo

Simple interactive script to manage StarDeception game servers.

GitHub License Bash

🚀 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)
  • wget or curl (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