This repository contains the Vanilla Research Tree – Reworked mod for Space Engineers.
It includes a helper PowerShell build script that automates copying files, creating a .build folder, and linking it to your local Space Engineers Mods directory for testing.
Clone the repository into a local folder outside of your Space Engineers mods directory:
git clone git@github.com:MartinAndreev/Space-Engineers-Vanilla-Research-Tree.git
⚠️ Recommendation:
Avoid cloning directly into your Space Engineers mods folder. The build script will handle linking automatically.
If you don’t already have PowerShell installed, follow the guide for your platform:
- 🪟 Windows: PowerShell 7+ is usually preinstalled. If not, download it here:
👉 Install PowerShell on Windows - 🍎 macOS:
👉 Install PowerShell on macOS - 🐧 Linux:
👉 Install PowerShell on Linux
Open PowerShell as Administrator
🧠 The script needs admin privileges to create a symbolic link inside your Space Engineers Mods directory.
Navigate to the folder where you cloned the repository and run:
.\build.ps1This will:
- Copy all project files (respecting
.gitignore) into a.buildfolder - Create a symbolic link from your Space Engineers Mods folder to the build output
If you want the script to automatically rebuild the mod every few minutes while you work, use the -IntervalMinutes parameter:
.\build.ps1 -IntervalMinutes 1This will rebuild the mod every 1 minute.
You can adjust the interval as needed (e.g. -IntervalMinutes 5).
- Make sure Git is installed and available in your system’s PATH.
👉 Install Git - Space Engineers Mods folder is typically located at:
%AppData%\SpaceEngineers\Mods - The script automatically excludes
.gitandbuild.ps1files from the build output.
🔨 Running build at 14:32
✅ Build folder created at C:\MyRepo\.build
✅ Symlink created at C:\Users\<User>\AppData\Roaming\SpaceEngineers\Mods\Vanilla Research Tree - Reworked
⏰ Waiting 1 minute(s) before next build...