• 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.
Status
Not open for further replies.

Generalisimo

Field Marshal
112 Badges
Jul 22, 2002
11.213
3
www.ageod-forum.com
  • Crusader Kings III
  • Battle for Bosporus
  • Stellaris: Nemesis
  • Europa Universalis 4: Emperor
  • Stellaris: Federations
  • Imperator: Rome Deluxe Edition
  • Age of Wonders: Planetfall Premium edition
  • Cities in Motion
  • Age of Wonders: Planetfall
  • Crusader Kings II
  • Hearts of Iron IV: Colonel
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Commander: Conquest of the Americas
  • Deus Vult
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Pre-order
  • Imperator: Rome
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Heir to the Throne
  • Europa Universalis III Complete
  • King Arthur II
  • The Kings Crusade
  • Magicka
  • Majesty 2
  • Pride of Nations
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Semper Fi
  • Supreme Ruler: Cold War
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 200k Club
*** ID allocation ***

Please !!! Read this CAREFULLY.
Send me a PM/email to request IDs.
Help to keep this list up to date, so everybody knows which IDs are free.

DO NOT POST HERE, send a PM or send me an email or use the General Discusion thread.

Thanks.



Check here before you start using ID's, it is really tiring to edit all your events.
Please, do not take ID's just to waste space, request ONLY the ones that you will use (start coding and then ask for it when you know more or less how many you will use, don't ask for 20 and then use 2 or 3 of them. :mad: ).
First, discuss your events/leaders/parties in this forum, before requesting IDs, so you will know that your events/leaders/parties are allowed by Paradox and that everyone here agrees to include them.

Thanks, again.



As soon as you know that your work "works" (at least that it allows the game to start the scenario ;) ) send them by email.
Please, detail in a file the complete list of events that you are including using this format:
XXXXXX - Name of the event (by Autor)
To ease the work of updating the ID list.
We will use one file for every nation, like this:
VIP_NationName.txt
Example:
VIP_Greece
For testing purpose you can create all the files that you want, but before sending them, please, put them all togheter because is a real mess to start copying and pasting all your work and could lead to potencial problems...
Please follow that.

Thanks! (for the third time! :D ).
 
Last edited:
Event IDs already used

Due to the huge ammount of events sent lately, we have passed the ammount of characters allowed, so i have no other option that to remove the list from here and put it somewhere else (until we have a website ;) ).
The current list is now at:
http://www20.brinkster.com/generalisimo/id_list.htm
NEW URL!!! - updated the URL the 3rd of February
 
Last edited:
*** Event Writers Please Read ***

Well, i have been receiving some events from a lot of people and i have noticed some common errors, so i decided to open a "Good Techniques for writing events" thread... :D

Please, like always, do not post in here, send me an email/PM for any suggestion... help to keep this clean and usefull for all of us. :)



To the kind moderator that stuck the other thread, please stick this too, thanks. :D
 
Regarding dates of the events...

-Everyone have seen that the events have a date clause that can be skipped if the event is triggered by another event. (a good thing to do to avoid overcharging the engine).


-But, there are some combinations if you decide to put the date clause:
1)
date = { day = 1 month = january year = 1846 }
offset = 500

2)
date = { day = 1 month = january year = 1846 }
offset = 1
deathdate = { day = 30 month = december year = 1850 }

3)
date = { day = 1 month = january year = 1846 }


4)
date = { day = 1 month = january year = 1846 }
deathdate = { day = 30 month = december year = 1850 }


It is obvious that using only the deathdate clause will not work. ;)
Option 1, 2 and 3 are legal, BUT option 4 is illegal, you CANNOT use date and deathdate without specifying an offset. If you do that, you will make the game hang when the engine checks for the event (or the scenario will not load properly in some systems).


-Do not create an event with:
date = { day = 1 month = january year = 1836 }
offset = 1
deathdate = { day = 30 month = december year = 1914 }

Those events will totally overstress the engine because it will need to check it from day one until the last day of the game. (avoid doing that, please use dates that are sensible for the event to happen)


-Always sleep events that cannot happen anymore, for example, if there is two chains of events, one for war and one for peace, when you select one, sleep the other chain, it is useless to keep the engine checking for the other events when they will never happen. (this will help us to not stress the engine when we have 1000 of events in VIP)


more to come later...
:cool:
 
Last edited:
Suggestions Nº2

I have been reviewing most of the events that i have and i found that almost all of you have modded things like:
type = pop_growth_mod value = X
type = attrition_mod value = X
type = work_hour_eff value = X
type = bond_sale_mod value = X
type = tax_eff value = X
type = tariff_eff value = X
type = loan_interest_rate value = X
type = loan_repayment_eff value = X
type = may_inc_capacity
type = may_dec_capacity
type = capacity_cost_mod value = X
type = factory_cost_mod value = X
type = capitalist_bonus value = X
type = aristocrat_bonus value = X
type = account_eff which = [main/education/police/social] value = X
type = strata_income_mod which = [rich/middle/low] value = X
ADDED:
type = education_modifier value = X
type = social_reform_cost_mod value = X
type = political_reform_cost_mod value = X
type = railroad_cost_mod value = X
type = pop_research_mod which = [workforce type] value = X
type = shock_attack which = [land unit type] value = X
type = fire_attack which = [land unit type] value = X
type = gun_attack which = [naval unit type] value = X
type = torpedo_attack which = [naval unit type] value = X
type = shore_bombardment which = [naval unit type] value = X
type = range which = [naval unit type] value = X
type = visibility which = [naval unit type] value = X
type = detection which = [naval unit type] value = X
type = transport_capacity which = [naval unit type] value = X
type = minelayer which = [naval unit type] value = X
type = minesweeper which = [naval unit type] value = X
type = defense which = [unit type] value = X
type = build_time which = [unit type] value = X
type = speed which = [unit type] value = X
type = max_elan which = [unit type] value = X
type = max_organization which = [unit type] value = X
type = supplyconsumption which = [unit type] value = X
type = reliability which = [unit type] value = X


Things like that are there to be modded by inventions, not by events.
Using that in events creates a complete unbalance.
It is not right to give such a bonus to nation just because it "builds a railroad", or things like that.
We can mod the entire tech tree and their related inventions, so let's try to put all those things in inventions and not events.

I will use an example, sorry for the author, but it will make things clear.
I will take Texas.
In the recent events that i have, they receive for building railroads and other things like this capitalist bonus:
5+5+10+10-10-10-1+5+5+5+5+1=30
So, at the end of the game, with only taking into account the events, the Texans capitalists give 30% more bonus than ANY capitalist in the world.
This is not right, it doesn't have sense, we will need to create events like that for France, Germany, USA, UK, etc. granting them special bonuses to balance this. But if we do that, which is the purpose of the inventions then??? ;)

And i have only used 1 example, i have a lot more like this, and there are ones that are mode dangerous, like pop_growth_mod, this makes all your POPs growth faster than any POP in the world... WHY???

So, i suggest the authors of the events (there is a lot of events with these characteristics, so i am not pointing to anyone) starts revising their events and tries to find a different way to represent that.

Suggestion: prestige is always good to make a flavour event that tells you the history of a great man that discovered the chair... :D


Also, check what you are doing with the efficiency of factories, you are creating super powerhouse of manufactured products when you play with those values.
The only events that modifies those values are the economic ones (take a look at: economic_events.txt) or inventions.



Anyone that disagrees with this can complain here:
*** Very Important *** All Events Writters Please Read And Discuss This
 
Suggestion Nº 3 : POPs

WARNING!!!
pimparel reported to me that a LOT of files from the POPmod doesn't have the needed "empty line" at the end of the file.
PLEASE, check your files before sending them!

For example:

Code:
Province;Nationality;Religion;Workforce;Ideology;Consciousness;Militancy;Size[B][I]<enter>[/I][/B]
2253;African_Minor;Orthodox;aristocrats;;;;1[B][I]<enter>[/I][/B]
2253;African_Minor;Orthodox;clergymen;;;;1[B][I]<enter>[/I][/B]
[B][I]<here it is the end of the file>[/I][/B]

If you have any question about this, just ask.
 
Suggestion Nº 4: suggested by JRaup

If you have an event that is triggered directly by another, DO NOT put a date in that triggered event. If you do, it will fire on that date, even if it's not supposed to. Also be sure to sleep events in alternate options, as that will also cut down on the response events firing improperly.

Example:
Event 1 has options A, B, and C.
Choosing A triggers event 2, while B and C do not sleep event 2.
If event 2 has a date in it, and option B or C are chosen in event 1, event 2 will fire anyway.
So, event 2 should have no date, and options B and C should sleep event 2 to be sure.


Thanks.
:cool:
 
FAQ organized by Schnee0

L I N K S

* North America Related *
49th Parallel info
Description: Though actually about something modern, it has some info on the 49th parallel, which could have resulted in a war between the US and UK. Includes maps.

American Civil War Info - Has a lot of links

Battle of Solferino

No Gettysburg - An Alternate History

* Europe Related *
Crimean War Research Society

History of the Kaiserreich (German)

The Kingdom of the Two Sicilies


* Asian Related *
Russo-Japanese War Research Society

The Treaty Of Nanking
Description: Opium war treaty, may come in handy.

* British Isles Related *
The Charge of the Light Brigade The 13th at Balaclava
Description: History of the British 13th Light Dragoons

Land Forces of Britain, the Empire and Commonwealth
Description: A good site on British Military history.


* British Commonwealth Related *
Australian History Websites Index

South African History Archive

* General Links *
The 11th Edition of the Encyclopedia Britannica (dated 1911)
Description: For flavor and contemporary views.

Armed Conflict Database
Description: For military conflicts various and sundry.

Countries of The World
Description: This site has modern resource and POP info, but many countries have history pages from the US Library of Congress which give some nice overviews of their history and give a starting point for further research.

First World War.com
Description: Site dedicated to The Great War.

Flags Of The World
Description: an excellent site for almost any flag that was ever hoisted (or not).

Haze Gray & Underway
Description: Naval information - mostly modern but can assist in creating 'hypothetical' ship names.

Major General Tremorden Rederring's Colonial-era Wargames Page
Description: Victorian era warfare information (with hobby miniatures)

Popstats
Description: This site is pretty much the bible when it comes to populations and such.

The Victorian Web
Description: Website that covers all aspects of the Victorian era.

Warships1
Description: Historical site summarising and describing modern-type military ships employed by all major countries from the late 19th century to the present.

World Statesmen
Description: an excellent site for flags, chronological history, quick listing of political parties, etc.

The World Wide Virtual Library History
Description: A very good link about history information of all countries of the world.

Modding 101
Modding 101 from Vickywiki

Event trigger listing
All Valid Event Triggers

Event commands listing
All Valid Event Commands

L E A D E R T R A I T S
View them at Summary Of Leader Trait Bonuses
 
Last edited by a moderator:
"offset" bug announcement - PLEASE READ

There is a known bug with the "offset = X" clause in the events.
The problem is simple, i will describe it with an example:
Code:
date = { day = 1 month = january year = 1883 }
offset = 360
deathdate = { day = 1 month = january year = 1884 }
what happens with this?
Well, it is simple, on january 1st of 1883 the event is activated and the offset starts counting... if you save, for example in December of 1883, quit the game and then you load the same game, the event will be activated again, but the offset is NOT saved, so it starts counting again from 1. As you can guess, there is not enough time for the offset to be completed, so the event is NEVER triggered.
The same happens with an event that has this:
Code:
date = { day = 1 month = january year = 1883 }
offset = 360
If you save the game in January 10th (offset will be around 10 in that time), then quit, when you load the game, the event date is no more valid, because the 1st of january have passed away and the offset is not saved, so the engine cannot know that this event was "activated" before.

PLEASE, reduce all your offset, this is the cause why some events are not triggering during gameplay.
This is WAD and will not be solved by the developers.
 
Update 18 Oct 2006

With VIP 0.45 now out, the list of event IDs was in definite need of updating.

An updated list current with the 0.45 edition of VIP can be found at the CORE-VIP Website.
 
Last edited:
VIP - Reference Material For Modding

Culture Tags

