Is this possible?
Is this possible?
Is it possible to reduce the probablility of a certain ore entity to show up from lets say 30% to under 0.001%? I'm asking this, because I am making a mod with way more than 1000 different ores and I don't want the ground to be covered with chaotic ore entities. And can you make a recipe where you get by a chance of 0.1% a certain item and by a chance of 99.9% another?
Re: Is this possible?
a recipe with probabilities
It's from Factorio\data\base\prototypes\recipe\recipe.lualine 1294
Re: Is this possible?
As for the ores part... I think that RSO could be made to work with that. And thats a maybe. Such big amount of ores would be crazy
Maybe you make less ore entities and use probability on mining drills?
Maybe you make less ore entities and use probability on mining drills?
Re: Is this possible?
Okay so I can basically put in any probability I want that's good.
I'm pretty much trying to get all ores from reallife into the game to make it as realistic as possible. Though for example there are thousands of such containing Iron but only less than five containing erbium for example. On a map with over 6000 ores it's impossible to get the erbium then. That's why I've got to higher the spawn rate of erbium-ores and lower others. Is that possible?
I'm pretty much trying to get all ores from reallife into the game to make it as realistic as possible. Though for example there are thousands of such containing Iron but only less than five containing erbium for example. On a map with over 6000 ores it's impossible to get the erbium then. That's why I've got to higher the spawn rate of erbium-ores and lower others. Is that possible?
Re: Is this possible?
There are over 6000 minerals, but most of them are unprofitable to mine. The ones that are actually worth mining are called ores, and there are much fewer of them.Grundox wrote:over 6000 ores
I don't understand why you would want to cover the map with useless minerals.
Re: Is this possible?
Yes in real life they are not worth to mine for but it's a game and it should be just fun and not economically worth it. The point of me asking if you can reduce the probability of certain ores showing up is, becuase the map should not be covered in ores.
-
- Fast Inserter
- Posts: 113
- Joined: Wed Aug 31, 2016 3:35 am
- Contact:
Re: Is this possible?
Note: probability is currently on a per result....so you could theoretically get a positive result on all 1000 ores, even if you set probability to 0.0001
Re: Is this possible?
Everyone here is talking about the probability results of recipes. But I think you are looking for "map distribution". How you you have 50% iron ore and only 25% copper ore (simplified example)
Which is handled by the "autoplace" field in your resource definition. And I think with the "coverage" field: https://wiki.factorio.com/Types/Autopla ... n#coverage
Note that the map generation algorithms are quite complex, so you need most likely to tinker a bit to get the results you want.
Which is handled by the "autoplace" field in your resource definition. And I think with the "coverage" field: https://wiki.factorio.com/Types/Autopla ... n#coverage
Note that the map generation algorithms are quite complex, so you need most likely to tinker a bit to get the results you want.
Re: Is this possible?
In angels ores, you have a group of 6 raw ores to be mined, that need to be refined to usefull ores afterwards - maybe you should rather think into that direction, where you need a really sofisticated ore refining area to get the most rare ores out of the raws. This approach sounds to me much more what factorio is all about: building complicated machinery to succeed ...