Soulmask Admin Commands: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=== How to Use GM Command:=== #Enter your private server. #Press ~ to open the console. #Type gm key [password], where [password] is the administrator password you set on your...") |
(Updated for Soulmask 1.0 launch: added new commands, RCON section, code formatting, tips section) |
||
| Line 1: | Line 1: | ||
== How to Use GM Commands == | |||
#Enter your private server. | |||
#Press ~ to open the console. | # Enter your private server. | ||
#Type gm key [password], where [password] is the administrator password you set on your Survival Servers control panel. | # Press '''~''' (tilde) to open the console. | ||
# | # Type <code>gm key [password]</code>, where [password] is the administrator password ('''adminpsw''') you set on your Survival Servers control panel or in your server launch parameters. | ||
#As an administrator, press ~ to open the console | # After entering the admin password, you'll become an administrator. The GM panel will open on the right side where you can adjust settings and coefficients. | ||
# As an administrator, press '''~''' to open the console and enter any of the commands listed below. | |||
'''Note:''' Commands are case-sensitive. This list has been updated for the Soulmask 1.0 release. | |||
== Admin Commands == | |||
{| class="wikitable" style="width: 70%;" | {| class="wikitable" style="width: 70%;" | ||
|+ | |+ GM Commands | ||
|- | |||
! style="width: 18em;"| Description !! Command | |||
|- | |||
| Open GM Panel || <code>gm key [password]</code> | |||
|- | |||
| Add Awareness Experience || <code>gm AddExp [value]</code> | |||
|- | |- | ||
| Add Mask Experience || <code>gm Addmjexp [value]</code> | |||
|- | |- | ||
| | | Add Hunting Experience || <code>gm Addshoulieexp [value]</code> | ||
|- | |- | ||
| | | Increase Hunting Experience || <code>gm AddShouLieExp [value]</code> | ||
|- | |- | ||
| | | Reset Skill Points || <code>gm XiDian</code> | ||
|- | |- | ||
| | | Suicide || <code>gm ZiSha 1</code> | ||
|- | |- | ||
| | | Revive || <code>gm FuHuo</code> | ||
|- | |- | ||
| | | Delete Account || <code>gm shanhao</code> | ||
|- | |- | ||
| | | View Own Location || <code>GPS</code> | ||
|- | |- | ||
| | | Quick Recruit NPC (aim at target) || <code>gm ZhaoMu</code> | ||
|- | |- | ||
| | | Teleport to Coordinates || <code>gm Go [x] [y] [z]</code> | ||
|- | |- | ||
| | | Clear All NPCs || <code>gm ClearAllNpc</code> | ||
|- | |- | ||
| | | Remove Selected Target || <code>gm ClearSelect</code> | ||
|- | |- | ||
| | | Refresh Vegetation within Range || <code>gm ShuaXinZhiBei</code> | ||
|- | |- | ||
| | | Show Own Info (Quality, Skills, Talents) || <code>gm ShowInfo 1</code> | ||
|- | |- | ||
| | | Show Character Info (Quality, Skills, Talents) || <code>gm ShowInfo 0</code> | ||
|- | |- | ||
| | | Enable Invisibility || <code>gm SetAttr YinShen 1</code> | ||
|- | |- | ||
| | | Disable Invisibility || <code>gm SetAttr YinShen 0</code> | ||
|- | |- | ||
| | | Repair Mask Nodes || <code>gm JSMJ</code> | ||
|- | |- | ||
| | | Unlock Entire Map || <code>gm ShowMap</code> | ||
|- | |- | ||
| | | Unlock All Tech Tree Nodes || <code>gm KeJiShu</code> | ||
|- | |- | ||
| | | Show Barbarian Invasion Heat Chart || <code>gm ShowReDu</code> | ||
|- | |- | ||
| | | Clear All Barbarian Invasion Heat || <code>gm ClearAllReDu</code> | ||
|- | |- | ||
| | | Add Invasion Heat at Current Location || <code>gm AddReDu [value]</code> | ||
|- | |- | ||
| | | Reset Tutorial Missions || <code>gm ChongZhiRenWu</code> | ||
|- | |- | ||
| | | Replace Default Material || <code>gm ReplaceDefaultMaterial [name]</code> | ||
|- | |- | ||
| | | Add GameplayEffect to Mount || <code>gm AddGEToQiChenRen [GE_name]</code> | ||
|- | |||
| Remove GameplayEffect from Mount || <code>gm RemoveQiChenRenGE [GE_name]</code> | |||
|- | |||
| Show Player GameplayEffects || <code>gm ShowPlayerGE</code> | |||
|- | |||
| Show Conveyor & Pillar Count || <code>gm ShowConveyorAndPillarTotalNumber</code> | |||
|} | |||
== Server Status Commands == | |||
These commands do not require the <code>gm</code> prefix: | |||
{| class="wikitable" style="width: 70%;" | |||
|- | |- | ||
| | ! style="width: 18em;"| Description !! Command | ||
|- | |- | ||
| View Server Status Information || Debuginfo 1 | | View Server Status Information || <code>Debuginfo 1</code> | ||
|- | |- | ||
| Close Server Status Information || Debuginfo 0 | | Close Server Status Information || <code>Debuginfo 0</code> | ||
|} | |} | ||
== RCON Commands == | |||
Soulmask supports RCON (Remote Console) for remote server management. To enable RCON, add these parameters to your server launch command: | |||
<pre> | |||
-rconpsw="yourpassword" -rconaddr=0.0.0.0 -rconport=19000 | |||
</pre> | |||
All GM commands listed above can be sent via RCON by connecting to the RCON port with a compatible RCON client. The default RCON port is '''19000''' (TCP). | |||
== Tips == | |||
* The admin password (<code>adminpsw</code>) is separate from the server join password (<code>PSW</code>). | |||
* GM commands only work after authenticating with <code>gm key [password]</code> each session. | |||
* The '''~''' key opens the console. If your keyboard layout doesn't have a tilde key, check your game keybindings. | |||
* Commands with [value] parameters accept integers (e.g., <code>gm AddExp 1000</code>). | |||
* The <code>GPS</code> command shows your X, Y, Z coordinates, which can be used with <code>gm Go</code> to teleport. | |||
Revision as of 18:43, 9 April 2026
How to Use GM Commands
- Enter your private server.
- Press ~ (tilde) to open the console.
- Type
gm key [password], where [password] is the administrator password (adminpsw) you set on your Survival Servers control panel or in your server launch parameters. - After entering the admin password, you'll become an administrator. The GM panel will open on the right side where you can adjust settings and coefficients.
- As an administrator, press ~ to open the console and enter any of the commands listed below.
Note: Commands are case-sensitive. This list has been updated for the Soulmask 1.0 release.
Admin Commands
| Description | Command |
|---|---|
| Open GM Panel | gm key [password]
|
| Add Awareness Experience | gm AddExp [value]
|
| Add Mask Experience | gm Addmjexp [value]
|
| Add Hunting Experience | gm Addshoulieexp [value]
|
| Increase Hunting Experience | gm AddShouLieExp [value]
|
| Reset Skill 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 to Coordinates | gm Go [x] [y] [z]
|
| Clear All NPCs | gm ClearAllNpc
|
| Remove Selected Target | gm ClearSelect
|
| Refresh Vegetation within Range | gm ShuaXinZhiBei
|
| Show Own Info (Quality, Skills, Talents) | gm ShowInfo 1
|
| Show Character Info (Quality, Skills, Talents) | gm ShowInfo 0
|
| Enable Invisibility | gm SetAttr YinShen 1
|
| Disable Invisibility | gm SetAttr YinShen 0
|
| Repair Mask Nodes | gm JSMJ
|
| Unlock Entire Map | gm ShowMap
|
| Unlock All Tech Tree Nodes | gm KeJiShu
|
| Show Barbarian Invasion Heat Chart | gm ShowReDu
|
| Clear All Barbarian Invasion Heat | gm ClearAllReDu
|
| Add Invasion Heat at Current Location | gm AddReDu [value]
|
| Reset Tutorial Missions | gm ChongZhiRenWu
|
| Replace Default Material | gm ReplaceDefaultMaterial [name]
|
| Add GameplayEffect to Mount | gm AddGEToQiChenRen [GE_name]
|
| Remove GameplayEffect from Mount | gm RemoveQiChenRenGE [GE_name]
|
| Show Player GameplayEffects | gm ShowPlayerGE
|
| Show Conveyor & Pillar Count | gm ShowConveyorAndPillarTotalNumber
|
Server Status Commands
These commands do not require the gm prefix:
| Description | Command |
|---|---|
| View Server Status Information | Debuginfo 1
|
| Close Server Status Information | Debuginfo 0
|
RCON Commands
Soulmask supports RCON (Remote Console) for remote server management. To enable RCON, add these parameters to your server launch command:
-rconpsw="yourpassword" -rconaddr=0.0.0.0 -rconport=19000
All GM commands listed above can be sent via RCON by connecting to the RCON port with a compatible RCON client. The default RCON port is 19000 (TCP).
Tips
- The admin password (
adminpsw) is separate from the server join password (PSW). - GM commands only work after authenticating with
gm key [password]each session. - The ~ key opens the console. If your keyboard layout doesn't have a tilde key, check your game keybindings.
- Commands with [value] parameters accept integers (e.g.,
gm AddExp 1000). - The
GPScommand shows your X, Y, Z coordinates, which can be used withgm Goto teleport.