Skip to content

Instantly share code, notes, and snippets.

@Avaray
Last active February 24, 2023 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Avaray/83e4a4d644c19651d5ae0dc832ad9c79 to your computer and use it in GitHub Desktop.
Save Avaray/83e4a4d644c19651d5ae0dc832ad9c79 to your computer and use it in GitHub Desktop.
Battlefield 4 DATA
export const gamemodes: {[key: string]: string} = {
"AirSuperiority": "Air Superiority",
"CaptureTheFlag": "Capture The Flag",
"CarrierAssault": "Carrier Assault Small",
"CarrierAssaultLarge": "Carrier Assault Large",
"Chainlink": "Chainlink",
"ConquestLarge": "Conquest Large",
"ConquestSmall": "Conquest Small",
"Domination": "Domination",
"Elimination": "Defuse",
"GunMaster": "Gun Master",
"Obliteration": "Obliteration",
"RushLarge": "Rush",
"SquadDeathMatch": "Squad Deathmatch",
"SquadObliteration": "Squad Obliteration",
"TeamDeathMatch": "Team Deathmatch",
}
export const maps: {[key: string]: string} = {
"MP_Abandoned": "Zavod 311",
"MP_Damage": "Lancang Dam",
"MP_Flooded": "Flood Zone",
"MP_Journey": "Golmud Railway",
"MP_Naval": "Paracel Storm",
"MP_Prison": "Operation Locker",
"MP_Resort": "Hainan Resort",
"MP_Siege": "Siege of Shanghai",
"MP_TheDish": "Rogue Transmission",
"MP_Tremors": "Dawnbreaker",
"XP0_Caspian": "Caspian Border 2014",
"XP0_Firestorm": "Operation Firestorm 2014",
"XP0_Metro": "Operation Metro 2014",
"XP0_Oman": "Gulf of Oman 2014",
"XP1_001": "Silk Road",
"XP1_002": "Altai Range",
"XP1_003": "Guilin Peaks",
"XP1_004": "Dragon Pass",
"XP2_001": "Lost Islands",
"XP2_002": "Nansha Strike",
"XP2_003": "Wave Breaker",
"XP2_004": "Operation Mortar",
"XP3_MarketPl": "Pearl Market",
"XP3_Prpganda": "Propaganda",
"XP3_UrbanGdn": "Lumphini Garden",
"XP3_WtrFront": "Sunken Dragon",
"XP4_Arctic": "Operation Whiteout",
"XP4_SubBase": "Hammerhead",
"XP4_Titan": "Hangar 21",
"XP4_WlkrFtry": "Giants of Karelia",
"XP5_Night_01": "Zavod: Graveyard Shift",
"XP6_CMP": "Operation Outbreak",
"XP7_Valley": "Dragon Valley 2015",
}
export const presets: {[key: string]: string} = {
"1": "Normal",
"2": "Hardcore",
"4": "Infantry",
"8": "Custom",
"32": "Classic",
"64": "New Players Only",
}
export const regions: {[key: string]: string} = {
"1": "North America",
"2": "South America",
"4": "Antarctica",
"8": "Africa",
"16": "Europe",
"32": "Asia",
"64": "Oceania",
}
export const countries: {[key: string]: string} = {
"ad": "Andorra",
"ae": "United Arab Emirates",
"af": "Afghanistan",
"ag": "Antigua and Barbuda",
"ai": "Anguilla",
"al": "Albania",
"am": "Armenia",
"ao": "Angola",
"aq": "Antarctica",
"ar": "Argentina",
"as": "American Samoa",
"at": "Austria",
"au": "Australia",
"aw": "Aruba",
"ax": "Åland Islands",
"az": "Azerbaijan",
"ba": "Bosnia and Herzegovina",
"bb": "Barbados",
"bd": "Bangladesh",
"be": "Belgium",
"bf": "Burkina Faso",
"bg": "Bulgaria",
"bh": "Bahrain",
"bi": "Burundi",
"bj": "Benin",
"bl": "Saint Barthélemy",
"bm": "Bermuda",
"bn": "Brunei Darussalam",
"bo": "Bolivia, Plurinational State of",
"bq": "Bonaire, Sint Eustatius and Saba",
"br": "Brazil",
"bs": "Bahamas",
"bt": "Bhutan",
"bv": "Bouvet Island",
"bw": "Botswana",
"by": "Belarus",
"bz": "Belize",
"ca": "Canada",
"cc": "Cocos (Keeling) Islands",
"cd": "Congo, Democratic Republic of the",
"cf": "Central African Republic",
"cg": "Congo",
"ch": "Switzerland",
"ci": "Côte d'Ivoire",
"ck": "Cook Islands",
"cl": "Chile",
"cm": "Cameroon",
"cn": "China",
"co": "Colombia",
"cr": "Costa Rica",
"cu": "Cuba",
"cv": "Cabo Verde",
"cw": "Curaçao",
"cx": "Christmas Island",
"cy": "Cyprus",
"cz": "Czechia",
"de": "Germany",
"dj": "Djibouti",
"dk": "Denmark",
"dm": "Dominica",
"do": "Dominican Republic",
"dz": "Algeria",
"ec": "Ecuador",
"ee": "Estonia",
"eg": "Egypt",
"eh": "Western Sahara",
"er": "Eritrea",
"es": "Spain",
"et": "Ethiopia",
"fi": "Finland",
"fj": "Fiji",
"fk": "Falkland Islands (Malvinas)",
"fm": "Micronesia, Federated States of",
"fo": "Faroe Islands",
"fr": "France",
"ga": "Gabon",
"gb": "United Kingdom of Great Britain and Northern Ireland",
"gd": "Grenada",
"ge": "Georgia",
"gf": "French Guiana",
"gg": "Guernsey",
"gh": "Ghana",
"gi": "Gibraltar",
"gl": "Greenland",
"gm": "Gambia",
"gn": "Guinea",
"gp": "Guadeloupe",
"gq": "Equatorial Guinea",
"gr": "Greece",
"gs": "South Georgia and the South Sandwich Islands",
"gt": "Guatemala",
"gu": "Guam",
"gw": "Guinea-Bissau",
"gy": "Guyana",
"hk": "Hong Kong",
"hm": "Heard Island and McDonald Islands",
"hn": "Honduras",
"hr": "Croatia",
"ht": "Haiti",
"hu": "Hungary",
"id": "Indonesia",
"ie": "Ireland",
"il": "Israel",
"im": "Isle of Man",
"in": "India",
"io": "British Indian Ocean Territory",
"iq": "Iraq",
"ir": "Iran, Islamic Republic of",
"is": "Iceland",
"it": "Italy",
"je": "Jersey",
"jm": "Jamaica",
"jo": "Jordan",
"jp": "Japan",
"ke": "Kenya",
"kg": "Kyrgyzstan",
"kh": "Cambodia",
"ki": "Kiribati",
"km": "Comoros",
"kn": "Saint Kitts and Nevis",
"kp": "Korea, Democratic People's Republic of",
"kr": "Korea, Republic of",
"kw": "Kuwait",
"ky": "Cayman Islands",
"kz": "Kazakhstan",
"la": "Lao People's Democratic Republic",
"lb": "Lebanon",
"lc": "Saint Lucia",
"li": "Liechtenstein",
"lk": "Sri Lanka",
"lr": "Liberia",
"ls": "Lesotho",
"lt": "Lithuania",
"lu": "Luxembourg",
"lv": "Latvia",
"ly": "Libya",
"ma": "Morocco",
"mc": "Monaco",
"md": "Moldova, Republic of",
"me": "Montenegro",
"mf": "Saint Martin, (French part)",
"mg": "Madagascar",
"mh": "Marshall Islands",
"mk": "North Macedonia",
"ml": "Mali",
"mm": "Myanmar",
"mn": "Mongolia",
"mo": "Macao",
"mp": "Northern Mariana Islands",
"mq": "Martinique",
"mr": "Mauritania",
"ms": "Montserrat",
"mt": "Malta",
"mu": "Mauritius",
"mv": "Maldives",
"mw": "Malawi",
"mx": "Mexico",
"my": "Malaysia",
"mz": "Mozambique",
"na": "Namibia",
"nc": "New Caledonia",
"ne": "Niger",
"nf": "Norfolk Island",
"ng": "Nigeria",
"ni": "Nicaragua",
"nl": "Netherlands",
"no": "Norway",
"np": "Nepal",
"nr": "Nauru",
"nu": "Niue",
"nz": "New Zealand",
"om": "Oman",
"pa": "Panama",
"pe": "Peru",
"pf": "French Polynesia",
"pg": "Papua New Guinea",
"ph": "Philippines",
"pk": "Pakistan",
"pl": "Poland",
"pm": "Saint Pierre and Miquelon",
"pn": "Pitcairn",
"pr": "Puerto Rico",
"ps": "Palestine, State of",
"pt": "Portugal",
"pw": "Palau",
"py": "Paraguay",
"qa": "Qatar",
"re": "Réunion",
"ro": "Romania",
"rs": "Serbia",
"ru": "Russian Federation",
"rw": "Rwanda",
"sa": "Saudi Arabia",
"sb": "Solomon Islands",
"sc": "Seychelles",
"sd": "Sudan",
"se": "Sweden",
"sg": "Singapore",
"sh": "Saint Helena, Ascension and Tristan da Cunha",
"si": "Slovenia",
"sj": "Svalbard and Jan Mayen",
"sk": "Slovakia",
"sl": "Sierra Leone",
"sm": "San Marino",
"sn": "Senegal",
"so": "Somalia",
"sr": "Suriname",
"ss": "South Sudan",
"st": "Sao Tome and Principe",
"sv": "El Salvador",
"sx": "Sint Maarten, (Dutch part)",
"sy": "Syrian Arab Republic",
"sz": "Eswatini",
"tc": "Turks and Caicos Islands",
"td": "Chad",
"tf": "French Southern Territories",
"tg": "Togo",
"th": "Thailand",
"tj": "Tajikistan",
"tk": "Tokelau",
"tl": "Timor-Leste",
"tm": "Turkmenistan",
"tn": "Tunisia",
"to": "Tonga",
"tr": "Turkey",
"tt": "Trinidad and Tobago",
"tv": "Tuvalu",
"tw": "Taiwan, Province of China",
"tz": "Tanzania, United Republic of",
"ua": "Ukraine",
"ug": "Uganda",
"um": "United States Minor Outlying Islands",
"us": "United States of America",
"uy": "Uruguay",
"uz": "Uzbekistan",
"va": "Holy See",
"vc": "Saint Vincent and the Grenadines",
"ve": "Venezuela, Bolivarian Republic of",
"vg": "Virgin Islands, British",
"vi": "Virgin Islands, U.S.",
"vn": "Viet Nam",
"vu": "Vanuatu",
"wf": "Wallis and Futuna",
"ws": "Samoa",
"ye": "Yemen",
"yt": "Mayotte",
"za": "South Africa",
"zm": "Zambia",
"zw": "Zimbabwe",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment