Do you wish your Trade Capital, Trade Stations, and Commercial Ring Worlds had a little more "oomph?" Or maybe you're disappointed with how far ahead Ecumenopolis Commercial Worlds got with my mod Colony Designation: Ecumenopolis Commercial. Then this mod is for you! The Trade Capital, Trade Station, and Commercial Ring World colony designations now also boost the build-speed of commercial buildings and the relevant commercial districts by 25% as well as the overall trade value by 20%. That is the same boost as the Ecumenopolis Commercial designation.
Additionally, Trade Districts and Commercial Segments now provide more Merchant jobs and fewer Clerk jobs as long as the colony designation is Trade Station or Commercial Ring World respectively. But wait, there's more! MegaCorps and empires with the Merchant Guilds civic will find that more Merchants replace Clerks. But wait, there's even more! On ringworld Commercial Segments, MegaCorps replace a Clerk with a Manager and another Clerk with an Executive (all those Clerks need bossing around). And if that wasn't enough, we'll throw in positive interaction with the "Commercial Enterprise" tradition for another/more Merchant(s) and the "Trickle Up Economics" tradition for another/more Clerk(s).
Overwrites the Trade Capital, Trade Station, and Commercial Ring World colony designations and the Trade District (for both habitats and the special district for Origin: Shattered Ring) and Commercial Segment district. The colony designations enable some job swaps from Clerks to Merchants (extra swaps with the "Commercial Enterprise" tradition). The designations also provide a small amount of bonus trade if you meet varying hidden, trade-related conditions - see if you can figure them out. The districts themselves also swap jobs if the owner has Civic: Merchant Guilds, Civic: Corporate Dominion (for people who don't own MegaCorp), and MegaCorps.
Also updates the regular City districts to provide part of a Merchant or Executive job for Merchant Guilds, Corporate Dominions, or MegaCorps as appropriate when combined with the "Commercial Enterprise" tradition. Ringworld city segments no longer receive bonus clerks from the "Trickle Up Economics" tradition - instead, those clerk jobs are provided by the Commercial Segments.
Overwrites the col_city
, col_capital_trade
, col_habitat_trade
, and col_ring_trade
colony types and existing trade-related districts: district_city
, district_srw_commercial
, district_hab_commercial
, district_rw_city
, and district_rw_commercial
. This mod is separate from Colony Designation: Ecumenopolis Commercial because viewing Commercial Arcologies requires a UI mod, and this mod does not.
This mod will not work well with other mods that make changes to the same colony designations or districts. Overhaul mods commonly make changes to districts, but are more likely to overwrite the entire file. Due to how Stellaris file-loading works, change from this mod will overwrite code from full-file district overwrites and apply the version of commercial districts from this mod. That's good for this mod, but could interfere with other modifications made by other mods.
Compatible with Planetary Diversity and Gigastructural Engineering (does not modify Gigas districts, but does exclude these districts from spawning on the wrong things).
Built for Stellaris version 3.8 "Gemini." Not compatible with achievements.
This mod can be safely added to your savegame after the game has started. Because it adds gameplay objects, it should not be removed during a game.
Overwriting a colony type or district produces an error log. Expect to see nine entries in error.log similar to these:
[00:52:16][game_singleobjectdatabase.h:165]: Object with key: district_city already exists, using the one at file: common/districts/10_trade_district_enhancements_urban_district_overrides.txt line: 5
[00:52:16][game_singleobjectdatabase.h:165]: Object with key: district_srw_commercial already exists, using the one at file: common/districts/10_trade_district_enhancements_urban_district_overrides.txt line: 158
[00:52:16][game_singleobjectdatabase.h:165]: Object with key: district_hab_commercial already exists, using the one at file: common/districts/13_trade_district_enhancements_habitat_district_overrides.txt line: 5
[00:52:16][game_singleobjectdatabase.h:165]: Object with key: district_rw_city already exists, using the one at file: common/districts/14_trade_district_enhancements_ringworld_district_overrides.txt line: 8
[00:52:16][game_singleobjectdatabase.h:165]: Object with key: district_rw_commercial already exists, using the one at file: common/districts/14_trade_district_enhancements_ringworld_district_overrides.txt line: 117
[00:52:16][game_singleobjectdatabase.h:165]: Object with key: col_city already exists, using the one at file: common/colony_types/01_trade_district_enhancements_colony_type_overrides.txt line: 10
[00:52:16][game_singleobjectdatabase.h:165]: Object with key: col_habitat_trade already exists, using the one at file: common/colony_types/01_trade_district_enhancements_colony_type_overrides.txt line: 66
[00:52:16][game_singleobjectdatabase.h:165]: Object with key: col_ring_trade already exists, using the one at file: common/colony_types/01_trade_district_enhancements_colony_type_overrides.txt line: 98
[00:52:17][game_singleobjectdatabase.h:165]: Object with key: has_trade_designation already exists, using the one at file: common/scripted_triggers/10_trade_district_enhancements_scripted_triggers_ai_overrides.txt line: 2
district_set
sdistrict_city
district_srw_commercial
district_hab_commercial
district_rw_city
district_rw_commercial
has_trade_designation
, consume it for trade colony automationHosted on GitHub
It is best to clone this repository into <Stellaris User's Directory>/Paradox Interactive/Stellaris/mod
, and then make a connection to the mod
folder via a *.mod
file's path
property. That will ensure the game can see the files, and also that CWTools will parse them. Also note that the README.md file exists in the mod
directory but is symbolically linked in the root directory.