Natural Selection 2
Shine Administration
Показані результати 121–130 із 380
< 1 ... 11  12  13  14  15 ... 38 >
Оновлено: 18 верес. 2016 о 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.

Оновлено: 14 серп. 2016 о 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.

Оновлено: 17 лип. 2016 о 5:55

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

Оновлено: 17 лип. 2016 о 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).

Оновлено: 10 черв. 2016 о 10:29

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

Оновлено: 29 трав. 2016 о 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.

Оновлено: 20 трав. 2016 о 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.

Оновлено: 13 трав. 2016 о 14:03

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

Оновлено: 13 трав. 2016 о 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.

Оновлено: 8 трав. 2016 о 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).