Forcing players onto one side
Posted: Sun Oct 19, 2008 9:18 am
Is it possible to just have one playable side in a map? Because I want to just have one side and change the -1 point to 0 so it's like a FFA match.
Get more from your games!
http://www.gametoast.com/
Code: Select all
ForceHumansOntoTeam1()Why would you want to? Just set whatever team you want them to be to team 1.NullCommando wrote:Not sure if you can force a player on to the 2nd team, haven't tried yet.
Meaning override the retail ingame.lvl like you do when adding load screens, but include points.lua (I forget if you can just toss it into mission.lvl instead). You could also copy all the code from points.lua and stick it in your map's script after it reads the standard ingame.lvl.Grymm wrote:To change the -1 point for teamkills to +1 can be done in the ingame.lvl.