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
finally for the media\lua\server\SilencerORGMLoading.lua file, move everything underneath the"require ..." lines to the bottom of media\lua\server\ORGMDistribution.lua file. If that does not work, for the last part, basically take the table.insert lines, and manually put them in the tables further up in ORGMDistribution.lua
my hunch is that the problem is with the Silencer.txt script file:
imports
{
Base, ORGM
}
Which should work, but maybe a new bug in PZ with multiple imports? Everything looks OK with this mod.
You need to add this to the top as well:
require "Items/SuburbsDistributions"
require "Items/ItemPicker"
When doing this, you can just play with your modified ORGM, and not need a silencer mod enabled.