| Hallo, Gast |
Du musst dich registrieren bevor du auf unserer Seite Beiträge schreiben kannst.
|
| Benutzer Online |
Momentan sind 51 Benutzer online » 0 Mitglieder » 49 Gäste Baidu, Bing
|
| Aktive Themen |
Minecraft - PlotSquared P...
Forum: Tools
Letzter Beitrag: rumpel
09-09-2026, 06:24 AM
» Antworten: 0
» Ansichten: 51
|
LS 19, 22, 25 unter AMP e...
Forum: Linux
Letzter Beitrag: rumpel
09-07-2026, 12:13 PM
» Antworten: 0
» Ansichten: 73
|
Grab Enough Caravan Items...
Forum: Diskussionen, Fragen, Spaß
Letzter Beitrag: Ephraim
09-07-2026, 11:52 AM
» Antworten: 0
» Ansichten: 57
|
Diablo 4 Season15 Mechani...
Forum: Diskussionen, Fragen, Spaß
Letzter Beitrag: Ephraim
09-07-2026, 11:49 AM
» Antworten: 0
» Ansichten: 43
|
IGGM: Pre-Order FC 27 Coi...
Forum: Diskussionen, Fragen, Spaß
Letzter Beitrag: Ephraim
09-07-2026, 11:45 AM
» Antworten: 0
» Ansichten: 47
|
|
|
| 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
|
|
|
| So installierst Du Xvfb unter Ubuntu füt AMP GameServer. nach... |
|
Geschrieben von: rumpel - 05-29-2024, 11:00 AM - Forum: Tools
- Keine Antworten
|
 |
Installation von Xvfb auf Ubuntu
Befolge die folgenden Schritte, um Xvfb unter Ubuntu zu installieren:
Schritt 1: Aktualisiere zunächst die Repositorys mit dem Apt-Manager. Führen Sie zum Aktualisieren den folgenden Befehl aus.
Schritt 2: Installiere das Xvfb-Tool mit apt manager. Führen Sie den Befehl aus, um das Tool zu installieren.
Code: sudo apt install xvfb
Schritt 3: Gebe „Y“ ein, um die Installation zu bestätigen.
Schritt 5: Führe den unten gezeigten Befehl aus, um den Status des xvfb-Prozesses zu überprüfen und festzustellen, ob er installiert ist und ordnungsgemäß funktioniert.
Code: ps -ef | grep xvfb | grep -v grep
Das war es auch schon nun könnt ihr Spiele wie Enshrouded unter AMP hosten und spielen.
LG
rumpel
|
|
|
|