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
type=pop
id=16780864
random={ 0 3991148998 }
random_allowed=no
from={
type=planet
id=166
random={ 0 1820185592 }
random_allowed=yes
}
Could be that steam is somehow putting old files up or something.
And the offending part is this:
ai_weight = {
factor = 3
modifier = {
factor = 5
has_monthly_income = {
resource = energy
value < 0
}
}
}
}
3 opening brackets, but there's 4 closing brackets.
building_brothel_house_branch_office_crime's ai_weight
and
building_brothel_house_branch_office's ai_weight
this is probably what caused fdymod's problem - as well as adding 'buildings' named potential, resources, ai_weight, and triggered_desc on the normal planetary build list.
so yeah, check your brackets, preferably using notepad++. It highlights the closing or opening bracket if you select the other end.
Error at line: 145 column: 1 file: common\technology\brothel_tech.txt.
Please report this error to the author of the mod: Red Light Demeanor (3.4.*).
Error message says:
Error in common\technology\brothel_tech.txt: Ln: 145 Col: 1
Note: The error occurred at the end of the input stream.
Expecting: closing brace or statement
Other error messages:
The clause opened at ("common\\technology\\brothel_tech.txt", Ln: 5, Col: 31)
was not closed.
btw, found some errors
--------------
Error at line: 160 column: 2 file: common\buildings\00_brothel_buildings.txt.
Please report this error to the author of the mod: Red Light Demeanor (3.4.*).
Error message says:
Error in common\buildings\00_brothel_buildings.txt: Ln: 160 Col: 2
}
^
Note: The error occurred at the end of the input stream.
Expecting: closing brace, statement or whitespace
Other error messages:
The clause opened at ("common\\buildings\\00_brothel_buildings.txt", Ln: 148,
Col: 14) was not closed.
1/2