• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
Jan 1, 2007
542
4
Welcome to the HOI2/DD Grand Event Request Thread. Need an Event, come here and ask. Here is a small sampling of a couple events.



Want the Free Polish Forces represented in this game? Need some extra troops as Britain? Here you go:

Code:
#############################################
###### The Free Polish Forces 
#############################################
event = {
         id = 300000
         random = no
         country = ENG
         trigger = {
                   NOT = { 
                            exists = POL
                   }

         }
 
         name = "EVT_300000_NAME"
         desc = "EVT_300000_DESC"
         style = 0
         picture = "polish_reinforcments"
 
         date = { day = 12 month = october year = 1939 }
         offset = 0
         deathdate = { day = 30 month = december year = 1953 }
 
           action_a = {
                  name = "ACTIONNAME300000A"
                  command = { type = add_division which = 1st Polish Armored value = light_armor when = 4 where = sp_artillery }
                  command = { type = add_division which = Polish Airborne Brigade value = paratrooper when = 1 where = artillery }
                  command = { type = add_division which = 1st Polish Volunteers value = infantry when = 3 }
                  command = { type = add_division which = 2nd Polish Volunteers value = infantry when = 3 where = artillery }
                  command = { type = add_division which = Polish Air Volunteers value = multi_role when = 2 }
           }

}

and the Event.txt

Code:
EVT_300000_NAME;The Free Polish Forces;;;;;;;;;;x
EVT_300000_DESC;The Free Polish Forces were formed from refugee's and ethnic Polish People. They participated in Campaigns in Britain, Holland, France, and Italy. ;;;;;;;;;;x
ACTIONNAME300000A;Form the Free Polish Forces;;;;;;;;;;x


That is a sampling of what I can do. This Event has been fixed to work.

Any Requests?

Side Note: This is to save people like Thistletooth some time.

Here is a listing:
http://forum.paradoxplaza.com/forum/showthread.php?p=6745916#post6745916
 
Last edited:
Finally, someone to do my bidding because I'm too lazy!

First off, a way to settle my OCD regarding unfinished conflicts. Could you make an "End of the Chinese Civil War" AI-only event? It could fire midway through 1949, for Nat. China. Option A is Nationalist victory, B is Communist victory, with 50% chance for each. Whoever wins inherits all the warlords, and the other China. I think you'll have to create another event for ComChina to inherit if they win, triggered by the first event. Also, make the events liberate the other China on Taiwan, after they're inherited.

Thank ye kindly.

EDIT: Actually, that would make Taiwan have the same ideology as China. If possible, could follow-up events be made to set Taiwan's policies in order? Now I feel like a leech...

EDIT 2: Both your events cause crash errors in my game. Did they work for you?
 
Last edited:
L'Afrique said:
Finally, someone to do my bidding because I'm too lazy!

First off, a way to settle my OCD regarding unfinished conflicts. Could you make an "End of the Chinese Civil War" AI-only event? It could fire midway through 1949, for Nat. China. Option A is Nationalist victory, B is Communist victory, with 50% chance for each. Whoever wins inherits all the warlords, and the other China. I think you'll have to create another event for ComChina to inherit if they win, triggered by the first event. Also, make the events liberate the other China on Taiwan, after they're inherited.

Thank ye kindly.

EDIT: Actually, that would make Taiwan have the same ideology as China. If possible, could follow-up events be made to set Taiwan's policies in order? Now I feel like a leech...

EDIT 2: Both your events cause crash errors in my game. Did they work for your?

