• 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.

MJF

Lt. General
9 Badges
Dec 31, 2005
1.586
153
  • Hearts of Iron Anthology
  • Arsenal of Democracy
  • Darkest Hour
  • Hearts of Iron III
  • March of the Eagles
  • 500k Club
  • Hearts of Iron IV Sign-up
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
Has anyone made a mod that would end the game once all VP's have been captured by one side? Is such a modification possible in Doomsday. If so, how would I do it? Thanks
 
I think he means with a time limit. In that case, it would use the endgame command and be triggered by possession of all VP provinces. You'd need to do it separately for each country, though...
 
Alexius55 said:
I think he means with a time limit. In that case, it would use the endgame command and be triggered by possession of all VP provinces. You'd need to do it separately for each country, though...

So it would be possible to do one, say, playing as Germany, that would trigger the end when you get all VP's?
 
MJF said:
So it would be possible to do one, say, playing as Germany, that would trigger the end when you get all VP's?
You need something like this:
event = {
id = 333333
random = no
country = GER
name = "Victory"
desc = "Axis won"
picture = "german_replacements"
style = 0

trigger = {
axis = X
}
action_a = {
name = "Wunderbar!" #
command = { type = endgame value = 4 }
}
}
Now, in place of X place the total VP value (count them or look somewhere for it), you have to do separate events (you can start with this event ID and add 1 to each next) for the countries you want to. Beside "axis" you can use "allies" and "commitern" and the end game value are:
* 0 = quit
* 1 = eliminated
* 2 = draw
* 3 = axis victory
* 4 = axis total vic
* 5 = allies-victory
* 6 = alliestotal
* 7 = commie
* 8 = commietotal
 
Borsook said:
You need something like this:

Now, in place of X place the total VP value (count them or look somewhere for it), you have to do separate events (you can start with this event ID and add 1 to each next) for the countries you want to. Beside "axis" you can use "allies" and "commitern" and the end game value are:
* 0 = quit
* 1 = eliminated
* 2 = draw
* 3 = axis victory
* 4 = axis total vic
* 5 = allies-victory
* 6 = alliestotal
* 7 = commie
* 8 = commietotal


Thanks. I'll try. Is there a tutorial where one can learn about writing events?
 
MJF said:
Thanks. I'll try. Is there a tutorial where one can learn about writing events?

Yes.
 
Well, I went over to the Wiki and found something. I'll start with that. Is there any more or updated Doomsday info? Thanks.
 
Delex said:
You have more than inaf time to take the world with any nation at any difficulty if you play the whole game.

Yes, but I was hoping to have the game end when you take all VP's, i.e; early...