• 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.
Nachinus, am I right to say that the RSI and Italian events on page 10 are not the ones with the fix for the joining Axis+Allies problem? Can you let me know if you tested the changes you made and email me a copy of the events, alternatively just post the changes here if they are simple for me to copy in.
 
Originally posted by Steel
Nachinus, am I right to say that the RSI and Italian events on page 10 are not the ones with the fix for the joining Axis+Allies problem? Can you let me know if you tested the changes you made and email me a copy of the events, alternatively just post the changes here if they are simple for me to copy in.

Yes, the previously posted events aren't the current ones, they didn´t work because they dont have the puppet walkaround. I made another version with this workaroud but they didnt work ok. I mean, they DID fix the joining Axis +Allies, this issue was perfectly solved, the problem was that no provs were given to GER nor RSI, so it was not really created. Ive figured what the problem was, and i did some changes. Unfortunatley i havent tested it yet.:( .

There´s some way to make this chain trigger without having to wait to the allies to invade Sicily, Lybia and Italy. I mean, yes i know i could delete all triggers so it happens immediatly, but, is there some console command or something that can make an event happen?
 
Ok - Generalisimo sent me something on this yesterday so maybe this is fixed already? About triggering events, from the console type in event 123456 to trigger the event (obvious substitute 123456 with the real number ;)) or event 123456 ITA if you are not Italy and want to trigger an event for them. Very useful :)
 
Originally posted by Steel
Ok - Generalisimo sent me something on this yesterday so maybe this is fixed already? About triggering events, from the console type in event 123456 to trigger the event (obvious substitute 123456 with the real number ;)) or event 123456 ITA if you are not Italy and want to trigger an event for them. Very useful :)

Ooooh, thanks, this will REALLY help!.

Just one thing about my rework of ITA events. Not only i tried to fix the alliance issue, but also ive made GER to be able to decide if they want to install RSI or not (original event had only 1 option). Also it fixes provs given to USA without being allie. This things do work, the only thing ive not tested is the fix for the problem with the provs given to GER ans RSI.

I think Generalissimo also fixed the provs to USA thing. Still, I would like to give GER the chance to forget abou RSI, is it possible?
 
Originally posted by nachinus

I think Generalissimo also fixed the provs to USA thing. Still, I would like to give GER the chance to forget abou RSI, is it possible?
The provs thing about USA is now *really* fixed. ;)
Not really, but it should not disturb much of Germany's affairs in Europe... :D
RSI only controls 4 provinces, the rest goes to Germany, so they have a border with the allies. ;)
(this could be changed, when the AI uses the military access, then all north Italy should go to RSI)

One more thing, i think i lost your new DESC for the Italy/RSI events, could you send them to me again? i think i have a copy at home, but i am not sure, so... :D

thanks.


EDITED: thanks to this post of nachinus, i have realized that this events doesn't check if Mussolini is in Italy and if Hitler is in Germany, obviously we have a problem here if Italy is allied and Germany is commie, this event will trigger anyway... so i need to add more conditions... :(
So, Steel, later i will send you a NEW version of RSI events...
 
Originally posted by Generalisimo
One more thing, i think i lost your new DESC for the Italy/RSI events, could you send them to me again? i think i have a copy at home, but i am not sure, so... :D

thanks.

Ok, im not at home right now and i dont have the files here, but i'll send them ASAP;)
 
Event id = 172032 has command addcore 563.
Event id = 172117 also has command addcore 563.

Are these two events (in core_Germany.txt) mutually exclusive? If not, the addcore command has to be removed from one of them to avoid CTD problem.


EDIT: Hehe, should have been in Germany thread but at least it's about RSI ;)
 
Originally posted by Steel
Event id = 172032 has command addcore 563.
Event id = 172117 also has command addcore 563.

Are these two events (in core_Germany.txt) mutually exclusive? If not, the addcore command has to be removed from one of them to avoid CTD problem.


EDIT: Hehe, should have been in Germany thread but at least it's about RSI ;)
the problem is that both events are the SAME!!!! :mad:
one of them must go....
i suggest the last one, 172117...
good you find it...
:eek:
 
here is the 172032 modded (it was buggy because it was a previous version of the event):
Code:
############################################################################
# 172032 - Italy Surrenders: Rescue Mussolini (by Generalisimo)
############################################################################

