Skip to content

MultiAdmin v3.4.0

Latest
Compare
Choose a tag to compare
@ButterscotchV ButterscotchV released this 29 May 00:06

This MultiAdmin version only works on game version 10.2.0 and up

Config Changes

Read the README entries for more information

  • Added restart_low_memory_ticks
  • Added restart_low_memory_roundend_ticks
  • Added multiadmin_tick_delay
  • Added hide_input
  • Added console_input_system to replace use_new_input_system, this config will accept the string value or the integer value for the input system you wish to use. use_new_input_system should still work as it has before, but may be removed at any point in the future. (#255)

Command Changes

  • Removed the StopNextRound command, replaced by the game command
  • Removed the RestartNextRound command, replaced by the game command
  • Added support for using the new SOFTRESTART game command

Miscellaneous Changes

  • Updated message receiving for the new game version
  • Added full support for OutputCodes, MultiAdmin will now recognize when the game intends to shutdown or restart
  • Added seconds to server log file names
  • Reworked the input system

Bug Fixes

  • Added the server port to log files to prevent conflicting server logs (#238)
  • Fixed string arrays not being parsed correctly (#239)