primem0ver
Emperor
I believe his plan is to simulate during the map generation the tectonics that occur over geologic timespans before the game even starts.
Thanks for clearing that up ls612

I believe his plan is to simulate during the map generation the tectonics that occur over geologic timespans before the game even starts.
Yes, that is when tectonics make sense. But he also plans to do climate simulations which do change in the timespans that the game lasts now (glacials/interglacials and also global warming).I believe his plan is to simulate during the map generation the tectonics that occur over geologic timespans before the game even starts.
I thought of a new idea for terrain. Every tile would have terrain (elevation) and a feature (climate/vegetation). Some combinations would be excluded (like very high mountains/desert shrub).
As far as I know Civ (at least in Warlords) does not allow you to add to the hills/plains/mountains" options of a plot, while it is possible to "paint" any surface on those options. It would be nice if we could. I have often wanted plateaus and mesa's to be part of our selection of "heightened" surfaces.
This is still true. There are two types of plot land and water; and there are two "terrains" which aren't terrains peak and hill.
BTW in C2C we can now have multiple features per plot but we are not using it yet.
This is still true. There are two types of plot land and water; and there are two "terrains" which aren't terrains peak and hill.
BTW in C2C we can now have multiple features per plot but we are not using it yet.
Tbh I have no idea if it is buggy or not as I coded it but never tested it (beyond checking if it still displays the normal features as I had not written any testing code). To activate it the DLL needs to be compiled with MULTI_FEATURE_MOD. There are still a lot of code parts that will not see any additional feature (as you need to use different methods).AIAndy said it was working but a bit buggy so we should wait on further devel there until he's fully back with us to help with any debugging I think... but yeah, its one of those abilities we haven't really done much with yet.
Tbh I have no idea if it is buggy or not as I coded it but never tested it (beyond checking if it still displays the normal features as I had not written any testing code). To activate it the DLL needs to be compiled with MULTI_FEATURE_MOD. There are still a lot of code parts that will not see any additional feature (as you need to use different methods).
An hour ago but I won't be getting to modding much until Tuesday.It may be time to dust that off and activate it. Also, when are you planning on getting back from holidays?
An hour ago but I won't be getting to modding much until Tuesday.
An hour ago but I won't be getting to modding much until Tuesday.
Is it possible that the potential yield gain is just too low? I was confused by this a few times but later on they seemed to start showing up and seemed to be increasing a bit over time. I figured, thereafter, that the yield was just 0 when I didn't see any.Also noticed yesterday that the science yield is not showing up on hover over of the subdue animal missions.
Is it possible that the potential yield gain is just too low? I was confused by this a few times but later on they seemed to start showing up and seemed to be increasing a bit over time. I figured, thereafter, that the yield was just 0 when I didn't see any.
Have you seen this post by me:The pace of development of this mod component is currently going much slower than I had hoped.
The basic algorithms are proceeding as I expected (actually the basic climate model is nearly completed on paper). However, since I have recently discovered that the map views are unmoddable,* at least as far as I am able to tell, I am having to develop a testing environment external to Civ IV where I will have to create and test the engine.
I have completed a mod to C2C that allows me to export geographical data that is currently incorporated into the game. Once I have developed the ability to display that data I will expand it and finally come up with GeoRealism engine. Once the engine is completed I will then need to translate it from C# to the SDK in C++ and finally we will have a working mod component.
*I started this thread to see if anyone knew how to do it but I have since traced and searched both Python and SDK for a way to do it and came up empty handed. All map views are handled by the executable