Logo Platform
logo amplifiers simplified

Is POI Distribution tweakable ? (to amplitude question)

Reply
Copied to clipboard!
9 years ago
Dec 7, 2015, 11:58:46 AM
Hello,



I'm looking on how to use parameters from WorldGeneratorSettings.xml

For now, I successfully use parameters like IslandsMinimalSize, or MediumMountainElevation, I found in this file. They are now optionals choices of the World Generator Mod I actualy support.



I would like to give options about DistributeVillages, MinSitesPerEmptyRegion or things like that.

Found in :

[CODE]



15

4

999

100

100





















































































[/CODE]

Problems :

- it's not a 1st level property, I can't use it as option. Or maybe I don't know to do it and say "use POIAlgorithmParameters/DistributeVillages/MinSitesPerEmptyRegion" in a KeyValue of an option of WorldGeneratorOptionDefinitions.xml.

- I found no way to use WorldGeneratorSettings.xml as a plug-in in mod master file.

[CODE]



WorldGenerator/WorldGeneratorSettings.xml



[/CODE]



Is it possible to use these parameters, or I should forget about it ?



Thanks
0Send private message
9 years ago
Dec 8, 2015, 3:29:03 PM
Hello,

You should be able to tweak those values.

Just try changing minimum/maximum numbers and you should see a result quite easily.
0Send private message
9 years ago
Dec 8, 2015, 6:11:57 PM
Hi, thk for reply.



It don't work, example, I try to do this in a option box of world generator :



[CODE]

3

3

[/CODE]



I choose the option and generate the map, but there is not 3 villages.

So direct access to the parameters don't work, or maybe theses parameters are specials because there are not root parameters but are embed in POIAlgorithmParameters and then in DistributeVillages.



And I can't tweak the WorldGeneratorSettings.xml because I find no way to include it as a plug-in.

But give option choice should be best anyway.

So theses values can be maybe changed in my public folder in steams folders, but no way to make it optional in GUI, or even share the file in a mod as plug in.
0Send private message
9 years ago
Dec 9, 2015, 9:24:32 AM
Well, map generation is a tricky thing.

But I was pretty sure those values could influence POI number.

I will investigate as soon as I can on this matter.

Thanks for asking.
0Send private message
0Send private message
?

Click here to login

Reply
Comment