This is a reference list of the current cultures. This list will be updated as changes and assignments are made.

Updated 2 October 2007

RED : represents a currently recycled tag
YELLOW : represents a currently unused tag
ORANGE : represents a new addition for VIP-R 0.1
GREEN : represents a new addition for VIP-R 0.2

European Cultures

Western European Cultures

CULTURE_BASQUE;Basque;;;;;;;;;;x
CULTURE_BRITISH;British;;;;;;;;;;x
CULTURE_CATALAN;Catalan;;;;;;;;;;x
CULTURE_DANISH;Danish;;;;;;;;;;x
CULTURE_DUTCH;Dutch;;;;;;;;;;x
CULTURE_FINNISH;Finnish;;;;;;;;;;x
CULTURE_FLEMISH;Flemish;;;;;;;;;;x
CULTURE_FRENCH;French;;;;;;;;;;x
CULTURE_ICELANDIC;Icelandic;;;;;;;;;;x
CULTURE_IRISH;Irish;;;;;;;;;;x
CULTURE_MALTESE;Maltese;;;;;;;;;;x
CULTURE_NORTH_GERMAN;North German;;;;;;;;;;x
CULTURE_NORTH_ITALIAN;North Italian;;;;;;;;;;x
CULTURE_NORWEGIAN;Norwegian;;;;;;;;;;x
CULTURE_PORTUGUESE;Portuguese;;;;;;;;;;x
CULTURE_SOUTH_GERMAN;South German;;;;;;;;;;x
CULTURE_SOUTH_ITALIAN;South Italian;;;;;;;;;;x
CULTURE_SPANISH;Spanish;;;;;;;;;;x
CULTURE_SWEDISH;Swedish;;;;;;;;;;x
CULTURE_SWISS;Swiss;;;;;;;;;;x
CULTURE_TIBOO;Walloon;;;;;;;;;;x

Eastern European Cultures

CULTURE_ALBANIAN;Albanian;;;;;;;;;;x
CULTURE_ASHKENAZIC;Ashkenazi;;;;;;;;;;x
CULTURE_BULGARIAN;Bulgarian;;;;;;;;;;x
CULTURE_BYELORUSSIAN;Byelorussian;;;;;;;;;;x
CULTURE_CROAT;Croat;;;;;;;;;;x
CULTURE_CZECH;Czech;;;;;;;;;;x
CULTURE_ESTONIAN;Estonian;;;;;;;;;;x
CULTURE_GALLA_;Komi;;;;;;;;;;x
CULTURE_GREEK;Greek;;;;;;;;;;x
CULTURE_HINDI;Bosniak;;;;;;;;;;x
CULTURE_HUNGARIAN;Hungarian;;;;;;;;;;x
CULTURE_LATVIAN;Latvian;;;;;;;;;;x
CULTURE_LITHUANIAN;Lithuanian;;;;;;;;;;x
CULTURE_MABAN;Mari;;;;;;;;;;x
CULTURE_POLISH;Polish;;;;;;;;;;x
CULTURE_ROMANIAN;Romanian;;;;;;;;;;x
CULTURE_RUSSIAN;Russian;;;;;;;;;;x
CULTURE_RUTHENIAN;Ruthenian;;;;;;;;;;x
CULTURE_SERB;Serb;;;;;;;;;;x
CULTURE_SLOVAK;Slovak;;;;;;;;;;x
CULTURE_SLOVENE;Slovene;;;;;;;;;;x
CULTURE_UKRAINIAN;Ukrainian;;;;;;;;;;x

American Cultures

North American Cultures

CULTURE_ALEUTIAN;Aleutian;;;;;;;;;;x
CULTURE_ANGLO_CANADIAN;Anglo Canadian;;;;;;;;;;x
CULTURE_CHEROKEE;Cherokee;;;;;;;;;;x
CULTURE_CREE;Cree;;;;;;;;;;x
CULTURE_DAKOTA;Dakota;;;;;;;;;;x
CULTURE_DIXIE;Dixie;;;;;;;;;;x
CULTURE_FRANCO_CANADIAN;Franco Canadian;;;;;;;;;;x
CULTURE_INUIT;Inuit;;;;;;;;;;x
CULTURE_METIS;Metis;;;;;;;;;;x
CULTURE_PUEBLO;Pueblo;;;;;;;;;;x
CULTURE_TEXAN;Texan;;;;;;;;;;x
CULTURE_YANKEE;Yankee;;;;;;;;;;x

Latin American Cultures

CULTURE_AIMARA;Aimara;;;;;;;;;;x
CULTURE_AMAZONIAN;Amazonian;;;;;;;;;;x
CULTURE_BRAZILIAN;Brazilian;;;;;;;;;;X
CULTURE_CARIBENO;Caribeño;;;;;;;;;;X
CULTURE_CENTRAL_AMERICAN;Central American;;;;;;;;;;X
CULTURE_CREOLE;Creole;;;;;;;;;;x
CULTURE_GUAJIRO;Guajiro;;;;;;;;;;x
CULTURE_GUARANI;Guarani;;;;;;;;;;x
CULTURE_MAYAN;Mayan;;;;;;;;;;x
CULTURE_MEXICAN;Mexican;;;;;;;;;;X
CULTURE_NORTH_ANDEAN;North Andean;;;;;;;;;;X
CULTURE_PATAGONIAN;Patagonian;;;;;;;;;;x
CULTURE_PLATINEAN;Platinean;;;;;;;;;;X
CULTURE_QUECHUA;Quechua;;;;;;;;;;x
CULTURE_SOUTH_ANDEAN;South Andean;;;;;;;;;;X

Middle Eastern Cultures

CULTURE_ARABIC;Badawin;;;;;;;;;;x
CULTURE_ARMENIAN;Armenian;;;;;;;;;;x
CULTURE_AZERBAIJANI;Azerbaijani;;;;;;;;;;x
CULTURE_BALUCHI;Baluchi;;;;;;;;;;x
CULTURE_CAMBODIAN;Maghribi;;;;;;;;;;x
CULTURE_CIRCASSIAN;Circassian;;;;;;;;;;x
CULTURE_DAGHESTANI;Daghestani;;;;;;;;;;x
CULTURE_FULANI;Ossetian;;;;;;;;;;x
CULTURE_DRAVIDIAN;Misri;;;;;;;;;;x
CULTURE_GEORGIAN;Georgian;;;;;;;;;;x
CULTURE_HAZARA;Hazara;;;;;;;;;;x
CULTURE_KHAZAK;Kazak;;;;;;;;;;x
CULTURE_KIRGIZ;Kirgiz;;;;;;;;;;x
CULTURE_KURDISH;Kurdish;;;;;;;;;;x
CULTURE_KWA;Mashriqi;;;;;;;;;;x
CULTURE_LUR;Lur;;;;;;;;;;x
CULTURE_MALAYAN;Assyrian;;;;;;;;;;x
CULTURE_PASHTUN;Pashtun;;;;;;;;;;x
CULTURE_PERSIAN;Persian;;;;;;;;;;x
CULTURE_SAN;Berber;;;;;;;;;;x
CULTURE_SEFARDIC;Sefardic;;;;;;;;;;x
CULTURE_TAJIHK;Tajik;;;;;;;;;;x
CULTURE_TARTAR;Tatar;;;;;;;;;;x
CULTURE_TURKISH;Turkish;;;;;;;;;;x
CULTURE_TURKMENI;Turkmen;;;;;;;;;;x
CULTURE_UZBEHK;Uzbek;;;;;;;;;;x

Sub-Saharan African Cultures

Western Africa

CULTURE_AKAN;Akan;;;;;;;;;;x
CULTURE_DYULA;Dyula;;;;;;;;;;x
CULTURE_FAN;Bambara;;;;;;;;;;x
CULTURE_FON;Fon;;;;;;;;;;x
CULTURE_FULBE;Fulbe;;;;;;;;;;x
CULTURE_HAUSA;Hausa;;;;;;;;;;x
CULTURE_IBIBIO;Ibibio;;;;;;;;;;x
CULTURE_IBO;Ibo;;;;;;;;;;x
CULTURE_KRU;Kru;;;;;;;;;;x
CULTURE_MANDE;Mande;;;;;;;;;;x
CULTURE_MAURES;Maures;;;;;;;;;;x
CULTURE_MOSSI;Mossi;;;;;;;;;;x
CULTURE_SENUFO;Senufo;;;;;;;;;;x
CULTURE_SONGHAI;Songhai;;;;;;;;;;x
CULTURE_TIV;Tiv;;;;;;;;;;x
CULTURE_TUAREG;Tuareg;;;;;;;;;;x
CULTURE_WOLOF;Wolof;;;;;;;;;;x
CULTURE_YORUBA;Yoruba;;;;;;;;;;x

Central Africa

CULTURE_AFRICAN_MINOR;African Minor;;;;;;;;;;x
CULTURE_BAGUIRMI;Baguirmi;;;;;;;;;;x
CULTURE_BAGGARA;Baggara;;;;;;;;;;x
CULTURE_BAKONGO;Bakongo;;;;;;;;;;x
CULTURE_FANG;Fang;;;;;;;;;;x
CULTURE_HOTTENTOT;Lunda;;;;;;;;;;x
CULTURE_KANURI;Kanuri;;;;;;;;;;x
CULTURE_LUBA;Luba;;;;;;;;;;x
CULTURE_MONGO;Mongo;;;;;;;;;;x
CULTURE_SARA;Sara;;;;;;;;;;x
CULTURE_TEDA;Teda;;;;;;;;;;x

Eastern Africa

CULTURE_AFAR;Afar;;;;;;;;;;x
CULTURE_AMHARA;Amhara;;;;;;;;;;x
CULTURE_AZANDE;Azande;;;;;;;;;;x
CULTURE_BAGANDA;Baganda;;;;;;;;;;x
CULTURE_BEJA;Beja;;;;;;;;;;x
CULTURE_DINKA;Dinka;;;;;;;;;;x
CULTURE_FUR;Fur;;;;;;;;;;x
CULTURE_KAMBA;Kamba;;;;;;;;;;x
CULTURE_KIKUYU;Kikuyu;;;;;;;;;;x
CULTURE_LUO;Luo;;;;;;;;;;x
CULTURE_NAATH;Nuer;;;;;;;;;;x
CULTURE_NUBA;Nuba;;;;;;;;;;x
CULTURE_NUBIAN;Unyamwezi;;;;;;;;;;x
CULTURE_OROMO;Oromo;;;;;;;;;;x
CULTURE_RUANDA;Ruanda;;;;;;;;;;x
CULTURE_RUNDI;Rundi;;;;;;;;;;x
CULTURE_SIDAMA;Sidama;;;;;;;;;;x
CULTURE_SOMALI;Somali;;;;;;;;;;x
CULTURE_SUDANESE;Sudanese;;;;;;;;;;x
CULTURE_SUKUMA;Sukuma;;;;;;;;;;x
CULTURE_SWAHILI;Swahili;;;;;;;;;;x
CULTURE_TIGRAY;Tigray;;;;;;;;;;x

Southern Africa

CULTURE_AZERBAIJDANI;Boer;;;;;;;;;;x
CULTURE_HERERO;Herero;;;;;;;;;;x
CULTURE_KHOISAN;Khoisan;;;;;;;;;;x
CULTURE_LOMWE;Lomwe;;;;;;;;;;x
CULTURE_MAKUA;Makua;;;;;;;;;;x
CULTURE_MALAGASY;Malagasy;;;;;;;;;;x
CULTURE_NGUNI;Nguni;;;;;;;;;;x
CULTURE_NYANJA;Nyanja;;;;;;;;;;x
CULTURE_OVIMBUNDU;Ovimbundu;;;;;;;;;;x
CULTURE_SENA;Sena;;;;;;;;;;x
CULTURE_SHONA;Shona;;;;;;;;;;x
CULTURE_SOTHO;Sotho;;;;;;;;;;x
CULTURE_THONGA;Thonga;;;;;;;;;;x
CULTURE_XHOSA;Xhosa;;;;;;;;;;x
CULTURE_YAO;Yao;;;;;;;;;;x
CULTURE_ZULU;Zulu;;;;;;;;;;x

