DorianSebastian1
Posts: 17
Joined: 11/29/2020 Status: offline
|
Make many modders here I wanted to recreate the Tripoli to Taranto Convey route that Malta really disputed and hurt Italy in ww2. Also I added another convey to UK from Malaya to reflect Malaya being a huge source of rubber production needed for planes etc. However both are not working despite no * errors happening. I dont see the convey lines on the map or anything. Could anyone check my script and help? Secondly does the Convey if set too 100% ship ALL MPs of that country to the host country (Italy or UK)? So its set to 75 it would only add up 75% of total MPs and the rest would be lost. Note I made all the Libyan hexes owned by Italian East Africa since I read here that you can only do a convey from one country to another and not within the same country. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Libya convey to Italy ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; { #NAME= Libya Ships Oil to Italy #POPUP= #IMAGE= #SOUND= #FLAG= 1 #TYPE= 2 #AI= 0 #LEVEL= 0 #GV= 1[1,100] #LINK= 0[0] #SENDER_ID= 63 #RECIPIENT_ID= 59 #SENDER_ID_TRIGGER= 100 #RECIPIENT_ID_TRIGGER= 100 #PERCENTAGE= 100 #MAX_PERCENTAGE= 100 #SPRING_REDUCTION= 100 #SUMMER_REDUCTION= 100 #FALL_REDUCTION= 100 #WINTER_REDUCTION= 100 ;Tripoli #SOURCE_PORT= 100,66 ;Taranto #DESTINATION_PORT= 107,56 #WAYPOINT= 107,62 } ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;Malaya Convey to UK ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Malaya Convoys to the UK ; Standard Route { #NAME= Malaya Supply Convoys To The UK #POPUP= #IMAGE= #SOUND= #FLAG= 1 #TYPE= 2 #AI= 0 #LEVEL= 0 #GV= 1[1,100] #LINK= 0[0] #SENDER_ID= 66 #RECIPIENT_ID= 112 #SENDER_ID_TRIGGER= 100 #RECIPIENT_ID_TRIGGER= 100 #PERCENTAGE= 75 #MAX_PERCENTAGE= 75 #SPRING_REDUCTION= 100 #SUMMER_REDUCTION= 100 #FALL_REDUCTION= 100 #WINTER_REDUCTION= 75 ;Singapore #SOURCE_PORT= 182,85 ;Portsmouth #DESTINATION_PORT= 84,39 #WAYPOINT= 181,85 #WAYPOINT= 172,81 #WAYPOINT= 152,82 #WAYPOINT= 139,88 #WAYPOINT= 139,97 #WAYPOINT= 125,104 #WAYPOINT= 125,117 #WAYPOINT= 109,125 #WAYPOINT= 101,125 #WAYPOINT= 84,117 #WAYPOINT= 84,95 #WAYPOINT= 65,85 #WAYPOINT= 65,48 } Thank you so much! Please help!
|