Stellaris

Stellaris

No Clustered Starts
Showing 41-50 of 57 entries
< 1  2  3  4  5  6 >
Update: 9 Dec, 2017 @ 12:02pm

Compatibility flag update for 1.9. No changes were made, except for:
- Fixed a typo in a comment in base.txt

Update: 29 Sep, 2017 @ 6:02pm

Reverted changes to max empires made in the previous update.

Update: 29 Sep, 2017 @ 2:15am

This update is to realign the mod with vanilla 1.8, some settings were changed in the base game and were not updated in the mod in the previous update.
-Number of stars in Tiny galaxies set to 200 to be the same as vanilla 1.8
-Max number of empires reduced to be the same as vanilla 1.8
-Default number of empires reduced to be the same as vanilla 1.8
-Default number of advanced empires set to be the same as vanilla 1.8

Update: 21 Sep, 2017 @ 6:45am

Mod updated for 1.8:
- Added "primitive_odds" and "crisis_strength" to galaxy size files.

Update: 9 May, 2017 @ 3:15pm

Compatibility flag update for 1.6. No changes were made.

Update: 6 Apr, 2017 @ 2:57pm

Mod updated for Banks v1.5.0.
-map/galaxy/base.lua changed to map/galaxy/base.txt, syntax updated.
-compatibility flag set to 1.5.*

Update: 19 Dec, 2016 @ 8:10am

fallen_empire_max has been increased for each galaxy size. This affects the clamping of the Fallen Empires slider in Game Details and allows for more Fallen Empires to be chosen. This value is changed as follows:

  • Tiny: 1 -> 2
  • Small: 2 -> 4
  • Medium: 4 -> 6
  • Large: 4 -> 8
  • Huge: 4 -> 8

Update: 5 Dec, 2016 @ 11:44pm

Compatibility flag update for 1.4 Kennedy. No changes were made.

Update: 5 Nov, 2016 @ 7:55am

Minimum number of empires has been changed from 1 to 0 for all galaxy sizes. This is to accomodate single-empire games in the same way the "Singleplayer Game" mod does it.

This only affects the slider on the Game Details screen. It is normally clamped to prevent setting it to 0, if you don't want to play alone simply don't set it to 0.

num_empires = { min = 1 max = 39 } #limits player customization

changed to

num_empires = { min = 0 max = 39 } #limits player customization

Update: 20 Oct, 2016 @ 6:38am

Mod updated for Heinlein. This update was fairly trivial, only Game Details settings lines needed changing (new defaults) or adding (fallen empire slider).