Asian Cultures

South Asia

CULTURE_ASIAN_MINOR;Asian minor;;;;;;;;;;x
CULTURE_ASSAMESE;Assamese;;;;;;;;;;x
CULTURE_AVADHI;Avadhi;;;;;;;;;;x
CULTURE_BENGALI;Bengali;;;;;;;;;;x
CULTURE_BIHARI;Bihari;;;;;;;;;;x
CULTURE_GUJARATI;Gujarati;;;;;;;;;;x
CULTURE_KANAUJI;Kanauji;;;;;;;;;;x
CULTURE_KANNADA;Kannada;;;;;;;;;;x
CULTURE_MALAYALAM;Malayalam;;;;;;;;;;x
CULTURE_MARATHI;Marathi;;;;;;;;;;x
CULTURE_NEPALI;Nepalese;;;;;;;;;;x
CULTURE_ORIYA;Oriya;;;;;;;;;;x
CULTURE_PUNJABI;Punjabi;;;;;;;;;;x
CULTURE_RAJASTHANI;Kashmiri;;;;;;;;;;x
CULTURE_RAJPUT;Rajput;;;;;;;;;;x
CULTURE_SINDI;Sindi;;;;;;;;;;x
CULTURE_SINHALA;Sinhala;;;;;;;;;;x
CULTURE_TAMIL;Tamil;;;;;;;;;;x
CULTURE_TELEGU;Telegu;;;;;;;;;;x

Northeast Asia

CULTURE_AINU;Ainu;;;;;;;;;;x
CULTURE_DAGOMBA;Kalmyk;;;;;;;;;;x
CULTURE_JAPANESE;Japanese;;;;;;;;;;x
CULTURE_KOREAN;Korean;;;;;;;;;;x
CULTURE_MANCHU;Manchu;;;;;;;;;;x
CULTURE_MONGOL;Mongol;;;;;;;;;;x
CULTURE_MONGOLIAN;Mongolian;;;;;;;;;;x
CULTURE_MUONG;Chuvash;;;;;;;;;;x
CULTURE_PANJABI;Buryat;;;;;;;;;;x
CULTURE_ANDEAN;Ryukyuan;;;;;;;;;;x
CULTURE_SIBERIAN;Siberian;;;;;;;;;;x
CULTURE_TIBETAN;Tibetan;;;;;;;;;;x
CULTURE_TUNGUS;Tungus;;;;;;;;;;x
CULTURE_UIGHUR;Uighur;;;;;;;;;;x
CULTURE_URALIC;Uralic;;;;;;;;;;x
CULTURE_YAKUT;Yakut;;;;;;;;;;x

Note : Mongol and Mongolian are both used but could be merged, unless we want to differentiate between Inner Mongolia and Outer Mongolia

China

CULTURE_BAI;Bai;;;;;;;;;;x
CULTURE_BEIFAREN;Beifangren;;;;;;;;;;x
CULTURE_BUYI;Buyi;;;;;;;;;;x
CULTURE_GAN;Gan;;;;;;;;;;x
CULTURE_HAKKA;Hakka;;;;;;;;;;x
CULTURE_HUIZHOU;Southern Min;;;;;;;;;;x
CULTURE_JINYU;Jinyu;;;;;;;;;;x
CULTURE_KAM;Kam;;;;;;;;;;x
CULTURE_LI;Li;;;;;;;;;;x
CULTURE_MIEN;Mien;;;;;;;;;;x
CULTURE_MIN;Northern Min;;;;;;;;;;x
CULTURE_NANFAREN;Nanfangren;;;;;;;;;;x
CULTURE_WU;Miao;;;;;;;;;;x
CULTURE_XIANG;Zhuang;;;;;;;;;;x
CULTURE_YI;Yi;;;;;;;;;;x
CULTURE_YUE;Yue;;;;;;;;;;x

Southeast Asia

CULTURE_BURMANESE;Burmese;;;;;;;;;;x
CULTURE_HMONG;Thuong;;;;;;;;;;x aka Montagnard
CULTURE_INDONESIAN;Moluccan;;;;;;;;;;x
CULTURE_JAVAN;Javan;;;;;;;;;;x
CULTURE_KHMER;Khmer;;;;;;;;;;x
CULTURE_LAOTIAN;Laotian;;;;;;;;;;x
CULTURE_MALAY;Malay;;;;;;;;;;x
CULTURE_PHILIPPINE;Filipino;;;;;;;;;;x
CULTURE_THAI;Thai;;;;;;;;;;x
CULTURE_VIETNAMESE;Vietnamese;;;;;;;;;;x

South Pacific Cultures

CULTURE_ABORIGIN;Aboriginie;;;;;;;;;;x
CULTURE_HAWAIIAN;Micronesian;;;;;;;;;;x
CULTURE_MELANESE;Melanese;;;;;;;;;;x
CULTURE_POLYNESE;Polynese;;;;;;;;;;x

User-Defined Cultures

Long Range

_CULTURE_EXTRA_0_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_1_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_2_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_3_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_4_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_5_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_6_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_7_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_8_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_9_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_10_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_11_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_12_;User Defined;;;;;;;;;;x Tag bugged as of 2.01 patch, fix expected
_CULTURE_EXTRA_13_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_14_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_15_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_16_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_17_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_18_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_19_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_20_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_21_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_22_;User Defined;;;;;;;;;;xTag bugged as of 2.01 patch, fix expected
_CULTURE_EXTRA_23_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_24_;User Defined;;;;;;;;;;x

Short Range

_CULTURE_EXTRA_25_;Udmurt;;;;;;;;;;x
_CULTURE_EXTRA_26_;Krepostnoy;;;;;;;;;;x AKA Russian Serf - currently in testing phase
_CULTURE_EXTRA_27_;Mordva;;;;;;;;;;x
_CULTURE_EXTRA_28_;Bashkir;;;;;;;;;;x
_CULTURE_EXTRA_29_;Afro-American;;;;;;;;;;x
_CULTURE_EXTRA_30_;Afro-Brazilian;;;;;;;;;;x
_CULTURE_EXTRA_31_;Afro-Caribbean;;;;;;;;;;x
_CULTURE_EXTRA_32_;User Defined;;;;;;;;;;xTag bugged as of 2.01 patch, fix expected
_CULTURE_EXTRA_33_;Afro-Caribeño;;;;;;;;;;x
_CULTURE_EXTRA_34_;Afro-Antilléan;;;;;;;;;;x
_CULTURE_EXTRA_35_;Yaqui;;;;;;;;;;x
_CULTURE_EXTRA_36_;Raromuri;;;;;;;;;;x
_CULTURE_EXTRA_37_;Tarascan;;;;;;;;;;x
_CULTURE_EXTRA_38_;Nahua;;;;;;;;;;x
_CULTURE_EXTRA_39_;Zapotec;;;;;;;;;;x
_CULTURE_EXTRA_40_;Totonac;;;;;;;;;;x
_CULTURE_EXTRA_41_;Huichol;;;;;;;;;;x

_CULTURE_EXTRA_42_;User Defined;;;;;;;;;;xTag bugged as of 2.01 patch, fix expected
_CULTURE_EXTRA_43_;Papuan;;;;;;;;;;x
_CULTURE_EXTRA_44_;Athapaskan;;;;;;;;;;x
_CULTURE_EXTRA_45_;Tlingit;;;;;;;;;;x
_CULTURE_EXTRA_46_;Kwakiutl;;;;;;;;;;x
_CULTURE_EXTRA_47_;Salish;;;;;;;;;;x
_CULTURE_EXTRA_48_;Nez Perce;;;;;;;;;;x
_CULTURE_EXTRA_49_;Shoshone;;;;;;;;;;x
_CULTURE_EXTRA_50_;Paiute;;;;;;;;;;x
_CULTURE_EXTRA_51_;Ute;;;;;;;;;;x

_CULTURE_EXTRA_52_;User Defined;;;;;;;;;;xTag bugged as of 2.01 patch, fix expected
_CULTURE_EXTRA_53_;Arapaho;;;;;;;;;;x
_CULTURE_EXTRA_54_;Apache;;;;;;;;;;x
_CULTURE_EXTRA_55_;Comanche;;;;;;;;;;x
_CULTURE_EXTRA_56_;Miwok;;;;;;;;;;x
_CULTURE_EXTRA_57_;Chumash;;;;;;;;;;x
_CULTURE_EXTRA_58_;Modok;;;;;;;;;;x
_CULTURE_EXTRA_59_;O'odham;;;;;;;;;;x
_CULTURE_EXTRA_60_;Assiniboine;;;;;;;;;;x
_CULTURE_EXTRA_61_;Ojibwa;;;;;;;;;;x

_CULTURE_EXTRA_62_;User Defined;;;;;;;;;;xTag bugged as of 2.01 patch, fix expected
_CULTURE_EXTRA_63_;Crow;;;;;;;;;;x
_CULTURE_EXTRA_64_;Blackfoot;;;;;;;;;;x
_CULTURE_EXTRA_65_;Pawnee;;;;;;;;;;x
_CULTURE_EXTRA_66_;Cheyenne;;;;;;;;;;x
_CULTURE_EXTRA_67_;Osage;;;;;;;;;;x
_CULTURE_EXTRA_68_;Seminole;;;;;;;;;;x
_CULTURE_EXTRA_69_;Shan;;;;;;;;;;x
_CULTURE_EXTRA_70_;Mon;;;;;;;;;;x
_CULTURE_EXTRA_71_;Kachin;;;;;;;;;;x

_CULTURE_EXTRA_72_;User Defined;;;;;;;;;;xTag bugged as of 2.01 patch, fix expected
_CULTURE_EXTRA_73_;Karen;;;;;;;;;;x
_CULTURE_EXTRA_74_;Chin;;;;;;;;;;x
_CULTURE_EXTRA_75_;Acehnese;;;;;;;;;;x
_CULTURE_EXTRA_76_;Ijaw;;;;;;;;;;x
_CULTURE_EXTRA_77_;Edo;;;;;;;;;;x
_CULTURE_EXTRA_78_;Nupe;;;;;;;;;;x
_CULTURE_EXTRA_79_;Gwari;;;;;;;;;;x
_CULTURE_EXTRA_80_;Chamba;;;;;;;;;;x
_CULTURE_EXTRA_81_;Ewe;;;;;;;;;;x

_CULTURE_EXTRA_82_;User Defined;;;;;;;;;;xTag bugged as of 2.01 patch, fix expected
_CULTURE_EXTRA_83_;Tswana;;;;;;;;;;x
_CULTURE_EXTRA_84_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_85_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_86_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_87_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_88_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_89_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_90_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_91_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_92_;User Defined;;;;;;;;;;xTag bugged as of 2.01 patch, fix expected
_CULTURE_EXTRA_93_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_94_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_95_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_96_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_97_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_98_;User Defined;;;;;;;;;;x
_CULTURE_EXTRA_99_;User Defined;;;;;;;;;;x
 
Last edited:
Country TAG assignments

For reference, here are the current TAG assignments

List will be updated as new tag assignments are made

As of 2 October 2007

RED - Recycled Tag Currently In Use
YELLOW - Tag previously used in VIP now free
ORANGE - new tag assignments for VIP:R 0.1
GREEN - new tag assignments for VIP:R 0.2

