This repository has been archived by the owner on Aug 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
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
3 changed files
with
42 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# S.E.A. | ||
S.E.A. - Space Engineer Assistant, Workshop mod for the game "Space Engineers" http://steamcommunity.com/sharedfiles/filedetails/?id=680600621 | ||
|
||
### Установка сервера *(Steam клиент)*: | ||
1. Скачать сервер **SEA.P** (и игровой МОД **SEA.GM**) | ||
2. Распаковать файл архива | ||
3. Зайти в клиент Steam | ||
4. Меню **"Библиотека"** -> нажать правой клавишей мыши по игре **"Space Engineers"** -> Свойства | ||
5. В открывшемся окне **"Space Engineers - свойства"** выбрать вкладку **"Локальные файлы"** | ||
6. На вкладке нажать кнопку **"Просмотреть локальные файлы"** | ||
7. В открывшемся окне проводника зайти в папку **"Bin64"** и скопировать содержимое архива | ||
8. Закрываем окно проводника | ||
9. В окне **"Space Engineers - свойства"** выбрать вкладку **"Общие"** | ||
10. Нажать кнопку **"Установить параметры запуска..."** | ||
11. В окне **"Параметры запуска - Space Engineers"** в поле ввода прописать строку **" -plugin SEA.P.dll"** | ||
12. Нажать кнопку **"OK"** | ||
|
||
### Настройка сервера: | ||
1. Установить порт (при необходимости) [9000 по умолчанию] | ||
* Открыть файл **"SEA.P.dll.config"** расположенный в каталоге игры **".\Bin64"** через блокнот | ||
* Изменить значение 9000 на необходимое в строке **<add key="port" value="9000" />** | ||
* В файле **"Utilities\netsh.update.bat"** изменить значение 9000 на необходимое в строке **"set port=9000"** | ||
2. Запустить **"Utilities\netsh.update.bat"** от прав "администратора" | ||
|
||
### Порядок обновление со старой версии: | ||
1. Удалить каталог **"web"** в корневом каталоге сервера **"SEA.P.dll"** | ||
2. Скопировать файл с настройками **"storage.s3db"** в корневой каталог сервера **"SEA.P.dll"** | ||
|
||
- | ||
|
||
## ! Предупреждение ! | ||
* Если запустить МОД (**SEA.GM**) без подключенного Плагин-Сервера (**SEA.P.dll**). То при попытке сохранения игры произойдёт ошибка. ***(Файл сохранения не пострадает)***. | ||
|
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