event = { 
	id = 172032 
	random = no
	country = GER

# triggered by ITA 462023 
	
	name = "Repubblica Sociale Italiana"
	desc = "Mussolini's destitution was an evident sign that Italy was about to tumble down and search a separate peace with the Allies. Since that very first moment, German High Command prepared plans to mobilize their troops in Italy to prevent the country from surrender and re-establish a fascist puppet government. During the night of September 8, 1943, as Field Marshal Badoglio, the Italian prime minister, signed the peace with the allies, German forces surrounded Rome and took over most of the northern provinces. Badoglio and the Royal family fled to allied territory and the Germans established a new puppet government in the controlled provinces, the 'Repubblica Sociale Italiana', under the nominal command of Mussolini, who was rescued from his prision by German paratroopers."
	style = 0
	
	action_a = {
		name = "OK"
		command = { type = addcore which = 563 }
		command = { type = secedeprovince which = u01 value = 912 } #Milano
		command = { type = secedeprovince which = u01 value = 913 } #La Spezia
		command = { type = secedeprovince which = u01 value = 932 } #Torino
		command = { type = secedeprovince which = u01 value = 933 } #Genoa
		command = { type = make_puppet which = u01 }
		command = { type = trigger which = 462026 } #RSI
		}
}

172117 could be removed now. :D


and this line shoud be added to option A of event 462023 in core_Italy.txt:
command = { type = trigger which = 172032 } # GER event
 
Last edited:
Thanks, I will do that (for hotfix or next release) :) I think we should by now have eliminated all problems with addcore, gain_tech and duplicate IDs... or at least I hope so! :D
 
Originally posted by Steel
Thanks, I will do that (for hotfix or next release) :) I think we should by now have eliminated all problems with addcore, gain_tech and duplicate IDs... or at least I hope so! :D
i hope that too... :D

NOTE: check again the event, i have edited it, because, if you change event 462023 (ITA) to trigger 172032 (GER), the german event doesn't need the triggers+date anymore. ;)
 
Originally posted by Halibutt
In the "Creation of a Ethiopian Vassal" event Generalissimo mantioned certain Society of Nations. I guess the official english name of that organisation was the League of Nations.
Cheers

Done.
 
Originally posted by Generalisimo
here is the 172032 modded (it was buggy because it was a previous version of the event):
####
# 172032 - Italy Surrenders: Rescue Mussolini (by Generalisimo)
####################################

172117 could be removed now. :D


and this line shoud be added to option A of event 462023 in core_Italy.txt:
command = { type = trigger which = 172032 } # GER event


Done :)
 
Italian-French conflict

I don't think it should be potential for war, but maybe a few events can be made of this. France doesn't have many events yet and Italy could use a bit more as well :) Anybody willing to pick this up?

Italian claims to Tunisia, Corsica, the area near Nice, and Savoy were first mentioned in a speech by Foreign Minister Ciano in the Chamber of Deputies on November 30, 1938. From that date, Italy sought to verify her claim to the French colonies on an historical basis, and continued to make periodic demands for the control of Tunisia. The French refused to cede the territories and a clash occurred on December 8, 1938 between French forces and Italian-Libyan forces. The following week, Britain requested that Italy refrain from attempting to obtain her goals by force. On the 29th of December, Italy sent France a list of demands to be met if the dispute were to be settled diplomatically. Italy desired independence for Tunisia, and a share of control over the Suez Canal, which was then controlled by the French. Italy also demanded rights in Jibuti -- the capital of French Somaliland, and an important terminus on the Jibuti-Addis Ababa railway.

Negotiations between France and Italy never got underway, and another clash occurred the French and Libyans on February 28, 1939. Although the dispute remained unresolved, no more clashes were reported that year. The conflict was drowned in the onrush of World War II in September.
 
HELP!!!

Well, everyone knows that 1.05 is out and all leaders+ministers has been updated.
Please, could someone tell me which of this leaders should "dissapear" when R.S.I. is created (due to being captured, changed side, retired, whatever...)
the list is really long, so any help will be apreciated....

