Now I am having some problems with my command posts. I am using Fierfek's Star wars Battlefront Modding tutorial 3.5. I have placed command posts as instructed before and they work fine. this time I added to (not that it should make a difference) and do as instructed.
Hidden/Spoiler:
--This defines the CPs. These need to happen first
cp1 = CommandPost:New{name = "cp1"}
cp2 = CommandPost:New{name = "cp2"}
cp3 = CommandPost:New{name = "cp3"}
cp4 = CommandPost:New{name = "cp4"}
cp5 = CommandPost:New{name = "cp5"}
cp6 = CommandPost:New{name = "cp6"}
--This adds the CPs to the objective. This needs to happen after the objective is set up
conquest:AddCommandPost(cp1)
conquest:AddCommandPost(cp2)
conquest:AddCommandPost(cp3)
conquest:AddCommandPost(cp4)
conquest:AddCommandPost(cp5)
conquest:AddCommandPost(cp6)
_________________________________________________________________________________
So I munge in build (changing nothing so just common is munged) Then I run the map in battlefront 2 but i can't capture command post 6 and command post 5 is Team 2 not Team 0 (neutral obviously).
The rest of the command posts which i moved and such work fine, i was very careful making the cps so all thew correct labels are in place as instructed by Fierfek.
Off Topic: Should i just have one topic for questions or keep asking individually?



