Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Recommend you take a look and configure your server the way you want:
https://github.com/RocketWerkz/IcarusDedicatedServer/wiki/Server-Config-&-Launch-Parameters
[/script/icarus.dedicatedserversettings]
MaxPlayers=4
JoinPassword=xxxx
AdminPassword=xxxxx
LoadProspect=Trotloidos
ResumeProspect=True
AllowNonAdminsToLaunchProspects=True
AllowNonAdminsToDeleteProspects=False
SessionName=
ShutdownIfNotJoinedFor=300.000000
ShutdownIfEmptyFor=300.000000
CreateProspect=
LastProspectName=Trotloidos
as you see i have it set correct no? and still run as lobby
Nope, you do NOT have it set correctly. :)
The two lines that start with "Shutdown" mean "shutdown the instance and return to lobby". So if the server is empty for 300 seconds, it will return to lobby.
Exact text from github (emphasis added)
If you want it to stay in the instance, those need to be set to a negative number:
ShutdownIfNotJoinedFor=-1
ShutdownIfEmptyFor=-1
[/script/icarus.dedicatedserversettings]
SessionName=
JoinPassword=
MaxPlayers=20
AdminPassword=
ShutdownIfNotJoinedFor=0.000000
ShutdownIfEmptyFor=0.000000
AllowNonAdminsToLaunchProspects=True
AllowNonAdminsToDeleteProspects=False
LoadProspect=
CreateProspect=
ResumeProspect=True
LastProspectName=
In your game server settings, select Basic Settings. There you will be able to set these options:
Server Name
Max Players
Server Password
Admin Password
Load SaveGame (drop down selection) I leave this blank
Note: Choose Serverlobby to create a new savegame. If you load your previous game, the server will load the lobby and shortly after the savegame is loaded and can be seen ingame!
Toggle On/Off
Load Last Savegame
Allow Non Admins To Launch Prospects (I check this)
Allow Non Admins To Delete Prospects
To Access the Serversettings.ini file directly from Gportal
Select File Manager under your server Settings
Double-click the Icarus Folder, then Config, then Saved, then Config, then WindowsServer
scroll down until you find ServerSettings.ini. Open it, edited what you like and save.
Hope this helps