| Hallo, Gast |
Du musst dich registrieren bevor du auf unserer Seite Beiträge schreiben kannst.
|
| Benutzer Online |
Momentan sind 158 Benutzer online » 0 Mitglieder » 154 Gäste Bing, Facebook, Twitter, Yandex
|
| Aktive Themen |
Self Service Panel für ei...
Forum: Support und Feedback (Forum, Website)
Letzter Beitrag: Thurindir
06-27-2026, 09:54 AM
» Antworten: 2
» Ansichten: 143
|
Ark Asa - Clustern auf un...
Forum: Tools
Letzter Beitrag: rumpel
06-12-2026, 04:50 PM
» Antworten: 0
» Ansichten: 152
|
🚀 GSI Performance Suite
Forum: Linux Server Tut`s
Letzter Beitrag: rumpel
06-09-2026, 07:02 AM
» Antworten: 2
» Ansichten: 823
|
Ark ASA Spielstände von N...
Forum: Linux
Letzter Beitrag: rumpel
06-01-2026, 02:46 AM
» Antworten: 0
» Ansichten: 276
|
🔥 ROMESTEAD: HOSTING-SUPP...
Forum: Linux
Letzter Beitrag: rumpel
05-28-2026, 11:35 AM
» Antworten: 0
» Ansichten: 258
|
DUNE Awakening - GameServ...
Forum: Tools
Letzter Beitrag: rumpel
05-22-2026, 07:36 AM
» Antworten: 0
» Ansichten: 468
|
Dune Awakening Server ers...
Forum: Linux
Letzter Beitrag: rumpel
05-13-2026, 08:25 AM
» Antworten: 0
» Ansichten: 1,384
|
Ubuntu-PC → Ubuntu Server...
Forum: Linux
Letzter Beitrag: rumpel
05-12-2026, 10:34 AM
» Antworten: 0
» Ansichten: 319
|
Pelican - 1-Klick Install...
Forum: Tools
Letzter Beitrag: rumpel
05-11-2026, 05:34 PM
» Antworten: 0
» Ansichten: 421
|
⛵ Windrose Dedicated Serv...
Forum: Linux
Letzter Beitrag: rumpel
04-22-2026, 04:23 AM
» Antworten: 0
» Ansichten: 571
|
|
|
| Soulmask Serverstartbefehl bat/sh |
|
Geschrieben von: rumpel - 05-31-2024, 08:06 AM - Forum: Windows
- Keine Antworten
|
 |
Für Linux verwendet diesen Startbefehl...
Code: ./WSServer.sh Level01_Main -server "$@" -log -UTF8Output -MULTIHOME=0.0.0.0 -EchoPort=18888 -forcepassthrough
für Windows diesen...
Code: start ./WSServer.exe Level01_Main -server "$@" -log -UTF8Output -MULTIHOME=0.0.0.0 -EchoPort=18888 -forcepassthrough
hier 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 /B
Admin 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
|
|
|
|