bundles pt2

This commit is contained in:
GetParanoid 2026-04-12 12:02:32 -07:00
parent 1fd76d6b73
commit 008b0fc16f
13 changed files with 61 additions and 12 deletions

View file

@ -1,20 +1,38 @@
# spt_modpack
## Prerequisites
### Install Git if not already installed
1. Download/install https://git-scm.com/downloads/win
**Install Git** (if not already installed)
1. Download and install from https://git-scm.com/downloads/win
- Check "Add to PATH" during installation
1a. ensure add to path is checked
---
1b. Don't add to right click context, optional just adds annoying windows context menu options
## Setup
1. **Create a folder** inside your SPT install directory named `spt_modpack`
- Example: `C:\Games\SPT\spt_modpack`
2. **Open Git Bash** from the Start menu
## Install Modpack
2. Create new folder in SPT install folder called `spt_modpack`. Copy new folder location to clipboard i.e `C:\Games\SPT\spt_modpack`
3. Open Git Bash in start menu
4. Enter `cd SPT_MODPACK_FOLDER_LOCATION` (replace SPT_MODPACK_FOLDER_LOCATION with the folder location you copied in step 2)
5. Enter `git clone https://git.logs.houseoffun.gg/GetParanoid/spt_modpack.git .` (The . at the end is important)
6. Copy all files from `spt_modpack` folder to `SPT_INSTALL` folder. Be sure you see the `.git` folder in the `spt_modpack` folder. If you don't, enable `Show hidden files` in windows explorer and start this step again
6. Use `____Update-And-Launch-SPT.bat` to update and now launch SPT. Create a shortcut to `____Update-And-Launch-SPT.bat` and plaace it where you want.
7. IP: `https://spt.houseoffun.gg:6969`
3. **Navigate to the folder** you just created:
```
cd C:\Games\SPT\spt_modpack
```
4. **Clone the modpack** (the `.` at the end is required):
```
git clone https://git.logs.houseoffun.gg/GetParanoid/spt.git .
```
5. **Copy all files** from `spt_modpack` into your main SPT install folder
- If you don't see a `.git` folder in `spt_modpack`, enable **Show hidden items** in Windows Explorer and try again
6. **Run `____Update-And-Launch-SPT.bat`** to update and launch SPT
- Create a shortcut to it wherever you like
---
## Server
IP: `https://spt.houseoffun.gg:6969`