Code:
Abbondanza	6000
Alagia		6001
Aliberti	6002
Amato		6003
Ambrosio	6004
Amico		6005
Andreoli	6006
Angioy		6007
Antonelli	6008
Arena		6010
Argentino	6011
Arisio		6012
Armando		6013
Armellini  Q.	6015
Arnato		6016
Asinari di Bernezzo	6017
Aymonino	6018
Azzi		6019
Babini		6020
Baccari		6021
Burzagli	6022
Badoglio	6023
Baldassare	6025
Balocco		6026
Balotta		6027
Bancale		6028
Conte Barbasetti di Prun	6029
Barbieri  Aldo	6030
Barbieri  Alberto	6031
Basso		6032
Bastico		6033
Becuzzi		6034
Belletti	6035
Benelli		6036
Berardi		6037
Adalberto Duca di Bergamo	6038
Bergonzoli	6040
Berti		6041
Bettini		6042
Biglioni	6043
Bignani  R.	6044
Bitossi		6047
Bollea		6048
Bonelli		6050
Bonini		6051
Boselli		6053
Cadorna		6054
Conte Calvi di Bergolo	6055
Canale		6056
Capizzi		6058
Caracciolo di Feroleto	6059
Carboni		6060
Carnimeo	6061
Caruso		6062
Castagna	6063
Conte Ceriana-Mayneri	6064
Cesaretti	6065
Chiminelli	6067
Chirieleison	6068
Cigala-Fulgosi	6069
Cinti		6070
Clerici		6071
Cona		6074
Cortese		6076
Cotronei	6078
Cremaschi	6079
Dalmazzo	6080
Dapino		6081
d'Arle		6082
De Bono		6083
De Castiglione	6084
De Cia		6085
De Laurentis	6086
Della Bona	6087
De Pignier	6088
De Rienzi	6089
De Simone	6090
De Stefanis	6091
D'Havet		6092
Di Nisio	6093
Du Pont		6094
Esposito	6095
Faldella	6096
Ferrari Orsi	6098
Ferrero		6099
Fiorenzoli	6100
Fontana		6101
Francheschini	6102
Frattini	6103
Gambara		6104
Gambelli	6105
Geloso		6106
Gherzi		6107
Gianni		6108
Giovannelli	6110
Girotti		6111
Gloria		6112
Grossi		6113
Guidi		6114
Infante		6115
Lama		6116
Lerici		6117
Lorenzini	6118
Maggiani	6119
Magli		6120
Maletti		6121
Manella		6122
Moizo		6123
Marghinotti	6124
Martinat	6125
Mentasti	6126
Messe		6127
Micheletti	6128
Molinari	6129
Mondino		6130
Nasi		6131
Nebbia		6132
Olmi		6133
Oxilia		6134
Pariani  P.	6135
Pedrotti	6136
Pescatori	6137
Pizzolato	6138
Piazzoni	6139
Umberto Principe di Piemonte	6140
Pirzio Biroli	6141
Filiberto Duca di Pistoia	6142
Priore  M.	6145
Quarra		6146
Rastrelli	6147
Reisoli-Matthieu	6148
Ricagno		6149
Rivolta		6150
Roatta		6151
Roda		6152
Romano		6153
Romero		6154
Rossi  E.	6155
Rossi  C.	6156
Ruggero		6157
Ruggiero	6158
Saporetti	6159
Scanagatta	6160
Scaroina	6161
Scattini	6162
Sogno		6163
Spatoco		6164
Spicacci	6165
Stefanelli	6166
Stirpe		6167
Tellera		6168
Terziani	6169
Torriano	6170
Tracchia	6171
Trezzani	6172
Utili		6173
Varda		6174
de Vecchi di Val Cismon	6175
Vecchiarelli	6176
Vercellino	6177
Visconti Prasca	6178
Zambon		6179
Zannini		6180
Zingales	6182
Campioni	6184
Intrito		6185
Marenco		6186
Brivonesi  Bruto	6187
Ghé		6188
Bergamini	6189
Paladini	6190
Casardi		6191
Cattaneo	6192
Sansonetti	6193
Denti Amari	6194
Aimone di Savoia Aosta	6195
Pini		6196
Ferdinando di Savoia	6197
Ciano		6198
Biancheri	6199
Turr		6200
Galletti	6201
Balsamo		6202
Rizzo		6203
Pintor		6204
Guzzoni		6205
Mercalli	6206
Negri Cesi  L.	6207
Roux		6208
Dall'Ora	6209
Amedeo Duca degli Abruzzi	6210
Gariboldi	6211
Balbo		6212
Cavallero	6213
Graziani	6214
Fougier		6215
Pricolo		6216
Buscaglia	6217
Ricci		6218
Accorsi		6219
Bianchi		6220
Cagna		6221
Ajmone Cat	6222
Briganti	6223
Botto		6224
Biseo		6225
Bernasconi	6226
Santoro		6227
Porro		6228
Ranza		6229
Pezzi		6230
Pellegrini	6231
Nannini		6232
Mecozzi		6233
Cerrutti	6234
Longo		6235
Liotta		6236
Klinger		6237
Ilari		6238
Graziani Giulio	6239
Visconti	6240
Parona		6241
De Courten	6242
Fioravanzo	6243
Lombardi	6244
Porzio Giovanola	6245
Toscano		6246
Accorretti	6247
Brenta		6248
Oliva		6249
Battisti	6250
Beraudo di Pralormo	6251
Coturri		6252
De Carolis	6253
De Giorgis	6254
Frusci		6255
Gallina		6256
Masina		6257
Nasci		6258
Navarrini	6259
Ollearo		6260
Orlando		6261
Pentimalli	6262
Reverberi	6263
Roncaglia	6264
Rossi Angelo	6265
Sapienza	6266
Sozzani		6267
Zanghieri	6268
Gandin		6269
Brunetti	6270
Niccolini	6271
Piacentini	6272
Raffaelli	6273
Riccardi	6274
Sandalli	6275
Urbani		6276
Balbo  I.	6278
Iachino		6279
Da Zara		6280
Borghese	6281
Negri  P.	6282
Benigni		6283
Bianchi  A.	6284
Bologna		6285
Canistra	6287
Cerio		6288
Coppi		6289
Di Cuccri	6290
D'Aponte	6291
Della Mura	6293
Falugi		6294
Ferroli		6295
Forgiero	6297
Gabutti		6298
Gazzale		6299
Gonzoga del Vodice	6302
Grattola	6303
Lorenzelli	6306
Maccario	6307
Malaguti	6308
Marazzani	6309
Marinetti	6310
Negro  M.	6316
Nuvoloni	6317
Pedrazzoli	6318
Pelligra	6319
Pergui		6320
Pialorsi	6321
Pittagula	6322
Rossi  Aldo.	6324
Santovito	6325
Sartoris	6326
Scattaglia	6328
Scotti		6330
Soddu		6332
Soldarelli	6333
Solinas		6334
Tasta		6336
Tricoli		6338
Vassari		6339
Vivaldi		6341
Zaglio		6344
Mascherpa	6346
Castellano	6347
Porcinari	6348
Verne		6349
Molimero	6350
Cavagnari	6351
Carta		6352
 
