Skip to content

Commit

Permalink
Update mappool.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrotski committed Dec 24, 2023
1 parent b0197b8 commit a76a89f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/content/docs/games/Quake Live/mappool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ A crucial part of customizing your Quake Live server on Game Host Bros is settin
4. Select the `baseq3` folder.
5. Open the `mappool.txt` file.

By default there are some pre-configured mappool files for you to use. They can be changed by setting `Map Pool` in `Configuration > Startup Parameters` to one of the files below.

| Game Mode | Config |
|---------------|---------------------------------------|
| Default | mappool.txt |
| FFA | mappool_ffa.txt |
| Clan Arena | mappool_ca.txt |
| Capture the Flag | mappool_ctf.txt |
| Duel | mappool_duel.txt |
| Race | mappool_race.txt |
| Team Deathmatch | mappool_tdm.txt |

## Understanding Map Pool Entries

The `mappool.txt` file determines the maps available for play on the server.
Expand All @@ -25,7 +37,7 @@ The `mappool.txt` file determines the maps available for play on the server.

Ensure each `map|factory` pair is on its own line. Refer to the default 'mappool.txt' provided for examples. If you're using custom factories (custom game settings/rules), specify them in the 'mappool.txt' file. Properly configured, these will appear in the map voting system at each game’s end.

You can specify a different map pool file by setting `sv_mapPoolFile` in your server configuration to the path of your custom map pool file. Simply make a copy of the default map pool file and rename it.
You can specify a different map pool file by setting `Map Pool` in `Configuration > Startup Parameters` to the path of your custom map pool file. Simply make a copy of the default map pool file and rename it.

## Locking Server to a Single Gametype

Expand Down

0 comments on commit a76a89f

Please sign in to comment.