-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
56 changed files
with
2,178 additions
and
1,092 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## [1.1.0] - 2017-08-10 | ||
### Added | ||
- Language support system. (Make your own in gamemode/languages/xx.lua) | ||
- Russian translation by @RealPackages. | ||
- German translation by @Sodak. | ||
- French translation by @Guilhem-Pech. | ||
- Votemap. | ||
- Add config convars. See convars.txt for description. | ||
|
||
### Changed | ||
- Add toggle for f1menu. | ||
- Ghostface's ability has now a detection radius. | ||
- Myers's ability has now a cooldown. | ||
- Dead player can't chat with a live player. | ||
- The shy girl can see trap on slash_lodge and see the Proxy icon if he invisible on slash_subway. | ||
- [*For developpers*] New killer/map system. Incompatible with older custom killer/map. | ||
|
||
### Removed | ||
- Config vars in config.lua replaced by convars. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
"slashers_antiafk_afkmsgtime" = "15" | ||
game server_can_execute lua_server | ||
- Set afk message duration before being kick | ||
|
||
"slashers_antiafk_afktime" = "60" | ||
game server_can_execute lua_server | ||
- Set afktime duration in seconds | ||
|
||
"slashers_antiafk_enable" = "0" ( def. "1" ) | ||
game server_can_execute lua_server | ||
- Enable / Disable antiafk | ||
|
||
"slashers_round_max" = "5" | ||
game replicated server_can_execute lua_server | ||
- Max round before change map. | ||
|
||
"slashers_duration_waitingpolice_addsurv" = "22.500000" ( def. "22.5" ) | ||
game replicated server_can_execute lua_server | ||
- Added duration per each survivors before police arrived. (in seconds) | ||
|
||
"slashers_duration_waitingpolice_base" = "32.500000" ( def. "32.5" ) | ||
game replicated server_can_execute lua_server | ||
- Initial duration before police arrived. (in seconds) | ||
|
||
"slashers_duration_addobj" = "120" | ||
game replicated server_can_execute lua_server | ||
- Added duration per each objective completed. (in seconds) | ||
|
||
"slashers_duration_addsurv" = "52.500000" ( def. "52.5" ) | ||
game replicated server_can_execute lua_server | ||
- Added duration per each survivors. (in seconds) | ||
|
||
"slashers_duration_base" = "67.500000" ( def. "67.5" ) | ||
game replicated server_can_execute lua_server | ||
- Initial round duration. (in seconds) | ||
|
||
"slashers_round_min_player" = "3" | ||
game replicated server_can_execute lua_server | ||
- Set minimum players required to start a round. | ||
|
||
"slashers_lang_default" = "en" | ||
game replicated server_can_execute lua_server | ||
- Set default language of gamemode. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.