PLAY AS GUNGANS? EWOKS? TUSKENS ?
Moderator: Moderators
-
Lord_Bandu
PLAY AS GUNGANS? EWOKS? TUSKENS ?
Is it possible to replace say the Republic with the gungans and/or replace the Imps with the Tuskens?
im mostly interested in playing as the gungans .
if it is possible how would i go about this?
thanks
oh, and can i replace the super battle droid with basic battledroid?
im mostly interested in playing as the gungans .
if it is possible how would i go about this?
thanks
oh, and can i replace the super battle droid with basic battledroid?
-
Saturn_V
- Emperor's Hand
- Posts: 487
- Joined: Sun Dec 26, 2004 12:11 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
RE: PLAY AS GUNGANS? EWOKS? TUSKENS ?
Yes. Yes it is.
oh, and yes; you can, if you believe you can.
(sorry, I'm in a Simpsons quoting mood, lol )
Lord Bandu and I discussed this on msn, and results will be posted here after further testing
http://img.photobucket.com/albums/v226/ ... t_0001.jpg
http://img.photobucket.com/albums/v226/ ... t_0003.jpg
oh, and yes; you can, if you believe you can.
(sorry, I'm in a Simpsons quoting mood, lol )
Lord Bandu and I discussed this on msn, and results will be posted here after further testing
http://img.photobucket.com/albums/v226/ ... t_0001.jpg
http://img.photobucket.com/albums/v226/ ... t_0003.jpg
Last edited by Saturn_V on Wed Jan 05, 2005 8:28 pm, edited 2 times in total.
-
Saturn_V
- Emperor's Hand
- Posts: 487
- Joined: Sun Dec 26, 2004 12:11 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
-
Lord_Bandu
-
Lord_Bandu
i need to know before i carry on with my map ,cos if its not possible to give gungans some decent weopons i wont be able to do it. iv copied the cos_weap_inf_sonicblaster files to the gungan odf and msh and added them to the primary gun spot in the gungan soldier odf but when i load my game up now it crashes before i enter my map.
any help would be great ....im kinda stuck in a rut at the mo'
any help would be great ....im kinda stuck in a rut at the mo'
-
maxloef
- Major General

- Posts: 654
- Joined: Mon Jan 03, 2005 4:28 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
-
maxloef
- Major General

- Posts: 654
- Joined: Mon Jan 03, 2005 4:28 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
ive added the basic battledroid and i have sbd and standard in my new geo map il help you on that 1 here is the stuff you need to load from side cis:
ReadDataFile("SIDE\\cis.lvl",
"cis_inf_basic",
"cis_inf_basic_battledroids", « the basic battledroids
"cis_walk_spider",
"cis_fly_geofighter",
"cis_tread_hailfire",
"cis_inf_countdooku",
"cis_inf_droideka");
and this is the units itself:
-- CIS Stats
SetTeamName(CIS, "CIS")
SetTeamIcon(CIS, "cis_icon")
AddUnitClass(CIS, "cis_inf_battledroid",11) « super battledroid
AddUnitClass(CIS, "cis_inf_assault",3)
AddUnitClass(CIS, "cis_inf_pilotdroid",4)
AddUnitClass(CIS, "cis_inf_battledroid_inf",15) « standard battledroid
AddUnitClass(CIS, "cis_inf_droideka",3)
SetHeroClass(CIS, "cis_inf_countdooku")
THIS WORKS I USE THIS IN MY GEONOSIS MAP (wip) JUST COPY THE STUFF YOU NEED.
ReadDataFile("SIDE\\cis.lvl",
"cis_inf_basic",
"cis_inf_basic_battledroids", « the basic battledroids
"cis_walk_spider",
"cis_fly_geofighter",
"cis_tread_hailfire",
"cis_inf_countdooku",
"cis_inf_droideka");
and this is the units itself:
-- CIS Stats
SetTeamName(CIS, "CIS")
SetTeamIcon(CIS, "cis_icon")
AddUnitClass(CIS, "cis_inf_battledroid",11) « super battledroid
AddUnitClass(CIS, "cis_inf_assault",3)
AddUnitClass(CIS, "cis_inf_pilotdroid",4)
AddUnitClass(CIS, "cis_inf_battledroid_inf",15) « standard battledroid
AddUnitClass(CIS, "cis_inf_droideka",3)
SetHeroClass(CIS, "cis_inf_countdooku")
THIS WORKS I USE THIS IN MY GEONOSIS MAP (wip) JUST COPY THE STUFF YOU NEED.
-
Lord_Bandu
-
Saturn_V
- Emperor's Hand
- Posts: 487
- Joined: Sun Dec 26, 2004 12:11 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
