Natural Selection 2

Natural Selection 2

Shine Administration
380件中 121-130 を表示
< 1 ... 11  12  13  14  15 ... 38 >
更新: 2016年9月18日 @ 12時20分

  • The shuffle plugin no longer moves commanders to the ready room if they are AFK and "IgnoreCommanders" is true.
  • Fixed standard deviation not being correct on the scoreboard due to a logic flaw.

更新: 2016年8月14日 @ 7時35分

  • Added the "MaxNominationsPerPlayer" option to the map vote plugin. This determines the maximum number of maps an individual player is allowed to nominate per vote.

更新: 2016年7月17日 @ 5時55分

  • Fixed a typo that caused a script error in the pregame plugin when counting down to start.

更新: 2016年7月17日 @ 3時42分

  • Fixed bots being counted towards votes in the vote surrender plugin.
  • Defaulted showing connection messages for bots to disabled. Controlled by the "ShowForBots" setting.
  • Added a 4th mode to the pregame plugin, which waits for a minimum team player count before allowing the game to start with 2 commanders.
  • Renamed the mode option in the pregame plugin from "RequireComs" to "Mode", and made the scale from 1 - 4 for each mode described on the wiki page. This will be automatically changed for you.
  • Prevented the warmup bots from interfering with team shuffling. Use the new "ApplyToBots" setting to allow them to be shuffled (defaults to false, which removes them on a shuffle).

更新: 2016年6月10日 @ 10時29分

  • Updated to account for the new warm-up game state (thanks Ghoul).
  • Fixed a rare script error in chat message handling.

更新: 2016年5月29日 @ 11時34分

  • "sh_listplugins" can now be used by anyone.
  • Czech translation improvements (thanks kparal).
  • Fixed the admin menu having some text going outside the window.
  • Changed some commands in the base commands plugin to no longer log/broadcast messages that should only be seen by the player running the command.

更新: 2016年5月20日 @ 13時34分

  • MOTD text colour can now be changed with the "MessageColour" option.
  • The AFK prefix on players can be disabled with the "MarkPlayersAFK" option.
  • Shuffle vote notifications can now be set to not show when players vote in the chat with the "NotifyOnVote" option. A counter will also now be displayed on the vote menu button showing how many people have voted for a shuffle, and how many votes are required.
  • Fixed spectator entries in the scoreboard constantly flashing when "HighlightTeamSwaps" is enabled.
  • Added the "sh_stopvote" command to the base commands plugin. This will immediately stop any running vanilla vote.
  • Fixed a script error when a plugin defines conflicts on the client. Conflict resolution on the client will now be correctly ignored, as conflict resolution is for the server only.

更新: 2016年5月13日 @ 14時03分

  • Fixed AFK warnings not working as intended after previous update's changes.

更新: 2016年5月13日 @ 13時45分

  • Added "NotifyOnWarn" option to the AFK kick plugin. Sets whether players should have their taskbar icon for NS2 flashed, and a sound played when they are warned for being AFK.
  • Added "MovementDelaySeconds" option to the AFK kick plugin. Sets the number of seconds to wait after warning a player before performing a move action.
  • Fixed some issues in the AFK plugin that made it less friendly to inheritance than intended.
  • Fixed surrender votes not triggering the concede sequence (thanks Ghoul!). There is now also an option called "SkipSequence", which when set to true will disable the concede sequence.
  • Fixed the chatbox not properly word wrapping messages that go beyond 2 lines, or that are added while it is closed.

更新: 2016年5月8日 @ 8時22分

  • Languages can now define their plural forms, and the "Pluralise" transformer can support any number of plural forms based on the language's definition.
  • Messages that were using substitution of other messages/team names have now been expanded to one message per variation.
  • Added two utility commands for translation editing:
    • "sh_missingtranslations <langcode>" outputs all missing translation keys for the given language compared to "enGB".
    • "sh_testpluralform <langcode> <number>" outputs the selected plural form for the given language code when given the provided number.
  • Czech translations have been improved based on these changes (thanks to kparal for all the feedback and updating the translations).