mjs0
The 4th X
I really enjoy playing Terra type maps, but when I reach the New World I would love to be able to find large civs that are well established but significantly behind in tech and social policies, so with that in mind I have a few modding questions for anyone listening...I'm happy to go investigate these myself if not, but if someone knows and can point me to the correct place then that would be great.
I am an experienced programmer but did little more than dabble in Civ4 modding and would appreciate any feedback on both the idea and the correct approach to take.
- Is it possible to add an option that spawns AI civs in the New World later than those in the old?
- Similarly, can I delay the appearance of City States in the New World?
- Also, is it possible to restrict the tech level of City States to the average of Civs on the same continent rather than worldwide? The objective being to avoid New World city states that are significantly more advanced than the late starting major civs on that continent.
I assume, if there is no simple way to define this, that I could have a Lua function that checks the turn counter and creates the Civs on the empty continent after a certain number of turns have passed.
If the Civs have to be there from the beginning I could create new psuedo-units with no movement points (for Civs on that continent only) on turn 0 instead of the regular settler/warrior. This would allow the game to do its thing and pick good starting locations and then a Lua function would replace the psuedo-units with a real settler and warrior at a later date.
The later date could either be a fixed turn or it could be triggered by the first Civ to research a specific tech in the Old World.
If the Civs have to be there from the beginning I could create new psuedo-units with no movement points (for Civs on that continent only) on turn 0 instead of the regular settler/warrior. This would allow the game to do its thing and pick good starting locations and then a Lua function would replace the psuedo-units with a real settler and warrior at a later date.
The later date could either be a fixed turn or it could be triggered by the first Civ to research a specific tech in the Old World.
I am an experienced programmer but did little more than dabble in Civ4 modding and would appreciate any feedback on both the idea and the correct approach to take.