Why does C2C even exist if it is not fully developed yet?Why is it there then?
Why does C2C even exist if it is not fully developed yet?Why is it there then?
I mean, why isn't it commented out, if (and IF) it is non-functional currently?Why does C2C even exist if it is not fully developed yet?
And I don't demand it, don't look at me as if I do.The policy button in the civic screen was added in the PPIO modmod. No one thought about commenting it out when PPIO was integrated in core C2C.
We already have the basic xml capability to define policies, but we lack code for displaying any of the policies in-game atm.
I see little reason to comment out this tease button, I won't object if someone else wants to do it though.
You seem paranoid (no offense intended, just my honest impression).And I don't demand it, don't look at me as if I do.
Did you miss the reactions I got from certain guys here about my suggestions being "blindly followed by modders", even though I actually made good points there?You seem paranoid (no offense intended, just my honest impression).
I must have missed that, though it is a common critique thrown at raxo all the time, especially by Joe, so I don't notice it much when it happens.Did you miss the reactions I got from certain guys here about my suggestions being "blindly followed by modders", even though I actually made good points there?
My point about Slavery was actually a fix, not a removal.I must have missed that, though it is a common critique thrown at raxo all the time, especially by Joe, so I don't notice it much when it happens.
Your points were ok, though the counterpoint of understanding why it's set up that way before removing it are perhaps better in most cases.
I really hope so.Didn't realize we were this much further along on the policy project. Good job! We'll jump on it to complete it eventually.
Slavery? I thought you meant the multiple production thing. ^^My point about Slavery was actually a fix, not a removal.
Which makes me wonder why do you "need" me to point out such obvious things, lol.
That's a newer thing.Slavery? I thought you meant the multiple production thing. ^^
Great thanks Toffer90 appriicate it !I'll prioritize it above general C2C modding just for you, doesn't mean it will be ready right away though, I'm on a semi-modding-break atm, playing games and watching films in my free time rather than modding.
I haven't touched this modmod since I last updated it so there's probably a lot to adjust for latest SVN.
Outstanding job! I fully support you on that. In fact I'd prefer it if you did this with the core.Technical note to team.
I've now figured out how to get the base cultures to work without relying on buildingClass for this modmod at least; it will require a few adaptation in dll code that I'll make after v40.1 release.
Instead of using the current CivilizationInfos tags for defining a building for a buildingClass on a civ to civ basis I'm thinking we should simply extend the <FreeBuildingClass> in CivilizationInfos to give the correct culture base to the correct civ when founding cities, the palace is currently the only building used in the <FreeBuildingClass> scheme.
The way the palace is moved when your capital is conquered/razed could also include any other civ based free buildings that are national wonders. A few tweaks here and there and the <FreeBuildingClass> tag can become far more useful.
The only slightly messy thing would be when the palace is built in a city, the other free buildings that are national wonders would have to move with it to keep things consistent and easier on the other code handling these free buildings.
And with that C2C will no longer use buildingclasses in any way that is not easy to replace with regular building definitions instead.
e.g. <FreeBuildingClass> is simple to convert into a <FreeBuilding> tag when we start removing buildingClasses.
These changes I intend on the dll after v40.1 will not change how anything currently functions in base C2C, but it will allow me to get the culture mechanic of this modmod to not depend on buildingClasses.
I could do it all in python for this modmod, but I see an elegant way of doing it with just some minor tweaks in the dll without it upsetting base C2C in any way.
When I get it working in the modmod, I will start a branch where I try to do the same in core, the culture mechanic work a bit differently in this modmod so I will try to adapt it in core C2C without changing how it works, if I fail at that I will simply use the exact system from this modmod with all the small changes to the culture mechanic that that will bring. The branch will allow the rest of the team to understand and to try the changes to the culture mechanic a bit easier before merging to master.Outstanding job! I fully support you on that. In fact I'd prefer it if you did this with the core.