Not a good sign for the Events... Is it the use of NOT{ possibly?

Anyway, I will throw something together a little later. The Event you made should be easily doable. I don't know the problem with my events, try shortening the Description, and if that doesn't work, try moving the triggers all the way to the side of the document. If neither of those work I will continue my testing, and redo them possibly. Maybe I need some EVT.txt?

I will throw your event together around 6 or so, so expect it ready later tonight. Thanks for your support, and if anyone wanted to help, it would be appreciated if you found the event problem.

I seconed the request for this to be stickied :D
 
L'Afrique said:
Finally, someone to do my bidding because I'm too lazy!

First off, a way to settle my OCD regarding unfinished conflicts. Could you make an "End of the Chinese Civil War" AI-only event? It could fire midway through 1949, for Nat. China. Option A is Nationalist victory, B is Communist victory, with 50% chance for each. Whoever wins inherits all the warlords, and the other China. I think you'll have to create another event for ComChina to inherit if they win, triggered by the first event. Also, make the events liberate the other China on Taiwan, after they're inherited.

Thank ye kindly.

EDIT: Actually, that would make Taiwan have the same ideology as China. If possible, could follow-up events be made to set Taiwan's policies in order? Now I feel like a leech...

EDIT 2: Both your events cause crash errors in my game. Did they work for your?

Ok, here is what you have to do. Go to Revolt.txt and change Nat China's Minimum to 1322, 1323, and 1324.

Next Install these Events:

Code:
#############################################
###### The End in China: Communist Victory # 
#############################################
event = {
        id = 200001
        random = no
        country = CHC
        trigger = {
                ai = yes

        }
 
        name = "EVT_200001_NAME"
        desc = "EVT_200001_DESC"
        style = 0
        picture = "China_CW"
 
        date = { day = 16 month = june year = 1949 }
        offset = 0
        deathdate = { day = 30 month = december year = 1953 }
 
        action_a = {
                name = "ACTIONNAME200001A"
                command = { type = inherit which = CHI }
                command = { type = inherit which = CSX }
                command = { type = inherit which = SIK }
                command = { type = inherit which = TIB }
                command = { type = inherit which = CYN }
                command = { type = inherit which = CGX }
                command = { type = inherit which = CXB }
                command = { type = control which = CHC value = 1323 }
                command = { type = control which = CHC value = 1324 }
                command = { type = control which = CHC value = 1322 }
        }

}


#############################################
###### The End of the Chinese Civil War # 
#############################################
event = {
        id = 200000
        random = no
        country = CHI
        trigger = {
                ai = yes

        }
 
        name = "EVT_200000_NAME"
        desc = "EVT_200000_DESC"
        style = 0
        picture = "coldwar"
 
        date = { day = 15 month = june year = 1949 }
        offset = 0
        deathdate = { day = 30 month = december year = 1953 }
 
        action_a = {
                name = "ACTIONNAME200000A"
                ai_chance = 50
                command = { type = inherit which = CHC }
                command = { type = inherit which = CSX }
                command = { type = inherit which = SIK }
                command = { type = inherit which = TIB }
                command = { type = inherit which = CYN }
                command = { type = inherit which = CGX }
                command = { type = inherit which = CXB }
        }
        action_b = {
                name = "ACTIONNAME200000B"
                ai_chance = 50
                command = { type = trigger which = 200001 }
        }

}

#############################################
###### Taiwan # 
#############################################
event = {
        id = 200002
        random = no
        country = CHC
        trigger = {
                ai = yes

        }
 
        name = "EVT_200002_NAME"
        desc = "EVT_200002_DESC"
        style = 0
        picture = "coldwar"
 
        date = { day = 17 month = june year = 1949 }
        offset = 0
        deathdate = { day = 30 month = december year = 1953 }
 
        action_a = {
                name = ""
                command = { type = independence which = CHI value = 0 when = 1 }
        }

}

Then this Event.txt:

Code:
EVT_200001_NAME;The End in China: Communist Victory;;;;;;;;;;x
EVT_200001_DESC;This is an Event to end the Chinese Civil War;;;;;;;;;;x
ACTIONNAME200001A;OK!;;;;;;;;;;x
EVT_200000_NAME;The End of the Chinese Civil War;;;;;;;;;;x
EVT_200000_DESC;This is a quick event to end the Chinese Civil War;;;;;;;;;;x
ACTIONNAME200000A;The Nationalists Win;;;;;;;;;;x
ACTIONNAME200000B;The Communists Win;;;;;;;;;;x
EVT_200002_NAME;Taiwan;;;;;;;;;;x
EVT_200002_DESC;Despite the Mainland Defeat, the Republic of China held out on Taiwan.;;;;;;;;;;x
;OK;;;;;;;;;;x

This all has been tested and should work. Your welcome!
 
Thanks Screaming-Eagle for providing this service!!!
:D

My list could be a little long.
:rofl:
 
Yukala said:
Thanks Screaming-Eagle for providing this service!!!
:D

My list could be a little long.
:rofl:

Looking forward to a challenge, just remember to make the list clear and detailed and I should be fine.

I honestly enjoy this work, and with each new event I know I am satisfying somebody :)