ABU;Abu Dhabi;;;;;;;;;;x
ADE;Yemen;;;;;;;;;;x
AFG;Afghanistan;;;;;;;;;;x
ALB;Albania;;;;;;;;;;x
ALD;Aldjazair;;;;;;;;;;x
ANH;Anhalt;;;;;;;;;;x
ANN;Annam;;;;;;;;;;x
ARG;Argentina;;;;;;;;;;x
ARM;Armenia;;;;;;;;;;x
AST;Australia;;;;;;;;;;x
ATJ;Atjeh;;;;;;;;;;x
AUS;Austria;;;;;;;;;;x
AWA;Awadh;;;;;;;;;;x
BAD;Baden;;;;;;;;;;x
BAL;Bali;;;;;;;;;;x
BAS;Bastar;;;;;;;;;;x
BAY;Bavaria;;;;;;;;;;x
BEL;Belgium;;;;;;;;;;x
BER;Beroda;;;;;;;;;;x
BHO;Shona;;;;;;;;;;x
BHU;Bhutan;;;;;;;;;;x
BIK;Borno;;;;;;;;;;x
BOH;Bohemia-Moravia;;;;;;;;;;x
BOL;Bolivia;;;;;;;;;;x
BOS;Bosnia-Herzegovina;;;;;;;;;;x
BRA;Braunschweig;;;;;;;;;;x
BRE;Bremen;;;;;;;;;;x
BRU;Brunei;;;;;;;;;;x
BRZ;Brazil;;;;;;;;;;x
BUK;Bukhara;;;;;;;;;;x
BUL;Bulgaria;;;;;;;;;;x
BUN;Nyamweze;;;;;;;;;;x
BUR;Burma;;;;;;;;;;x
CAL;Californian Republic;;;;;;;;;;x
CAM;Cambodia;;;;;;;;;;x
CAN;Canada;;;;;;;;;;x
CAT;Catalonia;;;;;;;;;;x
CHE;Cherokee;;;;;;;;;;x
CHI;China;;;;;;;;;;x
CHL;Chile;;;;;;;;;;x
CLM;Colombia;;;;;;;;;;x
COB;Saxe-Coburg-Gotha;;;;;;;;;;x
COL;Columbia;;;;;;;;;;x
COS;Costa Rica;;;;;;;;;;x
CRE;Crete;;;;;;;;;;x
CRI;Crimea;;;;;;;;;;x
CRO;Croatia;;;;;;;;;;x
CSA;CSA;;;;;;;;;;x
CUB;Cuba;;;;;;;;;;x
CYP;Cyprus;;;;;;;;;;x
DAN;Denmark;;;;;;;;;;x
DES;Deseret;;;;;;;;;;x
DOM;Dominican Republic;;;;;;;;;;x
DZG;Danzig;;;;;;;;;;x
ECU;Ecuador;;;;;;;;;;x
EGY;Egypt;;;;;;;;;;x
ELS;El Salvador;;;;;;;;;;x
ENG;United Kingdom;;;;;;;;;;x
EST;Estonia;;;;;;;;;;x
ETH;Abyssinia;;;;;;;;;;x
FIN;Finland;;;;;;;;;;x
FLA;Flanders;;;;;;;;;;x
FRA;France;;;;;;;;;;x
FRM;Frankfurt am Main;;;;;;;;;;x
GEO;Georgia;;;;;;;;;;x
GER;Germany;;;;;;;;;;x
GRE;Greece;;;;;;;;;;x
GUA;Guatemala;;;;;;;;;;x
GWA;Holkar-Sindhia;;;;;;;;;;x
HAI;Haiti;;;;;;;;;;x
HAM;Hamburg;;;;;;;;;;x
HAN;Hannover;;;;;;;;;;x
HAW;Hawaii;;;;;;;;;;x
HED;Hesse-Darmstadt;;;;;;;;;;x
HEJ;Hejaz;;;;;;;;;;x
HEK;Hesse-Kassel;;;;;;;;;;x
HLS;Holstein;;;;;;;;;;x
HOL;Netherlands;;;;;;;;;;x
HON;Honduras;;;;;;;;;;x
HOW;Madagascar;;;;;;;;;;x
HUN;Hungary;;;;;;;;;;x
HYD;Hyderabad;;;;;;;;;;x
IND;British India;;;;;;;;;;x
ION;Ionian Islands;;;;;;;;;;x
IRE;Ireland;;;;;;;;;;x
ITA;Italy;;;;;;;;;;x
JAI;Rajputana;;;;;;;;;;x
JAS;Malinke;;;;;;;;;;x
JAV;Java;;;;;;;;;;x
JOD;Tukulor;;;;;;;;;;x
KAL;Kalat;;;;;;;;;;x
KAS;Kashmir;;;;;;;;;;x
KHI;Khiva;;;;;;;;;;x
KOK;Kokand;;;;;;;;;;x
KOR;Korea;;;;;;;;;;x
KRA;Krakow;;;;;;;;;;x
KUT;Masina;;;;;;;;;;x
LAD;Xhosa;;;;;;;;;;x
LIB;Liberia;;;;;;;;;;x
LIP;Lippe-Detmold;;;;;;;;;;x
LIT;Lithuania;;;;;;;;;;x
LIV;Latvia;;;;;;;;;;x
LOM;Lombardy;;;;;;;;;;x
LUA;Luang Prabang;;;;;;;;;;x
LUB;Lübeck;;;;;;;;;;x
LUC;Lucca;;;;;;;;;;x
LUX;Luxemburg;;;;;;;;;;x
MAK;Asante;;;;;;;;;;x
MAL;Johore;;;;;;;;;;x
MEC;Mecklenburg;;;;;;;;;;x
MEI;Saxe-Meiningen;;;;;;;;;;x
MEW;Sotho;;;;;;;;;;x
MEX;Mexico;;;;;;;;;;x
MOD;Modena;;;;;;;;;;x
MOL;Moldavia;;;;;;;;;;x
MON;Montenegro;;;;;;;;;;x
MOR;Morocco;;;;;;;;;;x
MTC;Cree-Athabaska;;;;;;;;;;x
MUG;Mughalistan;;;;;;;;;;x
MYS;Mysore;;;;;;;;;;x
NAG;Nagpur;;;;;;;;;;x
NAL;Natal;;;;;;;;;;x
NAS;Nassau;;;;;;;;;;x
NEJ;Nejd;;;;;;;;;;x
NEN;New England;;;;;;;;;;x
NEP;Nepal;;;;;;;;;;x
NGF;North German Fed;;;;;;;;;;x
NIC;Nicaragua;;;;;;;;;;x
NIP;Japan;;;;;;;;;;x
NOR;Norway;;;;;;;;;;x
NWZ;New Zealand;;;;;;;;;;x
OLD;Oldenburg;;;;;;;;;;x
OMA;Oman;;;;;;;;;;x
ORA;Oranje;;;;;;;;;;x
ORI;Nama;;;;;;;;;;x
PAN;Punjab;;;;;;;;;;x
PAP;Papal States;;;;;;;;;;x
PAR;Parma;;;;;;;;;;x
PER;Persia;;;;;;;;;;x
PEU;Peru;;;;;;;;;;x
PNM;Panama;;;;;;;;;;x
POL;Poland;;;;;;;;;;x
POR;Portugal;;;;;;;;;;x
PRG;Paraguay;;;;;;;;;;x
PRU;Prussia;;;;;;;;;;x
QUE;Quebec;;;;;;;;;;x
REB;Revolutionaries;;;;;;;;;;x
ROM;Romania;;;;;;;;;;x
RUS;Russia;;;;;;;;;;x
SAF;South Africa;;;;;;;;;;x
SAR;Sardinia-Piedmont;;;;;;;;;;x
SAX;Saxony;;;;;;;;;;x
SCA;Scandinavia;;;;;;;;;;x
SCH;Schleswig;;;;;;;;;;x
SCO;Scotland;;;;;;;;;;x
SEM;Buganda;;;;;;;;;;x
SER;Serbia;;;;;;;;;;x
SGF;South German Fed;;;;;;;;;;x
SIA;Siam;;;;;;;;;;x
SIC;Two Sicilies;;;;;;;;;;x
SIK;Sikkim;;;;;;;;;;x
SIN;Sindh;;;;;;;;;;x
SLO;Slovenia;;;;;;;;;;x
SLV;Slovakia;;;;;;;;;;x
SOK;Sokoto;;;;;;;;;;x
SPA;Spain;;;;;;;;;;x
SWE;Sweden;;;;;;;;;;x
SWI;Switzerland;;;;;;;;;;x
TEX;Texas;;;;;;;;;;x
TIB;Tibet;;;;;;;;;;x
TRA;Travancore;;;;;;;;;;x
TRI;Tripoli;;;;;;;;;;x
TRN;Transvaal;;;;;;;;;;x
TUN;Tunisia;;;;;;;;;;x
TUR;Ottoman Empire;;;;;;;;;;x
TUS;Tuscany;;;;;;;;;;x
UCA;USCA;;;;;;;;;;x
UKR;Ukraine;;;;;;;;;;x
URU;Uruguay;;;;;;;;;;x
USA;USA;;;;;;;;;;x
VEN;Venetia;;;;;;;;;;x
VNZ;Venezuela;;;;;;;;;;x
WAL;Wallachia;;;;;;;;;;x
WEI;Saxe-Weimar;;;;;;;;;;x
WLL;Wallonia;;;;;;;;;;x
WUR;Wurttemberg;;;;;;;;;;x
ZAN;Zanzibar;;;;;;;;;;x
ZUL;Zulu;;;;;;;;;;x

U00;Piratini Republic;;;;;;;;;;x
U01;Carlist Spain;;;;;;;;;;x
U02;Congo;;;;;;;;;;x
U03;Sarawak;;;;;;;;;;X
U04;Sudan;;;;;;;;;;X
U05;Lozi;;;;;;;;;;X
U06;Yeke;;;;;;;;;;X
U07;Bemba;;;;;;;;;;X
U08;Ha'il;;;;;;;;;;X
U09;Kurdistan;;;;;;;;;;X
U10;Syria;;;;;;;;;;X
U11;Lebanon;;;;;;;;;;X
U12;U.S.S.R.;;;;;;;;;;X
U13;User Defined;;;;;;;;;;X
U14;Yucatan;;;;;;;;;;X
U15;Aotearoa;;;;;;;;;;X
U16;Nez Perce;;;;;;;;;;X
U17;Sioux;;;;;;;;;;X
U18;Apache;;;;;;;;;;X
U19;Ryukyu;;;;;;;;;;X

Tags that are currently in VIP 0.4B but not actively used in events

DAI;Taiping;;;;;;;;;;x
MAN;Manhattan Commune;;;;;;;;;;x
NEW;Newfoundland;;;;;;;;;;x
RUT;Ruthenia;;;;;;;;;;x
SIE;Boxers;;;;;;;;;;x
TRE;Tokugawa Revolter;;;;;;;;;;x
VIE;Anti-Boxer Alliance;;;;;;;;;;x

New User Defined Tags in Revolutions assigned for use in events in Revolutions

U20;Czechoslovakia;;;;;;;;;X
U21;Yugoslavia;;;;;;;;;;X
U22;Turkey;;;;;;;;;;X
U23;Azerbaijan;;;;;;;;;;X
U24;Philippines;;;;;;;;;;X
U25;Iraq;;;;;;;;;;X
U26;Xinjiang;;;;;;;;;;X
U27;Xibei Sanma;;;;;;;;;;X
U28;Yunnan;;;;;;;;;;X
U29;Shanxi;;;;;;;;;;X
U30;Guangxi Clique;;;;;;;;;;X
U31;Communist China;;;;;;;;;;X
U32;Manchukuo;;;;;;;;;;X
U33;Mongolia;;;;;;;;;;X

New user-defined tags in Revolutions that remain undefined :

