How to increase Space Assault maximum points?
Moderator: Moderators
-
Redline
- 2nd Lieutenant

- Posts: 396
- Joined: Tue Jan 16, 2007 4:22 pm
- Projects :: Space to Ground [reworking]
- xbox live or psn: No gamertag set
- Location: The left side of the moon
- Contact:
How to increase Space Assault maximum points?
I would like to increase the maximum points in space assault, but I don't find the option to adjust it.
Does anybody know a solution?
Hidden/Spoiler:
- sim-al2
- 2nd Lieutenant

- Posts: 412
- Joined: Mon Jul 06, 2009 10:26 pm
- Projects :: Mapping on occasion
- Location: In the cockpit of some vehicle...
Re: How to increase Space Assault maxium points?
I'm relying on memory here but there should be a space assult LUA that can be modified somewhere in the scripts folder. You should be able to edit values there.
-
Redline
- 2nd Lieutenant

- Posts: 396
- Joined: Tue Jan 16, 2007 4:22 pm
- Projects :: Space to Ground [reworking]
- xbox live or psn: No gamertag set
- Location: The left side of the moon
- Contact:
Re: How to increase Space Assault maxium points?
Do you remember which script it was?
-
ryukaji
- Major

- Posts: 513
- Joined: Mon Sep 17, 2007 7:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
Re: How to increase Space Assault maxium points?
it seems points are set in the common script "ObjectiveSpaceAssault" but there is no line that defines the limit so it appears it may not be changeable.
-
SAMofBIA2
- Private Recruit
- Posts: 20
- Joined: Wed Dec 22, 2010 12:07 pm
- Projects :: No Mod project currently.
Re: How to increase Space Assault maxium points?
not to be a smart @$$ here, but why not just change the values ingame?
also could this be it? the 100 representing 100%
these are found in the ***c_Diet Dr. Pepper lua of your space map, for reference.
also could this be it? the 100 representing 100%
Hidden/Spoiler:
- Eggman
- Master Bounty Hunter

- Posts: 1516
- Joined: Mon Jul 16, 2007 1:30 pm
- Projects :: Battlefront Chronicles
- Location: Las Vegas
Re: How to increase Space Assault maxium points?
Those values have absolutely nothing to do with what Redline is talking about. They control exactly what the label implies - AI goals.SAMofBIA2 wrote:not to be a smart @$$ here, but why not just change the values ingame?
also could this be it? the 100 representing 100%these are found in the ***c_Diet Dr. Pepper lua of your space map, for reference.Hidden/Spoiler:
- martin105038
- First Lance Corporal

- Posts: 126
- Joined: Wed Jul 15, 2009 2:28 pm
- Location: Argentina
Re: How to increase Space Assault maxium points?
Try this
http://www.gametoast.com/forums/viewtop ... 27&t=22907
This works for hero assault mode, maybe it works the same way for space assault.
http://www.gametoast.com/forums/viewtop ... 27&t=22907
This works for hero assault mode, maybe it works the same way for space assault.
-
Redline
- 2nd Lieutenant

- Posts: 396
- Joined: Tue Jan 16, 2007 4:22 pm
- Projects :: Space to Ground [reworking]
- xbox live or psn: No gamertag set
- Location: The left side of the moon
- Contact:
Space Assault mode with more ScoreLimit points!
thx for your answer but it doesn't work for space assault. I tested it a few days before.
EDIT
Hey guys what's up? I know I've asked this before but I'm still searching for a possibility to change the maxium ScoreLimited points in a Space Assault mode.
Normally you can only have a maxium of 300 ScoreLimit points but I still believe that there is a solution to increase this.
The key for this should be the LUA ObjectiveSpaceAssault
Let's have a look into the script:
The only thing that I could change for now are the team points. So if this is possible then it should be possible to change the ScoreLimit of a team too.
There is one command which could change the ScoreLimit and the command is SpaceAssaultGetScoreLimit.
So we have a command to change the ScoreLimit. The only question which is left is how to program it that the space assault mode change from 300 to 600 to exsample.
I've already tried to use the command but it doesn't change everything. I used the command like this: SpaceAssaultGetScoreLimit(600)
You can also see where I've added the command in my ObjectiveSpaceAssault.lua.
Furthermore today I've tried many different ways like if() and so on but that all didn't worked as well.
Any suggestions?
Threads merged -Staff
EDIT
Hey guys what's up? I know I've asked this before but I'm still searching for a possibility to change the maxium ScoreLimited points in a Space Assault mode.
Normally you can only have a maxium of 300 ScoreLimit points but I still believe that there is a solution to increase this.
The key for this should be the LUA ObjectiveSpaceAssault
Let's have a look into the script:
Hidden/Spoiler:
There is one command which could change the ScoreLimit and the command is SpaceAssaultGetScoreLimit.
So we have a command to change the ScoreLimit. The only question which is left is how to program it that the space assault mode change from 300 to 600 to exsample.
I've already tried to use the command but it doesn't change everything. I used the command like this: SpaceAssaultGetScoreLimit(600)
You can also see where I've added the command in my ObjectiveSpaceAssault.lua.
Furthermore today I've tried many different ways like if() and so on but that all didn't worked as well.
Any suggestions?
Threads merged -Staff
- Locutus
- 1st Lieutenant

