I have added some techs so that some events I created will work. I want the techs civ specific, so the events choose specific nations for the event.
But in the \Python\CvRtWEventManager.py file, under the def resetWarPeace(self) section, it gives each civ except the human civ all those techs, so my events do not work.
But if I comment those lines out, I cannot ever declare war on anyone during the game. If I try to comment out that section on permanentWar, the Jan1 and Jan2 events never fire.
I can't eat. I can't sleep. I don't know enough python to fix or even understand this.
Please help me.... please...... *sob*
Could you share with me some code, maybe a knowledgable edit of that section, that will:
1. Allow me to add techs that don't get shared.
2. Otherwise play the game as intended.
Any help is appreciated.
But in the \Python\CvRtWEventManager.py file, under the def resetWarPeace(self) section, it gives each civ except the human civ all those techs, so my events do not work.
But if I comment those lines out, I cannot ever declare war on anyone during the game. If I try to comment out that section on permanentWar, the Jan1 and Jan2 events never fire.
I can't eat. I can't sleep. I don't know enough python to fix or even understand this.
Please help me.... please...... *sob*
Could you share with me some code, maybe a knowledgable edit of that section, that will:
1. Allow me to add techs that don't get shared.
2. Otherwise play the game as intended.
Any help is appreciated.