Its really my pleasure, and I would like to thank you for the Risk Battle Mod that I really have to get around to installing. I've heard great things about it and have enjoyed every AAR about it. Maybe next weekend..... :D
 
The Polish event still refuses to work for me. It says there's an "unknown lhs in game-event", then something about day = 30. I have no idea what the problem is. I event tried copy and pasting the deathdate line (the exact same date) from the event directly above it in my UK event file, but no luck.

EDIT: The problem was lack of an offset. You need a numerical value there. I used one.
 
Last edited:
L'Afrique said:
The Polish event still refuses to work for me. It says there's an "unknown lhs in game-event", then something about day = 30. I have no idea what the problem is. I event tried copy and pasting the deathdate line (the exact same date) from the event directly above it in my UK event file, but no luck.

EDIT: The problem was lack of an offset. You need a numerical value there. I used one.

My bad on that, I always forget the offset.. I apologize, and hope your events work fine :)
 
Can i have an event for Poland, than fire if the poles control Berlin? It more an event chain, and would include the followings:

POL: Poland offer peace choice 1: yes-->trigger german event choice 2: no

GER: Poland offer peace choice 1: yes-->scede west of Berlin to Poland (actual border) and trigger an event for polish victory. Choice 2: no

POL: Victory! they gain cores on new territories, and on all it former land at the time of their greatess expension:
http://en.wikipedia.org/wiki/Image:Polish-empire_2998_drawn-in-London-1670.jpg

It would be realy great! Thanks in advence!
 
What about...

Greeks Restore the Byzantine Empire

