SimCutie
Warlord
- Joined
- Dec 10, 2005
- Messages
- 197
Now we, all modders have quite a experience on modding Civ4 in both Python or C++ SDK.
Most of missing functionalities of unmodded Civ4 can be added/changed by ourselves via SDK or Python modd. We now have some set of custom python libraries or SDK enhancements that appropiates our moddings need.
But there are still some basic things that we can not do without help of Firaxis. Especially some missing API's that should be added to "unmodded Civ4" via offical patch, not via custom modd.
So, How about collect our request to Firaxis for next patch? We can send these requests to Firaxis for consideration.
For example : Version number varible (GAME_VERSION)
We can add the functionality to our Python modd or SDK modd. But it would be meaningless unless the unmodded plain Civ4 Vanilla/WorLoads DLL also supports it in same way. This varible should be availabe on python loading time, not after loading XML.
Another example : current mod path variable (MOD_PATH) in Python.
These things should be supported in plain unmodded DLL, not by custom SDK DLL.
Please post your request to Firaxis and let's discuss about it. If we come to consensus on them, we can send the request petition/open letter to Firaxis developer for consideration to include in next patch of Vanilla /Warlords.
Most of missing functionalities of unmodded Civ4 can be added/changed by ourselves via SDK or Python modd. We now have some set of custom python libraries or SDK enhancements that appropiates our moddings need.
But there are still some basic things that we can not do without help of Firaxis. Especially some missing API's that should be added to "unmodded Civ4" via offical patch, not via custom modd.
So, How about collect our request to Firaxis for next patch? We can send these requests to Firaxis for consideration.
For example : Version number varible (GAME_VERSION)
We can add the functionality to our Python modd or SDK modd. But it would be meaningless unless the unmodded plain Civ4 Vanilla/WorLoads DLL also supports it in same way. This varible should be availabe on python loading time, not after loading XML.
Another example : current mod path variable (MOD_PATH) in Python.
These things should be supported in plain unmodded DLL, not by custom SDK DLL.
Please post your request to Firaxis and let's discuss about it. If we come to consensus on them, we can send the request petition/open letter to Firaxis developer for consideration to include in next patch of Vanilla /Warlords.