Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kongr45gpen/mapchange
mapChange plugin for BZFlag
https://github.com/kongr45gpen/mapchange
Last synced: 25 days ago
JSON representation
mapChange plugin for BZFlag
- Host: GitHub
- URL: https://github.com/kongr45gpen/mapchange
- Owner: kongr45gpen
- Created: 2013-07-16T14:30:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-18T17:34:53.000Z (over 11 years ago)
- Last Synced: 2024-04-14T03:45:18.318Z (7 months ago)
- Language: C++
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the mapChange plugin.
It lets server owners specify a number of maps
available for players to choose from, allowing
them to create a rotational server.
It is currently in alpha stage.Installation
------------
After compiling the plugin, you can include it in your
BZFS Server using the following command:-loadplugin mapChange,maps.list
`maps.list` represents the location of the file which
contains paths to all the map files you want your
users to play on.An [example `maps.list` file](maps.list) is provided in
the repository. The first column should contain the name
of the map (the unique identifier of the map that players
can see), while the second column should be the path to
the map file. Each map goes to a separate line.Usage
-----
The `/map` command should display a list of all maps. To
change the map, a user should type `/map alias`, where `alias`
is the name of the map as shown on the map list.