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

Lusitania

Second Lieutenant
46 Badges
Mar 25, 2001
113
0
Visit site
  • Stellaris: Distant Stars
  • Stellaris Sign-up
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Cradle of Civilization
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Dharma
  • Stellaris: Megacorp
  • Europa Universalis IV: Golden Century
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Hearts of Iron IV: La Resistance
  • Stellaris: Federations
  • Europa Universalis 4: Emperor
  • Stellaris: Necroids
  • Stellaris: Nemesis
  • Europa Universalis IV: Res Publica
  • Europa Universalis III: Chronicles
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • Hearts of Iron III
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis III
  • Europa Universalis: Rome
  • 500k Club
  • Europa Universalis III: Collection
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
I would like to be able to make a few scenarios. But I find the process quite hard if not impossible. What is required to change the owner of a province at the begining of the game. What do I have to change and where are the files as well as what software do I need to use in order to do these changes and how do I save these changes.
 
To change ownership of a province, once you have the basic requirements for editing (wordpad, 1492.inc, province.csv, etc) There are several things you should do

Find the country TAG in the .inc file under which the province belongs to currently, then remove the province ID number from controlled provinces, owned provinces, and depending on how you want the game to run, national provinces.

Next, remove the province from its the 'cities' section of that TAG

Finally, put all of these in the file of the country you wish to control the province.

Here is a small TAG listing (Brittany), which will hopefully make what I said make more sense (these are in all of the .inc files):

country = {
tag = BRI
ai = 'brittany.ai'

colonialattempts = 0
colonialnation = yes
major = no
dynamism = 3
colonists = 3.250000
cancelledloans = 0
extendedloans = 0
treasury = 50.000000
inflation = 0.000000
merchants = 0.083333
religion = { type = catholic }
diplomacy = {
}
knownprovinces = { 238 239 240 241 242 243 244 245 246 247 248 249 250 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 525 526 527 528 529 530 531 532 533 534 535 536 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 805 806 817 819 820 821 919 920 921 922 923 925 926 929 935 936 937 938 939 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1057 1058 1326 1327 1331 }
ownedprovinces = {
414 415 416 }
controlledprovinces = {
414 415 416 }
nationalprovinces = {
414 415 416 }
city = { fortress = { level = 1.000000 }
population = 8000
location = 415
capital = yes
}
city = { fortress = { level = 1.000000 }
population = 8000
location = 414
}
city = { fortress = { level = 1.000000 }
population = 6000
location = 416
}

technology = {
stability = { level = 1 value = 20 }
infra = { level = 0 value = 50 }
trade = { level = 1 value = 50 }
land = { level = 1 value = 0 }
naval = { level = 1 value = 0 }
}
}

Moving and adding armies is a little more difficult, but not much.

Anyways, I hope this clears your problems up a little!