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

TheArchduke

Doing his own thing
85 Badges
Oct 10, 2001
8.086
102
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Cradle of Civilization
  • Age of Wonders III
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • Surviving Mars
  • Europa Universalis IV: Third Rome
  • Knights of Honor
  • Europa Universalis IV: Rule Britannia
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Cossacks
  • Stellaris: Ancient Relics
  • Victoria 3 Sign Up
  • Stellaris: Nemesis
  • Stellaris: Necroids
  • Empire of Sin
  • Europa Universalis 4: Emperor
  • Crusader Kings III
  • Stellaris: Federations
  • Hearts of Iron IV: La Resistance
  • Stellaris: Lithoids
  • Age of Wonders: Planetfall
  • Europa Universalis IV: Common Sense
  • Surviving Mars: First Colony Edition
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Golden Century
  • Stellaris: Megacorp
  • Surviving Mars: First Colony Edition
  • Shadowrun Returns
  • Europa Universalis IV: Dharma
  • Stellaris: Distant Stars
  • Cities: Skylines - Parklife
  • Crusader Kings II: Sunset Invasion
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Divine Wind
  • Europa Universalis III
A nice set, but it won´t be the HAB tag but the HRE tag that we use if Bavaria gains supremacy in the HRE.
 
I got the new version, Dommolus, nice stuff, but I didn´t include the boh and swa events, after 1/2 hour of debugging, I gave up.

Plz run the events you send me for yourself in a tryout Aberration!
 
Thanks.
 
Bavaria breweries event, inspired and partly written by Max I.:)

############################################
#Bavarian Brewery event by Markus Herrmann
############################################

event = {

id = 201699
random = no
country = BAY
name = "The White Brewhouses"
desc = "In the year 1605 Maximilian I. founded the Royal White brewhouse in Munich and thus expanded and secured the monopoly on brewing for the Duke. Soon more brewhouses in Kelheim, Traunstein, Vilshofen, Weilheim, Möring, Haag, Miesbach, Hals, Mattighofen, Weix, Niederschönenfeld, Fürstenstein, Seefeld, Tittling, Haslbach, Potnbach and Pfarrkirchen followed as wheat beer became a hit with for the people of bavaria. The brewhouses were a stunning success for the ducal budget and soon amounted to more than 30 % of the annual income. They´ve been the reason for Maximilian I´s wealth and allowed him to fuel the armies of the Catholic League for the first years of the 30 years war. May be, without wheat beer, the war would have ended much sooner."
style = 2

date = { day = 1 month = january year = 1605 }
offset = 30
deathdate = { day = 1 month = january year = 1606 }

action_a ={
name = "Mmmm.... beer!"
command = { type = stability value = 1 }
command = { type = domestic which = centralization value = 1 }
command = { type = gainmanufactory which = 348 value = refinery }
command = { type = gainmanufactory which = -1 value = refinery }
command = { type = treasury value = 300 }
command = { type = provincetax which = 348 value = 3 }
command = { type = provincetax which = 349 value = 3 }
command = { type = provincetax which = -1 value = 2 }
command = { type = provincetax which = -1 value = 2 }
}
action_b ={
name = "Let it be."
command = { type = stability value = 3 }
command = { type = gainmanufactory which = -1 value = refinery }
command = { type = treasury value = 1000 }
command = { type = provincetax which = 348 value = 2 }
command = { type = provincetax which = 349 value = 2 }
command = { type = provincetax which = -1 value = 1 }
command = { type = provincetax which = -1 value = 1 }

}
}
 
Cool!

I thought about something like that myself, in conjunction with the "Reinheitsgebot", but didn´t implemented up to now, because I had more important things to do, but we can take these events.
 
Last edited:
[nitpick 1] I think it's Reinheitsgebot [/nitpick 1]

[nitpick 2] Thirty years war ? If it's in.. atleast make it take longer or shorter :) [/nitpick 2]
 
30years war for now, till we established something else if at all.:p
 
