Chaingun [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
jojo3450
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 317
Joined: Fri Jul 18, 2014 12:29 am
Projects :: No Mod project currently.
Games I'm Playing :: starwarsBattlefront2
xbox live or psn: No gamertag set

Chaingun [Solved]

Post by jojo3450 »

1)How do I make the stock chain gun be usable?

2)when I set

Code: Select all

SetUberMode(1);
and put units to 500 and reinforcements to 1000 I can only play as team 1 and cant play as team 2 why is that?
Last edited by jojo3450 on Sat Aug 30, 2014 10:45 pm, edited 1 time in total.
Marth8880
Resistance Leader
Posts: 5042
Joined: Tue Feb 09, 2010 8:43 pm
Projects :: DI2 + Psychosis
Games I'm Playing :: Silent Hill 2
xbox live or psn: Marth8880
Location: Edinburgh, UK
Contact:

Re: chaingun

Post by Marth8880 »

jojo3450 wrote:1)How do I make the stock chain gun be usable?
What do you mean? The model? ODF? What? It's all unbroken and usable. :?
jojo3450 wrote:2)when I set

Code: Select all

SetUberMode(1);
and put units to 500 and reinforcements to 1000 I can only play as team 1 and cant play as team 2 why is that?
See here: http://www.gametoast.com/viewtopic.php?f=27&t=12147
jojo3450
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 317
Joined: Fri Jul 18, 2014 12:29 am
Projects :: No Mod project currently.
Games I'm Playing :: starwarsBattlefront2
xbox live or psn: No gamertag set

Re: chaingun

Post by jojo3450 »

so I put the chaingun and chaingun_tripod In game i can not use them they cant be entered
hunpeter12
Command Sergeant Major
Command Sergeant Major
Posts: 260
Joined: Mon Apr 18, 2011 2:53 pm
Projects :: Underground City The Complex [WIP]
Games I'm Playing :: SWBF2

Re: Chaingun [Solved]

Post by hunpeter12 »

Oh, so you meant the turret.
Add the red lines in your LUA:
ReadDataFile("SIDE\\tur.lvl",
"tur_bldg_laser",
"tur_bldg_tower", -- don't forget the comma
"tur_bldg_chaingun",
"tur_bldg_chaingun_tripod"
)

But you won't be able to enter the "tur_bldg_chaingun_tripod" because it's automated. If you don't want to build your turret with a fusion cutter,
use "tur_bldg_built_chaingun" instead of "tur_bldg_chaingun" both in ZeroEditor and your LUA.
Hope I helped.

EDIT: Nevermind. I've just noticed that it was already solved.
Post Reply