From 5f289a0befba85a72edb6aac93713073de907bcc Mon Sep 17 00:00:00 2001 From: Vhati Date: Thu, 22 Aug 2013 06:19:59 -0400 Subject: [PATCH] Trivial additions --- skel_unix/readme_for_unixlike.txt | 6 ++++-- skel_win/readme_for_windows.txt | 15 ++++++++++----- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/skel_unix/readme_for_unixlike.txt b/skel_unix/readme_for_unixlike.txt index 89dea5d..97b6ae7 100644 --- a/skel_unix/readme_for_unixlike.txt +++ b/skel_unix/readme_for_unixlike.txt @@ -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. diff --git a/skel_win/readme_for_windows.txt b/skel_win/readme_for_windows.txt index 32148c4..278074b 100644 --- a/skel_win/readme_for_windows.txt +++ b/skel_win/readme_for_windows.txt @@ -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.