6-Teams

Started by 21 | Reacter, January 03, 2012, 01:33:26 PM

Previous topic - Next topic
    ReadDataFile("SIDE\\imp.lvl",
        "imp_inf_basic_tie",
        "imp_inf_dark_trooper",
        "imp_inf_darthvader");

    ReadDataFile("SIDE\\geo.lvl",
        "geo_inf_geonosian")

    ReadDataFile(SIDE\\des.lvl",
        "tat_inf_tuskenhunter",
        "tat_inf_tuskenraider")



--              Alliance Stats
        SetTeamName(ALL, "Alliance")
        SetTeamIcon(ALL, "all_icon")
    AddUnitClass(ALL, "all_inf_soldierurban",11)
    AddUnitClass(ALL, "all_inf_vanguard",3)
    AddUnitClass(ALL, "all_inf_pilot",4)
    AddUnitClass(ALL, "all_inf_marksman",4)
    AddUnitClass(ALL, "all_inf_smuggler",3)
    SetHeroClass(ALL, "all_inf_lukeskywalker")
    SetAttackingTeam(ATT);


--              Imperial Stats
        SetTeamName(IMP, "Empire")
        SetTeamIcon(IMP, "imp_icon")
    AddUnitClass(IMP, "imp_inf_storm_trooper",11)
    AddUnitClass(IMP, "imp_inf_shock_trooper",3)
    AddUnitClass(IMP, "imp_inf_pilottie",4)
    AddUnitClass(IMP, "imp_inf_scout_trooper",4)
    AddUnitClass(IMP, "imp_inf_dark_trooper",3)
    SetHeroClass(IMP, "imp_inf_darthvader")

--  Local Stats
    SetTeamName(3, "locals")
    AddUnitClass(3, "geo_inf_geonosian", 7)
    SetUnitCount(3, 7)

--  Local Stats
    SetTeamName(4, "locals")
    AddUnitClass(4, "tat_inf_tuskenhunter", 5);
    AddUnitClass(4, "tat_inf_tuskenraider", 2);
    SetUnitCount(3, 14)


--  Attacker Stats
    SetUnitCount(ATT, 25)
    SetReinforcementCount(ATT, 200)

           .........................


Ok, i have added two new teams, (on CC)
I have done a Hex edit of the CC map, too  (i set one cp to team 3  and one to team 4)
... But it doasnt work....
(This is from my mission (CC) and there is all what i have changed...)


Try my 6 - teams cloud city map with your mission file.  That can help pinpoint the issue.

Also, be sure that player and server both have the new mission file.
Quote from: Abraham Lincoln. on November 04, 1971, 12:34:40 PM
Don't believe everything you read on the internet