A Rcon Tool script for Battlefield 4 Server.
This is Python scripts developed for just LtS, a battlefield 4 clan, that provides functions to manage a battlefield 4 server.
All features work with Python 2.7.
- Chatted "!rs", the server will restart the round.
- Chatted "!chgmap ", the server will change the maps.
- Chatted "!maplist", the server will show a list of map names.
- Chatted "!modelist", the server will show a list of mode names.
You can get a commands infomation by chatting "!help" in the server as well.
You need to install frostbite-rcon-utils v1.0.0.
git clone https://github.com/edvinerikson/frostbite-rcon-utils-python
cd frostbite-rcon-utils-python
git checkout v1.0.0
python setup.py install
After it, python main.py
and all features will be available.
You can use forever to make this a daemon.
forever start -c python main.py