Morpheus9 said:
hi...i hope someone can help me here.
i want to modify GC at startup.
I want to play as Poland and want Lithuania as vasll. How can i do this??
thanks
1. Open 1419.inc in a text editor (the file is in the scenarios folder)
2. scroll down to the alliances. They look like this:
Code:
alliance = {
id = { type = 6000 id = 40 }
type = vassalization
expirydate = { year = 1821 month = august day = 15 }
participant = { MAM ARA }
}
3. Add this one after the one above:
Code:
alliance = {
id = { type = 6000 id = 41 }
type = vassalization
expirydate = { year = 1821 month = august day = 15 }
participant = { POL LIT }
}
4. Double-check that you got all the {}s in right place...
5. Save, you're done.
To be on the safe side, in case something goes wrong, it can be a good idea to take a copy of the file first...