-Triggered when Greeks hold Athens, Istanbul and Ankara.
-Relations with the Soviets are lowered, since some believed that Russia represented the new Rome. (Even though the Communists themselves didn't endorse it)
-Cores are added for Turkey (Or at least the Western Half), Bulgaria, Yugoslavia and the Coast of Romania....Based mostly on the empire in 1025 so not to unbalance the rest of the world. Byzantine Empire in 1025
 
General_Grant said:
Can i have an event for Poland, than fire if the poles control Berlin? It more an event chain, and would include the followings:

POL: Poland offer peace choice 1: yes-->trigger german event choice 2: no

GER: Poland offer peace choice 1: yes-->scede west of Berlin to Poland (actual border) and trigger an event for polish victory. Choice 2: no

POL: Victory! they gain cores on new territories, and on all it former land at the time of their greatess expension:
http://en.wikipedia.org/wiki/Image:Polish-empire_2998_drawn-in-London-1670.jpg

It would be realy great! Thanks in advence!

Code:
#############################################
###### The Poles have taken Berlin # 
#############################################
event = {
        id = 10000054
        random = no
        country = POL
        trigger = {
                control = { province = 300 data = POL }

        }
 
        name = "EVT_10000054_NAME"
        desc = "EVT_10000054_DESC"
        style = 0
        picture = "polish_marginal_victory"
 
 
        action_a = {
                name = "ACTIONNAME10000054A"
                ai_chance = 95
                command = { type = relation which = FRA value = 10 }
                command = { type = trigger which = 10000055 }
        }
        action_b = {
                name = "ACTIONNAME10000054B"
                ai_chance = 5
                command = { type = relation which = FRA value = -10 }
        }

}
#############################################
###### Polish Ultimatum # 
#############################################
event = {
        id = 10000055
        random = no
        country = GER
        trigger = {

        }
 
        name = "EVT_10000055_NAME"
        desc = "EVT_10000055_DESC"
        style = 0
        picture = "poland"
 
 
        action_a = {
                name = "ACTIONNAME10000055A"
                ai_chance = 90
                command = { type = peace which = POL value = 0 }
                command = { type = secedeprovince which = POL value = 304 }
                command = { type = secedeprovince which = POL value = 510 }
                command = { type = secedeprovince which = POL value = 308 }
                command = { type = secedeprovince which = POL value = 302 }
                command = { type = secedeprovince which = POL value = 482 }
                command = { type = secedeprovince which = POL value = 473 }
                command = { type = sleepevent which = 2050 }
                command = { type = trigger which = 10000056 }
        }
        action_b = {
                name = "ACTIONNAME10000055B"
                ai_chance = 10
                command = { }
        }

}
#############################################
###### Victory! # 
#############################################
event = {
        id = 10000056
        random = no
        country = POL
        trigger = {

        }
 
        name = "EVT_10000056_NAME"
        desc = "EVT_10000056_DESC"
        style = 0
        picture = "politican"
 
 
        action_a = {
                name = "ACTIONNAME10000056A"
                command = { type = addcore which = 304 }
                command = { type = addcore which = 510 }
                command = { type = addcore which = 308 }
                command = { type = addcore which = 302 }
                command = { type = addcore which = 482 }
                command = { type = addcore which = 473 }
                command = { type = addcore which = 511 }
                command = { type = addcore which = 207 }
                command = { type = addcore which = 577 }
                command = { type = addcore which = 206 }
                command = { type = addcore which = 225 }
                command = { type = addcore which = 212 }
                command = { type = addcore which = 225 }
                command = { type = addcore which = 226 }
                command = { type = addcore which = 227 }
                command = { type = addcore which = 228 }
                command = { type = addcore which = 238 }
                command = { type = addcore which = 231 }
                command = { type = addcore which = 237 }
                command = { type = addcore which = 490 }
                command = { type = addcore which = 499 }
                command = { type = access which = GER }
                command = { type = relation which = SU value = -5 }
        }

}

Code:
EVT_10000054_NAME;The Poles have taken Berlin;;;;;;;;;;x
EVT_10000054_DESC;The Poles have advanced beyond the Oder. Poland now offers a peace to Germany to end the bloodshed.;;;;;;;;;;x
ACTIONNAME10000054A;Hand the Ultimatum to Germany;;;;;;;;;;x
ACTIONNAME10000054B;We have won this war;;;;;;;;;;x
EVT_10000055_NAME;Polish Ultimatum;;;;;;;;;;x
EVT_10000055_DESC;We have recieved the ultimatum from the Polish, and now must decide to fight or surrender.;;;;;;;;;;x
ACTIONNAME10000055A;Surrender at once!;;;;;;;;;;x
ACTIONNAME10000055B;Why Surrender now?;;;;;;;;;;x
EVT_10000056_NAME;Victory!;;;;;;;;;;x
EVT_10000056_DESC;After the Defeat of the Germans it is time to declare a new polish empire!;;;;;;;;;;x
ACTIONNAME10000056A;Excellent, now lets build an empire!;;;;;;;;;;x
 
Nice, and thanks alot! this will give me a chance playing as Poland to break Germany in the early years.... Can i know wich event it sleep? Claiming Dantzig? Does it scede Prussia to Poland? Anyway thats cool. Fun to have an event request service!

Edit: I think soviet tag is SOV istead of SU ;)
 
