• 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.

unmerged(22327)

Recruit
Nov 21, 2003
8
0
Visit site
Using 1.03b, I got a very strange result when the Sino-American Treaty fired.

2 Pops of 100,000 each appeared in random provinces within states. Their nationalities were Yue and Min. From the text of the event, I would have expected 3 Beifangren, 2 Nanfangren, and 1 Wu pops of the same size to appear but they never did. Just as an experiment, I fired off the event manually from the F12 screen and got the same result.


#########################################################################
# The Sino-American Treaty
#########################################################################
event = {
id = 14194
random = no
country = USA

# Triggered by CHI 12522

name = "EVT_12522_NAME"
desc = "EVT_14194_DESC"
style = 0

action_a = {
name = "ACTIONNAME14194A" # Send in the Chinese
command = { type = add_pop which = beifaren value = 1 where = -1 }
command = { type = add_pop which = beifaren value = 1 where = -1 }
command = { type = add_pop which = beifaren value = 1 where = -1 }
command = { type = add_pop which = min value = 1 where = -1 }
command = { type = add_pop which = nanfaren value = 1 where = -1 }
command = { type = add_pop which = nanfaren value = 1 where = -1 }
command = { type = add_pop which = yue value = 1 where = -1 }
command = { type = add_pop which = wu value = 1 where = -1 }
}
}
 
Upvote 0
Yes,

from the text of the event and symptoms described, it's clear the syntax of culture names for Nanfaren and Beifaren were problematic. My suspicion that the names were actually different was confirmed. If you look in world_names.csv in the \config directory you'll note that Beifaren is actually beifangren and nanfaren is actually nanfangren. Sometimes these slight differences, especially for cultures, are easily overlooked.