Skip to content
This repository has been archived by the owner on Aug 16, 2020. It is now read-only.

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
OniVe committed May 26, 2016
1 parent 4f02c90 commit 231c596
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 3 deletions.
33 changes: 33 additions & 0 deletions README.RU.md
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**). То при попытке сохранения игры произойдёт ошибка. ***(Файл сохранения не пострадает)***.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ S.E.A. - Space Engineer Assistant, Workshop mod for the game "Space Engineers" h
1. Set the port (if necessary) [9000 by default]
* Open file **"SAMP.dll.config"** located in the directory of the game **".\Bin64"** via notepad
* Change the value to the desired value 9000 on the **<add key = "port" value = "9000" />**
* In file "netsh.bat" change the value of 9000, on the desired value in the **"set port = 9000"**
2. Run **"\Utilities\netsh.update.bat"** from administrator
* In file **"Utilities\netsh.update.bat"** change the value of 9000, on the desired value in the **"set port = 9000"**
2. Run **"Utilities\netsh.update.bat"** from administrator

### The order of updating from the old version:
1. Delete the directory **"web"** in the root directory of the server **"SEA.P.dll"**
Expand All @@ -29,5 +29,5 @@ S.E.A. - Space Engineer Assistant, Workshop mod for the game "Space Engineers" h
-

## ! Warning !
If you run the MOD (**SEA.GM**) without connected plugin server (**SEA.P.dll**), it is raise an **error** when you try to save the game. ***(Saving files will not be damaged)***.
* If you run the MOD (**SEA.GM**) without connected plugin server (**SEA.P.dll**), it is raise an **error** when you try to save the game. ***(Saving files will not be damaged)***.

6 changes: 6 additions & 0 deletions SEA.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SEA.P", "SEA.P\SEA.P.csproj
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SEA.GM", "SEA.GM\SEA.GM.csproj", "{20747327-396B-49AB-ADAF-BB66B78D94A1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Utilities", "Utilities", "{D565CB77-FE64-467B-A37D-963C13EEE55D}"
ProjectSection(SolutionItems) = preProject
Utilities\netsh.delete.bat = Utilities\netsh.delete.bat
Utilities\netsh.update.bat = Utilities\netsh.update.bat
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit 231c596

Please sign in to comment.