Add some functions to insurgency:sandstorm
chat commands, roll message, difficult tweak by players number, solo mode bot tweak, game dummy death bug cheack or etc.
send rollback message to player, there are some paraments for special replacement
parament | usage |
---|---|
{bestplayer} | the highest score playerinfo |
{maps} | map counts in this server |
{time} | current time |
{player} | player counts in this server |
{difficult} | current AI difficulty |
sync players info for other modules
send message when gamestart/gameover/roundwon/roundfailed
add some said command for player chat
all commands must be starting with !
default command | usage |
---|---|
help [Page] | List all available commands |
me | Who am i |
gamestats | Current game state |
rtv | Vote for changing random map |
will add more commands in future...
automatic tweak ai difficult according to player counts
automatic tweak solobot counts according to player counts
monitoring game state via rcon, program will auto restart game if it is dead
(Only available on Linux or Windows platform)
java -jar INSWatchDog.jar
Download or clone source from github
Build project
./gradlew makeJar
(Linux) or gradlew.bat makeJar
(Win)