Simple pyplanet application to add RMC mode online
If u don't know how to set up a TM2020 server I advise to use the following docker compose RMT-Docker-server.
- TM2020
- pyplanet
- clone the following repository
git clone https://github.com/thexivn/RandomMapTogether
cd RandomMapTogether
- activate the
pyenv
in whichpyplanet
was installed
pyenv activate pyplanet
- Install the package. Use one of this follownog commands
python3 setup.py install
#or
pip install -e .
- Add the package
'it.thexivn.random_maps_together'
toapps.py
inside the pyplanet settings folder
setting | values | description |
---|---|---|
game_time | int | time in seconds . Default 1h (3600s) |
AT_time | AT, GOLD, SILVER | time to beat to advance to next map |
GOLD_time | GOLD, SILVER, BRONZE | time to beat that allow you to take GOLD and skip to next map |
min_perm_start | 0,1,2,3 | level required to start the game LEVEL_PLAYER = 0 LEVEL_OPERATOR = 1 LEVEL_ADMIN = 2 LEVEL_MASTER = 3 |
infinite_free_skips | bool | if enabled allow to always skips |
Also set When the RMT game start automatically set S_ForceLapsNb
to -1
, this will use the validation laps for those
maps that have multi-lapsS_ForceLapsNb
to -1