U34;New South Wales;;;;;;;;X
U35;Victoria;;;;;;;;X
U36;Tasmania;;;;;;;;X
U37;South Australia;;;;;;;;X
U38;Western Australia;;;;;;;;X
U39;Queensland;;;;;;;;X
U40;Aborigine;;;;;;;;X
U41;Samoa;;;;;;;;;;X
U42;Tahiti;;;;;;;;;;X
U43;Tonga;;;;;;;;;;X
U44;Fiji;;;;;;;;;;X
U45;Kanaky;;;;;;;;;;X
U46;Tuareg;;;;;;;;;;X
U47;Mossi;;;;;;;;;;X
U48;Joola;;;;;;;;;;X
U49;Yoruba;;;;;;;;;;X
U50;Trarza;;;;;;;;;;X
U51;Wolof;;;;;;;;;;X
U52;Duala;;;;;;;;;;X
U53;Baguirmi;;;;;;;;;;X
U54;Wadai;;;;;;;;;;X
U55;Azande;;;;;;;;;;X
U56;Kazembe;;;;;;;;;;X
U57;Lunda;;;;;;;;;;X
U58;Luba;;;;;;;;;;X
U59;Shona;;;;;;;;;;X
U60;Gaza Nguni;;;;;;;;;;X
U61;Yao;;;;;;;;;;X
U62;Majerteyn;;;;;;;;;;X
U63;Shoa;;;;;;;;;;X
U64;Nama;;;;;;;;;;X
U65;Tswana;;;;;;;;;;X
U66;Siak;;;;;;;;;;X
U67;Banjarmasin;;;;;;;;;;X
U68;Sulu;;;;;;;;;;X
U69;Lanka;;;;;;;;;;X
U70;Mahdiyya;;;;;;;;;;X
U71;Sanussiyya;;;;;;;;;;X
U72;Baule;;;;;;;;;;X
U73;Dahomey;;;;;;;;;;X
U74;Pontianak;;;;;;;;;;X
U75;Fezzan;;;;;;;;;;X
U76;Bugis;;;;;;;;;;X
U77;Nyangwe;;;;;;;;;;X
U78;Amazonia;;;;;;;;;;X
U79;Patagonia;;;;;;;;;;X
U80;Teke;;;;;;;;;;X
U81;Ovimbundu;;;;;;;;;;X
U82;New Britain;;;;;;;;;;X
U83;Bobangi;;;;;;;;;;X
U84;Benin;;;;;;;;;;X
U85;New Brunswick;;;;;;;;;;X
U86;Nova Scotia;;;;;;;;;;X
U87;Cape Colony;;;;;;;;;;X

U88;Iceland;;;;;;;;X
U89;User Defined;;;;;;;;X
U90;User Defined;;;;;;;;X
U91;User Defined;;;;;;;;X
U92;User Defined;;;;;;;;X
U93;User Defined;;;;;;;;X
U94;User Defined;;;;;;;;X
U95;User Defined;;;;;;;;X
U96;User Defined;;;;;;;;X
U97;User Defined;;;;;;;;X
U98;User Defined;;;;;;;;X
U99;User Defined;;;;;;;;X
 
Last edited:
User-Defined Religion Tags

One of the new things with Revolutions is the additon of 20 user-defined tags for Religions. This list will show what has been assigned to these tags, and will be updated as decisions are made.

As of 21 May 2007

RELIGION_EXTRA_0;Sikh;;;;;;;;X
RELIGION_EXTRA_1;Mormon;;;;;;;;X
RELIGION_EXTRA_2;Gelugpa;;;;;;;;X AKA Lamaist Buddhism
RELIGION_EXTRA_3;Coptic;;;;;;;;X

RELIGION_EXTRA_4;User Defined;;;;;;;;X
RELIGION_EXTRA_5;User Defined;;;;;;;;X
RELIGION_EXTRA_6;User Defined;;;;;;;;X
RELIGION_EXTRA_7;User Defined;;;;;;;;X
RELIGION_EXTRA_8;User Defined;;;;;;;;X
RELIGION_EXTRA_9;User Defined;;;;;;;;X
RELIGION_EXTRA_10;User Defined;;;;;;;;X
RELIGION_EXTRA_11;User Defined;;;;;;;;X
RELIGION_EXTRA_12;User Defined;;;;;;;;X
RELIGION_EXTRA_13;User Defined;;;;;;;;X
RELIGION_EXTRA_14;User Defined;;;;;;;;X
RELIGION_EXTRA_15;User Defined;;;;;;;;X
RELIGION_EXTRA_16;User Defined;;;;;;;;X
RELIGION_EXTRA_17;User Defined;;;;;;;;X
RELIGION_EXTRA_18;User Defined;;;;;;;;X
RELIGION_EXTRA_19;User Defined;;;;;;;;X
 
Last edited:
Updated 21 May 2007

RED : Recycled Tag
YELLOW : Not currently used in VIP
GREEN : VIP tag now replaced by AREA_EXTRA tag, free for other uses

Currently in VIP

Europe

Western Europe

AREA_AKERHUS;Østlandet;;;;;;;;;;x
AREA_ANDALUCIA;Andalucia;;;;;;;;;;x
AREA_AQUITAINE;Aquitaine;;;;;;;;;;x
AREA_ARAGON_Y_NAVARRA;Aragon y Navarra;;;;;;;;;;x
AREA_ASTURIAS_Y_GALICIA;Asturias y Galicia;;;;;;;;;;x
AREA_AUVERGNE;Auvergne;;;;;;;;;;x
AREA_BADEN;Baden;;;;;;;;;;x
AREA_BAYERN;Bayern;;;;;;;;;;x
AREA_BERGEN;Vestlandet;;;;;;;;;;x
AREA_BOURGOGNE;Bourgogne;;;;;;;;;;x
AREA_BRANDENBURG;Brandenburg;;;;;;;;;;x
AREA_BRETAGNE;Bretagne;;;;;;;;;;x
AREA_CASTILLA_LA_NUEVA;Castilla La Nueva;;;;;;;;;;x
AREA_CASTILLA_Y_LEON;Castilla y Leon;;;;;;;;;;x
AREA_CATALUNYA;Catalunya;;;;;;;;;;x
AREA_CHAMPAGNE_ARDENNES;Champagne-Ardennes;;;;;;;;;;x
AREA_CONNAUGHT;Connaught;;;;;;;;;;x
AREA_CORSICA;Corsica;;;;;;;;;;x
AREA_EASTERN_COUNTIES;Eastern Counties;;;;;;;;;;x
AREA_FARO;Faro;;;;;;;;;;x
AREA_FINLAND;Finland;;;;;;;;;;x
AREA_FINNMARK;HÃ¥logaland;;;;;;;;;;x
AREA_FRANKEN;Franken;;;;;;;;;;x
AREA_FRIESLAND;Friesland;;;;;;;;;;x
AREA_GOTALAND;Götaland;;;;;;;;;;x
AREA_GREENLAND;Atlantic Islands;;;;;;;;;;x
AREA_HANNOVER;Hannover;;;;;;;;;;x
AREA_HESSEN;Hessen;;;;;;;;;;x
AREA_HOLLAND;Holland;;;;;;;;;;x
AREA_HOLSTEIN;Holstein;;;;;;;;;;x
AREA_ICELAND;Iceland;;;;;;;;;;x
AREA_ILE_DE_FRANCE;Ile de France;;;;;;;;;;x
AREA_ISTRIA;Istria;;;;;;;;;;x
AREA_JYLLAND;Jylland;;;;;;;;;;x
AREA_KARNTEN_STEIRMARK;Kärnten-Steirmark;;;;;;;;;;x
AREA_KRAIN;Krain;;;;;;;;;;x
AREA_Lake;Lake;;;;;;;;See;;x
AREA_LANGUEDOC;Languedoc;;;;;;;;;;x
AREA_LAPLAND;Lapland;;;;;;;;;;x
AREA_LATIUM;Latium;;;;;;;;;;x
AREA_LEINSTER;Leinster;;;;;;;;;;x
AREA_LIMOUSIN;Limousin;;;;;;;;;;x
AREA_LISBOA;Lisboa;;;;;;;;;;x
AREA_LOMBARDIA;Lombardia;;;;;;;;;;x
AREA_LORRAINE_ALSACE;Lorraine-Alsace;;;;;;;;;;x
AREA_LUXEMBURG;Luxemburg;;;;;;;;;;x
AREA_MALTA;Malta;;;;;;;;;;x
AREA_MECKLENBURG;Mecklenburg;;;;;;;;;;x
AREA_METROPOLIAN_COUNTIES;Greater London;;;;;;;;;;x
AREA_MIDLANDS_COUNTIES;Midlands;;;;;;;;;;x
AREA_MUNSTER;Munster;;;;;;;;;;x
AREA_NAPOLI;Napoli;;;;;;;;;;x
AREA_NORMANDIE;Normandie;;;;;;;;;;x
AREA_NORRLAND;Norrland;;;;;;;;;;x
AREA_NORTHERN_COUNTIES;North England;;;;;;;;;;x
AREA_NORTHERN_SCOTLAND;North Scotland;;;;;;;;;;x
AREA_OLDENBURG;Oldenburg;;;;;;;;;;x
AREA_OPORTO;Oporto;;;;;;;;;;x
AREA_OSTERREICH;Österreich;;;;;;;;;;x
AREA_OSTPREUSSEN;Ostpreussen;;;;;;;;;;x
AREA_PARMA_MODENA;Parma-Modena;;;;;;;;;;x
AREA_PAYS_DE_LA_LOIRE;Pays de la Loire;;;;;;;;;;x
AREA_PFALZ;Pfalz;;;;;;;;;;x
AREA_PICARDIE;Picardie;;;;;;;;;;x
AREA_PIEMONTE;Piemonte;;;;;;;;;;x
AREA_POITOU_CHARENTES;Poitou-Charentes;;;;;;;;;;x
AREA_PROVENCE;Provence;;;;;;;;;;x
AREA_PYRENEES;Pyrenees;;;;;;;;;;x
AREA_RHEINLAND;Rheinland;;;;;;;;;;x
AREA_RHONE_ALPES;Rhône-Alpes;;;;;;;;;;x
AREA_ROMAGNA;Romagna;;;;;;;;;;x
AREA_SACHSEN;Sachsen;;;;;;;;;;x
AREA_SALZBURG;Salzburg;;;;;;;;;;x
AREA_SARDINIA;Sardinia;;;;;;;;;;x
AREA_SAVOIE;Savoie;;;;;;;;;;x
AREA_SAVOLAX;Savolax;;;;;;;;;;x
AREA_SCHWABEN;Schwaben;;;;;;;;;;x
AREA_SCHWEIZ;Schweiz;;;;;;;;;;x
AREA_SICILIA;Sicilia;;;;;;;;;;x
AREA_SJAELLAND_OG_FYN;Sjaelland og Fyn;;;;;;;;;;x
AREA_SOUTHEASTERN_COUNTIES;South East England;;;;;;;;;;x
AREA_SOUTHERN_SCOTLAND;South Scotland;;;;;;;;;;x
AREA_SOUTHWESTERN_COUNTIES;South West England;;;;;;;;;;x
AREA_SVEALAND;Svealand;;;;;;;;;;x
AREA_TIROL;Tirol;;;;;;;;;;x
AREA_TOSCANA;Toscana;;;;;;;;;;x
AREA_TRONDELAG;Trøndelag;;;;;;;;;;x
AREA_ULSTER;Ulster;;;;;;;;;;x
AREA_UMBRIA;Umbria;;;;;;;;;;x
AREA_VAL_DE_LOIRE;Val de Loire;;;;;;;;;;x
AREA_VALENCIA_Y_MURCIA;Valencia y Murcia;;;;;;;;;;x
AREA_VENETIA;Venetia;;;;;;;;;;x
AREA_VLAANDERN;Vlaandern;;;;;;;;;;x
AREA_WALES;Wales;;;;;;;;;;x
AREA_WALLONIA;Wallonia;;;;;;;;;;x
AREA_WESTERN_COUNTIES;West England;;;;;;;;;;x
AREA_WESTFALEN;Westfalen;;;;;;;;;;x
AREA_WESTPREUSSEN;Westpreussen;;;;;;;;;;x
AREA_WURTEMBERG;Würtemberg;;;;;;;;;;x
AREA_ZEELAND;Zeeland;;;;;;;;;;x

Eastern Europe

