Hunt mode (yes I know there's been a lot of these recently)

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
Master Fionwë
Rebel Colonel
Rebel Colonel
Posts: 598
Joined: Wed May 30, 2007 3:33 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: At RCTC
Contact:

Hunt mode (yes I know there's been a lot of these recently)

Post by Master Fionwë »

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.
User avatar
phazon_elite
Rebel Colonel
Rebel Colonel
Posts: 597
Joined: Tue Jan 16, 2007 9:10 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
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:

Post by phazon_elite »

I know your answer.

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}
That should do it I think.

- EP-782
Master Fionwë
Rebel Colonel
Rebel Colonel
Posts: 598
Joined: Wed May 30, 2007 3:33 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: At RCTC
Contact:

Post by Master Fionwë »

Okay, thanks. I'll try it out.
Master Fionwë
Rebel Colonel
Rebel Colonel
Posts: 598
Joined: Wed May 30, 2007 3:33 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: At RCTC
Contact:

Post by Master Fionwë »

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?
Post Reply