Page 1 of 1

Giving Prussia Colonial Ideas

Posted: Tue May 05, 2020 8:34 pm
by StefanWK
Hello,

I want to give Prussia colonial options for some early game fun.
Ive read in a post where some1 solved this issue for Austria by giving them the Kolonialverein event

So I changed it for Prussia to this;


Code: Select all

SelectFaction = GER
SelectRegion = $Westfalen
StartEvent = evt_nam_GER_Kolonialverein1882|1|2|evt_txt_GER_Kolonialverein1882|Event-img_GER_Kolonialverein1882|$Brandenburg|NULL

Conditions
  MinDate = 1850/01/01
  MaxDate = 1850/02/01
  Probability = 100

Actions

(unchanged)

EndEvent



It does work and I get the event on the 2nd turn, but I wonder if there will be lategame problems because this is an event originally for Germany much later and maybe can cause trouble with something?

Thanks

Re: Giving Prussia Colonial Ideas

Posted: Mon Jun 22, 2020 10:54 pm
by Tom
Hi. I made Austrian colonial events copying basically what you showed from Germany.

I think if you use the same exact event name, the game will consider it already "triggered" and not use it again. Within the script, you can specify how many times it will fire.

https://www.leqg.org/doc/age/www.ageod. ... Event.html

If you leave as default, it would only fire once, I believe. (I'm also relative novice modder, but based on what I've done thus far, that is how I see it.)