AREA_AEGEAN_ARCHIPELAGO;Aegean Archipelago;;;;;;;;;;x
AREA_ALBANIA;Albania;;;;;;;;;;x
AREA_ARCHANGELSK;Archangelsk;;;;;;;;;;x
AREA_ASTRAKHAN;Astrakhan;;;;;;;;;;x
AREA_BESSARABIEN;Bessarabien;;;;;;;;;;x
AREA_BOHMEN;Böhmen und Mähren;;;;;;;;;;x
AREA_BOSNIA;Bosnia;;;;;;;;;;x
AREA_BUDAPEST;Budapest;;;;;;;;;;x
AREA_BULGARIA;Bulgaria;;;;;;;;;;x
AREA_CONGRESS_POLAND;Congress Poland;;;;;;;;;;x
AREA_CROATIA;Croatia;;;;;;;;;;x
AREA_CYPERN;Cypern;;;;;;;;;;x
AREA_DALMATIA;Dalmatia;;;;;;;;;;x
AREA_DOBRUDSJA;Dobrudsja;;;;;;;;;;x
AREA_EAST_RUMILIA;East Rumilia;;;;;;;;;;x
AREA_EPIRUS;Epirus;;;;;;;;;;x
AREA_ESTONIA;Estonia;;;;;;;;;;x
AREA_GALIZIEN;Galizien;;;;;;;;;;x
AREA_KABARDA_EREK;Kabarda Erek;;;;;;;;;;x
AREA_KAZAN;Kazan;;;;;;;;;;x
AREA_KOMORN;Komárom;;;;;;;;;;x
AREA_KONSTANTINIYYE;Konstantiniyye;;;;;;;;;;x
AREA_KUBAN;Kuban;;;;;;;;;;x
AREA_KURSK;Kursk;;;;;;;;;;x
AREA_KYJIV;Kyjiv;;;;;;;;;;x
AREA_LATVIA;Latvia;;;;;;;;;;x
AREA_LITHUANIA;Lithuania;;;;;;;;;;x
AREA_MACEDONIA;Macedonia;;;;;;;;;;x
AREA_MAHREN;Mähren;;;;;;;;;;x
AREA_MINSK;Minsk;;;;;;;;;;x
AREA_MOLDAU;Moldau;;;;;;;;;;x
AREA_MONTENEGRO;Montenegro;;;;;;;;;;x
AREA_MOREA;Morea;;;;;;;;;;x
AREA_MOSKVA;Moskva;;;;;;;;;;x
AREA_NEGROPONT;Negropont;;;;;;;;;;x
AREA_NIZNIJ_NOVGOROD;Niznij Novgorod;;;;;;;;;;x
AREA_ODESSA;Odessa;;;;;;;;;;x
AREA_POMMERN;Pommern;;;;;;;;;;x
AREA_POSEN;Posen;;;;;;;;;;x
AREA_SAMARA;Samara;;;;;;;;;;x
AREA_SANKT_PETERSBURG;Sankt Petersburg;;;;;;;;;;x
AREA_SARATOV;Saratov;;;;;;;;;;x
AREA_SCHLESIEN;Schlesien;;;;;;;;;;x
AREA_SERBIA;Serbia;;;;;;;;;;x
AREA_SEVASTOPOL;Sevastopol;;;;;;;;;;x
AREA_SIEBENBURGEN;Siebenbürgen;;;;;;;;;;x
AREA_SLAVONIA;Slavonia;;;;;;;;;;x
AREA_SLOVAKIA;Slovakia;;;;;;;;;;x
AREA_SMOLENSK;Smolensk;;;;;;;;;;x
AREA_SWAHILI_COAST;Voivodina;;;;;;;;;;x
AREA_SZEKL;Szekl;;;;;;;;;;x
AREA_TEMESCHBURG;Temesvár;;;;;;;;;;x
AREA_THESSALIA;Thessalia;;;;;;;;;;x
AREA_TOMSK;Tomsk;;;;;;;;;;x
AREA_URAL;Ural;;;;;;;;;;x
AREA_VALAKIA;Valakia;;;;;;;;;;x
AREA_VITEBSK;Vitebsk;;;;;;;;;;x
AREA_ZARIZYN;Tsaritsyn ;;;;;;;;;;x

North America

AREA_ALABAMA;Alabama;;;;;;;;;;x
AREA_ALASKA;Alaska;;;;;;;;;;x
AREA_ALBERTA;Alberta;;;;;;;;;;x
AREA_ARIZONA;Arizona;;;;;;;;;;x
AREA_ARKANSAS;Arkansas;;;;;;;;;;x
AREA_BRITISH_COLUMBIA;British Columbia;;;;;;;;;;x
AREA_CALIFORNIA;California;;;;;;;;;;x
AREA_COLORADO;Colorado;;;;;;;;;;x
AREA_CONNECTICUT;Connecticut;;;;;;;;;;x
AREA_DELAWARE;Delaware;;;;;;;;;;x
AREA_FLORIDA;Florida;;;;;;;;;;x
AREA_GEORGIA;Georgia;;;;;;;;;;x
AREA_IDAHO;Idaho;;;;;;;;;;x
AREA_ILLINOIS;Illinois;;;;;;;;;;x
AREA_INDIANA;Indiana;;;;;;;;;;x
AREA_IOWA;Iowa;;;;;;;;;;x
AREA_KANSAS;Kansas;;;;;;;;;;x
AREA_KENTUCKY;Kentucky;;;;;;;;;;x
AREA_LOUISIANA;Louisiana;;;;;;;;;;x
AREA_MAINE;Maine;;;;;;;;;;x
AREA_MANITOBA;Manitoba;;;;;;;;;;x
AREA_MARYLAND;Maryland;;;;;;;;;;x
AREA_MASSACHUSETTS;Massachusetts;;;;;;;;;;x
AREA_MICHIGAN;Michigan;;;;;;;;;;x
AREA_MINNESOTA;Minnesota;;;;;;;;;;x
AREA_MISSISSIPPI;Mississippi;;;;;;;;;;x
AREA_MISSOURI;Missouri;;;;;;;;;;x
AREA_MONTANA;Montana;;;;;;;;;;x
AREA_NEBRASKA;Nebraska;;;;;;;;;;x
AREA_NEVADA;Nevada;;;;;;;;;;x
AREA_NEW_BRUNSWICK;New Brunswick;;;;;;;;;;x
AREA_NEW_FOUNDLAND;New Foundland;;;;;;;;;;x
AREA_NEW_HAMPSHIRE;New Hampshire;;;;;;;;;;x
AREA_NEW_JERSEY;New Jersey;;;;;;;;;;x
AREA_NEW_MEXICO;New Mexico;;;;;;;;;;x
AREA_NEW_YORK;New York;;;;;;;;;;x
AREA_NORTH_CAROLINA;North Carolina;;;;;;;;;;x
AREA_NORTH_DAKOTA;North Dakota;;;;;;;;;;x
AREA_NORTHWEST_TERRITORIES;Northwest Territories;;;;;;;;;;x
AREA_NOVA_SCOTIA;Nova Scotia;;;;;;;;;;x
AREA_OHIO;Ohio;;;;;;;;;;x
AREA_OKLAHOMA;Oklahoma;;;;;;;;;;x
AREA_ONTARIO;Ontario;;;;;;;;;;x
AREA_OREGON;Oregon;;;;;;;;;;x
AREA_PENNSYLVANIA;Pennsylvania;;;;;;;;;;x
AREA_QUEBEC;Québec;;;;;;;;;;x
AREA_RHODE_ISLAND;Rhode Island;;;;;;;;;;x
AREA_SASKATCHEWAN;Saskatchewan;;;;;;;;;;x
AREA_SOUTH_CAROLINA;South Carolina;;;;;;;;;;x
AREA_SOUTH_DAKOTA;South Dakota;;;;;;;;;;x
AREA_TENNESSEE;Tennessee;;;;;;;;;;x
AREA_TEXAS;Texas;;;;;;;;;;x
AREA_UTAH;Utah;;;;;;;;;;x
AREA_VERMONT;Vermont;;;;;;;;;;x
AREA_VIRGINIA;Virginia;;;;;;;;;;x
AREA_WASHINGTON;Washington;;;;;;;;;;x
AREA_WISCONSIN;Wisconsin;;;;;;;;;;x
AREA_WYOMING;Wyoming;;;;;;;;;;x

Latin America

AREA_AMAZONAS;Amazonas;;;;;;;;;;x
AREA_AREQUIPA;Arequipa;;;;;;;;;;x
AREA_ASUAY;Asuay;;;;;;;;;;x
AREA_ASUNCION;Asunción;;;;;;;;;;x
AREA_BAHIA;Bahia;;;;;;;;;;x
AREA_BARINAS;Barinas;;;;;;;;;;x
AREA_BOYACA;Boyacá;;;;;;;;;;x
AREA_BRITISH_WEST_INDIES;British West Indies;;;;;;;;;;x
AREA_BUENOS_AIRES;Buenos Aires;;;;;;;;;;x
AREA_CAUCA;Cauca;;;;;;;;;;x
AREA_CHACO;Chaco;;;;;;;;;;x
AREA_CHIHUAHUA;Chihuahua;;;;;;;;;;x
AREA_CHUNCOS;Chuncos;;;;;;;;;;x
AREA_COCHABAMBA;Cochabamba;;;;;;;;;;x
AREA_CORDOBA;Córdoba;;;;;;;;;;x
AREA_CORRIENTES;Corrientes;;;;;;;;;;x
AREA_COSTA_RICA;Costa Rica;;;;;;;;;;x
AREA_CUNDINAMARCA;Cundinamarca;;;;;;;;;;x
AREA_DANISH_WEST_INDIES;Danish West Indies;;;;;;;;;;x
AREA_DURANGO;Durango;;;;;;;;;;x
AREA_DUTCH_WEST_INDIES;Dutch West Indies;;;;;;;;;;x
AREA_EL_SALVADOR;El Salvador;;;;;;;;;;x
AREA_ESTADO_DE_MEJICO;Estado de Mejico;;;;;;;;;;x
AREA_FRENCH_GUYANA;Guyana;;;;;;;;;;x
AREA_FRENCH_WEST_INDIES;Lesser Antillas;;;;;;;;;;x
AREA_GOYAZ;Goiás;;;;;;;;;;x
AREA_GUADALAJARA;Guadalajara;;;;;;;;;;x
AREA_GUATEMALA;Guatemala;;;;;;;;;;x
AREA_HONDURAS;Honduras;;;;;;;;;;x
AREA_JUNIN;JunÃ*n;;;;;;;;;;x
AREA_LA_PAMPA;La Pampa;;;;;;;;;;x
AREA_LA_PAZ;La Paz;;;;;;;;;;x
AREA_LA_RIOJA;La Rioja;;;;;;;;;;x
AREA_LIMA;Lima;;;;;;;;;;x
AREA_MAGDALENA;Magdalena;;;;;;;;;;x
AREA_MARANHAO;Maranhão;;;;;;;;;;x
AREA_MATTO_GROSSO;Matto Grosso;;;;;;;;;;x
AREA_MINAS_GERIAS;Minas Gerais;;;;;;;;;;x
AREA_MONTEVIDEO;Montevideo;;;;;;;;;;x
AREA_NEGRA;Negra;;;;;;;;;;x
AREA_NICARAGUA;Nicaragua;;;;;;;;;;x
AREA_NUEVA_LEON;Nueva Leon;;;;;;;;;;x
AREA_OAJACA;Oajaca;;;;;;;;;;x
AREA_ORINOCO;Orinoco;;;;;;;;;;x
AREA_PANAMA;Panama;;;;;;;;;;x
AREA_PARA;Pará;;;;;;;;;;x
AREA_PARAHIBA;ParaÃ*ba;;;;;;;;;;x
AREA_PARANA;Paraná;;;;;;;;;;x
AREA_PERNAMBUCO;Pernambuco;;;;;;;;;;x
AREA_POTOSI;PotosÃ*;;;;;;;;;;x
AREA_QUITO;Quito;;;;;;;;;;x
AREA_RIO_DE_JANEIRO;Rio de Janeiro;;;;;;;;;;x
AREA_RIO_NEGRA;RÃ*o Negro;;;;;;;;;;x
AREA_SALTA;Salta;;;;;;;;;;x
AREA_SAN_LUIS;Mendoza;;;;;;;;;;x
AREA_SAN_LUIS_POTOSI;San Luis Potosi;;;;;;;;;;x
AREA_SANTA_CRUZ;Patagonia;;;;;;;;;;x
AREA_SANTA_FE;Santa Fé;;;;;;;;;;x
AREA_SANTIAGO;Santiago;;;;;;;;;;x
AREA_SANTIAGO_DEL_ESTERO;Santiago del Estero;;;;;;;;;;x
AREA_SAO_PAOLO;São Paulo;;;;;;;;;;x
AREA_SAO_PEDRO;Rio Grande do Sul;;;;;;;;;;x
AREA_SONORA;Sonora;;;;;;;;;;x
AREA_SPANISH_WEST_INDIES;Greater Antillas;;;;;;;;;;x
AREA_TRUJILLO;Trujillo;;;;;;;;;;x
AREA_VALDIVIA;Valdivia;;;;;;;;;;x
AREA_VALPARAISO;ValparaÃ*so;;;;;;;;;;x
AREA_VENEZUELA;Venezuela;;;;;;;;;;x
AREA_VERA_CRUZ;Vera Cruz;;;;;;;;;;x
AREA_YUCATAN;Yucatan;;;;;;;;;;x
AREA_ZACATULA;Zacatula;;;;;;;;;;x
AREA_ZULIA;Zulia;;;;;;;;;;x

