Page 1 of 1

Changing CIS to the empire? [Solved]

Posted: Sun Apr 05, 2015 4:55 pm
by stealthunt3r
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?

Re: Changing CIS to the empire?

Posted: Sun Apr 05, 2015 5:38 pm
by razac920
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)

Re: Changing CIS to the empire?

Posted: Mon Apr 06, 2015 5:53 pm
by stealthunt3r
Yeah, I want to have the empire vs. Republic. Sorry for not being specific.

Re: Changing CIS to the empire?

Posted: Mon Apr 06, 2015 11:13 pm
by razac920
Just swap out the CIS in the team setup section of your mission LUA (data_XXX/Common/scripts/XXX/***.lua) for the Empire.

Re: Changing CIS to the empire?

Posted: Tue Apr 07, 2015 2:46 am
by hunpeter12
You also need to add the Empire sounds using for example this tutorial.

Re: Changing CIS to the empire?

Posted: Tue Apr 07, 2015 11:51 am
by stealthunt3r
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?

Re: Changing CIS to the empire?

Posted: Tue Apr 07, 2015 1:45 pm
by DrDrSheldonLeeCooper

Re: Changing CIS to the empire? [Solved]

Posted: Tue Apr 07, 2015 4:46 pm
by stealthunt3r
OK cool. thank you guys for the links and the help

Re: Changing CIS to the empire? [Solved]

Posted: Tue Apr 07, 2015 5:21 pm
by jedimoose32
stealthunt3r wrote:

Code: Select all

ReadDataFile("dc:SIDE\\imp.lvl",
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.

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?

Re: Changing CIS to the empire?

Posted: Wed Apr 08, 2015 11:57 am
by stealthunt3r
yeah sorry I figured it out after i re-posted but thanks for the help.