instructions on how to modify them yourselves, so you can create 2v2v1v1 and other combinations of teams. extract maps/multiplayer from data.pak(located in data directory) to create a directory called maps inside the data directory, so it will look like heroes5\data\maps\multiplayer first find a file called maptag.xdb or similar name in the s1-xl. directories inside multiplayer directory. **not all map directories have a mapta.xdb, since thats the way nival disabled 10 of the 20 maps modify <teams> <Item>1</Item> <Item>1</Item> <Item>1</Item> <Item>1</Item> </teams> to <teams> <Item>2</Item> <Item>2</Item> </teams> it means that when your selecting maps it shows 2v2 instead of 1v1v1v1 in the map description. now go to the xdb file named after the directory name, the largest xdb file use the search tool for team you will find <CustomTeams>false</CustomTeams> change it to <CustomTeams>true</CustomTeams> now keep searching for team at the bottom you will find <ActivePlayer>true</ActivePlayer> <Team>0</Team> change the 0 to 1,2,3,4... based on what team you want each activeplayer to be in so in the maps I modified I made 2 activeplayers in team 1 and 2 in team 2. only change it for activeplayers that have true, otherwise your wasting time, if theres 4 players on the map, only 4 are activeplayers=true from the 8, and the rest arent in the map at all, so only edit the active players. <ActivePlayer>true</ActivePlayer> <Team>1</Team> |