Trivial additions
This commit is contained in:
parent
fa273ec6a2
commit
5f289a0bef
2 changed files with 14 additions and 7 deletions
|
@ -28,6 +28,8 @@ Setup
|
|||
FTL resources. Specifically "data.dat" in the "resources\"
|
||||
directory under your FTL install.
|
||||
|
||||
On OSX, you can select "FTL.app", because the resources are inside it.
|
||||
|
||||
In most cases, this should be located automatically.
|
||||
|
||||
|
||||
|
@ -37,7 +39,7 @@ Usage
|
|||
Put it in the Slipstream/mods/ folder.
|
||||
|
||||
To start the mod manager:
|
||||
Double-click modman.jar.
|
||||
Double-click modman.command.
|
||||
|
||||
To install mods:
|
||||
Tick checkboxes to select the mods you want to install.
|
||||
|
@ -62,7 +64,7 @@ Troubleshooting
|
|||
You need a newer version of Java.
|
||||
|
||||
* If you get permission errors...
|
||||
Make sure that your resource.dat and data.dat files are not read-only.
|
||||
Make sure resource.dat and data.dat aren't read-only.
|
||||
|
||||
* If the game shows exclamation marks for everything...
|
||||
See the suggestion below for replacing corrupt resources.
|
||||
|
|
|
@ -70,12 +70,17 @@ Troubleshooting
|
|||
http://johann.loefflmann.net/en/software/jarfix/index.html
|
||||
|
||||
* If you get permission errors...
|
||||
Start Menu -> Programs -> Accessories.
|
||||
Right-click "Command Prompt" to run as an admin.
|
||||
Type this, then hit enter: cd "c:\location\of\Slipstream"
|
||||
Type this, then hit enter: java -jar modman.jar
|
||||
Option 1:
|
||||
Right-click modman.exe to run as an admin.
|
||||
|
||||
Make sure that your resource.dat and data.dat files are not read-only.
|
||||
Option 2:
|
||||
Start Menu -> Programs -> Accessories.
|
||||
Right-click "Command Prompt" to run as an admin.
|
||||
Type this, then hit enter: cd "c:\location\of\Slipstream"
|
||||
Type this, then hit enter: java -jar modman.jar
|
||||
|
||||
Option 3:
|
||||
Make sure resource.dat and data.dat aren't read-only.
|
||||
|
||||
* If the game shows exclamation marks for everything...
|
||||
See the suggestion below for replacing corrupt resources.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue