I've been trying to start the coding for a zombie mod I'm planning, but when I attempt to start the scenario, it simply gets hung up on 'reading scenario' and stops responding. There's no error message. Can anyone see what would cause it? (Do I have to assign every single province to a nation before I start? I was hoping to complete the nations in small groups.)
EUG:
incs:
EUG:
Code:
name = "ZOMBIE_SCENARIO"
panel = "scenarios/data/scenario_1936.bmp"
header =
{ name = "The Zombie War"
startdate = { year = 1936 }
selectable = { USA CAN MEX
}
USA = {
}
CAN = {
}
MEX = {
}
}
globaldata =
{ startdate = { year = 1936 month = january day = 0 }
axis =
{ id = { type = 15000 id = 2 }
participant = { }
}
allies =
{ id = { type = 15000 id = 1 }
participant = { USA CAN MEX }
}
comintern =
{ id = { type = 15000 id = 3 }
participant = { }
}
#########################################
}
include = "scenarios\1936\vp.inc"
include = "scenarios\ZombieWar\USAZ.inc"
include = "scenarios\ZombieWar\CANZ.inc"
include = "scenarios\ZombieWar\MEXZ.inc"
incs:
Code:
##############################
# Country definition for USA #
##############################
province =
{ id = 663
anti_air = 3
air_base = { size = 10 current_size = 10 }
Naval_base = { size = 10 current_size = 10 }
supplypool = 1000
} # Pearl Harbour
province =
{ id = 733
anti_air = 1
air_base = { size = 10 current_size = 10 }
} # Salt Lake City
province =
{ id = 761
anti_air = 1
air_base = { size = 10 current_size = 10 }
Naval_base = { size = 10 current_size = 10 }
} # San Diego
province =
{ id = 762
anti_air = 3
air_base = { size = 4 current_size = 4 }
naval_base = { size = 8 current_size = 8 }
} # Los Angeles
province =
{ id = 764
anti_air = 1
air_base = { size = 4 current_size = 4 }
} # Sacramento
province =
{ id = 765
anti_air = 3
air_base = { size = 10 current_size = 10 }
Naval_base = { size = 10 current_size = 10 }
} # San Francisco
province =
{ id = 780
anti_air = 1
air_base = { size = 10 current_size = 10 }
Naval_base = { size = 10 current_size = 10 }
} # Seattle
province =
{ id = 783
anti_air = 1
air_base = { size = 4 current_size = 4 }
} # Portland
#####################
# Country main data #
#####################
country =
{ tag = USA
# Resource Reserves
energy = 1000
metal = 1000
rare_materials = 500
oil = 500
supplies = 500
money = 100
manpower = 40
transports = 60
escorts = 53
capital = 765
diplomacy =
{ relation = { tag = CAN value = 190 }
relation = { tag = MEX value = 160 }
}
nationalprovinces = { 651 650 649 648 677 676 672 646 647 669 670 644 645 634 635 636 637 643 633 632 631 638 639 606
607 605 604 603 612 602 598 593 592 608 609 610 611 594 597 595 596 582 583 599 600 601 613 614
629 630 640 641 642 671 673 674 675 678 679 615 628 617 616 618 619 627 680 681 682 683 684 685
686 687 688 689 626 625 620 621 624 623 622 690 691 692 693 694 695 696 697 698 699 787 788 789
790 791 792 793 710 711 712 713 714 715 716 717 719 720 721 748 722 723 724 725 727 728 729 730
731 732 733 706 707 708 709 705 704 703 702 701 700 775 774 770 771 772 773 776 777 779 780 781
782 783 784 785 786 778 769 768 734 736 735 767 761 762 763 764 765 766 553 551 550 549 548 547
546 545 544 543 542 718 726 746 1408 895 889
}
ownedprovinces = { 779 780 781 782 783 784 785 786 769 778 771 770 776 777 773 772 732 733 768 734 731 767 735 763 764 766 765 762 761 658 659 663 660 661 }
controlledprovinces = { 779 780 781 782 783 784 785 786 769 778 771 770 776 777 773 772 732 733 768 734 731 767 735 763 764 766 765 762 761 658 659 663 660 661 }
# USA 1936 techs
# ######################
techapps = { 12100 4010 4020 4120 4130 4250 4260 4190 4220 2150 2010 2290 2300 2310 2450 2460 2510 1010 1190 1200
1310 5010 5020 5050 5060 5080 5090 5310 5320 5470 5480 9010 9020 9030 9140 6010 6020 8010 8020 8030
8040 8050 8060 8090 8100 3010 3020 3070 3080 3130 3140 3150 3190 3200 3210 3250 3260 3270 3280 3320
3330 3340 3400 3410 3420 14000
}
policy =
{ date = { year = 0 month = january day = 0 }
democratic = 10
political_left = 6
freedom = 10
free_market = 10
professional_army = 1
defense_lobby = 1
interventionism = 1
}
headofstate = { type = 9 id = 6001 }
headofgovernment = { type = 9 id = 6002 }
foreignminister = { type = 9 id = 6003 }
armamentminister = { type = 9 id = 6077 }
ministerofsecurity = { type = 9 id = 6005 }
ministerofintelligence = { type = 9 id = 6006 }
chiefofstaff = { type = 9 id = 6007 }
chiefofarmy = { type = 9 id = 6008 }
chiefofnavy = { type = 9 id = 6158 }
chiefofair = { type = 9 id = 6010 }
landunit =
{ location = 731
name = "1st US Army Corps"
id = { type = 14800 id = 3 }
division =
{ id = { type = 14800 id = 4 }
name = "1st 'Big Red One' Division"
type = infantry
}
}
Code:
##############################
# Country definition for Canada #
##############################
province =
{ id = 541
anti_air = 3
air_base = { size = 10 current_size = 10 }
naval_base = { size = 10 current_size = 10 }
ic = 10
} # Vancouver
#####################
# Country main data #
#####################
country =
{ tag = CAN
# Resource Reserves
energy = 1000
metal = 1000
rare_materials = 500
oil = 500
supplies = 500
money = 20
manpower = 30
capital = 541
transports = 10
escorts = 1
diplomacy =
{ relation = { tag = USA value = 190 }
relation = { tag = MEX value = 160 }
}
nationalprovinces = { 556 541 555 554 552 558 557 796 797 799 798 795 794 559 560 561 563 566 567 570 568 569 571 565
572 588 589 590 591 587 585 584 573 586 574 564 581 580 579 578 1909
}
ownedprovinces = { 556 541 555 }
controlledprovinces = { 556 541 555 }
# CAN 1936 techs
# ######################
techapps = { 1010 1020 1190 1200 1210 1220 14000 2010 2150 2290 2300 2310 2450 2460 2510 3010 3020 3070 4010 4020
4120 4130 5010 5020 5080 5090 5190 5310 6010 6030 6110 6120 8010 8020 8030 8040 8050 8070 8100 8120
9010 9020 9030 9140
}
policy =
{ date = { year = 0 month = january day = 0 }
democratic = 10
political_left = 2
free_market = 10
freedom = 10
professional_army = 6
defense_lobby = 2
interventionism = 4
}
headofstate = { type = 9 id = 45001 }
headofgovernment = { type = 9 id = 45002 }
foreignminister = { type = 9 id = 45003 }
armamentminister = { type = 9 id = 45004 }
ministerofsecurity = { type = 9 id = 45005 }
ministerofintelligence = { type = 9 id = 45006 }
chiefofstaff = { type = 9 id = 45007 }
chiefofarmy = { type = 9 id = 45008 }
chiefofnavy = { type = 9 id = 45009 }
chiefofair = { type = 9 id = 45010 }
Code:
##############################
# Country definition for Mexico #
##############################
#####################
# Country main data #
#####################
country =
{ tag = MEX
# Resource Reserves
energy = 1000
metal = 1000
rare_materials = 500
oil = 500
supplies = 500
money = 20
capital = 737
manpower = 60
policy =
{ date = { year = 0 month = january day = 0 }
democratic = 8
political_left = 8
freedom = 6
free_market = 6
professional_army = 4
defense_lobby = 4
interventionism = 3
}
nationalprovinces = { 756 755 754 753 752 751 750 747 749 745 742 741 744 743 740 739 737 738 }
ownedprovinces = { 737 738}
controlledprovinces = { 737 738 }
diplomacy =
{ relation = { tag = USA value = 160 }
relation = { tag = CAN value = 160 }
}
# CAN 1936 techs
# ######################
techapps = { 1010 1020 1190 1200 1210 1220 14000 2010 2150 2290 2300 2310 2450 2460 2510 3010 3020 3070 4010 4020
4120 4130 5010 5020 5080 5090 5190 5310 6010 6030 6110 6120 8010 8020 8030 8040 8050 8070 8100 8120
9010 9020 9030 9140
}