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
For the first missing model file, change the model like to
https://pastebin.com/raw/JpPS3kqt
The load the model and apply it to the 17 others.
It will say another model is missing, change that model link to
http://pastebin.com/raw/7Y9j1Fz2
and apply it to one other.
All the tables should be loaded correctly. I'm not sure how to make this permanent though.
Use this link for modeling @OperatorSkillet
Use the Attach tool instead of the decal station. It's available on the left nav. Combine->Attach
Hints on how to deal with (July-ish Spoiler) Hollow Men Gather cards in the infection deck:
1. Put Hollow Men Gathers (HMG) cards in the discard area.
2. Shuffle the face-down infection deck.
3. Add HMG to top of infection deck face-down, NOT shuffling it.
4. Click "Setup Statistics". Script now knows about HMG cards.
5. "Draw top card" for each HMG, then draw starting 9 infection cards.
Removing cards from the infection deck for any reason also messes it up; stamp with a temporary decal keep drawing when they come up, then remove them after the game.
Right click on the checker near infection deck and go to scripting. Click on Checker White. Scroll down to function init_statistics()
Card_Counts[ obj.name ] = Card_Counts[ obj.name ] + 1
should be
Card_Counts[ obj.name ] = (Card_Counts[ obj.name ] or 0) + 1