-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
Modifies the whitelist of Space Engineers while it is running to allow more types of mods. Other than creating a log file, ExtendWhitelist will not modify any files on your hard drive. | ||
|
||
Mods used with ExtendWhitelist might harm your computer. When running ExtendWhitelist, only use mods that you trust. | ||
Downloads the latest ARMS scripts and loads them into Space Engineers. The scripts will run only alongside the models, which are distributed via steam. | ||
|
||
Usage | ||
===== | ||
Unpack to ...\SpaceEngineers\Bin64, run ExtendWhitelist.exe. | ||
If the game is not running, ExtendWhitelist will start it. If the game is running, the whitelist of the running game will be updated. You will need to reload any running world. | ||
Unpack to ...\SpaceEngineers\Bin64, run LoadARMS.exe. | ||
If the game is not running, LoadARMS will start it. If the game is running, ARMS will be loaded into the running game. You will need to reload any running world. | ||
|
||
Dedicated Server | ||
================ | ||
Unpack to ...\SpaceEngineers\DedicatedServer64, run ExtendWhitelist.exe. | ||
If the dedicated server is not running, ExtendWhitelist will start the configurator. If the configurator is already running, ExtendWhitelist will wait for the server to start. If the dedicated server is running, ExtendWhitelist will modify the whitelist. | ||
Unpack to ...\SpaceEngineers\DedicatedServer64, run LoadARMS.exe. | ||
If the dedicated server is not running, LoadARMS will start the configurator. If the configurator is already running, LoadARMS will wait for the server to start. If the dedicated server is running, LoadARMS will load ARMS into the server. |