Hello, I'm wondering if anyone has done anything with the map scripts. I'd like to lower the percentage of desert/ice in some maps. I'd also like to remove the polar ice caps. Anyway, I've been looking in the /PublicMaps and /Assets/Python to understand how it works and I didn't understand much.
I know the map script file must implement some or all of the functions from CVMapScriptInterface. You can do things like "allow X/Y map wraps". I haven't seen anything about the polar ice caps. In the CVMapGeneratorUtil, there's a part about what % of land types you want, but it seems strange.
If anyone could give me a few hints, I'd appreciate.
Thanks.
I know the map script file must implement some or all of the functions from CVMapScriptInterface. You can do things like "allow X/Y map wraps". I haven't seen anything about the polar ice caps. In the CVMapGeneratorUtil, there's a part about what % of land types you want, but it seems strange.
If anyone could give me a few hints, I'd appreciate.
Thanks.