mirror of
https://github.com/FalloutCollaborationProject/FCP-Tools.git
synced 2026-07-27 16:59:37 -07:00
Update README
This commit is contained in:
@@ -30,11 +30,12 @@ Use the official updater tool to easily install and keep FCP-Tools up to date:
|
||||
|
||||
**[FCP Mod Updater](https://github.com/FalloutCollaborationProject/FCP-Mod-Updater)**
|
||||
|
||||
### Alternative (Manual Updates) Zip Files:
|
||||
### Alternative (Manual Updates) Zip Files:
|
||||
1. Download and extract to your RimWorld `Mods` folder
|
||||
- Click code -> download as zip file
|
||||
- This is located in your game install, for steam you can right click RimWorld -> manage -> browse local files
|
||||
- Extract so that your folders look like RimWorld/Mods/FCP-Tools-Main and FCP-Tools-Main has the About Folder
|
||||
2. Download [FCP-UnityAssets](https://github.com/FalloutCollaborationProject/FCP-UnityAssets) separately and extract it into the `FCP-UnityAssets` folder inside the mod directory. The FCP Mod Updater does this automatically, but manual zip downloads do not include submodule contents.
|
||||
3. Enable in the mod manager
|
||||
4. Load after Harmony, and Core DLCs, but high up.
|
||||
|
||||
@@ -42,7 +43,7 @@ Use the official updater tool to easily install and keep FCP-Tools up to date:
|
||||
```bash
|
||||
#to install
|
||||
cd /path/to/RimWorld/Mods
|
||||
git clone https://github.com/FalloutCollaborationProject/FCP-Tools.git
|
||||
git clone --recurse-submodules https://github.com/FalloutCollaborationProject/FCP-Tools.git
|
||||
```
|
||||
```bash
|
||||
#to update
|
||||
|
||||
Reference in New Issue
Block a user