Extreme World Gen?

Anything that prevents you from playing the game properly. Do you have issues playing for the game, downloading it or successfully running it on your computer? Let us know here.
Post Reply
DWolf0_o
Manual Inserter
Manual Inserter
Posts: 2
Joined: Wed Sep 04, 2019 6:42 am
Contact:

Extreme World Gen?

Post by DWolf0_o »

Does anyone know how to set the frequency, size, and richness past what the sliders allow because I want the resources even further apart and I would like to avoid RSO but I'm willing to do file editing or whatever I gotta do?

Koub
Global Moderator
Global Moderator
Posts: 7198
Joined: Fri May 30, 2014 8:54 am
Contact:

Re: Extreme World Gen?

Post by Koub »

[Koub] Moved to Technical Help.
Koub - Please consider English is not my native language.

Bilka
Factorio Staff
Factorio Staff
Posts: 3128
Joined: Sat Aug 13, 2016 9:20 am
Contact:

Re: Extreme World Gen?

Post by Bilka »

I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.

User avatar
jodokus31
Smart Inserter
Smart Inserter
Posts: 1603
Joined: Sun Feb 26, 2017 4:13 pm
Contact:

Re: Extreme World Gen?

Post by jodokus31 »

I tried to get a railworld with extreme low frequency settings with the commandline:

I called

Code: Select all

../bin/x64/factorio --map-gen-settings map-gen-settings.example.json --map-settings map-settings.example.json --map-preview-size 2048 --map-preview-scale 2 --generate-map-preview ./preview/
The settings files i used are in attachments and has entries like this:

Code: Select all

...
"autoplace_controls":
  {
    "coal": {"frequency": "0.01", "size": 3, "richness": 1},
    "stone": {"frequency": "0.01", "size": 3, "richness": 1},
    "copper-ore": {"frequency": "0.01", "size": 3,"richness": 1},
    "iron-ore": {"frequency": "0.01", "size": 3, "richness": 1},
    "uranium-ore": {"frequency": "0.01", "size": 3, "richness": 1},
    "crude-oil": {"frequency": "0.01", "size": 3, "richness": 1},
    "trees": {"frequency": 1, "size": 1, "richness": 1},
    "enemy-base": {"frequency": 1, "size": 1, "richness": 1}
  },
However, the generated previews show almost no differences if frequencies are lower than ~0.10 for the same seed, a bit change in starting area, but thats all.
It seems, it cannot be lower than a certain value.

Or what is wrong?
Frequency 0.01
Frequency 0.10
I use standalone Linux version 0.17.67 on Linux mint
Attachments
map-settings.example.json
(3.61 KiB) Downloaded 25 times
map-gen-settings.example.json
(1.12 KiB) Downloaded 26 times

DWolf0_o
Manual Inserter
Manual Inserter
Posts: 2
Joined: Wed Sep 04, 2019 6:42 am
Contact:

Re: Extreme World Gen?

Post by DWolf0_o »

Still having trouble getting it to work

User avatar
jodokus31
Smart Inserter
Smart Inserter
Posts: 1603
Joined: Sun Feb 26, 2017 4:13 pm
Contact:

Re: Extreme World Gen?

Post by jodokus31 »

It's hard to guess, where you actually struggling

Did you check the link from Bilka (https://wiki.factorio.com/Command_line_parameters) under chapter "Creating a map from custom settings"?
There are also examples, how to call it.

Maybe also this could be interesting if you don't know, where to find the factorio executable and such.
https://wiki.factorio.com/Application_directory
You also find example settings files in the data folder.

Command line usage itself can be looked up in the internet and is not factorio specific.

Regarding frequency settings, I was not able to get much lower frequency than the in-game 17%. 10% was not much difference, 1% and 0.000001% was the same as 10%. Only 0% changed it to no patch at all :P
But maybe, I’m doing something wrong.

Post Reply

Return to “Technical Help”