Last edited:
General_Grant said:
Nice, and thanks alot! this will give me a chance playing as Poland to break Germany in the early years.... Can i know wich event it sleep? Claiming Dantzig? Does it scede Prussia to Poland? Anyway thats cool. Fun to have an event request service!

Edit: I think soviet tag is SOV istead of SU ;)

It sleeps the Molotov-Ribbentrop Pact. Though it probably should sleep claiming Danzig. Yes it is SOV instead of SU :eek:o woops.
 
Does the event cede Ostpreussen to Poland as well? It probably should. Speaking of which, while we're on the subject of Poland, how about an event for Poland to inherit Lithuania if they get peace in the previous event?
 
L'Afrique said:
Does the event cede Ostpreussen to Poland as well? It probably should. Speaking of which, while we're on the subject of Poland, how about an event for Poland to inherit Lithuania if they get peace in the previous event?

You mean East Prussia? Its included.

Here is your event:

Code:
#############################################
###### Victory! # 
#############################################
event = {
        id = 10000056
        random = no
        country = POL
        trigger = {

        }
 
        name = "EVT_10000056_NAME"
        desc = "EVT_10000056_DESC"
        style = 0
        picture = "politican"
 
 
        action_a = {
                name = "ACTIONNAME10000056A"
                
                command = { type = addcore which = 304 }
                command = { type = addcore which = 510 }
                command = { type = addcore which = 308 }
                command = { type = addcore which = 302 }
                command = { type = addcore which = 482 }
                command = { type = addcore which = 473 }
                command = { type = addcore which = 511 }
                command = { type = addcore which = 207 }
                command = { type = addcore which = 577 }
                command = { type = addcore which = 206 }
                command = { type = addcore which = 225 }
                command = { type = addcore which = 212 }
                command = { type = addcore which = 225 }
                command = { type = addcore which = 226 }
                command = { type = addcore which = 227 }
                command = { type = addcore which = 228 }
                command = { type = addcore which = 238 }
                command = { type = addcore which = 231 }
                command = { type = addcore which = 237 }
                command = { type = addcore which = 490 }
                command = { type = addcore which = 499 }
                command = { type = access which = GER }
                command = { type = relation which = SU value = -5 }
                command = { type = inherit which = LIT }
        }

}
 
Im not comforable with the idea of an unilateral anexion of Lithuania. Even if its a very minor nation, it should have to decide if it want to join or not Poland.
 
Chicken said:
What about...

Greeks Restore the Byzantine Empire

-Triggered when Greeks hold Athens, Istanbul and Ankara.
-Relations with the Soviets are lowered, since some believed that Russia represented the new Rome. (Even though the Communists themselves didn't endorse it)
-Cores are added for Turkey (Or at least the Western Half), Bulgaria, Yugoslavia and the Coast of Romania....Based mostly on the empire in 1025 so not to unbalance the rest of the world. Byzantine Empire in 1025

How's this one coming?
 
Chicken said:
How's this one coming?

I'll have it done tomorrow, sorry for the delay. The Warriors called, and I needed to get Monte Ellis's autograph. (Since you like soccer I'll say its like getting David Beckham's autograph or something like that).

Rest assured, tomorrow I'll put the finishing touches on. I apologize for it being a little later than usual, yet I am a Sports fan and this was a once a year opportunity.

General_Grant said:
Im not comforable with the idea of an unilateral anexion of Lithuania. Even if its a very minor nation, it should have to decide if it want to join or not Poland.

Agreed, but just don't use the event I made for the guy who requested it. Yours should be fine. Unless you want a new series that gives Lithuania a choice?
 
Peoples Republic of America

How about an event where, if the war is going badly for the US, a special election will occur with pro Nazi party, mega isolationist party, and a socialist party, with possibility of communist revolution! USA joins COMINTERN! I am not creative enough to imagine the intenational relations ramifications, so if anyone has ideas feel free to chime in!