• 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.
Not in "core_NEAsia.txt" event file which should include Manchuria/Manchukuo
Sorry, i think i was confused i forgot there is little work done on post war China's at the moment in CORE ,I have a number of events adding claims for Commie china and similar, for the continuation of Chinese civil war after Japs are defeated ,submitted by someone else to test...also i think there are events like this in some other mods that might have confused me.

Dr
 
Event GER

Code:
#########################################################################
#  Germany expands military mission in China 1936
#########################################################################
event = { 
	id = 172037
	random = no
	country = GER
	
	# Historical mission was 50-100 men
	
	name = CEVTNAME_172037
	desc = CEVTDESC_172037
	style = 0

	trigger = {
                exists = CHI
		atwar = no
	}
        date = { day = 15 month = april year = 1936 }
        offset = 60
	deathdate = { day = 29 month = august year = 1936 }

	action_a = {
		name = CEVTACTA_172037
		command = { type = supplies value = -2000 } # Cost of aid
		command = { type = rubberpool value = 1500 } # Resources received from China
		command = { type = influence value = 2 } # Germany is again an international power
		command = { type = warentry which = ENG value = 1 } # Germany is increasing its influence
	        [color=yellow]command = { type = removecore which = 1626 } #Tsingtao can´t make a full deal with China if claiming Chinese land[/color]

		command = { type = warentry which = FRA value = 1 }
		command = { type = trigger which = 522003 } # Chinese benefits
	}
	action_b = {
		name = CEVTACTB_172037
		command = { type = supplies value = -1000 } # Cost of aid
		command = { type = rubberpool value = 500 } # Resources received from China
		command = { type = influence value = 1 } # Germany risks little and gains little
		command = { type = trigger which = 522004 } # Chinese limited benefits
	}
	action_c = {
		name = CEVTACTC_172037
		command = { type = influence value = -3 } # Germany remains a local power
		command = { type = warentry which = ENG value = -2 } # Germany is not a global threat
		command = { type = warentry which = FRA value = -2 } 
		command = { type = trigger which = 522006 } # Chinese outrage
	}
}
 
Excellent find CD.

I shall tweak the next version for release to include this bug fix.

doc.gif

Event SIA 1152012 has the exact same error it it´s trigger.

Code:
alliance = { country = SOV country = SOV }
 
These are some other good wiki links & maps that might help?..
http://en.wikipedia.org/wiki/Mengjiang
http://en.wikipedia.org/wiki/Manchuria
http://en.wikipedia.org/wiki/Manchukuo
Hailar and the surrounding province in HoI should rather be a core of Inner Mongolia than Manchukuo.
German wiki mentions that the bright pink part of that map:
http://de.wikipedia.org/wiki/Mandschurei
was at some times part of Manchuria but more often is considered part of Inner Mongolia.
I think it would be ok if they had claims on it as well as the Manchurians,if that is your suggestion?

Here is a TGW pic of Manchuria situation :) ,note the extra Northern Province which is Soviet Tahe in Hoi1 & The brewery is still in German hands(Tsingtao Beer).

manchuria1914.png


Dr
 
...
I think it would be ok if they had claims on it as well as the Manchurians,if that is your suggestion?

Then the core needs to be added to the 1936 and 1939 Inner_Mongolia.inc files:

Code:
# C.O.R.E. v0.6 verified

country = { 
	tag = U03
	alignment = { x = 0 y = -80 }
	puppet = JAP
	control = JAP
	ai = "core_u03.ai"
	manpower = 300
	capital = 1548
	# Resource Reserves
	coal	= 100  steel = 100 rubber = 100 oil = 100 supplies = 5000
	
	techlevels = { 1000 4000 11000 }
	techapps = { 1001 1004 1201 1975 4974 11001 }

    ownedprovinces = { 1548 }
    controlledprovinces = { 1548  }
    nationalprovinces =   { 1532 1536 1542 1544 1545 1546 1547 1548 1549 1550 1551 [color=yellow]1554[/color]}
...