- Posts: 420
- Joined: Fri Jun 04, 2010 10:08 am
- Projects :: Stargate Battlefront Pegasus
- Location: Germany
- Contact:
Re: Space Assault mode with more ScoreLimit points!
You could try:
Code: Select all
SetUberMode(1);-
ARCTroopaNate
- Jedi

- Posts: 1161
- Joined: Mon Mar 21, 2011 8:12 pm
- Projects :: Star Wars Battlefront - Tides of War
- xbox live or psn: I have ps4
- Location: STALKER!
- Contact:
Re: Space Assault mode with more ScoreLimit points!
Set Ubermode only changes the AI count, I tried it in one of my space maps. I'm still not sure how to change the Scorelimit.
-
Redline
- 2nd Lieutenant

- Posts: 396
- Joined: Tue Jan 16, 2007 4:22 pm
- Projects :: Space to Ground [reworking]
- xbox live or psn: No gamertag set
- Location: The left side of the moon
- Contact:
Re: Space Assault mode with more ScoreLimit points!
Yea and I have done it but still nothing.Locutus wrote:You could try:Code: Select all
SetUberMode(1);
This was my last try:
Hidden/Spoiler:
- Locutus
- 1st Lieutenant

- Posts: 420
- Joined: Fri Jun 04, 2010 10:08 am
- Projects :: Stargate Battlefront Pegasus
- Location: Germany
- Contact:
Re: Space Assault mode with more ScoreLimit points!
I suggested the UberMode because you can increase the number of reinforcements higher than 150 when enabling it in conquest mode.
I don't know what else you could try, sry.
I don't know what else you could try, sry.
- Dakota
- Field Commander

- Posts: 991
- Joined: Mon Dec 06, 2010 8:21 pm
- Projects :: making random weapon assets
- xbox live or psn: PS3 beats xbox
- Location: at a computer desk floating around in space
Re: Space Assault mode with more ScoreLimit points!
hmm if you host assault on a dedicated server the maximum score is 500 instead of 300...
that doesn't really have anything to do with lua modding but it has the effect that you want.
theres an FC command to increase reinforcement but i don't have the code translation of that command.
that doesn't really have anything to do with lua modding but it has the effect that you want.
theres an FC command to increase reinforcement but i don't have the code translation of that command.
-
Redline
- 2nd Lieutenant

- Posts: 396
- Joined: Tue Jan 16, 2007 4:22 pm
- Projects :: Space to Ground [reworking]
- xbox live or psn: No gamertag set
- Location: The left side of the moon
- Contact:
Re: Space Assault mode with more ScoreLimit points!
Thx you and all the other guys for help but do we have anyone who knows the code translation of that command? It would be helpful. I would just put it into the ABC_Diet Dr. Pepper.lua.Dakota wrote:hmm if you host assault on a dedicated server the maximum score is 500 instead of 300...
that doesn't really have anything to do with lua modding but it has the effect that you want.
theres an FC command to increase reinforcement but i don't have the code translation of that command.
- Locutus
- 1st Lieutenant

- Posts: 420
- Joined: Fri Jun 04, 2010 10:08 am
- Projects :: Stargate Battlefront Pegasus
- Location: Germany
- Contact:
Re: How to increase Space Assault maximum points?
Did you try something like:
?assault = ObjectiveSpaceAssault:New{
teamATT = IMP, teamDEF = ALL,
multiplayerRules = true,
isUberMode = true,
uberScoreLimit = 900 --whatever number you want
}
-
Redline
- 2nd Lieutenant

- Posts: 396
- Joined: Tue Jan 16, 2007 4:22 pm
- Projects :: Space to Ground [reworking]
- xbox live or psn: No gamertag set
- Location: The left side of the moon
- Contact:
Re: How to increase Space Assault maximum points?
Yes and it does not work. D:Locutus wrote:Did you try something like:
?assault = ObjectiveSpaceAssault:New{
teamATT = IMP, teamDEF = ALL,
multiplayerRules = true,
isUberMode = true,
uberScoreLimit = 900 --whatever number you want
}
Ps: Any other suggestions?
