Smoked939

HOI4 broke localization code

Jun 22nd, 2020
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. Localization File:
  2. PLA_improve_relations_with_the_UNC:0 "Improve UNC Relations"
  3. PLA_improve_relations_with_the_UNC_desc:0 "Improve Relations With The United Nations Coalition"
  4. PLA_act_as_allies:0 "Act as Allies"
  5. PLA_act_as_allies_desc:0 "Gain Their Trust"
  6. PLA_denounce_the_heretics:0 "Denounce the Heretics"
  7. PLA_denounce_the_heretics_desc:0 "Their transgressions will not be forgotten..."
  8. Focus File:
  9. focus_tree = {
  10. id = PLA_focus
  11.  
  12. country = {
  13. factor = 0
  14.  
  15. modifier = {
  16. add = 10
  17. tag = PLA
  18. }
  19. }
  20.  
  21. focus = {
  22. id = PLA_improve_relations_with_the_UNC
  23. icon = GFX_goal_generic_demand_territory
  24. text = Improve_UNC_Relations
  25. #prerequisite = { focus = ITA_industrial_effort_2 }
  26. x = 1
  27. y = 0
  28. relative_position_id =
  29. cost = 10
  30. ai_will_do = {
  31. factor = 1
  32. }
  33.  
  34. available_if_capitulated = yes
  35.  
  36. completion_reward = {
  37. PLA = { add_opinion_modifier = { target = UNC modifier = small_increase} }
  38. UNC = { add_opinion_modifier = { target = PLA modifier = small_increase} }
  39. }
  40. }
  41. #
  42. focus = {
  43. id = PLA_act_as_allies
  44. icon = GFX_goal_generic_demand_territory
  45. text = Act_as_allies
  46. prerequisite = { focus = PLA_improve_relations_with_the_UNC }
  47. mutually_exclusive = { focus = PLA_denounce_the_heretics}
  48. available = {
  49. date > 2035.9.1
  50. }
  51. x = 0
  52. y = 1
  53. relative_position_id = PLA_improve_relations_with_the_UNC
  54. cost = 10
  55. ai_will_do = {
  56. factor = 1
  57. }
  58.  
  59. available_if_capitulated = yes
  60.  
  61. completion_reward = {
  62. PLA = { add_opinion_modifier = { target = UNC modifier = large_increase} }
  63. UNC = { add_opinion_modifier = { target = PLA modifier = large_increase} }
  64. }
  65. }
  66. #
  67. focus = {
  68. id = PLA_denounce_the_heretics
  69. icon = GFX_goal_generic_demand_territory
  70. text = denounce_the_heretics
  71. prerequisite = { focus = PLA_improve_relations_with_the_UNC }
  72. mutually_exclusive = { focus = PLA_act_as_allies}
  73. x = 2
  74. y = 1
  75. relative_position_id = PLA_improve_relations_with_the_UNC
  76. cost = 10
  77. ai_will_do = {
  78. factor = 1
  79. }
  80.  
  81. available_if_capitulated = yes
  82.  
  83. completion_reward = {
  84. PLA = { add_opinion_modifier = { target = UNC modifier = large_decrease} }
  85. UNC = { add_opinion_modifier = { target = PLA modifier = large_decrease} }
  86. }
  87. }
  88. Error File:
  89. [09:08:34][persistent.cpp:46]: Error: "Error reading division names group - Paratrooper Division. There is unknown tag in for_countries scope: EST: }, near line: 207
  90. " in file: "common/units/names_divisions/EST_names_divisions.txt" near line: 207
  91. [09:08:34][persistent.cpp:46]: Error: "Error reading division names group - Marine Division. There is unknown tag in for_countries scope: EST: }, near line: 239
  92. " in file: "common/units/names_divisions/EST_names_divisions.txt" near line: 239
  93. [09:08:34][persistent.cpp:46]: Error: "Error reading division names group - Mountain Division. There is unknown tag in for_countries scope: EST: }, near line: 271
  94. " in file: "common/units/names_divisions/EST_names_divisions.txt" near line: 271
  95. [09:08:34][persistent.cpp:46]: Error: "Error reading division names group - Garrison Division. There is unknown tag in for_countries scope: EST: }, near line: 303
  96. " in file: "common/units/names_divisions/EST_names_divisions.txt" near line: 303
  97. [09:08:34][persistent.cpp:46]: Error: "Error reading division names group - NAME_THEME_HISTORICAL_DESTROYERS. There is unknown tag in for_countries scope: EST: }, near line: 6
  98. " in file: "common/units/names_ships/EST_ship_names.txt" near line: 6
  99. [09:08:34][persistent.cpp:46]: Error: "Error reading division names group - NAME_THEME_HISTORICAL_CL. There is unknown tag in for_countries scope: EST: }, near line: 23
  100. " in file: "common/units/names_ships/EST_ship_names.txt" near line: 23
  101. [09:08:34][persistent.cpp:46]: Error: "Error reading division names group - NAME_THEME_HISTORICAL_CA. There is unknown tag in for_countries scope: EST: }, near line: 40
  102. " in file: "common/units/names_ships/EST_ship_names.txt" near line: 40
  103. [09:08:34][persistent.cpp:46]: Error: "Error reading division names group - NAME_THEME_HISTORICAL_BB. There is unknown tag in for_countries scope: EST: }, near line: 58
  104. " in file: "common/units/names_ships/EST_ship_names.txt" near line: 58
  105. [09:08:34][persistent.cpp:46]: Error: "Error reading division names group - NAME_THEME_HISTORICAL_BC. There is unknown tag in for_countries scope: EST: }, near line: 75
  106. " in file: "common/units/names_ships/EST_ship_names.txt" near line: 75
  107. [09:08:34][persistent.cpp:46]: Error: "Error reading division names group - NAME_THEME_HISTORICAL_CARRIERS. There is unknown tag in for_countries scope: EST: }, near line: 92
  108. " in file: "common/units/names_ships/EST_ship_names.txt" near line: 92
  109. [09:08:34][persistent.cpp:46]: Error: "Error reading division names group - NAME_THEME_HISTORICAL_SUBMARINES. There is unknown tag in for_countries scope: EST: }, near line: 109
  110. " in file: "common/units/names_ships/EST_ship_names.txt" near line: 109
  111. [09:08:34][countrytag.cpp:109]: EST - is not in the tag list
  112. [09:08:34][unitnames.cpp:260]: 00_names.txt - expecting country tag or (generic) keyword.
  113. [09:08:34][persistent.cpp:46]: Error: "Unexpected token: EST, near line: 1779
  114. " in file: "common/units/names/00_names.txt" near line: 1834
  115. [09:08:34][trigger.cpp:497]: Invalid trigger 'EST' in common/decisions/SS.txt line : 327
  116. [09:08:34][trigger.cpp:497]: Invalid trigger 'EST' in common/decisions/SS.txt line : 333
  117. [09:08:34][trigger.cpp:364]: Error: "Unknown trigger-type: EST, near line: 327
  118. Unknown trigger-type: EST, near line: 333
  119. " in file: "common/decisions/SS.txt" near line: 336
  120. [09:08:34][persistent.cpp:46]: Error: "Unexpected token: =, near line: 21
  121. " in file: "common/national_focus/205th.txt" near line: 21
  122. [09:08:34][nationalfocus.cpp:282]: Error in focus: PLA_improve_relations_with_the_UNC
  123. relative_focus_id: cost does not exist. Relative focus must be scripted before this.
  124. [09:08:34][trigger.cpp:497]: Invalid trigger 'EST' in common/national_focus/germany.txt line : 7019
  125. [09:08:34][trigger.cpp:364]: Error: "Unknown trigger-type: EST, near line: 7019
  126. " in file: "common/national_focus/germany.txt" near line: 7020
  127. [09:08:34][trigger.cpp:497]: Invalid trigger 'EST' in common/national_focus/germany.txt line : 7023
  128. [09:08:34][trigger.cpp:497]: Invalid trigger 'EST' in common/national_focus/germany.txt line : 7024
  129. [09:08:34][trigger.cpp:364]: Error: "Unknown trigger-type: EST, near line: 7023
  130. Unknown trigger-type: EST, near line: 7024
  131. " in file: "common/national_focus/germany.txt" near line: 7024
  132. [09:08:34][effect.cpp:355]: Invalid effect 'EST' in common/national_focus/germany.txt line : 7064
  133. [09:08:34][trigger.cpp:364]: Error: "Unknown effect-type: EST, near line: 7064
  134. " in file: "common/national_focus/germany.txt" near line: 7082
  135. [09:08:34][trigger.cpp:497]: Invalid trigger 'EST' in common/national_focus/germany.txt line : 8180
  136. [09:08:34][trigger.cpp:364]: Error: "Unknown trigger-type: EST, near line: 8180
  137. " in file: "common/national_focus/germany.txt" near line: 8194
  138. [09:08:34][trigger.cpp:497]: Invalid trigger 'EST' in common/national_focus/germany.txt line : 8219
  139. [09:08:34][trigger.cpp:364]: Error: "Unknown trigger-type: EST, near line: 8219
  140. " in file: "common/national_focus/germany.txt" near line: 8225
  141. [09:08:34][effect.cpp:355]: Invalid effect 'EST' in common/national_focus/germany.txt line : 8226
  142. [09:08:34][effect.cpp:251]: Error: "Unknown effect-type: EST, near line: 8226
  143. " in file: "common/national_focus/germany.txt" near line: 8234
  144. [09:08:34][effect.cpp:355]: Invalid effect 'EST' in common/national_focus/germany.txt line : 8341
  145. [09:08:34][effect.cpp:251]: Error: "Unknown effect-type: EST, near line: 8341
  146. " in file: "common/national_focus/germany.txt" near line: 8353
  147. [09:08:34][effect.cpp:355]: Invalid effect 'EST' in common/national_focus/germany.txt line : 8424
  148. [09:08:34][effect.cpp:251]: Error: "Unknown effect-type: EST, near line: 8424
  149. " in file: "common/national_focus/germany.txt" near line: 8436
  150. [09:08:34][trigger.cpp:497]: Invalid trigger 'EST' in common/national_focus/poland.txt line : 1782
  151. [09:08:34][trigger.cpp:364]: Error: "Unknown trigger-type: EST, near line: 1782
  152. " in file: "common/national_focus/poland.txt" near line: 1787
  153. [09:08:34][effect.cpp:251]: Error: "Malformed token: EST, near line: 1800
  154. " in file: "common/national_focus/poland.txt" near line: 1801
  155. [09:08:34][effect.cpp:355]: Invalid effect 'EST' in common/national_focus/poland.txt line : 1802
  156. [09:08:34][trigger.cpp:497]: Invalid trigger 'EST' in common/national_focus/poland.txt line : 1808
  157. [09:08:34][trigger.cpp:364]: Error: "Unknown effect-type: EST, near line: 1802
  158. Unknown trigger-type: EST, near line: 1808
  159. " in file: "common/national_focus/poland.txt" near line: 1813
  160. [09:08:34][effect.cpp:355]: Invalid effect 'EST' in common/national_focus/poland.txt line : 1814
  161. [09:08:34][effect.cpp:251]: Error: "Unknown effect-type: EST, near line: 1814
  162. " in file: "common/national_focus/poland.txt" near line: 1817
  163. [09:08:34][trigger.cpp:497]: Invalid trigger 'EST' in common/national_focus/poland.txt line : 1840
  164. [09:08:34][trigger.cpp:364]: Error: "Unknown trigger-type: EST, near line: 1840
  165. " in file: "common/national_focus/poland.txt" near line: 1845
  166. [09:08:34][effect.cpp:355]: Invalid effect 'EST' in common/national_focus/poland.txt line : 1846
  167. [09:08:34][effect.cpp:251]: Error: "Unknown effect-type: EST, near line: 1846
  168. " in file: "common/national_focus/poland.txt" near line: 1849
  169. [09:08:34][bookmarks.cpp:181]: Default country is not defined as an interesting country
  170. [09:08:34][effect.cpp:251]: Error: "Unexpected token: create_country_leader, near line: 87
  171. " in file: "history/countries/CFC - Church of Fifth Circle.txt" near line: 104
  172. [09:08:34][countrytag.cpp:109]: EST - is not in the tag list
  173. [09:08:34][history.cpp:262]: Unknown history file in country database - history/countries/EST - Estonia.txt
  174. [09:08:34][lexer.cpp:70]: File 'history/countries/PLA - The Platoon.txt' should be in utf8-bom encoding (will try to use it anyways)
  175. [09:08:34][trigger.cpp:497]: Invalid trigger 'EST' in common/ai_strategy/GER.txt line : 831
  176. [09:08:34][trigger.cpp:364]: Error: "Unknown trigger-type: EST, near line: 831
  177. " in file: "common/ai_strategy/GER.txt" near line: 832
  178. [09:08:35][effect.cpp:251]: Error: "Malformed token: EST, near line: 2578
  179. " in file: "events/NewsEvents.txt" near line: 2579
  180. [09:08:35][effect.cpp:251]: Error: "Malformed token: EST, near line: 230
  181. " in file: "events/SovietUnion.txt" near line: 230
  182. [09:08:35][effect.cpp:355]: Invalid effect 'EST' in events/SovietUnion.txt line : 1197
  183. [09:08:35][persistent.cpp:46]: Error: "Unknown effect-type: EST, near line: 1197
  184. " in file: "events/SovietUnion.txt" near line: 1197
  185. [09:08:35][effect.cpp:251]: Error: "Malformed token: EST, near line: 1304
  186. " in file: "events/SovietUnion.txt" near line: 1305
  187. [09:08:35][gamestate.cpp:2194]: Invalid Country Tag - EST
  188. [09:08:35][gamestate.cpp:2194]: Invalid Country Tag - color
  189. [09:08:35][gamestate.cpp:2194]: Invalid Country Tag - {
  190. [09:08:35][gamestate.cpp:2194]: Invalid Country Tag - 135
  191. [09:08:36][flagtextureatlas.cpp:462]: Error loading flag for country PLA : Ideology democratic : Path gfx/flags/ : File not found
  192. [09:08:36][flagtextureatlas.cpp:462]: Error loading flag for country EMP : Ideology democratic : Path gfx/flags/ : File not found
  193. [09:08:36][flagtextureatlas.cpp:462]: Error loading flag for country PLA : Ideology democratic : Path gfx/flags/medium/ : File not found
  194. [09:08:36][flagtextureatlas.cpp:462]: Error loading flag for country EMP : Ideology democratic : Path gfx/flags/medium/ : File not found
  195. [09:08:36][flagtextureatlas.cpp:462]: Error loading flag for country PLA : Ideology democratic : Path gfx/flags/small/ : File not found
  196. [09:08:36][flagtextureatlas.cpp:462]: Error loading flag for country EMP : Ideology democratic : Path gfx/flags/small/ : File not found
  197. [09:08:36][flagtextureatlas.cpp:462]: Error loading flag for country PLA : Ideology democratic : Path gfx/flags/small/ : File not found
  198. [09:08:36][flagtextureatlas.cpp:462]: Error loading flag for country EMP : Ideology democratic : Path gfx/flags/small/ : File not found
  199. [09:08:37][effect.cpp:251]: Error: "Unexpected token: create_country_leader, near line: 87
  200. " in file: "history/countries/CFC - Church of Fifth Circle.txt" near line: 104
  201. [09:08:37][history.cpp:262]: Unknown history file in country database - history/countries/EST - Estonia.txt
  202. [09:08:37][lexer.cpp:70]: File 'history/countries/PLA - The Platoon.txt' should be in utf8-bom encoding (will try to use it anyways)
  203. [09:08:38][country.cpp:6123]: Attempting to set captial state #126 for United Kingdom, they dont own it!
  204. [09:08:38][country.cpp:6123]: Attempting to set captial state #16 for France, they dont own it!
  205. [09:08:38][country.cpp:6123]: Attempting to set captial state #7 for Netherlands, they dont own it!
  206. [09:08:38][country.cpp:6123]: Attempting to set captial state #41 for Spain, they dont own it!
  207. [09:08:38][effectimplementation.cpp:8339]: ITA tried to declare war on ETH which does not exist
  208. [09:08:38][effectimplementation.cpp:8340]: ^^^ Error in effect:declare_war_on
  209. [09:08:38][country.cpp:6123]: Attempting to set captial state #112 for Portuguese Republic, they dont own it!
  210. [09:08:38][country.cpp:6123]: Attempting to set captial state #285 for Australia, they dont own it!
  211. [09:08:38][country.cpp:6123]: Attempting to set captial state #305 for Ecuador, they dont own it!
  212. [09:08:38][id.cpp:89]: Failed to create id 1 55. Already exists in game.
  213. [09:08:38][id.cpp:89]: Failed to create id 2 55. Already exists in game.
  214. [09:08:38][id.cpp:89]: Failed to create id 3 55. Already exists in game.
  215. [09:08:38][id.cpp:89]: Failed to create id 4 55. Already exists in game.
  216. [09:08:38][id.cpp:89]: Failed to create id 5 55. Already exists in game.
  217. [09:08:38][id.cpp:89]: Failed to create id 6 55. Already exists in game.
  218. [09:08:38][id.cpp:89]: Failed to create id 7 55. Already exists in game.
  219. [09:08:38][id.cpp:89]: Failed to create id 8 55. Already exists in game.
  220. [09:08:38][id.cpp:89]: Failed to create id 9 55. Already exists in game.
  221. [09:08:38][id.cpp:89]: Failed to create id 10 55. Already exists in game.
  222. [09:08:38][id.cpp:89]: Failed to create id 11 55. Already exists in game.
  223. [09:08:38][id.cpp:89]: Failed to create id 13 55. Already exists in game.
  224. [09:08:38][id.cpp:89]: Failed to create id 14 55. Already exists in game.
  225. [09:08:38][id.cpp:89]: Failed to create id 15 55. Already exists in game.
  226. [09:08:38][id.cpp:89]: Failed to create id 16 55. Already exists in game.
  227. [09:08:38][id.cpp:89]: Failed to create id 17 55. Already exists in game.
  228. [09:08:38][id.cpp:89]: Failed to create id 18 55. Already exists in game.
  229. [09:08:38][id.cpp:89]: Failed to create id 19 55. Already exists in game.
  230. [09:08:38][id.cpp:89]: Failed to create id 20 55. Already exists in game.
  231. [09:08:38][id.cpp:89]: Failed to create id 21 55. Already exists in game.
  232. [09:08:38][id.cpp:89]: Failed to create id 22 55. Already exists in game.
  233. [09:08:38][id.cpp:89]: Failed to create id 23 55. Already exists in game.
  234. [09:08:38][id.cpp:89]: Failed to create id 24 55. Already exists in game.
  235. [09:08:38][id.cpp:89]: Failed to create id 25 55. Already exists in game.
  236. [09:08:38][id.cpp:89]: Failed to create id 32 55. Already exists in game.
  237. [09:08:38][id.cpp:89]: Failed to create id 33 55. Already exists in game.
  238. [09:08:38][id.cpp:89]: Failed to create id 34 55. Already exists in game.
  239. [09:08:38][id.cpp:89]: Failed to create id 35 55. Already exists in game.
  240. [09:08:38][id.cpp:89]: Failed to create id 26 55. Already exists in game.
  241. [09:08:38][id.cpp:89]: Failed to create id 27 55. Already exists in game.
  242. [09:08:38][id.cpp:89]: Failed to create id 28 55. Already exists in game.
  243. [09:08:38][id.cpp:89]: Failed to create id 29 55. Already exists in game.
  244. [09:08:38][id.cpp:89]: Failed to create id 30 55. Already exists in game.
  245. [09:08:38][id.cpp:89]: Failed to create id 31 55. Already exists in game.
  246. [09:08:38][id.cpp:89]: Failed to create id 997 55. Already exists in game.
  247. [09:08:38][id.cpp:89]: Failed to create id 996 55. Already exists in game.
  248. [09:08:38][id.cpp:89]: Failed to create id 999 55. Already exists in game.
  249. [09:08:38][id.cpp:89]: Failed to create id 995 55. Already exists in game.
  250. [09:08:38][id.cpp:89]: Failed to create id 994 55. Already exists in game.
  251. [09:08:38][id.cpp:89]: Failed to create id 993 55. Already exists in game.
  252. [09:08:38][id.cpp:89]: Failed to create id 998 55. Already exists in game.
  253. [09:08:38][id.cpp:89]: Failed to create id 983 55. Already exists in game.
  254. [09:08:38][id.cpp:89]: Failed to create id 984 55. Already exists in game.
  255. [09:08:38][id.cpp:89]: Failed to create id 985 55. Already exists in game.
  256. [09:08:38][id.cpp:89]: Failed to create id 986 55. Already exists in game.
  257. [09:08:38][id.cpp:89]: Failed to create id 987 55. Already exists in game.
  258. [09:08:38][id.cpp:89]: Failed to create id 988 55. Already exists in game.
  259. [09:08:38][id.cpp:89]: Failed to create id 989 55. Already exists in game.
  260. [09:08:38][id.cpp:89]: Failed to create id 990 55. Already exists in game.
  261. [09:08:38][id.cpp:89]: Failed to create id 991 55. Already exists in game.
  262. [09:08:38][id.cpp:89]: Failed to create id 992 55. Already exists in game.
  263. [09:08:38][country.cpp:6123]: Attempting to set captial state #44 for The Central Republic, they dont own it!
  264. [09:08:38][country.cpp:6123]: Attempting to set captial state #613 for Secessionists, they dont own it!
  265. [09:08:41][flagtextureatlas.cpp:462]: Error loading flag for country PLA : Ideology fascism : Path gfx/flags/ : Warning slow to read format - Consider using 32bpp instead of 24bpp
  266. [09:08:41][flagtextureatlas.cpp:462]: Error loading flag for country PLA : Ideology fascism : Path gfx/flags/medium/ : Warning slow to read format - Consider using 32bpp instead of 24bpp
  267. [09:08:41][flagtextureatlas.cpp:462]: Error loading flag for country PLA : Ideology fascism : Path gfx/flags/small/ : Warning slow to read format - Consider using 32bpp instead of 24bpp
  268. [09:08:42][flagtextureatlas.cpp:462]: Error loading flag for country PLA : Ideology fascism : Path gfx/flags/small/ : Warning slow to read format - Consider using 32bpp instead of 24bpp
  269. [09:09:24][effect.cpp:251]: Error: "Unexpected token: create_country_leader, near line: 87
  270. " in file: "history/countries/CFC - Church of Fifth Circle.txt" near line: 104
  271. [09:09:24][history.cpp:262]: Unknown history file in country database - history/countries/EST - Estonia.txt
  272. [09:09:24][lexer.cpp:70]: File 'history/countries/PLA - The Platoon.txt' should be in utf8-bom encoding (will try to use it anyways)
  273. [09:09:24][country.cpp:6123]: Attempting to set captial state #126 for United Kingdom, they dont own it!
  274. [09:09:24][country.cpp:6123]: Attempting to set captial state #16 for France, they dont own it!
  275. [09:09:24][country.cpp:6123]: Attempting to set captial state #7 for Netherlands, they dont own it!
  276. [09:09:24][country.cpp:6123]: Attempting to set captial state #41 for Spain, they dont own it!
  277. [09:09:24][country.cpp:6123]: Attempting to set captial state #112 for Portugal, they dont own it!
  278. [09:09:24][country.cpp:6123]: Attempting to set captial state #285 for Australia, they dont own it!
  279. [09:09:24][country.cpp:6123]: Attempting to set captial state #305 for Ecuador, they dont own it!
  280. [09:09:24][id.cpp:89]: Failed to create id 1 55. Already exists in game.
  281. [09:09:24][id.cpp:89]: Failed to create id 2 55. Already exists in game.
  282. [09:09:24][id.cpp:89]: Failed to create id 3 55. Already exists in game.
  283. [09:09:24][id.cpp:89]: Failed to create id 4 55. Already exists in game.
  284. [09:09:24][id.cpp:89]: Failed to create id 5 55. Already exists in game.
  285. [09:09:24][id.cpp:89]: Failed to create id 6 55. Already exists in game.
  286. [09:09:24][id.cpp:89]: Failed to create id 7 55. Already exists in game.
  287. [09:09:24][id.cpp:89]: Failed to create id 8 55. Already exists in game.
  288. [09:09:24][id.cpp:89]: Failed to create id 9 55. Already exists in game.
  289. [09:09:24][id.cpp:89]: Failed to create id 10 55. Already exists in game.
  290. [09:09:24][id.cpp:89]: Failed to create id 11 55. Already exists in game.
  291. [09:09:24][id.cpp:89]: Failed to create id 13 55. Already exists in game.
  292. [09:09:24][id.cpp:89]: Failed to create id 14 55. Already exists in game.
  293. [09:09:24][id.cpp:89]: Failed to create id 15 55. Already exists in game.
  294. [09:09:24][id.cpp:89]: Failed to create id 16 55. Already exists in game.
  295. [09:09:24][id.cpp:89]: Failed to create id 17 55. Already exists in game.
  296. [09:09:24][id.cpp:89]: Failed to create id 18 55. Already exists in game.
  297. [09:09:24][id.cpp:89]: Failed to create id 19 55. Already exists in game.
  298. [09:09:24][id.cpp:89]: Failed to create id 20 55. Already exists in game.
  299. [09:09:24][id.cpp:89]: Failed to create id 21 55. Already exists in game.
  300. [09:09:24][id.cpp:89]: Failed to create id 22 55. Already exists in game.
  301. [09:09:24][id.cpp:89]: Failed to create id 23 55. Already exists in game.
  302. [09:09:24][id.cpp:89]: Failed to create id 24 55. Already exists in game.
  303. [09:09:24][id.cpp:89]: Failed to create id 25 55. Already exists in game.
  304. [09:09:24][id.cpp:89]: Failed to create id 32 55. Already exists in game.
  305. [09:09:24][id.cpp:89]: Failed to create id 33 55. Already exists in game.
  306. [09:09:24][id.cpp:89]: Failed to create id 34 55. Already exists in game.
  307. [09:09:24][id.cpp:89]: Failed to create id 35 55. Already exists in game.
  308. [09:09:24][id.cpp:89]: Failed to create id 26 55. Already exists in game.
  309. [09:09:24][id.cpp:89]: Failed to create id 27 55. Already exists in game.
  310. [09:09:24][id.cpp:89]: Failed to create id 28 55. Already exists in game.
  311. [09:09:24][id.cpp:89]: Failed to create id 29 55. Already exists in game.
  312. [09:09:24][id.cpp:89]: Failed to create id 30 55. Already exists in game.
  313. [09:09:24][id.cpp:89]: Failed to create id 31 55. Already exists in game.
  314. [09:09:24][id.cpp:89]: Failed to create id 997 55. Already exists in game.
  315. [09:09:24][id.cpp:89]: Failed to create id 996 55. Already exists in game.
  316. [09:09:24][id.cpp:89]: Failed to create id 999 55. Already exists in game.
  317. [09:09:24][id.cpp:89]: Failed to create id 995 55. Already exists in game.
  318. [09:09:24][id.cpp:89]: Failed to create id 994 55. Already exists in game.
  319. [09:09:24][id.cpp:89]: Failed to create id 993 55. Already exists in game.
  320. [09:09:24][id.cpp:89]: Failed to create id 998 55. Already exists in game.
  321. [09:09:24][id.cpp:89]: Failed to create id 983 55. Already exists in game.
  322. [09:09:24][id.cpp:89]: Failed to create id 984 55. Already exists in game.
  323. [09:09:24][id.cpp:89]: Failed to create id 985 55. Already exists in game.
  324. [09:09:24][id.cpp:89]: Failed to create id 986 55. Already exists in game.
  325. [09:09:24][id.cpp:89]: Failed to create id 987 55. Already exists in game.
  326. [09:09:24][id.cpp:89]: Failed to create id 988 55. Already exists in game.
  327. [09:09:24][id.cpp:89]: Failed to create id 989 55. Already exists in game.
  328. [09:09:24][id.cpp:89]: Failed to create id 990 55. Already exists in game.
  329. [09:09:24][id.cpp:89]: Failed to create id 991 55. Already exists in game.
  330. [09:09:24][id.cpp:89]: Failed to create id 992 55. Already exists in game.
  331. [09:09:24][country.cpp:6123]: Attempting to set captial state #44 for The Central Republic, they dont own it!
  332. [09:09:24][country.cpp:6123]: Attempting to set captial state #613 for Secessionists, they dont own it!
  333. [09:09:24][effectimplementation.cpp:8339]: JAP tried to declare war on CHI which does not exist
  334. [09:09:24][effectimplementation.cpp:8340]: ^^^ Error in effect:declare_war_on
  335. [09:09:25][flagtextureatlas.cpp:462]: Error loading flag for country PLA : Ideology fascism : Path gfx/flags/ : Warning slow to read format - Consider using 32bpp instead of 24bpp
  336. [09:09:25][flagtextureatlas.cpp:462]: Error loading flag for country PLA : Ideology fascism : Path gfx/flags/medium/ : Warning slow to read format - Consider using 32bpp instead of 24bpp
  337. [09:09:25][flagtextureatlas.cpp:462]: Error loading flag for country PLA : Ideology fascism : Path gfx/flags/small/ : Warning slow to read format - Consider using 32bpp instead of 24bpp
  338. [09:09:25][flagtextureatlas.cpp:462]: Error loading flag for country PLA : Ideology fascism : Path gfx/flags/small/ : Warning slow to read format - Consider using 32bpp instead of 24bpp
  339. [09:09:44][ship.cpp:1295]: Error while loading save game: history/units/ENG_1939_Naval_Legacy.txt
  340. The division name is occupied: HMS Starfish
  341. [09:09:44][ship.cpp:1295]: Error while loading save game: history/units/ENG_1939_Naval_Legacy.txt
  342. The division name is occupied: HMS Swordfish
  343. [09:09:44][ship.cpp:1295]: Error while loading save game: history/units/ENG_1939_Naval_Legacy.txt
  344. The division name is occupied: HMS Sturgeon
  345. [09:09:44][ship.cpp:1295]: Error while loading save game: history/units/ENG_1939_Naval_Legacy.txt
  346. The division name is occupied: HMS Thames
  347. [09:09:44][ship.cpp:1295]: Error while loading save game: history/units/ENG_1939_Naval_Legacy.txt
  348. The division name is occupied: HMS Severn
  349. [09:09:44][ship.cpp:1295]: Error while loading save game: history/units/ENG_1939_Naval_Legacy.txt
  350. The division name is occupied: HMS Clyde
  351. [09:09:44][ship.cpp:1295]: Error while loading save game: history/units/ENG_1939_Naval_Legacy.txt
  352. The division name is occupied: HMS Grampus
  353. [09:09:44][ship.cpp:1295]: Error while loading save game: history/units/ENG_1939_Naval_Legacy.txt
  354. The division name is occupied: HMS Rorqual
  355. [09:09:44][persistent.cpp:46]: Error: "Malformed token: Leichte Divisie, near line: 137
  356. " in file: "history/units/HOL_1939.txt" near line: 137
  357. [09:09:44][country.cpp:1704]: Invalid division at line 131 in history/units/HOL_1939.txt
  358. [09:09:44][unit.cpp:3076]: ( HOL ) unit in 11456 has no division template set.
  359. [09:09:44][ship.cpp:1295]: Error while loading save game: history/units/USA_1939_naval_legacy.txt
  360. The division name is occupied: USS Dickerson
  361. [09:09:44][ship.cpp:1295]: Error while loading save game: history/units/USA_1939_naval_legacy.txt
  362. The division name is occupied: USS Herbert
  363. [09:09:44][lexer.cpp:70]: File 'history/units/PLA_1939.txt' should be in utf8-bom encoding (will try to use it anyways)
  364. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 44
  365. " in file: "history/units/PLA_1939.txt" near line: 44
  366. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 44
  367. " in file: "history/units/PLA_1939.txt" near line: 47
  368. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  369. [09:09:44][unit.cpp:3086]: 1st Infantry Division ( PLA ) unit in 599 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  370. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 57
  371. " in file: "history/units/PLA_1939.txt" near line: 57
  372. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 57
  373. " in file: "history/units/PLA_1939.txt" near line: 60
  374. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  375. [09:09:44][unit.cpp:3086]: 2nd Infantry Division ( PLA ) unit in 3657 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  376. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 70
  377. " in file: "history/units/PLA_1939.txt" near line: 70
  378. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 70
  379. " in file: "history/units/PLA_1939.txt" near line: 73
  380. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  381. [09:09:44][unit.cpp:3086]: 3rd Infantry Division ( PLA ) unit in 6675 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  382. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: motorized_equipment belonging to The 205th Platoon
  383. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  384. [09:09:44][unit.cpp:3086]: 24 Infantry Division ( PLA ) unit in 9630 has locked equipment requirements: motorized_equipment, support_equipment, , needed by subunit(s) in template "Motorised War Criminals".
  385. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 93
  386. " in file: "history/units/PLA_1939.txt" near line: 93
  387. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 93
  388. " in file: "history/units/PLA_1939.txt" near line: 96
  389. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  390. [09:09:44][unit.cpp:3086]: 4th Infantry Division ( PLA ) unit in 6661 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  391. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 106
  392. " in file: "history/units/PLA_1939.txt" near line: 106
  393. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 106
  394. " in file: "history/units/PLA_1939.txt" near line: 109
  395. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  396. [09:09:44][unit.cpp:3086]: 5th Infantry Division ( PLA ) unit in 11570 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  397. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 116
  398. " in file: "history/units/PLA_1939.txt" near line: 116
  399. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 116
  400. " in file: "history/units/PLA_1939.txt" near line: 119
  401. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  402. [09:09:44][unit.cpp:3086]: 42nd (East Lancashire) Infantry Division ( PLA ) unit in 11721 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  403. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: motorized_equipment belonging to The 205th Platoon
  404. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  405. [09:09:44][unit.cpp:3086]: 24 Infantry Division ( PLA ) unit in 6635 has locked equipment requirements: motorized_equipment, support_equipment, , needed by subunit(s) in template "Motorised War Criminals".
  406. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 139
  407. " in file: "history/units/PLA_1939.txt" near line: 139
  408. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 139
  409. " in file: "history/units/PLA_1939.txt" near line: 142
  410. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  411. [09:09:44][unit.cpp:3086]: 43rd (Wessex) Infantry Division ( PLA ) unit in 3885 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  412. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 149
  413. " in file: "history/units/PLA_1939.txt" near line: 149
  414. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 149
  415. " in file: "history/units/PLA_1939.txt" near line: 152
  416. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  417. [09:09:44][unit.cpp:3086]: 44th (Home Counties) Division ( PLA ) unit in 3885 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  418. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 159
  419. " in file: "history/units/PLA_1939.txt" near line: 159
  420. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 159
  421. " in file: "history/units/PLA_1939.txt" near line: 162
  422. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  423. [09:09:44][unit.cpp:3086]: 48th (South Midlands) Infantry Division ( PLA ) unit in 3885 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  424. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 169
  425. " in file: "history/units/PLA_1939.txt" near line: 169
  426. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 169
  427. " in file: "history/units/PLA_1939.txt" near line: 172
  428. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  429. [09:09:44][unit.cpp:3086]: 49th (West Riding) Infantry Division ( PLA ) unit in 3885 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  430. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 179
  431. " in file: "history/units/PLA_1939.txt" near line: 179
  432. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 179
  433. " in file: "history/units/PLA_1939.txt" near line: 182
  434. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  435. [09:09:44][unit.cpp:3086]: 50th (Northumbrian) Infantry Division ( PLA ) unit in 3885 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  436. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 192
  437. " in file: "history/units/PLA_1939.txt" near line: 192
  438. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 192
  439. " in file: "history/units/PLA_1939.txt" near line: 195
  440. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  441. [09:09:44][unit.cpp:3086]: 51st (Highland) Infantry Division ( PLA ) unit in 937 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  442. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 205
  443. " in file: "history/units/PLA_1939.txt" near line: 205
  444. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 205
  445. " in file: "history/units/PLA_1939.txt" near line: 208
  446. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  447. [09:09:44][unit.cpp:3086]: 52nd (Lowland) Infantry Division ( PLA ) unit in 6998 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  448. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: motorized_equipment belonging to The 205th Platoon
  449. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  450. [09:09:44][unit.cpp:3086]: 24 Infantry Division ( PLA ) unit in 9756 has locked equipment requirements: motorized_equipment, support_equipment, , needed by subunit(s) in template "Motorised War Criminals".
  451. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 228
  452. " in file: "history/units/PLA_1939.txt" near line: 228
  453. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 228
  454. " in file: "history/units/PLA_1939.txt" near line: 231
  455. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  456. [09:09:44][unit.cpp:3086]: 53rd (Welsh) Infantry Division ( PLA ) unit in 793 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  457. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 241
  458. " in file: "history/units/PLA_1939.txt" near line: 241
  459. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 241
  460. " in file: "history/units/PLA_1939.txt" near line: 244
  461. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  462. [09:09:44][unit.cpp:3086]: 54th (East Anglia) Infantry Division ( PLA ) unit in 9610 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  463. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 254
  464. " in file: "history/units/PLA_1939.txt" near line: 254
  465. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 254
  466. " in file: "history/units/PLA_1939.txt" near line: 257
  467. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  468. [09:09:44][unit.cpp:3086]: 55th (West Lancashire) Infantry Division ( PLA ) unit in 9783 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  469. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: motorized_equipment belonging to The 205th Platoon
  470. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  471. [09:09:44][unit.cpp:3086]: 24 Infantry Division ( PLA ) unit in 9612 has locked equipment requirements: motorized_equipment, support_equipment, , needed by subunit(s) in template "Motorised War Criminals".
  472. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 277
  473. " in file: "history/units/PLA_1939.txt" near line: 277
  474. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 277
  475. " in file: "history/units/PLA_1939.txt" near line: 280
  476. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  477. [09:09:44][unit.cpp:3086]: 7th Infantry Division ( PLA ) unit in 3919 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  478. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 290
  479. " in file: "history/units/PLA_1939.txt" near line: 290
  480. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 290
  481. " in file: "history/units/PLA_1939.txt" near line: 293
  482. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  483. [09:09:44][unit.cpp:3086]: 8th Infantry Division ( PLA ) unit in 804 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  484. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: motorized_equipment belonging to The 205th Platoon
  485. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  486. [09:09:44][unit.cpp:3086]: 24 Infantry Division ( PLA ) unit in 9901 has locked equipment requirements: motorized_equipment, support_equipment, , needed by subunit(s) in template "Motorised War Criminals".
  487. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 313
  488. " in file: "history/units/PLA_1939.txt" near line: 313
  489. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 313
  490. " in file: "history/units/PLA_1939.txt" near line: 316
  491. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  492. [09:09:44][unit.cpp:3086]: 9th (Highland) Infantry Division ( PLA ) unit in 6877 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  493. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 323
  494. " in file: "history/units/PLA_1939.txt" near line: 323
  495. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 323
  496. " in file: "history/units/PLA_1939.txt" near line: 326
  497. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  498. [09:09:44][unit.cpp:3086]: 15th (Scottish) Infantry Division ( PLA ) unit in 784 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  499. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: motorized_equipment belonging to The 205th Platoon
  500. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  501. [09:09:44][unit.cpp:3086]: 24 Infantry Division ( PLA ) unit in 3876 has locked equipment requirements: motorized_equipment, support_equipment, , needed by subunit(s) in template "Motorised War Criminals".
  502. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 346
  503. " in file: "history/units/PLA_1939.txt" near line: 346
  504. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 346
  505. " in file: "history/units/PLA_1939.txt" near line: 349
  506. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  507. [09:09:44][unit.cpp:3086]: 18th Infantry Division ( PLA ) unit in 1005 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  508. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 359
  509. " in file: "history/units/PLA_1939.txt" near line: 359
  510. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 359
  511. " in file: "history/units/PLA_1939.txt" near line: 362
  512. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  513. [09:09:44][unit.cpp:3086]: 38th (Welsh) Infantry Division ( PLA ) unit in 9833 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  514. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 369
  515. " in file: "history/units/PLA_1939.txt" near line: 369
  516. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 369
  517. " in file: "history/units/PLA_1939.txt" near line: 372
  518. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  519. [09:09:44][unit.cpp:3086]: 45th Infantry Division ( PLA ) unit in 9833 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  520. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 379
  521. " in file: "history/units/PLA_1939.txt" near line: 379
  522. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 379
  523. " in file: "history/units/PLA_1939.txt" near line: 382
  524. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  525. [09:09:44][unit.cpp:3086]: 59th (Staffordshire) Infantry Division ( PLA ) unit in 9833 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  526. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 389
  527. " in file: "history/units/PLA_1939.txt" near line: 389
  528. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 389
  529. " in file: "history/units/PLA_1939.txt" near line: 392
  530. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  531. [09:09:44][unit.cpp:3086]: 61st Infantry Division ( PLA ) unit in 9833 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  532. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 399
  533. " in file: "history/units/PLA_1939.txt" near line: 399
  534. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 399
  535. " in file: "history/units/PLA_1939.txt" near line: 402
  536. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  537. [09:09:44][unit.cpp:3086]: 66th Infantry Division ( PLA ) unit in 9833 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  538. [09:09:44][lexer.cpp:70]: File 'history/units/PLA_1939.txt' should be in utf8-bom encoding (will try to use it anyways)
  539. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 44
  540. " in file: "history/units/PLA_1939.txt" near line: 44
  541. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 44
  542. " in file: "history/units/PLA_1939.txt" near line: 47
  543. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  544. [09:09:44][unit.cpp:3086]: 12th (Eastern) Infantry Division ( PLA ) unit in 599 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  545. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 57
  546. " in file: "history/units/PLA_1939.txt" near line: 57
  547. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 57
  548. " in file: "history/units/PLA_1939.txt" near line: 60
  549. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  550. [09:09:44][unit.cpp:3086]: 23rd (Northumbrian) Infantry Division ( PLA ) unit in 3657 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  551. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 70
  552. " in file: "history/units/PLA_1939.txt" near line: 70
  553. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 70
  554. " in file: "history/units/PLA_1939.txt" near line: 73
  555. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  556. [09:09:44][unit.cpp:3086]: 46th (North Midlands) Infantry Division ( PLA ) unit in 6675 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  557. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: motorized_equipment belonging to The 205th Platoon
  558. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  559. [09:09:44][unit.cpp:3086]: 24 Infantry Division ( PLA ) unit in 9630 has locked equipment requirements: motorized_equipment, support_equipment, , needed by subunit(s) in template "Motorised War Criminals".
  560. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 93
  561. " in file: "history/units/PLA_1939.txt" near line: 93
  562. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 93
  563. " in file: "history/units/PLA_1939.txt" near line: 96
  564. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  565. [09:09:44][unit.cpp:3086]: 6th Infantry Division ( PLA ) unit in 6661 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  566. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 106
  567. " in file: "history/units/PLA_1939.txt" near line: 106
  568. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 106
  569. " in file: "history/units/PLA_1939.txt" near line: 109
  570. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  571. [09:09:44][unit.cpp:3086]: 11th (East Africa) Infantry Division ( PLA ) unit in 11570 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  572. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 116
  573. " in file: "history/units/PLA_1939.txt" near line: 116
  574. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 116
  575. " in file: "history/units/PLA_1939.txt" near line: 119
  576. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  577. [09:09:44][unit.cpp:3086]: 12th (West Africa) Infantry Division ( PLA ) unit in 11721 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  578. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: motorized_equipment belonging to The 205th Platoon
  579. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  580. [09:09:44][unit.cpp:3086]: 24 Infantry Division ( PLA ) unit in 6635 has locked equipment requirements: motorized_equipment, support_equipment, , needed by subunit(s) in template "Motorised War Criminals".
  581. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 139
  582. " in file: "history/units/PLA_1939.txt" near line: 139
  583. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 139
  584. " in file: "history/units/PLA_1939.txt" near line: 142
  585. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  586. [09:09:44][unit.cpp:3086]: 47th (London) Infantry Division ( PLA ) unit in 3885 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  587. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 149
  588. " in file: "history/units/PLA_1939.txt" near line: 149
  589. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 149
  590. " in file: "history/units/PLA_1939.txt" near line: 152
  591. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  592. [09:09:44][unit.cpp:3086]: 56th (London) Infantry Division ( PLA ) unit in 3885 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  593. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 159
  594. " in file: "history/units/PLA_1939.txt" near line: 159
  595. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 159
  596. " in file: "history/units/PLA_1939.txt" near line: 162
  597. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  598. [09:09:44][unit.cpp:3086]: 70th Infantry Division ( PLA ) unit in 3885 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  599. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 169
  600. " in file: "history/units/PLA_1939.txt" near line: 169
  601. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 169
  602. " in file: "history/units/PLA_1939.txt" near line: 172
  603. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  604. [09:09:44][unit.cpp:3086]: 76th Infantry Division ( PLA ) unit in 3885 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  605. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 179
  606. " in file: "history/units/PLA_1939.txt" near line: 179
  607. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 179
  608. " in file: "history/units/PLA_1939.txt" near line: 182
  609. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  610. [09:09:44][unit.cpp:3086]: 77th Infantry Division ( PLA ) unit in 3885 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  611. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 192
  612. " in file: "history/units/PLA_1939.txt" near line: 192
  613. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 192
  614. " in file: "history/units/PLA_1939.txt" near line: 195
  615. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  616. [09:09:44][unit.cpp:3086]: 78th Infantry Division ( PLA ) unit in 937 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  617. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 205
  618. " in file: "history/units/PLA_1939.txt" near line: 205
  619. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 205
  620. " in file: "history/units/PLA_1939.txt" near line: 208
  621. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  622. [09:09:44][unit.cpp:3086]: 80th Infantry Division ( PLA ) unit in 6998 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  623. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: motorized_equipment belonging to The 205th Platoon
  624. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  625. [09:09:44][unit.cpp:3086]: 24 Infantry Division ( PLA ) unit in 9756 has locked equipment requirements: motorized_equipment, support_equipment, , needed by subunit(s) in template "Motorised War Criminals".
  626. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 228
  627. " in file: "history/units/PLA_1939.txt" near line: 228
  628. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 228
  629. " in file: "history/units/PLA_1939.txt" near line: 231
  630. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  631. [09:09:44][unit.cpp:3086]: 81st (West Africa) Infantry Division ( PLA ) unit in 793 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  632. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 241
  633. " in file: "history/units/PLA_1939.txt" near line: 241
  634. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 241
  635. " in file: "history/units/PLA_1939.txt" near line: 244
  636. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  637. [09:09:44][unit.cpp:3086]: 82nd (West Africa) Infantry Division ( PLA ) unit in 9610 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  638. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 254
  639. " in file: "history/units/PLA_1939.txt" near line: 254
  640. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 254
  641. " in file: "history/units/PLA_1939.txt" near line: 257
  642. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  643. [09:09:44][unit.cpp:3086]: 36th Infantry Division ( PLA ) unit in 9783 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  644. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: motorized_equipment belonging to The 205th Platoon
  645. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  646. [09:09:44][unit.cpp:3086]: 24 Infantry Division ( PLA ) unit in 9612 has locked equipment requirements: motorized_equipment, support_equipment, , needed by subunit(s) in template "Motorised War Criminals".
  647. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 277
  648. " in file: "history/units/PLA_1939.txt" near line: 277
  649. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 277
  650. " in file: "history/units/PLA_1939.txt" near line: 280
  651. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  652. [09:09:44][unit.cpp:3086]: Guards Infantry Division ( PLA ) unit in 3919 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  653. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 290
  654. " in file: "history/units/PLA_1939.txt" near line: 290
  655. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 290
  656. " in file: "history/units/PLA_1939.txt" near line: 293
  657. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  658. [09:09:44][unit.cpp:3086]: 40th Infantry Division ( PLA ) unit in 804 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  659. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: motorized_equipment belonging to The 205th Platoon
  660. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  661. [09:09:44][unit.cpp:3086]: 24 Infantry Division ( PLA ) unit in 9901 has locked equipment requirements: motorized_equipment, support_equipment, , needed by subunit(s) in template "Motorised War Criminals".
  662. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 313
  663. " in file: "history/units/PLA_1939.txt" near line: 313
  664. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 313
  665. " in file: "history/units/PLA_1939.txt" near line: 316
  666. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  667. [09:09:44][unit.cpp:3086]: 57th (2nd West Lancashire) Infantry Div. ( PLA ) unit in 6877 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  668. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 323
  669. " in file: "history/units/PLA_1939.txt" near line: 323
  670. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 323
  671. " in file: "history/units/PLA_1939.txt" near line: 326
  672. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  673. [09:09:44][unit.cpp:3086]: 58th (2/1st London) Infantry Division ( PLA ) unit in 784 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  674. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: motorized_equipment belonging to The 205th Platoon
  675. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  676. [09:09:44][unit.cpp:3086]: 24 Infantry Division ( PLA ) unit in 3876 has locked equipment requirements: motorized_equipment, support_equipment, , needed by subunit(s) in template "Motorised War Criminals".
  677. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 346
  678. " in file: "history/units/PLA_1939.txt" near line: 346
  679. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 346
  680. " in file: "history/units/PLA_1939.txt" near line: 349
  681. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  682. [09:09:44][unit.cpp:3086]: 28th Infantry Division ( PLA ) unit in 1005 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  683. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 359
  684. " in file: "history/units/PLA_1939.txt" near line: 359
  685. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 359
  686. " in file: "history/units/PLA_1939.txt" near line: 362
  687. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  688. [09:09:44][unit.cpp:3086]: 33rd Infantry Division ( PLA ) unit in 9833 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  689. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 369
  690. " in file: "history/units/PLA_1939.txt" near line: 369
  691. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 369
  692. " in file: "history/units/PLA_1939.txt" near line: 372
  693. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  694. [09:09:44][unit.cpp:3086]: 34th Infantry Division ( PLA ) unit in 9833 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  695. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 379
  696. " in file: "history/units/PLA_1939.txt" near line: 379
  697. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 379
  698. " in file: "history/units/PLA_1939.txt" near line: 382
  699. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  700. [09:09:44][unit.cpp:3086]: 37th Infantry Division ( PLA ) unit in 9833 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  701. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 389
  702. " in file: "history/units/PLA_1939.txt" near line: 389
  703. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 389
  704. " in file: "history/units/PLA_1939.txt" near line: 392
  705. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  706. [09:09:44][unit.cpp:3086]: 41st Infantry Division ( PLA ) unit in 9833 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  707. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: 205th War Criminals, near line: 399
  708. " in file: "history/units/PLA_1939.txt" near line: 399
  709. [09:09:44][persistent.cpp:46]: Error: "Unexpected token: =, near line: 399
  710. " in file: "history/units/PLA_1939.txt" near line: 402
  711. [09:09:44][equipmentpool.cpp:1374]: Trying to fill variant where none exist from type: support_equipment belonging to The 205th Platoon
  712. [09:09:44][unit.cpp:3086]: 60th Infantry Division ( PLA ) unit in 9833 has locked equipment requirements: support_equipment, , needed by subunit(s) in template "205th War Criminals".
  713. [09:09:44][ship.cpp:1295]: Error while loading save game: history/units/ENG_1939_Naval_Legacy.txt
  714. The division name is occupied: HMS Starfish
  715. [09:09:44][gamestate.cpp:4947]: 49 - Ankara has too many buildings : -15
  716. [09:09:44][gamestate.cpp:4947]: 158 - Piedmont has too many buildings : -1
  717. [09:09:44][gamestate.cpp:4947]: 341 - Istanbul has too many buildings : -22
Advertisement
Add Comment
Please, Sign In to add comment