I have succeeded in adding a unt mode to my map, but it lasts for a very short amount of time. How can I increase the score limit of hunt mode to a higher score?
I know about the thing ingame, but 150 is too low, I want like 300 or something like that.
Thanks.
Hunt mode (yes I know there's been a lot of these recently)
Moderator: Moderators
-
Master Fionwë
- Rebel Colonel

- Posts: 598
- Joined: Wed May 30, 2007 3:33 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: At RCTC
- Contact:
- phazon_elite
- Rebel Colonel

- Posts: 597
- Joined: Tue Jan 16, 2007 9:10 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: I'm sorry Link, I can't give the location. Come back when you're a little...mmmh...RICHER!
- Contact:
I know your answer.
This is what your hunt LUA should look like to get 400 points:
That should do it I think.
- EP-782
This is what your hunt LUA should look like to get 400 points:
Code: Select all
hunt = ObjectiveTDM:New{teamATT = 1, teamDEF = 2, pointsPerKillATT = 1, pointsPerKillDEF = 1,
uberScoreLimit = 400,
textATT = "game.modes.hunt",
textDEF = "game.modes.hunt2", multiplayerRules = true, isUberMode = true}- EP-782
-
Master Fionwë
- Rebel Colonel

- Posts: 598
- Joined: Wed May 30, 2007 3:33 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: At RCTC
- Contact:
-
Master Fionwë
- Rebel Colonel

- Posts: 598
- Joined: Wed May 30, 2007 3:33 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: At RCTC
- Contact:
Okay, sorry for the double post, but another question.
I added my hunt mode to the addme, and made a req for it, but when I try to play the actual Hunt in the IA mode box, that message 'could not open hunt script' thing comes up, and the game CTD. Same with the actual XL mode.
What did I not do, that is necessary to add new modes to a map?
I added my hunt mode to the addme, and made a req for it, but when I try to play the actual Hunt in the IA mode box, that message 'could not open hunt script' thing comes up, and the game CTD. Same with the actual XL mode.
What did I not do, that is necessary to add new modes to a map?
