mirror of
https://github.com/GameServerManagers/LinuxGSM-Docs.git
synced 2025-01-08 11:57:27 +08:00
GitBook: [master] 100 pages and 2 assets modified
This commit is contained in:
parent
2f568d78c5
commit
c3c6be10eb
Before Width: | Height: | Size: 3.2 MiB After Width: | Height: | Size: 3.2 MiB |
@ -28,6 +28,7 @@
|
||||
* [map-compressor](commands/map-compressor.md)
|
||||
* [details](commands/details.md)
|
||||
* [mods](commands/mods.md)
|
||||
* [skeleton](commands/skeleton.md)
|
||||
* [fastdl](commands/fastdl.md)
|
||||
* [change-password](commands/change-password.md)
|
||||
* [Game Servers](game-servers/README.md)
|
||||
|
24
commands/skeleton.md
Normal file
24
commands/skeleton.md
Normal file
@ -0,0 +1,24 @@
|
||||
# skeleton
|
||||
|
||||
The `skeleton` command created a mirror of the directory structure of a game server. This allows you to create a skeleton directory of custom files, configs, maps etc.
|
||||
|
||||
## Commands
|
||||
|
||||
Standard: `./gameserver skeleton`
|
||||
|
||||
Short: `./gameserver sk`
|
||||
|
||||
### Skeleton Directory
|
||||
|
||||
The skeleton directory is created in `skel`.
|
||||
|
||||
```text
|
||||
/home/gameserver/skel
|
||||
```
|
||||
|
||||
### Use Case
|
||||
|
||||
Skeleton can be used alongside version control software like [git](https://guides.github.com/introduction/git-handbook/) or backed up to save custom configurations for a game server. If a change is added to your git repository/backup it is possible to pull/copy the updates to your game server. If you want to re-deploy a game server you can create a fresh installation and pull/copy in the custom changes over the top of the fresh install.
|
||||
|
||||
|
||||
|
@ -30,15 +30,13 @@ Anything added will be appended to the server executable binary.
|
||||
|
||||
| Parms variable | Executable |
|
||||
| :--- | :--- |
|
||||
| `parms="-game nmrih"` | `./srcds_run -game nmrih` |
|
||||
| `startparameters="-game nmrih"` | `./srcds_run -game nmrih` |
|
||||
|
||||
### Full Example
|
||||
|
||||
```text
|
||||
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
|
||||
fn_parms(){
|
||||
parms="-game nmrih -strictportbind -ip 91.121.72.41 -port 27015 +clientport 27017 +tv_port 27016 +map nmo_broadway +servercfgfile nmrih-server-1.cfg -maxplayers 8"
|
||||
}
|
||||
startparameters="-game nmrih -strictportbind -ip 91.121.72.41 -port 27015 +clientport 27017 +tv_port 27016 +map nmo_broadway +servercfgfile nmrih-server-1.cfg -maxplayers 8"
|
||||
```
|
||||
|
||||
## Parameters reference
|
||||
@ -46,7 +44,7 @@ parms="-game nmrih -strictportbind -ip 91.121.72.41 -port 27015 +clientport 2701
|
||||
* 7 Days to Die
|
||||
* Gold Source Servers
|
||||
* [Source Dedicated Servers](https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server)
|
||||
* [Memories Of Mars](https://memoriesofmars.gamepedia.com/Dedicated_Servers#Overriding_with_Commandline_Arguments):
|
||||
* [Memories Of Mars](https://memoriesofmars.gamepedia.com/Dedicated_Servers#Overriding_with_Commandline_Arguments)
|
||||
* [Natural Selection 2](%20http://wiki.unknownworlds.com/ns2/Dedicated_Server)
|
||||
* [Rust](https://developer.valvesoftware.com/wiki/Rust_Dedicated_Server)
|
||||
* [Squad](%20http://squad.gamepedia.com/Server_Configuration#Command_Line)
|
||||
|
@ -116,7 +116,7 @@ If you join before the server or your client has fully downloaded the mod you mi
|
||||
|
||||
Once you have connected to the server you will be able to see that the mod has loaded by seeing the _Mod Name_ in the game menu `Esc`.
|
||||
|
||||
![](../.gitbook/assets/image%20%281%29%20%281%29.png)
|
||||
![](../.gitbook/assets/image%20%281%29%20%281%29%20%281%29.png)
|
||||
|
||||
The example mod can be activated by pressing `F1`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user