Reverse Supplyline NS maps

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Called

    #1

    Reverse Supplyline NS maps

    I need some help here. I'd like to reverse the NS supply lines maps, where PAC has the ifv and eu is defending. But when I simply switch the teams and the CPs, Either the EU base is unlocked at the beginning without PAC capping the flags, or the EU base flag stays locked. Sheesh, I really would like some help. Thanks in advance!
  • Dtneter
    Member
    • Jul 2007
    • 1158

    #2
    i think its because of the game mode the mode has been coded that the pac has the locked flag im not experienced with python so.

    Comment

    • Called

      #3
      if you notice, Highway Tampa is a double supply line map, so it can go either way. But for some reason unknown to me, I can't get it to work with a simple reverse.

      Comment

      • tonks950

        #4
        Dtneter is right.
        Tampa and Northern Strike maps have different python code.

        Also I haven't got 2142 installed at the moment so I can't check, but you may need to edit the ifv to allow the pac to enter it.
        I'm not sure if that particular code is in the tweak file for the ifv or the gameplayobjects.

        Comment

        • Dtneter
          Member
          • Jul 2007
          • 1158

          #5
          i think you can solve it this way:

          ObjectTemplate.Nametag.inverseTeamSpecific 1 to 0

          ObjectTemplate.dontClearTeamOnExit 1 to 0

          ObjectTemplate.lockToTeam 1 to 0

          you gotta search for the word team and it will come up (you gotta do it for every seat)

          Comment

          Working...