Railworld resource settings default for bobmonium and rubyte

Infinite Ores, Refining, Ore Processing ...

Moderator: Arch666Angel

sparr
Smart Inserter
Smart Inserter
Posts: 1463
Joined: Fri Feb 14, 2014 5:52 pm
Contact:

Railworld resource settings default for bobmonium and rubyte

Post by sparr »

Image

Looks like settings for these two ores aren't in angelsrefining_0.9.10/prototypes/generation/angels-override.lua

Code: Select all

data.raw["map-gen-presets"]["default"]["rail-world"] =
    {
      order = "e",
      basic_settings =
      {
        autoplace_controls = {
		  ["angels-ore1"] = {
            frequency = "very-low",
            size = "high"
          },
		  ["angels-ore2"] = {
            frequency = "very-low",
            size = "high"
          },
		  ["angels-ore3"] = {
            frequency = "very-low",
            size = "high"
          },
		  ["angels-ore4"] = {
            frequency = "very-low",
            size = "high"
          },
          ["coal"] = {
            frequency = "very-low",
            size = "high"
          },
          ["crude-oil"] = {
            frequency = "low",
            size = "high"
          },
          ["angels-fissure"] = {
            frequency = "low",
            size = "high"
          },
          ["enemy-base"] = {
            frequency = "low",
          },
        },
        terrain_segmentation = "very-low",
        water = "high",
      },
      advanced_settings =
      {
        enemy_evolution =
        {
          time_factor = 0.000002
        },
        enemy_expansion =
        {
         enabled = false
        }
      }
    }
sparr
Smart Inserter
Smart Inserter
Posts: 1463
Joined: Fri Feb 14, 2014 5:52 pm
Contact:

Re: Railworld resource settings default for bobmonium and rubyte

Post by sparr »

Gas well also stands out as missing/default, which I think should be in the petrochem generation data
Post Reply

Return to “Angels Mods”