安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=865266971
This also shows up as incompatible but I don't see any differences or problems caused by it.
The Last Stand update will ease up on the incompatibilities when using mapspawn.nut. I modified and tested your addon on the Beta to ensure everything will go smoothly for tomorrow.
When the update launches, you can update by doing the following:
1. Rename your "mapspawn.nut" file to "mapspawn_addon.nut" -- everyone gets their own now!
2. Modify that file just a bit...
The current technique used won't work anymore because Kerry Davis removed these from the preserved entity table, so we can't get round-persistent scope for Game Events this way anymore:
So, instead, I now have the file named like this:
I updated it to contain just this one line to run the script on "worldspawn" instead, notable because it doesn't respawn each round so its scope is permanent:
And it works!
You also don't need the lines which run "vscript_survivor_deathanim", "vscript_bill_cigar_fix", and "survivorshoving" anymore.