Victoria 3

Victoria 3

View Stats:
wili01 Oct 28, 2022 @ 4:27pm
Germany is broken
Hi all,

Germany seems to be broken at the moment. German minors do not join in unifcation events, to conquer them is the only possibility, but is very expensive when it comes to infamy.

Secondly, if you click the button to switch from North German Federation to Germany, nothing happens. You stay the north German federation.

BR Carsten
< >
Showing 1-12 of 12 comments
SaD-82 Oct 28, 2022 @ 4:34pm 
Originally posted by wili01:
Germany seems to be broken at the moment.

We had better Kanzlers, for sure, but broken? That's a bit harsh.

Question: To what do you refer by button clicking upon switching. Do you refer to the event or do you refer to the decision itself? The event won't do anything in that regard. You have to actively switch to Germany in the decision tab.

If the stop in unification after becoming the NGF is a bug or not - we will have to see. For me it seems to be, for others not. As soon as pdx will fix it we will know it for sure.
Last edited by SaD-82; Oct 28, 2022 @ 4:34pm
wili01 Oct 29, 2022 @ 1:03am 
The decision. You get the event to switch to Germany and click the button, but nothing happens.

German unifaction only with guns is a) not historical accurate (there were three major wars, but no wars against each german minor nation like "Schaumburg-Lippe" ;) ) and b) quite impossible (at least for AI, for players quite hard). I have seen AI Prussia two times with infamy near 100 and being crushed by Austria, Russia and France, because of bad boy wars.

I do not complain, I love paradox games, but I will wait for some updates before playing German unifaction campaigns again.
Last edited by wili01; Oct 29, 2022 @ 1:06am
wili01 Oct 29, 2022 @ 1:21am 
I found the mistake. In event german_unification.4 command "change_tag = GER" is missing.
Glace Oct 29, 2022 @ 1:36am 
Originally posted by wili01:
I found the mistake. In event german_unification.4 command "change_tag = GER" is missing.
Man. Great job paradox, couldn't even do the most basic things with this game I see...
EarlOfNoobton Oct 29, 2022 @ 3:27am 
Originally posted by wili01:
I found the mistake. In event german_unification.4 command "change_tag = GER" is missing.

And here I was wondering why Prussia did nothing apart from going for the odd smaller state, despite me as Austria ignoring Germany for other more interesting targets. :sigh: I think I'll stop VIC III for now and wait a few month for fixes and mods ...
Glace Oct 29, 2022 @ 8:53am 
Originally posted by EarlOfNoobton:
Originally posted by wili01:
I found the mistake. In event german_unification.4 command "change_tag = GER" is missing.

And here I was wondering why Prussia did nothing apart from going for the odd smaller state, despite me as Austria ignoring Germany for other more interesting targets. :sigh: I think I'll stop VIC III for now and wait a few month for fixes and mods ...
so, some guy on the reddit told me that for some reason German is in the Culture tab. IDK why the game doesn't tell ya it's in there but if you want to form it pop in there and you can push a button for it
lubed_assassin Oct 29, 2022 @ 9:22am 
Originally posted by Glace:
Originally posted by EarlOfNoobton:

And here I was wondering why Prussia did nothing apart from going for the odd smaller state, despite me as Austria ignoring Germany for other more interesting targets. :sigh: I think I'll stop VIC III for now and wait a few month for fixes and mods ...
so, some guy on the reddit told me that for some reason German is in the Culture tab. IDK why the game doesn't tell ya it's in there but if you want to form it pop in there and you can push a button for it

i read it somewhere, i think it was in one of the formable country things
EarlOfNoobton Oct 29, 2022 @ 9:38am 
Originally posted by Glace:
Originally posted by EarlOfNoobton:

And here I was wondering why Prussia did nothing apart from going for the odd smaller state, despite me as Austria ignoring Germany for other more interesting targets. :sigh: I think I'll stop VIC III for now and wait a few month for fixes and mods ...
so, some guy on the reddit told me that for some reason German is in the Culture tab. IDK why the game doesn't tell ya it's in there but if you want to form it pop in there and you can push a button for it

Might have a look ... but I do not want to form it, I want my annoying neighbour to the North to form it. :D
Last edited by EarlOfNoobton; Oct 29, 2022 @ 9:38am
Saul Goodman Oct 29, 2022 @ 9:45am 
1. Have Nationalism researched and +50 opinion for North German minors. First batch of minors will start asking you to join after it.
2. Once you get Pannationalism second batch on minors will try to join your North German Federation.
3. Beat Austria in a war for dominance in Germany. Once you are the only possible unification leader, get all rest minor +50 opinion to support your claim. Press button and you have Germany unified and no badboy.
wili01 Oct 29, 2022 @ 1:53pm 
Originally posted by Saul Goodman:
1. Have Nationalism researched and +50 opinion for North German minors. First batch of minors will start asking you to join after it.
2. Once you get Pannationalism second batch on minors will try to join your North German Federation.
3. Beat Austria in a war for dominance in Germany. Once you are the only possible unification leader, get all rest minor +50 opinion to support your claim. Press button and you have Germany unified and no badboy.
Point 1 did not work for me. I had them all in my customs union, some in alliances as well, , Nationalism was researched, but no one wanted to join Prussia. There was only a message on the right "Country xy favors Prussia for unification", but that was all what happened. (I know, in paradox stream this was different, maybe they changed something)
Last edited by wili01; Oct 29, 2022 @ 1:56pm
Æx Nov 7, 2022 @ 9:49am 
Originally posted by wili01:
I found the mistake. In event german_unification.4 command "change_tag = GER" is missing.

thank you soo much. saved my evening

the event should be like this:


# German Unification
german_unification.4 = {
type = country_event
placement = ROOT

title = german_unification.4.t
desc = german_unification.4.d
flavor = german_unification.4.f

event_image = {
video = "gfx/event_pictures/unspecific_military_parade.bk2"
}

on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear"
on_opened_soundeffect = "event:/SFX/Events/unspecific/military_parade"

icon = "gfx/interface/icons/event_icons/event_portrait.dds"

duration = 3

trigger = {
}

option = {
name = german_unification.4.a
default_option = yes
ruler = {
add_modifier = {
name = german_unifier_ruler
}
}
change_tag = GER

}
option = {
name = german_unification.4.b
add_loyalists = {
value = 0.1
culture = cu:north_german
}
add_loyalists = {
value = 0.1
culture = cu:south_german
}
}
}
Last edited by Æx; Nov 7, 2022 @ 9:50am
Odium Nov 7, 2022 @ 10:35am 
"game is broken"

there I fixed it for you.
< >
Showing 1-12 of 12 comments
Per page: 1530 50

Date Posted: Oct 28, 2022 @ 4:27pm
Posts: 12