Changing CIS to the empire? [Solved]
Moderator: Moderators
-
stealthunt3r
- Private Recruit
- Posts: 22
- Joined: Mon May 12, 2014 6:37 pm
- Projects :: Clones Revenge
- xbox live or psn: No gamertag set
Changing CIS to the empire? [Solved]
How do i change the cis to the empire? Like what files am i going to need to edit and how would i do that?
-
razac920
- 2nd Lieutenant

- Posts: 365
- Joined: Sun Jan 16, 2011 12:42 am
Re: Changing CIS to the empire?
You need to be a little more clear. Do you want to have the two teams facing each other on a custom map of yours be Republic vs Empire? (like that kamino campaign level)
-
stealthunt3r
- Private Recruit
- Posts: 22
- Joined: Mon May 12, 2014 6:37 pm
- Projects :: Clones Revenge
- xbox live or psn: No gamertag set
Re: Changing CIS to the empire?
Yeah, I want to have the empire vs. Republic. Sorry for not being specific.
-
razac920
- 2nd Lieutenant

- Posts: 365
- Joined: Sun Jan 16, 2011 12:42 am
Re: Changing CIS to the empire?
Just swap out the CIS in the team setup section of your mission LUA (data_XXX/Common/scripts/XXX/***.lua) for the Empire.
-
hunpeter12
- Command Sergeant Major

- Posts: 260
- Joined: Mon Apr 18, 2011 2:53 pm
- Projects :: Underground City The Complex [WIP]
Re: Changing CIS to the empire?
You also need to add the Empire sounds using for example this tutorial.
-
stealthunt3r
- Private Recruit
- Posts: 22
- Joined: Mon May 12, 2014 6:37 pm
- Projects :: Clones Revenge
- xbox live or psn: No gamertag set
Re: Changing CIS to the empire?
SO just to make sure I understand it, The part of the script were it says cis_inf_rifleman i want to change it to imp_inf_rifleman and so on? Also i notice in the LUA it mentions something about a driodeka. Do I want to remove that or Leave it in there?
-
DrDrSheldonLeeCooper
- Chief Warrant Officer

- Posts: 353
- Joined: Sat Apr 26, 2014 1:50 pm
- Projects :: Times before Empire
- xbox live or psn: No gamertag set
- Location: Coruscant City [Germany]
Re: Changing CIS to the empire?
I just found this : http://www.gametoast.com/viewtopic.php?f=64&t=11797
-
stealthunt3r
- Private Recruit
- Posts: 22
- Joined: Mon May 12, 2014 6:37 pm
- Projects :: Clones Revenge
- xbox live or psn: No gamertag set
Re: Changing CIS to the empire? [Solved]
OK cool. thank you guys for the links and the help
-
jedimoose32
- Field Commander

- Posts: 938
- Joined: Thu Jan 24, 2008 12:41 am
- Projects :: Engineering Degree
- Location: The Flatlands of Canada
Re: Changing CIS to the empire? [Solved]
Are you using a custom Empire side or the stock one? Because if you're just using the stock one then you'll want to get rid of "dc:" in front of SIDE. Whenever it's used it tells the game to look for the .lvl file in your addon's directory instead of in the stock directory. So if you don't actually have a working custom imp side, the game is trying to find one in your addon's data/_lvl_pc/SIDE/ folder and can't find it.stealthunt3r wrote:Code: Select all
ReadDataFile("dc:SIDE\\imp.lvl",
If you are using a custom Empire side then there are a whole host of other possible problems that could be causing the crash. Did you copy the common side from the assets folder into your world's 'Sides' folder and select 'EVERYTHING' when munging your sides? Can you post your error log?
-
stealthunt3r
- Private Recruit
- Posts: 22
- Joined: Mon May 12, 2014 6:37 pm
- Projects :: Clones Revenge
- xbox live or psn: No gamertag set
Re: Changing CIS to the empire?
yeah sorry I figured it out after i re-posted but thanks for the help.
