I was trying to do a bit of freelance modding on MDS 1,5 and I was trying to get the EU to inherit certain tech teams from certain nations through the waketeam command. What I did was to copy the relevant team from the original nations team list into the EUs tech team list and setting their arrival/death date to 2100 for both. I then put the line "command = { type = waketeam which = [team number] }" into the events that gives the EU the European nations.
Now here is the trouble: When I was testing it, I found that the events would apparently fire without a hitch and I was instructed by the event that "FN Hersdal" has arrived (for the Belgium event). However, when I tried to use it to research a tech, I could not find it in the tech team roster. What am I doing wrong.
One example:
And the EU tech teams:
Now here is the trouble: When I was testing it, I found that the events would apparently fire without a hitch and I was instructed by the event that "FN Hersdal" has arrived (for the Belgium event). However, when I tried to use it to research a tech, I could not find it in the tech team roster. What am I doing wrong.
One example:
Code:
##############################################
# Belgium joins
##############################################
event = {
id = 3023
random = no
country = U06
trigger = {
event = 3022
}
name = "An united Europe"
desc = "As the first country in Europe, Belgium have been completly integrated to the European Union nation."
picture = "ueu"
style = 0
date = { day = 22 month = march year = 2003 }
offset = 3
deathdate = { day = 30 month = december year = 2019 }
action_a = {
name = "Great"
command = { type = inherit which = BEL }
command = { type = manpowerpool value = 10 }
command = { type = belligerence value = -10 }
command = { type = add_division value = mechanized when = 0 where = heavy_armor }
command = { type = add_division value = paratrooper when = 1 where = anti_tank }
command = { type = add_division value = transport_plane when = 2 }
command = { type = add_division value = multi_role when = 3 }
command = { type = add_division value = multi_role when = 3 }
command = { type = waketeam which = 40117 }
command = { type = clrflag which = belunite }
}
}
And the EU tech teams:
Code:
U06;Name;Pic Name;Skill;Start Year;End Year;Speciality1;Speciality2;Speciality3;Speciality4;Speciality5;Speciality6;Speciality7;Speciality8;Speciality9;Speciality10;Speciality11;Speciality12;Speciality13;Speciality14;Speciality15;Speciality16;Speciality17;Speciality18;Speciality19;Speciality20;Speciality21;Speciality22;Speciality23;Speciality24;Speciality25;Speciality26;Speciality27;Speciality28;Speciality29;Speciality30;Speciality31;Speciality32;x
40101;CERN;cern;9;1990;2100;nuclear_physics;nuclear_engineering;mathematics;electonics;chemistry;;;;;;;;;;;;;;;;;;;;;;;;;;;;x
40102;Eurocorps;eurocorps;8;1990;2100;combined_arms_focus;small_unit_tactics;decentralized_execution;training;individual_courage;;;;;;;;;;;;;;;;;;;;;;;;;;;;x
40103;EU Air Force;T6418;8;1990;2100;aircraft_testing;bomber_tactics;fighter_tactics;combined_arms_focus;piloting;;;;;;;;;;;;;;;;;;;;;;;;;;;;x
40104;EU Navy;T6417;7;1990;2100;naval_training;seamanship;submarine_tactics;carrier_tactics;naval_engineering;;;;;;;;;;;;;;;;;;;;;;;;;;;;x
40105;EADS;T5701;9;2003;2100;mechanics;industrial_engineering;technical_efficiency;aeronautics;aircraft_testing;;;;;;;;;;;;;;;;;;;;;;;;;;;;x
40106;European Space Agency;esa;7;2003;2100;technical_efficiency;electronics;mechanics;artillery;rocketry;;;;;;;;;;;;;;;;;;;;;;;;;;;;x
40107;Airbus;T3102;7;1930;2100;aircraft_testing;electronics;technical_efficiency;management;aeronautics;;;;;;;;;;;;;;;;;;;;;;;;;;;;x
40108;European Defence Agency;eda;8;1960;2100;artillery;chemistry;electronics;general_equipment;mechanics;;;;;;;;;;;;;;;;;;;;;;;;;;;;x
40109;European Central Bank;ecb;9;1960;2100;electronics;management;mathematics;industrial_engineering;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x
40110;Siemens AG;T6210;8;2100;2100;electronics;management;mechanics;industrial_engineering;general_equipment;;;;;;;;;;;;;;;;;;;;;;;;;;;;x
40111;TKMS Howaldtswerke-Deutsche Werft GmbH;T6239;9;2100;2100;naval_engineering;general_equipment;naval_artillery;electronics;technical_efficiency;;;;;;;;;;;;;;;;;;;;;;;;;;;;x
40112;Rheinmetall AG;T6244;9;2100;2100;technical_efficiency;electronics;mechanics;artillery;general_equipment;;;;;;;;;;;;;;;;;;;;;;;;;;;;x
40113;Dassault Group;T5702;8;2100;2100;electronics;aeronautics;aircraft_testing;mechanics;technical_efficiency;;;;;;;;;;;;;;;;;;;;;;;;;;;;x
40114;Thales Group;T5711;7;2100;2100;aeronautics;electronics;general_equipment;naval_engineering;technical_efficiency;;;;;;;;;;;;;;;;;;;;;;;;;;;;x
40115;Alenia Aeronautica;T8012;8;2100;2100;aircraft_testing;aeronautics;technical_efficiency;mechanics;electronics;;;;;;;;;;;;;;;;;;;;;;;;;;;;x
40116;Royal Dutch Shell;T11600;9;2100;2100;industrial_engineering;chemistry;management;electronics;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x
40117;FN Herstal;T1501;9;2100;2100;general_equipment;artillery;rocketry;aeronautics;technical_efficiency;;;;;;;;;;;;;;;;;;;;;;;;;;;;x
40118;Scandinavian Airlines System;T4216;7;2100;2100;aeronautics;piloting;aircraft_testing;management;mechanics;;;;;;;;;;;;;;;;;;;;;;;;;;;;x
40119;Aker Kværner;T12200;8;2100;2100;artillery;naval_engineering;mechanics;industrial_engineering;naval_artillery;;;;;;;;;;;;;;;;;;;;;;;;;;;;x
40120;Credit Suisse;T15903;9;2100;2100;management;mathematics;electronics;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x
40121;Vickers Shipbuilding;T17403;8;2100;2100;naval_artillery;naval_engineering;electronics;naval_training;technical_efficiency;;;;;;;;;;;;;;;;;;;;;;;;;;;;x
40122;BAE Land and Armaments;BAELA;8;2100;2100;general_equipment;artillery;mechanics;technical_efficiency;training;;;;;;;;;;;;;;;;;;;;;;;;;;;;x