安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








Battle royale game mod count every time how many players are alive. To do that, it use a predefined player model. So if you want that the game mod work (which is legitimate) you have to specify which models were used in your kv file.
- Open battle_royale.nut
- Replace the lines with the anarchist skins with the skin you used for your map.
Exemple : replacing
What can be also easily customized :
- Comment any line in order to remove weapon possiblity, exemple for removing awp :
- Change the maximum delay between each death :
TIMER_DEATH <- 60; //For one minute
Note : values such as 90 seconds may lead to an error of display in the beginning of a round.
Not difficult. Remember to test by lauching your map in custom game mod (exemple : br_office custom") otherwise your_map.cfg will not be read (i guess).
You'll see if the battle royale game mode is running with your console flooded of message from battle_royale.nut (if waiting for players).
The console chat log can be disabled by changing the value of DEBUGCONSOLE to false in battle_royale.nut
Please post any questions in the following discussion.
Note : If you publish your BR map in the workshop, remember to include battle_royale.nut in your bsp (using bspzip for exemple) because it is not included automatically by the workshop publisher.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1338219612