I was just wondering, I played Extra Large on Geonosis and it was FILLED with troops
So then I wanted to try this on Conquest, so I opened up the Fake Console (the one from the 1.3 Patch) to change the Reinforcements, Units and Number of Bots.
Reinforcements = 900
Units = 90
Number of Bots = 100
So after setting the values I went out and saw no change, maybe a few more troops here and there but then Tele'd all my troops and it was nothing like the XL version!
Is there a way to make it like XL (Extra Large) gametype?
Conquest to XL Gametype
Moderator: Moderators
- Pie015
- Private Recruit
- Posts: 21
- Joined: Mon Feb 13, 2012 8:41 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
-
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: Conquest to XL Gametype
Are you talking about during the game, or in your own mod map?
- Locutus
- 1st Lieutenant

- Posts: 420
- Joined: Fri Jun 04, 2010 10:08 am
- Projects :: Stargate Battlefront Pegasus
- Location: Germany
- Contact:
Re: Conquest to XL Gametype
Enter first:
Code: Select all
SetUberMode(1);-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Conquest to XL Gametype
Also, use the Hoth and Geonosis XL mission scripts as examples.
- Pie015
- Private Recruit
- Posts: 21
- Joined: Mon Feb 13, 2012 8:41 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: Conquest to XL Gametype
I meant ingame, sorry for not posting that. I meant from the Code Console in the Fake Console
I tried SetUberMode(1); but it did not work
I tried SetUberMode(1); but it did not work
-
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: Conquest to XL Gametype
SetUberMode is for the lua script files in your mod map folder. I personanally have had the same problem as you with FakeConsole.
- TGB
- Private Third Class
- Posts: 58
- Joined: Sun Oct 25, 2009 2:21 am
- xbox live or psn: pfff xbox
- Location: New Zealand
Re: Conquest to XL Gametype
http://www.gametoast.com/forums/viewtop ... 27&t=12147
Just changing the number of bots wont have any effect as conquest mode bot numbers are changed while setting up the battle in instant action. Follow this and you should be fine.
Just changing the number of bots wont have any effect as conquest mode bot numbers are changed while setting up the battle in instant action. Follow this and you should be fine.
- 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: Conquest to XL Gametype
i've actually tried to use the fake consol to do this. i used the setubermode code and even changed all of the unit's code lines to say how many of what unit each would be and changed the unit number and used the command for changing the bot number but i couldn't get it to work, maybe though it could work for you, i'm notorious for accidently adding a letter or space somewhere when coding.
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Conquest to XL Gametype
Actually, the option is a "limiter" that influences the bot count set in the LUA.TGB wrote:http://www.gametoast.com/forums/viewtop ... 27&t=12147
Just changing the number of bots wont have any effect as conquest mode bot numbers are changed while setting up the battle in instant action. Follow this and you should be fine.
