![]() |
|
Soulmask Serverstartbefehl bat/sh - Druckversion +- GameServer-Install.de - Forum (https://gameserver-install.de) +-- Forum: GamerSever - Install (https://gameserver-install.de/forum-3.html) +--- Forum: Windows (https://gameserver-install.de/forum-4.html) +--- Thema: Soulmask Serverstartbefehl bat/sh (/thread-137.html) |
Soulmask Serverstartbefehl bat/sh - rumpel - 05-31-2024 Für Linux verwendet diesen Startbefehl... Code: ./WSServer.sh Level01_Main -server "$@" -log -UTF8Output -MULTIHOME=0.0.0.0 -EchoPort=18888 -forcepassthroughfür Windows diesen... Code: start ./WSServer.exe Level01_Main -server "$@" -log -UTF8Output -MULTIHOME=0.0.0.0 -EchoPort=18888 -forcepassthroughhier habt ihr noch folgende Parameter die ihr nutzen könnt... -server No change needed. -log Turns on game console output. -SteamServerName Specifies the name of the game instance displayed in the server list, string type. -MaxPlayers Specifies the maximum number of players the game instance can support. -backup Specifies the interval for writing the game database to disk (unit: seconds). -saving Specifies the interval for writing game objects to the database (unit: seconds). -MULTIHOME Specifies the local listening address. Use 0.0.0.0 or the local network card address. -Port Specifies the game port, UDP, needs to be open to the public. -QueryPort Specifies the Steam query port, UDP, needs to be open to the public. -EchoPort Maintenance port, used for local telnet server maintenance, TCP, does not need to be open. -initbackup Backs up game saves when the game starts. -backupinterval Specifies how often (minutes) to automatically back up the world save. -forcepassthrough Must be specified. -PSW Server password, private servers can specify a password, players must enter the password to enter the server. -adminpsw GM activation password.Open GM Panel (gm key [password]) Beispiel: Code: start WSServer.exe Level01_Main -server -SLIENT -SteamServerName='DeinServerName' -MaxPlayers=70 -backup=900 -saving=600 -log -UTF8Output -MULTIHOME=5.199.143.46 -Port=7777 -QueryPort=27015 -EchoPort=18888 -online=Steam -forcepassthrough -PSW=Spielpw -adminpsw=pw -initbackup -saving
Einfache Variante Code: @echo off
start WSServer.exe Level01_Main -server %* -log -UTF8Output -MULTIHOME=0.0.0.0 -EchoPort=18888 -forcepassthrough
exit /BAdmin Konsole aufrufen mit folgender Taste ° mit Englischen Tastatur Layout. Admin Commands Open GM Panel - gm key [password] Add Experience - gm AddExp [value] Add Mask Experience - gm Addmjexp [value] Add Hunting Experience - gm Addshoulieexp [value] Increase Hunting Experience - gm AddShouLieExp [value] Reset Points - gm XiDian Suicide - gm ZiSha 1 Revive - gm FuHuo Delete Account - gm shanhao View Own Location - GPS Quick Recruit NPC (Aim at Target) - gm ZhaoMu Teleport - gm Go [position_x] [position_y] [position_z] Clear All NPCs - gm ClearAllNpc Remove Selected Target - gm ClearSelect Refresh Vegetation within Range - gm ShuaXinZhiBei Show Own Information, such as Quality, Skill Levels, Talents, etc. - gm ShowInfo 1 Show Character Information, such as Quality, Skill Levels, Talents, etc. - gm ShowInfo 0 Invisibility - gm SetAttr YinShen 1 Disable Invisibility - gm SetAttr YinShen 0 Repair Mask Nodes - gm JSMJ Unlock All Map Information - gm ShowMap Unlock All Tech Tree Nodes - gm KeJiShu Display Barbarian Invasion Heat Information Chart - gm ShowReDu Clear All Barbarian Invasion Heat - gm ClearAllReDu Increase Barbarian Invasion Heat at Current Location - gm AddReDu [value] Reset Tutorial Missions - gm ChongZhiRenWu View Server Status Information - Debuginfo 1 Close Server Status Information - Debuginfo 0 Viel Spaß LG rumpel
|