1. Open the scenario-file (example : 1419.inc), find the line
Code:
include = "scenarios\1419\1419_kon.inc"
, introduce a "#" in the beginning, like this :
Code:
#include = "scenarios\1419\1419_kon.inc"
2. Check, in the same file, that no CoT is placed in one of the starting provinces of the deleted country
3. Delete all merchants of that country, as well as any mention of it's tag (in wars, alliances, dynastic alliances, etc) ; easiest way is to make a search through the file with the three-letter tag
4. Close and save the file
5. Open the appropriate .EUG file, and delete the tag from the list of selectable countries ; if need be, also remove the appropriate descriptive stats in the same file ; close and save
6. Optional : open revolt.txt, delete (or put #in the beginning of all lines) the item pertaining to the deleted country ; for example, Kongo is like so :
Code:
KON = {
date = { day = 1 month = january year = 1419 }
expirydate = { day = 31 month = december year = 1820 }
minimum = { 1503 1504 1505 1506 }
extra = { }
capital = 1506
group = china
}
either delete all those lines, or put # as follows :
Code:
#KON = {
# date = { day = 1 month = january year = 1419 }
# expirydate = { day = 31 month = december year = 1820 }
# minimum = { 1503 1504 1505 1506 }
# extra = { }
# capital = 1506
# group = china
# }
Close and save
And you're done.