Just a warning this may sound confusing.
So I am making an era mod that adds Hero Assault to stock maps. In some maps, they may be Sith Legends, and others, Jedi vs Sith. My question is, is it possible to set it up so in one map, the two teams are "Jedi" and "Sith", where on another map the teams would be "Sith" and "Mandalorians"?
Multiple Teams per Era Mode
Moderator: Moderators
- Kingpin
- Jedi

- Posts: 1096
- Joined: Fri Sep 13, 2013 7:09 pm
- Projects :: The Sith Wars II
- Location: Denver, CO
- Contact:
-
thelegend
- Sith

- Posts: 1433
- Joined: Thu Jan 23, 2014 6:01 am
- Projects :: Star Wars - Battlefront III Legacy
- xbox live or psn: El_Fabricio#
- Location: Right behind you :)
Re: Multiple Teams per Era Mode
Why not. Where is the problem? Write other names in your luas. Example in cor1g_eli there are siths and jedis. And in other maps there are siths and mandalorians. Or in all maps both different eli modes? So create 2 eras.
- Kingpin
- Jedi

- Posts: 1096
- Joined: Fri Sep 13, 2013 7:09 pm
- Projects :: The Sith Wars II
- Location: Denver, CO
- Contact:
Re: Multiple Teams per Era Mode
I don't want to create a second era, I just want to have eli on one map be Sith and Jedi, and on another map Sith and Mandalorians.
-
thelegend
- Sith

- Posts: 1433
- Joined: Thu Jan 23, 2014 6:01 am
- Projects :: Star Wars - Battlefront III Legacy
- xbox live or psn: El_Fabricio#
- Location: Right behind you :)
Re: Multiple Teams per Era Mode
Ah ok. Hm...just create eli luas with different readdatafile blocks. One reads the sith and jedi, other the sith and mandalorians.
- Kingpin
- Jedi

- Posts: 1096
- Joined: Fri Sep 13, 2013 7:09 pm
- Projects :: The Sith Wars II
- Location: Denver, CO
- Contact:
Re: Multiple Teams per Era Mode
How would I go around setting that up?
-
thelegend
- Sith

- Posts: 1433
- Joined: Thu Jan 23, 2014 6:01 am
- Projects :: Star Wars - Battlefront III Legacy
- xbox live or psn: El_Fabricio#
- Location: Right behind you :)
Re: Multiple Teams per Era Mode
On every map you can add a gamemode. In this case we take eli. Copy the tat2_eli.lua and add the modes to your wish maps. In one eli lua for Coruscant write the Jedi and Sith Codes. Im setup teams the same. Now in another eli lua add the mandalorians and villians/ siths.
In your game you should be able to play on 2 different assault modes. They are the same, but with different sides.
In your game you should be able to play on 2 different assault modes. They are the same, but with different sides.
- Kingpin
- Jedi

- Posts: 1096
- Joined: Fri Sep 13, 2013 7:09 pm
- Projects :: The Sith Wars II
- Location: Denver, CO
- Contact:
Re: Multiple Teams per Era Mode
So do I want to change this:
and here:
Code: Select all
-- Empire Attacking (attacker is always #1)
LEG = 1;
END = 2;
-- These variables do not change
ATT = 1;
DEF = 2;Hidden/Spoiler:
