You should have turned down the frankfurt offer, no accepting the crown from the gutter and all that. Aside from attacking them there's no way to make the NGF join you, unless you add this event:
Just open victoria\db\events\germany.txt and paste it in.
Code:
################################################## #######################
# Germany annexs the NGF # By Darkrenown.
################################################## #######################
event = {
id = 70147
random = no
country = GER
trigger = {
exists = GER
exists = NGF
relation = { country = NGF data = 100 }
satellite = { country = NGF country = GER }
won_war = { country = GER country = FRA }
}
name = "It is time to fully unite Germany"
desc = "The NGF must join us!"
style = 0
date = { day = 15 month = january year = 1871 }
offset = 30
deathdate = { day = 30 month = december year = 1920 }
action_a = {
name = "What a good idea!"
command = { type = inherit which = NGF }
command = { type = badboy value = -10 }
}
}
Just open victoria\db\events\germany.txt and paste it in.