feresay.blogg.se

Planetbase how to rotate
Planetbase how to rotate













planetbase how to rotate

Used for all ships # x=closer, -y=up, +z=left, -z=right PURGE_EXTERMINATION_MONTHS = 120 # Number of months it takes to exterminate a population when using extermination purgingĪs you can see you can edit multiple lines of Various Sections by adding in that section the lines you want to edit. MAX_TRAIT_POINTS = 2 # Max racial trait points MAX_ETHIC_POINTS = 5 # Max Ethic Points (Allows me to use 5 instead of 3) TECH_COST_MULT_NUM_POPS = 0.001 # Each non-free Pop adds +X% tech cost TECH_COST_FREE_POPS = 25 # First X pops do not add any tech cost TECH_COST_MULT_NUM_COLONIES = 0.000 # Each Planet adds +X% tech cost GENERAL_DEFENSE_EXP_MULT = 1.25 # Multiplier of how much defense translates into experience. GENERAL_DAMAGE_EXP_MULT = 1.2 # Multiplier of how much damage translates into experience.

planetbase how to rotate

LEADER_BASE_CAP = 12 # Base or Starting Quantity of Assigned Leaders Allowed for your Empire

#Planetbase how to rotate full

Here a full example of editing multiple places: It is also possible to add comments, same as in the original file - everything behind "#" will be ignored. LEADER_POOL_LEAD_TIME = 5 # Years leaders will remain in the leader pool until replaced

planetbase how to rotate

For example, let's say we want to change the time leaders spend in pool, in that case, the whole text file could look like this: LEADER_POOL_SIZE = 4 # Each leader pool will consist of this many leadersįor each additional property under the same section, simply add another line. Looking through the original 00_defines.txt file, For example, let's assume you want to increase the number of leaders in the leader pool. Now, in order to change a property, all it takes is a single line per property. This ensures the file has the correct encoding (one of those nasty tripping stones one can encounter in modding Stellaris).Ĭhanging Properties

  • rename the copy (for example to 'example_defines.txt') Note: This is a crucial step you can not leave it as 00_defines.txt or the game will crash.
  • Then copy 00_defines.txt from the game folder.
  • In order to start modding defines in your mod, add a defines folder under common:















    Planetbase how to rotate