Resource icon

Greater Start Distance 2017-04-06

Modinfo:

Code:
<?xml version="1.0" encoding="utf-8"?>
<Mod id="9bfed881-7d52-4b78-82ec-447a3fe8ec94" version="1">
  <Properties>
    <Name>Greater Start Distance</Name>
    <Description>Increases the minimum start distance between two Civs from 9 to 16.

Don't use this on small maps or with many Civs unless you understand the implications.</Description>
    <CustomProperties></CustomProperties>
    <Teaser>Increases the minimum start distance between two Civs from 9 to 16.</Teaser>
    <Authors>fodazd</Authors>
    <AffectsSavedGames>0</AffectsSavedGames>
  </Properties>
  <InGameActions>
    <UpdateDatabase id="NewAction">
      <File>Start Distance.sql</File>
    </UpdateDatabase>
  </InGameActions>
  <Files>
    <File>Start Distance.sql</File>
  </Files>
</Mod>


Start Distance.sql:

Code:
-- Start Distance
-- Author: fodazd
-- DateCreated: 4/1/2017 2:38:12 AM
--------------------------------------------------------------

UPDATE GlobalParameters SET Value='16' WHERE Name='START_DISTANCE_MAJOR_CIVILIZATION';


Workshop Link: http://steamcommunity.com/sharedfiles/filedetails/?id=899688103
 
Back
Top Bottom