HoI throws me another curve ball...

The game keeps surprising me, which is good. This one was particularly funny, I thought.

I'm playing UK, CORE 0.4, VH/A. It's Jan 1941 and after taking North Africa I've finally managed to kick the Italians out of Ethopia. All in all, they've lost about 20 divisions.
Apparently, this has caused the Garrison AI to reach a threshold, because the garrisons in Sicily are removed.
Cool! I try an invasion. It takes 3 days to unload, but Mussolini is on a holiday, and Italy never notices. Never mind their fleet, they're feeding the fishes.
I land 4 divisions in Sicily and I'm a very happy Winston. A foothold on the continent, and nothing to face me but some inept Italians...

Oh No! Italy has Decisive Decision and leaves the Axis! A Fascist Republic is created in northern Italy, I get south Italy as a puppet, and the Germans move in.
The entire Italian army (35 divisions) is in Tarento, and mainland Italy is filling up with Germans. Before I even conquer the remains of Sicily there are 35 German INF in Italy. And more to come, no doubt because they're not at war with Russia. This isn't going as planned....:(

Maybe I'm nitpicking, but Italy shouldn't abandon Sicily just because they lost Africa. Garrison threshold should be higher. And having them drop out of the war in Jan 1941 seems a bit early, although I have no idea what would have happened historically.

Anyway, I thought it was rather funny. And I'm sure Stalin agrees.