• 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.

unmerged(11633)

Field Marshal
Nov 11, 2002
3.359
0
members.lycos.co.uk
You can change revolt.txt so that the Canary Island provinces are in the "Extra" part of the entry for either Spain, rather than the "minimal" part. Minimal provinces must all be held for release. Extra provinces will be given if held, but don't affect whether a country is released or not. Of course, if you mod your files you won't be able to play MP.
 
Go into your revolt.txt file in your \db directory. Scroll down and you'll see this:

Code:
SPA = {
	date = { day = 1 month = january year = 1936 }
	expirydate = { day = 30 month = december year = 1947 }
	minimum = {
	334 333 340 330 329 339 338 347 954 955 957 961 962 963
	964 965 535 537 967 971 972 1091
	}
	extra = { 348 331 332 341 342 343 346 349 350 351 352 353 354 355 356 357 536  }
	capital = 333 # Burgos
}

SPR = {
	date = { day = 1 month = january year = 1936 }
	expirydate = { day = 30 month = december year = 1947 }
	minimum = { 332 333 334 338 339 340 341 342 343 346 347 349 350 351 352 353 354 355 535 536 537 961 962 963 964 965 }
	extra = { 348 357 329 356 330 331 }
	capital = 341 # Madrid
}

Remove "961 962 963 964 965" and place them in the extra line. These are the province ID numbers for the Canary Islands.

Edit: No help in a day, and you suddebly get help from two people at virtually the same time. Strange how that works. :D
 

unmerged(12303)

The hated one
Dec 3, 2002
5.225
0
Visit site
TurnerBenton said:
Edit: No help in a day, and you suddebly get help from two people at virtually the same time. Strange how that works. :D

hehe yes - I have that happen on the mp forum often when I try to help out. Just the way things work I guess.

@ Gjerg - I am modding the files for our STARFIRE MP group so as to avoid exploits and silly issues like this.

thanks a lot chaps :)