Proszę o radę
Ps:(Znam moduł na spadanie skrzyń

Dobra sry ale nie chciałem zaśmiecać forum tematamiGothuk wrote:Do mapki multi starczy nawet jeden moduł. liczy się tylko kod SAILa...
Najbardziej dopracowaną mapką jest AB, wiec powinieneś przeanalizować jej kod.
BTW. nie doczepiaj się ze swoim problemem pod inny temat.
Tworzenie map multi nie pasuje do: "jak zacząć naukę saila".
Code: Select all
normal_oil_deposits_locations:=[ [28,22], [69,3], [138,27], [180,104], [140,137], [76,115] ]; // list of normal oil deposits
extra_oil_deposits_locations :=[ [ [31,38], [34,21] ],
[ [58,4], [82,4] ],
[ [122,18], [152,43] ],
[ [174,90], [180,120] ],
[ [152,136], [130,136] ],
[ [89,116], [59,89] ]]; // list of extra oil deposits
normal_sib_deposits_locations:=[ [28,26], [73,3], [133,22], [180,110], [144,137], [72,112] ]; // list of normal siberite deposits
extra_sib_deposits_locations :=[ [ [27,39], [30,16] ],
[ [57,8], [87,8] ],
[ [128,19], [146,36] ],
[ [176,121], [179,96] ],
[ [153,132], [124,133] ],
[ [85,117], [62,96] ]]; // list of extra siberite deposits
// list of depots for each positions on the map
depot_def:=[ [53,42,5], [77,17,0], [129,43,1], [155,96,2], [130,120,3], [82,98,3] ];
// list of starting people positions
start_def:=[ [42,35], [74,9], [135,35], [167,102], [137,132], [77,105] ];
// list of breastworks for each base positions on the map
breastworks_def:=[ [ [65,53,5], [65,40,4] ],
[ [76,28,0], [89,28,5] ],
[ [115,41,1], [128,54,0] ],
[ [143,82,2], [143,95,1] ],
[ [131,108,3], [118,108,2] ],
[ [80,85,3], [92,97,4] ]
];