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 anyone looking at this mod, frames are between 100k-200k ea
Simply open up the workshop\content\244850\3348823795\Data\PhysicalItems.sbc file for this mod and make sure the last three lines look like this:
</PhysicalItem>
</PhysicalItems>
</Definitions>
The recent update forgot to close the <PhysicalItems> element as you will notice.
To fix the crash, open the file [steamapps]/workshop/content/244850/3348823795/Data/PhysicalItems.sbc and add the missing closing tag on line 25:
[code] </PhysicalItems> [/code]
(by the time you read this comment the author may have fixed it though.