The EEP and AGCEEP have an event for the Reinheitsgebot, perhaps you might want to use it:
Code:
#The Reinheitsgebot of 1516
#by Twoflower
event = {
      id = 125010
      random = no
      country = BAY
      name = "The Reinheitsgebot for beer"
      desc = "On April 23rd 1516 Wilhelm IV of Bavaria issued the first regulation of grocery in the world, the Reinheitsgebot (purity law) 
for beer. In this law exact prices and taxation for all known kinds of beer, and, most importantly, the allowed contents of Bavarian beer 
are regulated. The Duke allowed to put nothing but water, malt and hops into beer, intending to make sure that there would be no more 
additional spices and, especially, no 'good' grain that could be used for bread instead of in the beverage. Yeast, although an obviously 
necessary ingredient, was not mentioned because it was not known then that it took part in the fermentation process (the substance 
was discovered in the 19th century by Louis Pasteur). The beer law soon raised the quality standard of beer significantly and it became 
exemplary for the whole of Germany; many German princes adapted a similar regulation in the next centuries. When Germany was united 
in 1871, the Bavarians made the introduction of their beer purity law in the whole empire one of their conditions for joining, and a similar 
statute is still in effect in Germany today."
      style = 2
           
      date = { day = 23 month = april year = 1516 }
           
      action_a = {
               name = "Pass the beer purity law"
               command = { type = domestic which = mercantilism value = 1 }
               command = { type = infra value = 50 }
                     }
      action_b = { 
               name = "Don't regulate beer brewery"
               command = { type = relation which = -1 value = -10 }
                           }
}
 
A nice flavour event, I just edit the consequences a bit.:)

Twoflower, if you want I can include your realname in the eventfile, if you tell me it.

Dommolus, plz use this file for Bavaria from now, Max and twoflower´s events are in it.
 
Last edited:
This event is buggy, anyone of you know why?

###############################################################
#The Reinheitsgebot of 1516 by Torben Steinhauer "Twoflower"
###############################################################

event = {

id = 201699
random = no
country = BAY
name = "The Reinheitsgebot for beer"
desc = "On April 23rd 1516 Wilhelm IV of Bavaria issued the first regulation of grocery in the world, the Reinheitsgebot (purity law) for beer. In this

law exact prices and taxation for all known kinds of beer, and, most importantly, the allowed contents of Bavarian beer are regulated. The Duke allowed to

put nothing but water, malt and hops into beer, intending to make sure that there would be no more additional spices and, especially, no good grain that

could be used for bread instead of in the beverage. Yeast, although an obviously necessary ingredient, was not mentioned because it was not known then that

it took part in the fermentation process (the substance was discovered in the 19th century by Louis Pasteur). The beer law soon raised the quality standard

of beer significantly and it became exemplary for the whole of Germany; many German princes adapted a similar regulation in the next centuries. When Germany

was united in 1871, the Bavarians made the introduction of their beer purity law in the whole empire one of their conditions for joining, and a similar
statute is still in effect in Germany today."
style = 2

date = { day = 23 month = april year = 1516 }

action_a = {
name = "Pass the beer purity law"
command = { type = domestic which = mercantilism value = 1 }
command = { type = infra value = 50 }
}
action_b = {
name = "Don't regulate beer brewery"
command = { type = relation which = -1 value = -10 }
}
}
 
Nikolai II said:
Maybe the previous event isn't correctly closed? What kind of bugged?

I have no idea.:p It is in the current Abe file but deactivated.
 
The description text may be too long. I would cut it into a text file and see what errors it generates. If you get a bunch from the line just after desc = " " (ie. style or date), then it may be an overflow error.
 
Medicine Man said:
The description text may be too long. I would cut it into a text file and see what errors it generates. If you get a bunch from the line just after desc = " " (ie. style or date), then it may be an overflow error.

Indeed it is too long (although errors don't begin to crop up before 'name')

Just removing the last sentence (about Bavarian joining into Germany) is enough, and that sentence has the least to do with aberration anyhoo..
 
Being a rather windy bugger myself, I tend to get that error a lot while coding up events. :)