EmperorBod
hi i like alt history, latin america and germany
Not 100% on this, but I believe what you need to do is the following.
Add in the trigger for the event:
all_country = {
LIMIT = {
AND = {
has_war_with = YOUR_COUNTRY_TAG
controls_state = STATE_ID
}
}
}
This would check all countries which are at war with your country, and that if any of them control the state you want to check against.
E.g. If it were to check if a country is at war with France and controls Corsica, you'd replace "YOUR_COUNTRY_TAG" with "FRA" and "STATE_ID" with "1". (if you use the builder to add in those checks, you can search for the country tag/state id by name)
Then create an option for the event which has the reward: (I believe like this)
all_country = {
LIMIT = {
has_war_with = COUNTRY_TAG
}
COUNTRY_TAG = {
white_peace = PREV
}
}
This will cause your nation to offer white peace to every nation which you are fighting against.
If you want to add other nations to the peace deal, you should be able to just add more of the following before the last }
COUNTRY_TAG = {
white_peace = PREV
}
Replacing COUNTRY_TAG with the tag of the nation which should peace out.
-jordsta95
Thank you.
Say, for example, Kiev falls to the Axis. Would it be possible for an event to trigger from this that causes a white peace, or maybe even cause a peace treaty. Also would it be possible to do the same but using a different nation than who the city belongs to, say, if Paris falls, Britain also surrenders.
Thanks
So basically i want the player to decide the outcome of the election through an event, how would i change the ruling party as per their decision?
the value is how many months between elections, so 24 would be 24 months or 2 years, 48 would be 48 months or 4 years
-AffluentModder
cool thank you.
What would happen if i put it as zero?
title
Hello! I am making a mod that, instead of asking one question, it asks many. Like "What if Britain lost the Seven Years War? What if Napoleonic damage was less and didnt require the Congress of Vienna? What if the Carlists won the Carlist Wars? What if USA got a little more from 1812 and went imperialist? What if Italy never left the Central Powers?". These questions, and more, are explored in this mod. And, unfortunately, I am only one person. I plan to use this site to the fullest, however if i ever get to the point where i need custom loading screens or music I'll get coders also. If you would like to join, dm me in Discord. My name is TheLuckyPookie#3520
-TheLuckyPookie
sounds interesting, if you're still accepting people
Yassss! Thanks
So i created a few ideologies, then went to the Mod Menu to enable those ideologies on the nation i was working on. When I went to the nation itself though to allow the ideologies, they didn't show up and only the base ones did. Despite this, the ideologies still show up in the ideology menu.
-EmperorBod
I had this problem aswell. If the countries weren't made after the ideologies were, then you have to go into the country menu in your mod. When in the list of countries, there is a "pie-chart" looking icon on the right of the countries' name. Click it, and there will be a list of all the ideologies available. Those in green are selected for the country, while those in red are not. Select the ones you want and make them green to allow the country to have these ideologies.
-TheLuckyPookie
No, that's not the problem I had.
This image shows my custom ideologies.
But they do not exist under the menu you mentioned, only the base focuses.
-EmperorBod
Ah, sadly I am 90% sure you have to delete the countries made before the ideologies. I would test this; delete one country, re-create it, and see if the ideologies show up. If they still don’t show up, I have no idea.
-TheLuckyPookie
I did some testing and it turns out it's because i didn't have a sub-ideology
So i created a few ideologies, then went to the Mod Menu to enable those ideologies on the nation i was working on. When I went to the nation itself though to allow the ideologies, they didn't show up and only the base ones did. Despite this, the ideologies still show up in the ideology menu.
-EmperorBod
I had this problem aswell. If the countries weren't made after the ideologies were, then you have to go into the country menu in your mod. When in the list of countries, there is a "pie-chart" looking icon on the right of the countries' name. Click it, and there will be a list of all the ideologies available. Those in green are selected for the country, while those in red are not. Select the ones you want and make them green to allow the country to have these ideologies.
-TheLuckyPookie
No, that's not the problem I had.
This image shows my custom ideologies.
But they do not exist under the menu you mentioned, only the base focuses.
So i created a few ideologies, then went to the Mod Menu to enable those ideologies on the nation i was working on. When I went to the nation itself though to allow the ideologies, they didn't show up and only the base ones did. Despite this, the ideologies still show up in the ideology menu.