Stellaris

Stellaris

Real Space 4.0
Aus1rathia Jan 13, 2020 @ 11:21am
An easy fix for conflict with All Unique Systems
https://steamcommunity.com/workshop/filedetails/?id=1749231641

How this conflicts
https://imgur.com/a/kzu8lt1


Fix: RS should load after All Unique Systems (this effectively disable All Unique Systems)

Follows are how to merge All Unique Systems's code into RS


Load everything 937289339\common\solar_system_initializers\ with notepad++ (or similar tool)

Find
scaled_spawn_chance =

and replace it with
spawn_chance = 9999 #

for every opened files.


https://notepad-plus-plus.org/

https://www.computerhope.com/issues/ch001605.htm


That's it.


Edit: After Merge, search *.bak to delete them all. Because the game engine has no logic to ignore those backup files, any .bak file remain can cause worse conflict.
Last edited by Aus1rathia; Jan 29, 2020 @ 1:08am