Communist China Unit Transfer When Surrendering
Posted: Sun Sep 03, 2023 2:56 am
What is supposed to happen to Communist China units outside their territory when its surrenders?
The strategy guide isn't clear as it just states that 100% of their land/naval units will become free units. My expectation would be they would join China. But it appears they joined USSR even though they are standing in Chinese territory. To make it even more confusing, the free_unit.txt script seems to specify multiple possible owners but my understanding is the last entry will just overwrite the previous ones. So I think the intended behavior is for them to surrender to China but instead they surrender to USSR and have terrible supply in China.
Here are the relevant scripts:
{
#NAME= Free Communist Chinese Units (to China)
#POPUP=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 0
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 25
#RECIPIENT_ID= 23
#TRIGGER= 100
#LAND_PERCENTAGE= 100
#NAVAL_PERCENTAGE= 100
}
{
#NAME= Free Communist Chinese Units (to India)
#POPUP=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 0
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 25
#RECIPIENT_ID= 54
#TRIGGER= 100
#LAND_PERCENTAGE= 100
#NAVAL_PERCENTAGE= 100
}
{
#NAME= Free Communist Chinese Units (to the UK)
#POPUP=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 0
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 25
#RECIPIENT_ID= 112
#TRIGGER= 100
#LAND_PERCENTAGE= 100
#NAVAL_PERCENTAGE= 100
}
{
#NAME= Free Communist Chinese Units (to the USA)
#POPUP=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 0
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 25
#RECIPIENT_ID= 115
#TRIGGER= 100
#LAND_PERCENTAGE= 100
#NAVAL_PERCENTAGE= 100
}
{
#NAME= Free Communist Chinese Units (to the USSR)
#POPUP=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 0
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 25
#RECIPIENT_ID= 116
#TRIGGER= 100
#LAND_PERCENTAGE= 100
#NAVAL_PERCENTAGE= 100
}
The strategy guide isn't clear as it just states that 100% of their land/naval units will become free units. My expectation would be they would join China. But it appears they joined USSR even though they are standing in Chinese territory. To make it even more confusing, the free_unit.txt script seems to specify multiple possible owners but my understanding is the last entry will just overwrite the previous ones. So I think the intended behavior is for them to surrender to China but instead they surrender to USSR and have terrible supply in China.
Here are the relevant scripts:
{
#NAME= Free Communist Chinese Units (to China)
#POPUP=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 0
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 25
#RECIPIENT_ID= 23
#TRIGGER= 100
#LAND_PERCENTAGE= 100
#NAVAL_PERCENTAGE= 100
}
{
#NAME= Free Communist Chinese Units (to India)
#POPUP=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 0
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 25
#RECIPIENT_ID= 54
#TRIGGER= 100
#LAND_PERCENTAGE= 100
#NAVAL_PERCENTAGE= 100
}
{
#NAME= Free Communist Chinese Units (to the UK)
#POPUP=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 0
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 25
#RECIPIENT_ID= 112
#TRIGGER= 100
#LAND_PERCENTAGE= 100
#NAVAL_PERCENTAGE= 100
}
{
#NAME= Free Communist Chinese Units (to the USA)
#POPUP=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 0
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 25
#RECIPIENT_ID= 115
#TRIGGER= 100
#LAND_PERCENTAGE= 100
#NAVAL_PERCENTAGE= 100
}
{
#NAME= Free Communist Chinese Units (to the USSR)
#POPUP=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 0
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 25
#RECIPIENT_ID= 116
#TRIGGER= 100
#LAND_PERCENTAGE= 100
#NAVAL_PERCENTAGE= 100
}