i have no idea why my side will not work
i have it set up corectly i load "all" for sides and the game crashes 5 dots away from loading the map what is wrong also the ewalk dosnt appear on the rebs spawn seclect screen
_______________________________________________________________ ReadDataFile("SIDE\\all.lvl", "all_inf_rifleman_jungle", "all_hero_luke_jedi" ) ReadDataFile("dc:SIDE\\all.lvl", "all_inf_sniper", "all_hero_luke_jedi", "all_hero_chewbacca", "all_hero_hansolo_tat" ) ReadDataFile("SIDE\\imp.lvl", "imp_inf_rifleman", "imp_inf_sniper", "imp_inf_officer_hunt", "imp_walk_atst", "imp_hover_speederbike", "imp_fly_destroyer_dome" )
ReadDataFile("SIDE\\tur.lvl", "tur_bldg_tat_barge", "tur_bldg_recoilless_fel_auto___", "tur_bldg_laser") ReadDataFile("SIDE\\ewk.lvl", "ewk_inf_scout", "ewk_inf_trooper" ) SetupTeams{ all = { team = ALL, units = 43, reinforcements = 250, soldier = { "all_inf_rifleman_jungle",20, 20}, assault = { "ewk_inf_scout",20,20}, sniper = { "all_hero_chewbacca",1,1}, officer = { "all_hero_hansolo_tat",1,1}, special = { "all_inf_sniper",1,1},
_________________________________________________________
It looks like you've pretty badly messed up your lua.
ReadDataFile("dc:SIDE\\all.lvl", "all_inf_sniper", "all_hero_luke_jedi", "all_hero_chewbacca", "all_hero_hansolo_tat" )
I don't know what is up with this section, but you should always make custom (dc) sides with a new name, and copy over only the assets that you need.