• 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.
Showing developer posts only. Show all posts in this thread.

Darkrenown

Star marshal
142 Badges
Jan 8, 2002
24.761
16.975
no
  • Leviathan: Warships
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • For the Motherland
  • Gettysburg
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III Collection
  • Heir to the Throne
  • Impire
  • Europa Universalis III Complete
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • Europa Universalis IV: Wealth of Nations
  • Lost Empire - Immortals
  • Magicka
  • Majesty 2
  • Majesty 2 Collection
  • March of the Eagles
  • Europa Universalis III Complete
  • Naval War: Arctic Circle
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Europa Universalis: Rome
  • Rome Gold
  • Hearts of Iron IV: No Step Back
  • Crusader Kings II: Sunset Invasion
  • Ancient Space
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • A Game of Dwarves
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Deus Vult
  • Dungeonland
  • East India Company
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
Tried the decision, but I got the whole area with no leftover Vichy provinces. Maybe I already fixed this for FTM? Don't remember though. The event I have in events/demandsforindochina is:
Code:
##########################
# Japan Demands Indochine #
###########################
# Vichy France - Reaction Event
country_event = {

	id = 1801
	
	is_triggered_only = yes
	
	title = "EVTNAME1801"
	desc = "EVTDESC1801"
	picture = "indochina_demand"

	option = {
		name = "EVTOPTA1801"			# Accept
		ai_chance = { factor = 100 }
		relation = { who = JAP value = 35 }
		relation = { who = GER value = 10 }
		relation = { who = FRA value = -30 }
		relation = { who = ENG value = -25 }
		relation = { who = USA value = -15 }
		french_indochine_region = { secede_province = JAP }
		6178 = { secede_province = JAP }
		6186 = { secede_province = JAP }
		7705 = { secede_province = JAP }
		7712 = { secede_province = JAP }
		7709 = { secede_province = JAP }
		7714 = { secede_province = JAP }
		7715 = { secede_province = JAP }
		7718 = { secede_province = JAP }
		JAP = { country_event = 1803 }		
		USA = { country_event = 1802 }
	}
	option = {
		name = "EVTOPTB1801"			# Refuse
		JAP = { country_event = 1804 }
		USA = { country_event = 1802 }
	}
}

Does that match yours?
 

Darkrenown

Star marshal
142 Badges
Jan 8, 2002
24.761
16.975
no
  • Leviathan: Warships
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • For the Motherland
  • Gettysburg
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III Collection
  • Heir to the Throne
  • Impire
  • Europa Universalis III Complete
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • Europa Universalis IV: Wealth of Nations
  • Lost Empire - Immortals
  • Magicka
  • Majesty 2
  • Majesty 2 Collection
  • March of the Eagles
  • Europa Universalis III Complete
  • Naval War: Arctic Circle
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Europa Universalis: Rome
  • Rome Gold
  • Hearts of Iron IV: No Step Back
  • Crusader Kings II: Sunset Invasion
  • Ancient Space
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • A Game of Dwarves
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Deus Vult
  • Dungeonland
  • East India Company
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
Was it really this easy to fix some of these stupid issue? Jeeze. The Vietnam thing has been bugging me for a while and I have called the US occupation of Iceland event the most unfireable event for over a year lol. While you're at it, you should fix the event where Vietnam goes to Japan to remove the Vichy units in Vietnam. As it is they are there in Japanese territory out of supply for the rest of the game. Also, the problem for the Veitnam event wasn't leftover Vichy territory but rather leftover French territory (dark blue). If a Dev would actually listen to me and implement the stuff I say I could list every bug I find with these events and the proper fix to avoid them. But no one ususally listens unless I mention it in the forums like 20 times or pm a dev lol.

Well I didn't have any leftover territory in the area, Vichy or French. For the rest, there's the bugreport forum.