Civilization V DLL Source Code coming with Fall Patch

What do you mean by spherical maps? What the division into hexes on such maps would look like?
 
What do you mean by spherical maps? What the division into hexes on such maps would look like?

Maps whose hexes project onto a sphere (yes, I know hexes cannot alone make platonic solids) with the addition of pentagons to fill any remaining gaps. This way, accessible poles and the severe size distortion of the polar regions would be eliminated.
 
Maybe it's be possible, but very complicated to do - in numerous places in the DLL where the x,y coordinated are used (using two systems - "rectangular space" and "hex space", as described here), you would have to make corrections to implement your new coordinate system. Also, in many places the game assumes that you can move from a hex in 6 directions, while with your idea sometimes it will be 5 directions...

Another thing is the graphics - the DLL doesn't contain the graphics engine, and AFAIK that engine can only display flat maps. So the map would have to be displayed as flat somehow, when using the pentagons...
 
We already have one. SDK/LUA subforum.
 
Maybe it should be renamed to DLL/LUA subforum. ;)

SDK/Lua is more correct. DLL is just a compiled binary, you can't "mod" a dll, it's already been translated into windows instructions. SDK is a "Software Development Kit".
 
The entire set of modding tools for Civ5 is called SDK, which can cause confusion what goes into that subforum...

Edit: Ninja'd
 
What about keeping the 2 subforums but rename them to something like:

Civ5 - SDK & Utility Programs
Civ5 - C++ & LUA Code
 
Why not keep things the same and just create a sub within 'SDK/LUA' called 'DLL Modding'
 
Why not change the subtitle of the subforum to "Forum for C++/LUA/DLL modding questions/topics." to make it super-obvious that that would be where questions about providing a custom .dll would best go? Although I guess it is pretty obvious already, since that's really the only thing C++ is used for.
 
What are some of the mods you guys are planning to create? What can be done now that wasn't possible before?
 
What are some of the mods you guys are planning to create? What can be done now that wasn't possible before?
What can you do now with this girl, that you couldn't do before you got the key to her chastity belt?



More seriously, this has been discussed on the first pages of this thread.
 
What can you do now with this girl, that you couldn't do before you got the key to her chastity belt?



More seriously, this has been discussed on the first pages of this thread.

Now now. There's no need to be snide. :lol:

The AI huh. So it's theoretically possible to mod the AI so that they for eg. send units (like tactical bombing) to civs they have a def pact with in times of war?
 
The AI code is in the DLL, so you can do anything you like with it. Not that it's easy...
 
Back
Top Bottom