Page 19 of 23
Re: [0.12.x] RSO Discussion thread
Posted: Mon Mar 28, 2016 12:57 pm
by orzelek
Targa wrote:In the config file there's a section for biter spawning (disable_RSO_biter_spawning ). I'm curious what RSO is doing with biters that is different than the vanilla game? I know you can adjust the biter to spitter ratio, but other than that, is there something different than vanilla?
It actually spawns the bases. Setting is affecting bases not actual biters.
Biter spawn rules stay the same as vanilla.
Re: [0.12.x] RSO Discussion thread
Posted: Mon Apr 04, 2016 6:51 pm
by Align
Hey, is there an easy way to magnify all pollution produced (while proportionally reducing the effect it has on evolution level) so the red cloud reaches more nests and agitates more biters? Partially because there's less nests in the same area with RSO so it becomes too easy to clear out everything inside your pollution radius, instead of having to worry about defenses... and partially because I'm still trying out changing chunk size to spread things out.
Re: [0.12.x] RSO Discussion thread
Posted: Mon Apr 04, 2016 9:22 pm
by orzelek
Align wrote:Hey, is there an easy way to magnify all pollution produced (while proportionally reducing the effect it has on evolution level) so the red cloud reaches more nests and agitates more biters? Partially because there's less nests in the same area with RSO so it becomes too easy to clear out everything inside your pollution radius, instead of having to worry about defenses... and partially because I'm still trying out changing chunk size to spread things out.
Only way I know would be to loop through all entities and try to increase their emissions factor. If you want more bases then increase the size/frequency and you'll see more agitated biters coming to greet you. Not sure about balancing on those settings - I usually use Natural Evolution so it's a bit different.
Re: [0.12.x] RSO Discussion thread
Posted: Mon Apr 04, 2016 9:42 pm
by Arch666Angel
There are settings in the base game for that, you could try and play around with them, you can find them in factorio/data/base/prototypes/map-settings.lua. The first three paragraph deal with pollution and biters.
Code: Select all
pollution=
{
enabled=true,
-- these are values for 60 ticks (1 simulated second)
--
-- amount that is diffused to neighboring chunk
-- (possibly repeated for other directions as well)
diffusion_ratio=0.02,
-- this much PUs must be on the chunk to start diffusing
min_to_diffuse=15,
-- constant modifier a percentage of 1 - the pollution eaten by a chunks tiles
ageing=1,
-- anything bigger than this is visualised as this value
expected_max_per_chunk=7000,
-- anything lower than this (but > 0) is visualised as this value
min_to_show_per_chunk=700,
min_pollution_to_damage_trees = 3500,
pollution_with_max_forest_damage = 10000,
pollution_per_tree_damage = 2000,
pollution_restored_per_tree_damage = 500,
max_pollution_to_restore_trees = 1000
},
enemy_evolution=
{
enabled=true,
-- percentual increase in the evolve factor for every second (60 ticks)
time_factor = 0.000004,
-- percentual increase in the evolve factor for every destroyed spawner
destroy_factor = 0.002,
-- percentual increase in the evolve factor for 1000 PU
pollution_factor = 0.000015
},
enemy_expansion=
{
enabled = true,
-- Distance in chunks from the nearest base when expanding
min_base_spacing = 3,
-- Distance in chunks from the furthest base around.
-- This prevents expansions from reaching too far into the
-- player's territory
max_expansion_distance = 7,
-- Minimal distance of expansion point in chunks from player base
min_player_base_distance = 3,
-- Size of the group that goes to build new base (in game this is multiplied by the
-- evolution factor).
settler_group_min_size = 5,
settler_group_max_size = 20,
-- Ticks to expand to a single
-- position for a base is used.
--
-- cooldown is calculated as linear interpolation between min and max
min_expansion_cooldown = 5 * 3600,
max_expansion_cooldown = 60 * 3600
},
Re: [0.12.x] RSO Discussion thread
Posted: Tue Apr 05, 2016 2:21 pm
by DRY411S
I'm new to this game and therefore to the mod.
I'd like to suggest an enhancement (it may already be there but I haven't searched well to find it).
It would be useful if we could set a 'seed' for the resource distribution so that everybody who uses the map exchange string and the 'seed' gets exactly the same starting map.
I got this idea after watching 'Island Retreat' VLog on YouTube. I really wanted to play that map and its wacky resource distribution, but all I can generate is the same map, not the resources.
Re: [0.12.x] RSO Discussion thread
Posted: Tue Apr 05, 2016 3:46 pm
by orzelek
DRY411S wrote:I'm new to this game and therefore to the mod.
I'd like to suggest an enhancement (it may already be there but I haven't searched well to find it).
It would be useful if we could set a 'seed' for the resource distribution so that everybody who uses the map exchange string and the 'seed' gets exactly the same starting map.
I got this idea after watching 'Island Retreat' VLog on YouTube. I really wanted to play that map and its wacky resource distribution, but all I can generate is the same map, not the resources.
Currently seed is created by the mod from tiles in starting location. It also depends on mod version - you can count that if minor version number changed (middle one) resource generation was affected and it will look differently.
In one of future versions I will switch to simply use map seed for resource seed.
Re: [0.12.x] RSO Discussion thread
Posted: Tue Apr 05, 2016 4:35 pm
by Align
Will that make it impossible to regenerate resources in a different configuration?
Re: [0.12.x] RSO Discussion thread
Posted: Wed Apr 06, 2016 9:10 pm
by orzelek
Align wrote:Will that make it impossible to regenerate resources in a different configuration?
It still will be. Calling regenerate with true always generates new seed.
It's about the base seed that is used from start by default.
Re: [0.12.x] RSO Discussion thread
Posted: Fri Apr 08, 2016 6:42 am
by TN_Creator
Hi,
I just started a new game with RSO in peaceful mode, with default settings. I don't see any alien nest close to the starting location, are they disabled by default? or simply further away?
Re: [0.12.x] RSO Discussion thread
Posted: Fri Apr 08, 2016 6:33 pm
by orzelek
TN_Creator wrote:Hi,
I just started a new game with RSO in peaceful mode, with default settings. I don't see any alien nest close to the starting location, are they disabled by default? or simply further away?
What do you mean by peaceful mode?
By default enemy bases are a bit further out in RSO then normally.
Re: [0.12.x] RSO Discussion thread
Posted: Fri Apr 08, 2016 11:26 pm
by NoriSilverrage
About how far do you need to travel to get double ore density? I'm running out left and right and would like to find patches that last longer.
Re: [0.12.x] RSO Discussion thread
Posted: Fri Apr 08, 2016 11:45 pm
by orzelek
NoriSilverrage wrote:About how far do you need to travel to get double ore density? I'm running out left and right and would like to find patches that last longer.
Formula is distance^factor where distance is in regions. With default values it would reach two in 3rd region - thats about 700 tiles from center.
There is also certain amount of random variation used when rolling ore patch so it might vary.
Re: [0.12.x] RSO Discussion thread
Posted: Sat Apr 09, 2016 12:33 am
by NoriSilverrage
orzelek wrote:NoriSilverrage wrote:About how far do you need to travel to get double ore density? I'm running out left and right and would like to find patches that last longer.
Formula is distance^factor where distance is in regions. With default values it would reach two in 3rd region - thats about 700 tiles from center.
There is also certain amount of random variation used when rolling ore patch so it might vary.
Hmm, thanks. Is there a way to easily measure tiles long distance?
Re: [0.12.x] RSO Discussion thread
Posted: Sat Apr 09, 2016 10:19 am
by orzelek
NoriSilverrage wrote:orzelek wrote:NoriSilverrage wrote:About how far do you need to travel to get double ore density? I'm running out left and right and would like to find patches that last longer.
Formula is distance^factor where distance is in regions. With default values it would reach two in 3rd region - thats about 700 tiles from center.
There is also certain amount of random variation used when rolling ore patch so it might vary.
Hmm, thanks. Is there a way to easily measure tiles long distance?
You can get cursor coordinates by enabling debug overlay - F5 by default shows them.
Re: [0.12.x] RSO Discussion thread
Posted: Sat Apr 09, 2016 5:58 pm
by Koub
there's also a mod that just displays them onscreen if you don't want to have debug info on.
Re: [0.12.x] RSO Discussion thread
Posted: Mon Apr 11, 2016 6:29 am
by TN_Creator
orzelek wrote:TN_Creator wrote:Hi,
I just started a new game with RSO in peaceful mode, with default settings. I don't see any alien nest close to the starting location, are they disabled by default? or simply further away?
What do you mean by peaceful mode?
By default enemy bases are a bit further out in RSO then normally.
peaceful mode is the vanilla option that make the aliens passive.
thanks, I found them, they are farther indeed

