Difference between revisions of "Enum Table of Countries - XCOM:EU 2012"

From Nexus Mods Wiki
Jump to: navigation, search
(table format adjustments)
 
Line 134: Line 134:
 
| 36 || eCountry_MAX
 
| 36 || eCountry_MAX
 
|}
 
|}
 +
  
 
== References ==
 
== References ==
 +
 
Referred to by this article:
 
Referred to by this article:
* [http://forums.nexusmods.com/index.php?/topic/971711-names-to-country-mapping Names to country mapping]
 
* [[How_to_DIY_common_mod_solutions_-_XCOM:EU_2012]]
 
* [[Modding Tools - XCOM:EU 2012]]
 
<br><br>
 
That refer to this article:
 
* [[How_to_DIY_common_mod_solutions_-_XCOM:EU_2012]]
 
<br><br>
 
  
[[Category:Enum Values XCOM Modding]]
+
*[http://forums.nexusmods.com/index.php?/topic/971711-names-to-country-mapping Names to country mapping]
[[Category:XCOM Modding]]
+
*[[How_to_DIY_common_mod_solutions_-_XCOM:EU_2012]]
[[Category:Game Files & Modding - XCOM:EU 2012]]
+
*[[Modding_Tools_-_XCOM:EU_2012]]
[[Category:XCOM]]
+
 
 +
<br/> <br/> That refer to this article:
 +
 
 +
*[[How_to_DIY_common_mod_solutions_-_XCOM:EU_2012]]
 +
 
 +
<br/> &nbsp;
 +
 
 +
[[Category:Enum Values XCOM Modding]] [[Category:XCOM Modding]] [[Category:Game Files & Modding - XCOM:EU 2012]] [[Category:XCOM]] [[Category:Mod_Creation]]

Latest revision as of 01:00, 16 November 2018

Overview

[The following is derived from the Nexus XCOM Mod Talk forum thread Names to country mapping.]

There are 36 countries in the XCom enum table. 16 of them are hard-coded to be built as the Funding Council. The remainder are built as "regular" countries.

Programs and Tools

Details

Only the 16 Funding Council countries can have satellites built over them.

The coordinates of the location where their satellite nodes appear on the Situation Room Hologlobe are given as they can be used with Keybinding to rotate the Hologlobe to that country location. See the wiki article How to DIY common mod solutions - XCOM:EU 2012 for details.

Note that only the original hard-coded 16 Funding Council countries have the art assets to be displayed in the Situation Room. Substituting another country for one of the initial ones will cause a "crash-to-desktop" without such art assets.

The "Enum" value corresponds to the array index in related functions. The table sequence is that in which the Funding Council is constructed: by continent.

Funding Council Country Table
Enum Country Name Coordinates Funding
0 USA 0.2170, 0.2830 180
15 Canada 0.2200, 0.1800 100
21 Mexico 0.2190, 0.3790 50
3 UK 0.4950, 0.2020 100
1 Russia 0.6100, 0.1760 150
5 France 0.5060, 0.2400 80
4 Germany 0.5280, 0.2150 100
2 China 0.7870, 0.3100 100
6 Japan 0.8850, 0.2970 100
7 India 0.7170, 0.3670 60
8 Australia 0.8730, 0.6150 60
20 Argentina 0.3210, 0.6940 70
19 Brazil 0.3610, 0.5510 80
18 Egypt 0.5810, 0.3510 70
22 South Africa 0.5690, 0.6620 80
25 Nigeria 0.520, 0.4470 100

The following is the complete enum table (including the Funding Council) in enum / index sequence:

Country Enum Table
Enum Country Label
0 eCountry_USA
1 eCountry_Russia
2 eCountry_China
3 eCountry_UK
4 eCountry_Germany
5 eCountry_France
6 eCountry_Japan
7 eCountry_India
8 eCountry_Australia
9 eCountry_Italy
10 eCountry_SouthKorea
11 eCountry_Turkey
12 eCountry_Indonesia
13 eCountry_Spain
14 eCountry_Pakistan
15 eCountry_Canada
16 eCountry_Iran
17 eCountry_Israel
18 eCountry_Egypt
19 eCountry_Brazil
20 eCountry_Argentina
21 eCountry_Mexico
22 eCountry_SouthAfrica
23 eCountry_SaudiArabia
24 eCountry_Ukraine
25 eCountry_Nigeria
26 eCountry_Venezuela
27 eCountry_Greece
28 eCountry_Columbia
29 eCountry_Portugal
30 eCountry_Sweden
31 eCountry_Ireland
32 eCountry_Scotland
33 eCountry_Norway
34 eCountry_Netherlands
35 eCountry_Belgium
36 eCountry_MAX


References

Referred to by this article:



That refer to this article: