what map-gen-settings are most like RSO?

Post all other topics which do not belong to any other category.
Post Reply
onebit
Long Handed Inserter
Long Handed Inserter
Posts: 97
Joined: Mon Feb 02, 2015 4:32 pm
Contact:

what map-gen-settings are most like RSO?

Post by onebit »

I tried this, but there is too much oil.

Code: Select all

{
  "_comment": "Sizes can be specified as none, very-low, low, normal, high, very-high",
  "terrain_segmentation": "normal",
  "water": "normal",
  "width": 0,
  "height": 0,
  "starting_area": "normal",
  "peaceful_mode": false,
  "autoplace_controls":
  {
    "coal": {"frequency": "very-low", "size": "high", "richness": "high"},
    "copper-ore": {"frequency": "very-low", "size": "high", "richness": "high"},
    "crude-oil": {"frequency": "normal", "size": "high", "richness": "high"},
    "enemy-base": {"frequency": "low", "size": "normal", "richness": "normal"},
    "iron-ore": {"frequency": "very-low", "size": "high", "richness": "high"},
    "stone": {"frequency": "very-low", "size": "normal", "richness": "normal"}
  }
}

onebit
Long Handed Inserter
Long Handed Inserter
Posts: 97
Joined: Mon Feb 02, 2015 4:32 pm
Contact:

Re: what map-gen-settings are most like RSO?

Post by onebit »

These seemed OK. Hard to get oil right. It's either crazy or nothing.

Code: Select all

{
  "_comment": "Sizes can be specified as none, very-low, low, normal, high, very-high",
  "terrain_segmentation": "normal",
  "water": "very-low",
  "width": 0,
  "height": 0,
  "starting_area": "high",
  "peaceful_mode": false,
  "autoplace_controls":
  {
    "coal": {"frequency": "very-low", "size": "high", "richness": "high"},
    "copper-ore": {"frequency": "very-low", "size": "high", "richness": "high"},
    "crude-oil": {"frequency": "normal", "size": "low", "richness": "very-high"},
    "enemy-base": {"frequency": "normal", "size": "normal", "richness": "normal"},
    "iron-ore": {"frequency": "very-low", "size": "high", "richness": "high"},
    "stone": {"frequency": "very-low", "size": "high", "richness": "high"}
  }
}
Image

onebit
Long Handed Inserter
Long Handed Inserter
Posts: 97
Joined: Mon Feb 02, 2015 4:32 pm
Contact:

Re: what map-gen-settings are most like RSO?

Post by onebit »

Seems like even with "very low" frequency they are still too close.

Post Reply

Return to “General discussion”