Re: [0.12.x] RSO Discussion thread
Posted: Mon Apr 11, 2016 4:10 pm
by Marchombre
Sorry if i'm not asking at the right place but i wanted to know something.
I'm using Train Outpost mod cause i wanted the long distance ore outpost and the changes in the rail crafting, but the % thingie with resources are bothering me. I would prefer the ore to disappear once emptied rather than just giving an ore once in few minutes. Would RSO (or RSO Infinite Edition) work along train outpost ? or alone maybe ?
Or any other mod/combinaison of mods would do the trick ?
Thanks in advance~
Re: [0.12.x] RSO Discussion thread
Posted: Mon Apr 11, 2016 5:21 pm
by orzelek
Marchombre wrote:Sorry if i'm not asking at the right place but i wanted to know something.
I'm using Train Outpost mod cause i wanted the long distance ore outpost and the changes in the rail crafting, but the % thingie with resources are bothering me. I would prefer the ore to disappear once emptied rather than just giving an ore once in few minutes. Would RSO (or RSO Infinite Edition) work along train outpost ? or alone maybe ?
Or any other mod/combinaison of mods would do the trick ?
Thanks in advance~
I'm not sure what would be effect of combining RSO with Train Outposts. Might have both mods ores or some.. hybrid thing will happen.
You can ask Train Outposts author to add option to not make ores infinite or extract rail costs change out of the mod.
I could also add option to make rails cheaper to RSO - would be disabled by default most likely.
Re: [0.12.x] RSO Discussion thread
Posted: Mon Apr 11, 2016 5:28 pm
by Marchombre
Thanks. Gonna ask him then.
Re: [0.12.x] RSO Discussion thread
Posted: Tue Apr 12, 2016 11:07 pm
by NoriSilverrage
When you change the global size multi does it keep the same amount of ore per patch but just decrease the size? It seems to make the amount bigger, but just checking.