Skip to content

Commit

Permalink
GitBook: [master] 6 pages and 2 assets modified
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 authored and gitbook-bot committed Feb 15, 2021
1 parent 1d7e883 commit 57df881
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 12 deletions.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
* [Unreal Tournament 99](game-servers/unreal-tournament-99.md)
* [Unreal Tournament 2004](game-servers/unreal-tournament-2004.md)
* [Unreal Tournament 3](game-servers/unreal-tournament-3.md)
* [Valheim](game-servers/valheim.md)
* [Alerts](alerts/README.md)
* [Discord](alerts/discord.md)
* [Email](alerts/email.md)
Expand Down
17 changes: 7 additions & 10 deletions configuration/linuxgsm-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,14 @@ This configuration fits most scenarios, where you have a simple installation wit
cd lgsm/config-lgsm/
```

2. Use `ls` to list the directory contents and find the name of your instance.cfg.

3. Use `cat` or `nano` to see the contents of `_default.cfg` .
1. Use `ls` to list the directory contents and find the name of your instance.cfg.
2. Use `cat` or `nano` to see the contents of `_default.cfg` .

```text
cat _default.cfg
```

4. Copy the individual settings you want to change to `instance.cfg`
1. Copy the individual settings you want to change to `instance.cfg`

{% hint style="info" %}
It is recommended you only copy settings you want to change from `_default.cfg` into `instance.cfg`. If any settings in \_default.cfg are updated with a new release of LinuxGSM they may not be picked up if all the settings have been copied.
Expand All @@ -98,17 +97,15 @@ This configuration is useful for [multiple instances](../features/multiple-game-
cd lgsm/config-lgsm/
```

2. Use `ls` to list the directory contents.

3. Use `cat` or `nano` to see the contents of `_default.cfg` .

4. Copy any settings you want to apply to _all_ instances to `common.cfg`.
1. Use `ls` to list the directory contents.
2. Use `cat` or `nano` to see the contents of `_default.cfg` .
3. Copy any settings you want to apply to _all_ instances to `common.cfg`.

{% hint style="info" %}
It is recommended you only copy settings you want to change from `_default.cfg` into `instance.cfg`. If any settings in \_default.cfg are updated with a new release of LinuxGSM they may not be picked up if all the settings have been copied.
{% endhint %}

5. Copy any settings you want to apply to a specific instance to its `instance.cfg`.
1. Copy any settings you want to apply to a specific instance to its `instance.cfg`.

```text
csgoserver.cfg
Expand Down
2 changes: 1 addition & 1 deletion game-servers/ark-survival-evolved.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%20%281%29%20%281%29%20%281%29.png)
![](../.gitbook/assets/image%20%281%29%20%281%29%20%281%29%20%281%29%20%281%29%20%281%29.png)

The example mod can be activated by pressing `F1`.

Expand Down
4 changes: 3 additions & 1 deletion game-servers/arma-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,6 @@ You should see something similar to the following in your `console` [log](../fea
## Troubleshooting

### "BattlEye initialization failed"
If you see this message while connecting to your server, try to open the port 2306 (UDP) in your firewall.

If you see this message while connecting to your server, try to open the port 2306 \(UDP\) in your firewall.

2 changes: 2 additions & 0 deletions game-servers/valheim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Valheim

14 changes: 14 additions & 0 deletions requirements/gamedig.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,20 @@ Once nodejs is installed use npm to install gamedig with the following command.
npm install gamedig -g
```

## Update GameDig

Updates to GameDig are regularly made. It is possible to update by running the npm update command.

```text
npm update -g
```

You can also see which version of gamedig is installed by running the following.

```text
npm list -g gamedig
```

## Sample output

### Details
Expand Down

0 comments on commit 57df881

Please sign in to comment.