Sid Meier's Civilization: Beyond Earth

Sid Meier's Civilization: Beyond Earth

Experience Worlds Beyond Earth
Game modifications, scenarios, interface, and so much more. Explore the modding world of Beyond Earth, and when you're ready, download the SDK to create and upload your own.
Alias: Bean 30 Mar, 2016 @ 11:34am
I want to be alone
I don't want to worry about enemies, friendships, or anything, I enjoy harmony and want to have a planet to myself. (basically me asking to be able to be a selfish hog)
< >
Showing 1-8 of 8 comments
Ariatiki 8 Apr, 2016 @ 8:05pm 
This is actually rather easy, depending on how picky you are about it. I actually like playing this way, too.

The easiest way is thus: Make a mod that changes the following value:

<Row Name="STAGGERED_START_TURN_RANGE"> <Value>30</Value> </Row>

Replace 30 with a number as arbitrarly high as you like. Personally, playing a massive map with a single opponent and the staggered start turn range set to 300 gives pretty good results. Of course, it is a random value, it just means that they'll randomly appear sometime in the first X number of turns. But starting out the game with 120 turns of solitude makes for a very nice start, and a good chance to just focus on the world and the quests instead of annoying humans.

If you don't care to mod, the above value can be found in the GlobalDefines.xml file, although if you have the expansion, you'll have two such files to check.
Alias: Bean 8 Apr, 2016 @ 8:05pm 
idk how to mod.
Ariatiki 8 Apr, 2016 @ 8:07pm 
Do you ever play multiplayer?

I ask because if you ever play multiplayer, editing your xml files directly results in a lot of problems (instability, crashes, etc.).

If you never play mp though, it is a fairly straight forward process to edit your xml files.
Alias: Bean 8 Apr, 2016 @ 8:09pm 
I rarely play mp, actually only played it once.
Ariatiki 8 Apr, 2016 @ 8:20pm 
OK, well, the process is very simple. You just have to find your GlobalDefines.xml file (Both of them, there are two, if you own Rising Tides), and fine the bit of code I mentioned above, and change the value.

Assuming that you have a farily standard installation, it will be located at:

C:\Program Files (x86)\Steam\SteamApps\common\Sid Meier's Civilization Beyond Earth\assets\Gameplay\XML

1.
Open the file in notepad or another text editor (Notepad++, for instance). Do NOT use wordpad, Microsoft Word, OpenOffice, or any other big office suite. It MUST be edited in something that will treat the file strictly as a txt file.

2.
Use the find command to locate
<Row Name="STAGGERED_START_TURN_RANGE">

3.
In the row below where it says
<Value>30</Value>
, replace the 30 with the desired number. As I mentioned, I have good results with numbers in the 240 to 300 range.

4. save, then start the game and play as usual.

5. Reminder: If you have Rising Tides, you will have to repeat the proceadure for the second copy of GlobalDefines that exists in the assets folder: (From where the previous file was, go up a few folders until you are in assets, then follow the filepath below and repeat the above steps for the GlobalDefines file located there.

assets\DLC\Expansion1\Gameplay\XML
emynii 27 May, 2016 @ 1:29pm 
Any suggestion on how to get rid of Aliens? I like the world building, but sometimes I just want an empty planet.
Ryika 42 28 May, 2016 @ 7:59am 
Sid Meier's Civilization Beyond Earth\assets\DLC\Expansion1\Gameplay\Lua

Open Aliens.lua with a text editor

add:

Return

below every line that starts with the word:

function

Nests will still spawn, but no aliens.

emynii 28 May, 2016 @ 1:24pm 
thank you so much
< >
Showing 1-8 of 8 comments
Per page: 1530 50