Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://steamhost.cn/steamcommunity_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.