ObjectiveConquest and popuptext [Solved]

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
User avatar
AnthonyBF2
Sith
Sith
Posts: 1255
Joined: Wed Aug 21, 2013 3:55 pm
Projects :: PS2+PSP Overhaul

ObjectiveConquest and popuptext [Solved]

Post by AnthonyBF2 »

I am trying to insert a popup message into the objective conquest code but it doesn't work. When I play the game no messages appear at all.

I changed

Code: Select all

conquest = ObjectiveConquest:New{teamATT = ATT, teamDEF = DEF,
multiplayerRules = true}
To

Code: Select all

conquest = ObjectiveConquest:New{teamATT = ATT, teamDEF = DEF,
multiplayerRules = true, popupText = "challenges.level1.popup"}
Any suggestions?
Last edited by AnthonyBF2 on Thu Feb 04, 2016 9:36 pm, edited 1 time in total.
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

Re: ObjectiveConquest and popuptext

Post by Teancum »

Might be the multiplayer rules flag.
User avatar
AnthonyBF2
Sith
Sith
Posts: 1255
Joined: Wed Aug 21, 2013 3:55 pm
Projects :: PS2+PSP Overhaul

Re: ObjectiveConquest and popuptext

Post by AnthonyBF2 »

That was it! Thanks. 8)
Post Reply