Pre-configured arena setup for piqueserver
git clone https://github.com/piqueserver/arena && cd arena
vim config.toml # edit servername/passwords/enable irc relay etc.
piqueserver -d . # note: requires master version i.e. you'll have to install from source
# or, with docker/docker-compose
docker-compose up -d # note: -d here, daemonizes it
docker-compose down # shutting it downStructure as follows:
.
βββ config.toml # default config file if no file specified on command line
βββ logs # logs directory
β βββ log.txt # default server logfile
βββ maps # maps in .txt generate script form or .vxl data
β βββ classicgen.txt # includes a couple of simple maps - add any maps you want to use here
β βββ ...
βββ scripts # Scripts inside this directory get loaded.
βββ __init__.py # don't delete this - needed so python can import scripts for this directory
βββ my_custom_script.py # Note: pique already includes commonly used scripts
βββ ...
Maps in this repo. belong to their respective creator.
cs_assault - Danke-o
cs_havana - Danke-o
csitaly - Danke
csoffice - Danke
de_aztec - Danke
de_dust - Danke-o
de_train - Megastar