Sub-Saharan Africa

AREA_ABYSSINIA;Abyssinia;;;;;;;;;;x
AREA_ANGOLA;Angola;;;;;;;;;;x
AREA_BATN_EL_GHAZAL;Bahr el-Ghazal;;;;;;;;;;x
AREA_BATN_EL_HADJAR;Northern Sudan;;;;;;;;;;x
AREA_BECHUANALAND;Bechuanaland;;;;;;;;;;x
AREA_CAMEROON;Cameroon;;;;;;;;;;x
AREA_CHOLLA;Kasai;;;;;;;;;;x
AREA_CHUBUT;Western Nigeria;;;;;;;;;;x
AREA_DAR_SENNAR;Dar Sennar;;;;;;;;;;x
AREA_DUTCH_GUYANA;Togoland;;;;;;;;;;x
AREA_EQUATORIAL_AFRICA;Equatorial Africa;;;;;;;;;;x
AREA_GABON;Gabon;;;;;;;;;;x
AREA_GOLD_COAST;Gold Coast;;;;;;;;;;x
AREA_GUINEA;Guinea;;;;;;;;;;x
AREA_IVORY_COAST;Ivory Coast;;;;;;;;;;x
AREA_KAMERUN;Kamerun;;;;;;;;;;x
AREA_KATANGA;Katanga;;;;;;;;;;x
AREA_KATANYA;Katanya;;;;;;;;;;x
AREA_KENYA;Kenya;;;;;;;;;;x
AREA_KONGO;Congo;;;;;;;;;;x
AREA_KORDUFAN;Southern Sudan;;;;;;;;;;x
AREA_KYONGGI;Transorangia;;;;;;;;;;x
AREA_MADAGASCAR;Madagascar;;;;;;;;;;x
AREA_MALAWILAND;Malawiland;;;;;;;;;;x
AREA_MALI;Mali;;;;;;;;;;x
AREA_MAURETANIA;Mauretania;;;;;;;;;;x
AREA_MAURITIUS;Mauritius;;;;;;;;;;x
AREA_MOCAMBIQUE;Mocambique;;;;;;;;;;x
AREA_NAMIBIA;Namibia;;;;;;;;;;x
AREA_NIGER;Niger;;;;;;;;;;x
AREA_NIGERIA;Sokoto;;;;;;;;;;x
AREA_NORTH_RHODESIA;North Rhodesia;;;;;;;;;;x
AREA_OGADEN;Ogaden;;;;;;;;;;x
AREA_PYONGAN;Jibal Bashar;;;;;;;;;;x
AREA_RUMILIA;Eastern Nigeria;;;;;;;;;;x
AREA_SENEGAL;Senegal;;;;;;;;;;x
AREA_SHOA;Shoa;;;;;;;;;;x
AREA_SIGMARINGEN;Zeila;;;;;;;;;;x
AREA_SOMALILAND;Somaliland;;;;;;;;;;x
AREA_SOUTH_AFRICA;South Africa;;;;;;;;;;x
AREA_SOUTH_RHODESIA;South Rhodesia;;;;;;;;;;x
AREA_SUDAN;Sudan;;;;;;;;;;x
AREA_TANGANYIKA;Tanganyika;;;;;;;;;;x
AREA_TCHAD;Tchad;;;;;;;;;;x
AREA_TIGRAY;Tigray;;;;;;;;;;x
AREA_UGANDA;Uganda;;;;;;;;;;x
AREA_UPPER_CAMEROON;Upper Cameroon;;;;;;;;;;x
AREA_UPPER_CONGO;Upper Congo;;;;;;;;;;x
AREA_VOLTA;Volta;;;;;;;;;;x
AREA_ZANZIBAR;Zanzibar;;;;;;;;;;x

Middle East

AREA_AFGHANISTAN;Afghanistan;;;;;;;;;;x
AREA_AL_MAWSIL;Al Mawsil;;;;;;;;;;x
AREA_AL_UDRUN;Al Udrun;;;;;;;;;;x
AREA_ALGERIA;Algeria;;;;;;;;;;x
AREA_ANKARA;Ankara;;;;;;;;;;x
AREA_ARMENIA;Armenia;;;;;;;;;;x
AREA_AZERBAIJAN;Azerbaijan;;;;;;;;;;x
AREA_BADIYAT_ASH_SHAM;Badiyat ash Sham;;;;;;;;;;x
AREA_BAGDAD;Bagdad;;;;;;;;;;x
AREA_BAHARI;Bahari;;;;;;;;;;x
AREA_BAYRUT;Bayrut;;;;;;;;;;x
AREA_BRITISH_GUYANA;Cyrenaika;;;;;;;;;;x
AREA_BUKHARA;Bukhara;;;;;;;;;;x
AREA_BURSA;Bursa;;;;;;;;;;x
AREA_DAGESTAN;Dagestan;;;;;;;;;;x
AREA_DIYARBAKIR;Diyarbakir;;;;;;;;;;x
AREA_EAST_TURKESTAN;East Turkestan;;;;;;;;;;x
AREA_EGYPT;Egypt;;;;;;;;;;x
AREA_FARS;Fars;;;;;;;;;;x
AREA_GHILAN_MAZANDARAN;Ghilan-Mazandaran;;;;;;;;;;x
AREA_HADRAMAUT;Hadramaut;;;;;;;;;;x
AREA_HALAB;Halab;;;;;;;;;;x
AREA_HAMKYONG;Hoggar;;;;;;;;;;x
AREA_HASSANHADJAN;Hassanhadjan;;;;;;;;;;x
AREA_HEDJAZ;Hedjaz;;;;;;;;;;x
AREA_IZMIR;Izmir;;;;;;;;;;x
AREA_JERUSALEM;Jerusalem;;;;;;;;;;x
AREA_JIBAL;Jibal;;;;;;;;;;x
AREA_KANGWON;Adrar;;;;;;;;;;x
AREA_KARAMAN_ADANA;Karaman-Adana;;;;;;;;;;x
AREA_KARS;Kars;;;;;;;;;;x
AREA_KASTAMONU;Kastamonu;;;;;;;;;;x
AREA_KERMAN;Kerman;;;;;;;;;;x
AREA_KHIVA;Khiva;;;;;;;;;;x
AREA_KHORASAN;Khorasan;;;;;;;;;;x
AREA_KHUZESTAN;Khuzestan;;;;;;;;;;x
AREA_KOKAND;Kokand;;;;;;;;;;x
AREA_LARISTAN;Laristan;;;;;;;;;;x
AREA_LIBYA;Tripolitania;;;;;;;;;;x
AREA_MESOPOTAMIA;Mesopotamia;;;;;;;;;;x
AREA_MOROCCO;Morocco;;;;;;;;;;x
AREA_NEJD;Nejd;;;;;;;;;;x
AREA_OMAN;Oman;;;;;;;;;;x
AREA_RIO_DE_ORO;Rio de Oro;;;;;;;;;;x
AREA_SAHRA_AL_GHARBIYAH;Sahra al-Gharbiyah;;;;;;;;;;x
AREA_SAHRA_AL_SHARQIYAH;Sahra ash-Sharqiyah;;;;;;;;;;x
AREA_SAID;Said;;;;;;;;;;x
AREA_SURIYAH;Suriyah;;;;;;;;;;x
AREA_TBLISI;Tblisi;;;;;;;;;;x
AREA_TRABZON;Trabzon;;;;;;;;;;x
AREA_TUNISIA;Tunisia;;;;;;;;;;x
AREA_TURKESTAN;Turkestan;;;;;;;;;;x
AREA_TURKMENISTAN;Turkmenistan;;;;;;;;;;x
AREA_YEMEN;Yemen;;;;;;;;;;x

South Asia

AREA_ASSAM;Assam;;;;;;;;;;x
AREA_BENGAL;Bengal;;;;;;;;;;x
AREA_BIHAR_ORISSA;Bihar-Orissa;;;;;;;;;;x
AREA_BIKANER_JODHPUR;Bikaner-Jodhpur;;;;;;;;;;x
AREA_BOMBAY;Bombay;;;;;;;;;;x
AREA_CARNATIC;Carnatic;;;;;;;;;;x
AREA_CENTRAL_PROVINCES;Central Provinces;;;;;;;;;;x
AREA_CEYLON;Ceylon;;;;;;;;;;x
AREA_CIRCARS;Circars;;;;;;;;;;x
AREA_GUJARAT;Gujarat;;;;;;;;;;x
AREA_HIMALAYA;Himalaya;;;;;;;;;;x
AREA_HYDERABAD;Hyderabad;;;;;;;;;;x
AREA_JAIPUR_GWAILOR;Jaipur-Gwailor;;;;;;;;;;x
AREA_KALAT_MAKRAN;Kalat-Makran;;;;;;;;;;x
AREA_KANABAR_MALABAR;Kanabar-Malabar;;;;;;;;;;x
AREA_KASHMIR;Kashmir;;;;;;;;;;x
AREA_MADRAS;Madras;;;;;;;;;;x
AREA_MYSORE;Mysore;;;;;;;;;;x
AREA_NAGPUR;Nagpur;;;;;;;;;;x
AREA_PUNJAB;Punjab;;;;;;;;;;x
AREA_SIND;Sind;;;;;;;;;;x
AREA_TRAVANCORE;Travancore;;;;;;;;;;x
AREA_UNITED_PROVINCES;United Provinces;;;;;;;;;;x

East Asia

AREA_AMUR;Manchuria;;;;;;;;;;x
AREA_CHEHKIANG;Zhehjiang;;;;;;;;;;x
AREA_CHIHLI;Zhili;;;;;;;;;;x
AREA_CHUGOKU;Chugoku;;;;;;;;;;x
AREA_FAR_EASTERN;Far Eastern;;;;;;;;;;x
AREA_FUHKIEN;Fujian;;;;;;;;;;x
AREA_HOKKAIDO;Hokkaido;;;;;;;;;;x
AREA_HOKURIKU;Hokuriku;;;;;;;;;;x
AREA_HONAM;Honam;;;;;;;;;;x
AREA_HONAN;Henan;;;;;;;;;;x
AREA_HUNAN;Hunan;;;;;;;;;;x
AREA_HUPEH;Hubei;;;;;;;;;;x
AREA_HWANGHAE;Hwanghae;;;;;;;;;;x
AREA_IRKUTSK;Irkutsk;;;;;;;;;;x
AREA_KANSUH;Gansu;;;;;;;;;;x
AREA_KANTO;Kanto;;;;;;;;;;x
AREA_KIANGSI;Jiangxi;;;;;;;;;;x
AREA_KIANGSU;Jiangsu;;;;;;;;;;x
AREA_KIHO;Kiho;;;;;;;;;;x
AREA_KINKI;Kinki;;;;;;;;;;x
AREA_KWANBUK;Kwanbuk;;;;;;;;;;x
AREA_KWANDONG;Kwandong;;;;;;;;;;x
AREA_KWANGSI;Guangxi;;;;;;;;;;x
AREA_KWANGTUNG;Guangdong;;;;;;;;;;x
AREA_KWANSO;Kwanso;;;;;;;;;;x
AREA_KWEICHAU;Guizhou;;;;;;;;;;x
AREA_KYUSHU;Kyushu;;;;;;;;;;x
AREA_MONGOLIA;Mongolia;;;;;;;;;;x
AREA_NGANHWEI;Anhui;;;;;;;;;;x
AREA_SAKHALIN;Sakhalin;;;;;;;;;;x
AREA_SHANTUNG;Shandong;;;;;;;;;;x
AREA_SHANXI;Shanxi;;;;;;;;;;x
AREA_SHENSHI;Shaanxi;;;;;;;;;;x
AREA_SHIKOKU;Shikoku;;;;;;;;;;x
AREA_SHINGKIANG;Fengtian;;;;;;;;;;x
AREA_SZCHUEN;Sichuan;;;;;;;;;;x
AREA_TIBET;Tibet;;;;;;;;;;x
AREA_TOHOKU;Tohoku;;;;;;;;;;x
AREA_TOKAI;Tokai;;;;;;;;;;x
AREA_TSINGHAI;Qinghai;;;;;;;;;;x
AREA_YONGNAM;Yongnam;;;;;;;;;;x
AREA_YUNNAN;Yunnan;;;;;;;;;;x

