Ryika
Lazy Wannabe Artista
- Joined
- Aug 30, 2013
- Messages
- 9,393
Maybe I'm just blind (aka not using the right keywords), but I can't find the two new systems added in the patch. I've gone through the folders, found nothing, then went on to do some mass keyword-searching via Notepad++, but neither the Spoils of War-system, nor the black market seem to have any entries in the game files.
Only thing I can find at all are text keys, such as TXT_KEY_COVERT_BLACK_MARKET - but they aren't used by any file, neither XML nor lua. The whole thing seems to be hardcoded - can anyone confirm or prove me wrong?
/edit:
Ah, looks like I found at least the peace term scalars in the global defines:
Only thing I can find at all are text keys, such as TXT_KEY_COVERT_BLACK_MARKET - but they aren't used by any file, neither XML nor lua. The whole thing seems to be hardcoded - can anyone confirm or prove me wrong?
/edit:
Ah, looks like I found at least the peace term scalars in the global defines:
Spoiler :
Code:
<Row Name="WAR_SCORE_CITY_POPULATION_SCALAR">
<Value>6.0</Value>
</Row>
<Row Name="WAR_SCORE_CITY_STRENGTH_SCALAR">
<Value>2.0</Value>
</Row>
<Row Name="WAR_SCORE_CITY_YIELD_SCALAR">
<Value>1.5</Value>
</Row>
<Row Name="WAR_SCORE_TECH_COST_SCALAR">
<Value>1.2</Value>
</Row>
<Row Name="WAR_SCORE_VALUE_PER_UNIT_ENERGY">
<Value>0.5</Value>
</Row>
<Row Name="WAR_SCORE_VALUE_PER_UNIT_CAPITAL">
<Value>3</Value>
</Row>