Southeast Asia

AREA_ANNAM;Annam;;;;;;;;;;x
AREA_ARAKAN;Arakan;;;;;;;;;;x
AREA_BORNEO;Borneo;;;;;;;;;;x
AREA_CAMBODIA;Cambodia;;;;;;;;;;x
AREA_COCHIN;Cochin;;;;;;;;;;x
AREA_JAVA;Java;;;;;;;;;;x
AREA_LAOS;Laos;;;;;;;;;;x
AREA_MALAYA;Malaya;;;;;;;;;;x
AREA_MIAN;Mian;;;;;;;;;;x
AREA_NEW_GUINEA;Celebes;;;;;;;;;;x
AREA_PEGU;Pegu;;;;;;;;;;x
AREA_PHILIPPINES;Philippines;;;;;;;;;;x
AREA_SHAN;Shan;;;;;;;;;;x
AREA_SIAM;Siam;;;;;;;;;;x
AREA_SUMATERA;Sumatra;;;;;;;;;;x
AREA_SUNDA_ISLANDS;Sunda Islands;;;;;;;;;;x
AREA_THE_MOLUCKS;The Molucks;;;;;;;;;;x
AREA_TONKIN;Tonkin;;;;;;;;;;x

Oceania

AREA_AUSTRALIA;Australia;;;;;;;;;;x
AREA_BRITISH_HONDURAS;Central Polynesia;;;;;;;;;;x
AREA_FEZ;Solomon Islands;;;;;;;;;;x
AREA_HAWAII;Hawaii;;;;;;;;;;x
AREA_KYONGSANG;Western Mikronesia;;;;;;;;;;x
AREA_MELANESIA;Melanesia;;;;;;;;;;x
AREA_MIDWAY;Mid Pacific;;;;;;;;;;x
AREA_MIKRONESIA;Mikronesia;;;;;;;;;;x
AREA_NEW_SOUTH_WALES;New South Wales;;;;;;;;;;x
AREA_NEW_ZEALAND;Northern New Zealand;;;;;;;;;;x Name changed in VR
AREA_NORTH_TERRITORY;Northern Territory;;;;;;;;;;x
AREA_POLYNESIA;Polynesia;;;;;;;;;;x
AREA_QUEENSLAND;Queensland;;;;;;;;;;x
AREA_SOUTH_AUSTRALIA;South Australia;;;;;;;;;;x
AREA_TAFILELT;Central Pacific;;;;;;;;;;x
AREA_TASMANIA;Tasmania;;;;;;;;;;x
AREA_TIMOR;Bismarck Archipelago;;;;;;;;;;x
AREA_VICTORIA;Victoria;;;;;;;;;;x
AREA_VOSTANI;Southwestern Melanesia;;;;;;;;;;x
AREA_WEST_AUSTRALIA;Western Australia;;;;;;;;;;x

User-Defined Areas In Revolutions

AREA_EXTRA_0;Casamance;;;;;;;;;;x
AREA_EXTRA_1;Comoe;;;;;;;;;;x
AREA_EXTRA_2;Worodugu;;;;;;;;;;;x
AREA_EXTRA_3;Togo-Dahomey;;;;;;;;;;;x
AREA_EXTRA_4;Asanteland;;;;;;;;;;;x
AREA_EXTRA_5;Kaarta;;;;;;;;;;x
AREA_EXTRA_6;Azawad;Azawad;;;;;;;X
AREA_EXTRA_7;Iboland;;;;;;;;;;;x
AREA_EXTRA_8;Yorubaland;;;;;;;;;;;x
AREA_EXTRA_9;Yatenga;;;;;;;;;;;x
AREA_EXTRA_10;Hodh;;;;;;;;;;;x
AREA_EXTRA_11;Adrar;;;;;;;;;;;x
AREA_EXTRA_12;Middle Congo;;;;;;;;;;;x
AREA_EXTRA_13;Kasai;;;;;;;;;;;x
AREA_EXTRA_14;Bandialand;;;;;;;;;;;x
AREA_EXTRA_15;Baguirmi;;;;;;;;;;;x
AREA_EXTRA_16;Wadai;;;;;;;;;;;x
AREA_EXTRA_17;Air;;;;;;;;;;;x
AREA_EXTRA_18;Damergu;;;;;;;;;;;x
AREA_EXTRA_19;Western Kalahari;;;;;;;;;;;x
AREA_EXTRA_20;Eastern Kalahari;;;;;;;;;;;x
AREA_EXTRA_21;Rufiji-Ruvuma;;;;;;;;;;;x
AREA_EXTRA_22;Jibal Bashar;;;;;;;;;;;x
AREA_EXTRA_23;Tanezruft;;;;;;;;;;;x
AREA_EXTRA_24;Wargla;;;;;;;;;;;x
AREA_EXTRA_25;Tawat;;;;;;;;;;;x
AREA_EXTRA_26;Hoggar;;;;;;;;;;;x
AREA_EXTRA_27;Cyrenaica;;;;;;;;;;;x
AREA_EXTRA_28;Fezzan;;;;;;;;;;;x
AREA_EXTRA_29;Kufra;;;;;;;;;;;x
AREA_EXTRA_30;West Borneo;;;;;;;;;;;x
AREA_EXTRA_31;East Borneo;;;;;;;;;;;x
AREA_EXTRA_32;Northern Polynesia;;;;;;;;;;;x
AREA_EXTRA_33;Eastern Polynesia;;;;;;;;;;;x
AREA_EXTRA_34;Northern Melanesia;;;;;;;;;;;x
AREA_EXTRA_35;Yukon;;;;;;;;;;;x
AREA_EXTRA_36;Keewatin;;;;;;;;;;;x
AREA_EXTRA_37;Hausaland;;;;;;;;;;;x
AREA_EXTRA_38;Borno;;;;;;;;;;;x
AREA_EXTRA_39;Turkana;;;;;;;;;;;x
AREA_EXTRA_40;Southern New Zealand;;;;;;;;;;;x
AREA_EXTRA_41;Kwararafa;;;;;;;;;;;x
AREA_EXTRA_42;Semireche;;;;;;;;;;;x
AREA_EXTRA_43;Transorangia;;;;;;;;;;;x
AREA_EXTRA_44;Natal;;;;;;;;;;;x
AREA_EXTRA_45;Solomon Islands;;;;;;;;;;;x
AREA_EXTRA_46;Azores;;;;;;;;;;X
AREA_EXTRA_47;Northern Micronesia;;;;;;;;;;X
AREA_EXTRA_48;AREA_EXTRA_48;;;;;;;;;;X
AREA_EXTRA_49;AREA_EXTRA_49;;;;;;;;;;X
AREA_EXTRA_50;AREA_EXTRA_50;;;;;;;;;;X
AREA_EXTRA_51;AREA_EXTRA_51;;;;;;;;;;X
AREA_EXTRA_52;AREA_EXTRA_52;;;;;;;;;;X
AREA_EXTRA_53;AREA_EXTRA_53;;;;;;;;;;X
AREA_EXTRA_54;AREA_EXTRA_54;;;;;;;;;;X
AREA_EXTRA_55;AREA_EXTRA_55;;;;;;;;;;X
AREA_EXTRA_56;AREA_EXTRA_56;;;;;;;;;;X
AREA_EXTRA_57;AREA_EXTRA_57;;;;;;;;;;X
AREA_EXTRA_58;AREA_EXTRA_58;;;;;;;;;;X
AREA_EXTRA_59;AREA_EXTRA_59;;;;;;;;;;X
AREA_EXTRA_60;AREA_EXTRA_60;;;;;;;;;;X
AREA_EXTRA_61;AREA_EXTRA_61;;;;;;;;;;X
AREA_EXTRA_62;AREA_EXTRA_62;;;;;;;;;;X
AREA_EXTRA_63;AREA_EXTRA_63;;;;;;;;;;X
AREA_EXTRA_64;AREA_EXTRA_64;;;;;;;;;;X
AREA_EXTRA_65;AREA_EXTRA_65;;;;;;;;;;X
AREA_EXTRA_66;AREA_EXTRA_66;;;;;;;;;;X
AREA_EXTRA_67;AREA_EXTRA_67;;;;;;;;;;X
AREA_EXTRA_68;AREA_EXTRA_68;;;;;;;;;;X
AREA_EXTRA_69;AREA_EXTRA_69;;;;;;;;;;X
AREA_EXTRA_70;AREA_EXTRA_70;;;;;;;;;;X
AREA_EXTRA_71;AREA_EXTRA_71;;;;;;;;;;X
AREA_EXTRA_72;AREA_EXTRA_72;;;;;;;;;;X
AREA_EXTRA_73;AREA_EXTRA_73;;;;;;;;;;X
AREA_EXTRA_74;AREA_EXTRA_74;;;;;;;;;;X
AREA_EXTRA_75;AREA_EXTRA_75;;;;;;;;;;X
AREA_EXTRA_76;AREA_EXTRA_76;;;;;;;;;;X
AREA_EXTRA_77;AREA_EXTRA_77;;;;;;;;;;X
AREA_EXTRA_78;AREA_EXTRA_78;;;;;;;;;;X
AREA_EXTRA_79;AREA_EXTRA_79;;;;;;;;;;X
AREA_EXTRA_80;AREA_EXTRA_80;;;;;;;;;;X
AREA_EXTRA_81;AREA_EXTRA_81;;;;;;;;;;X
AREA_EXTRA_82;AREA_EXTRA_82;;;;;;;;;;X
AREA_EXTRA_83;AREA_EXTRA_83;;;;;;;;;;X
AREA_EXTRA_84;AREA_EXTRA_84;;;;;;;;;;X
AREA_EXTRA_85;AREA_EXTRA_85;;;;;;;;;;X
AREA_EXTRA_86;AREA_EXTRA_86;;;;;;;;;;X
AREA_EXTRA_87;AREA_EXTRA_87;;;;;;;;;;X
AREA_EXTRA_88;AREA_EXTRA_88;;;;;;;;;;X
AREA_EXTRA_89;AREA_EXTRA_89;;;;;;;;;;X
AREA_EXTRA_90;AREA_EXTRA_90;;;;;;;;;;X
AREA_EXTRA_91;AREA_EXTRA_91;;;;;;;;;;X
AREA_EXTRA_92;AREA_EXTRA_92;;;;;;;;;;X
AREA_EXTRA_93;AREA_EXTRA_93;;;;;;;;;;X
AREA_EXTRA_94;AREA_EXTRA_94;;;;;;;;;;X
AREA_EXTRA_95;AREA_EXTRA_95;;;;;;;;;;X
AREA_EXTRA_96;AREA_EXTRA_96;;;;;;;;;;X
AREA_EXTRA_97;AREA_EXTRA_97;;;;;;;;;;X
AREA_EXTRA_98;AREA_EXTRA_98;;;;;;;;;;X
AREA_EXTRA_99;AREA_EXTRA_99;;;;;;;;;;X
 
Last edited:
Country TAG list updated 8 Nov 06
 
ID list updated 8 November 2006
 
Area (State) List updated 11 Dec 2006
 
Culture Tag & Religion tag list updated 9 Jan 07
 
ID list updated 31 March 2007
 
All updated 21 May 2007
 
Status
Not open for further replies.