How to tweak teams on my server? - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Server Administration (https://forums.xonotic.org/forumdisplay.php?fid=16) +--- Thread: How to tweak teams on my server? (/showthread.php?tid=8687) |
How to tweak teams on my server? - AndK - 09-04-2021 I'd like to play with my sons on unbalanced teams like: Me plus two weak bots VS they(two) plus one good bot If I just create the server, they and I end up on random teams. how can I make it so ? - can I somehow assign players/bots to existing teams ? RE: How to tweak teams on my server? - Anatolie - 09-07-2021 1.Try the dark theme 2.Configure read receipts 3.Add some apps 4.Tweak your notifications 5.Set a custom status message RE: How to tweak teams on my server? - Mario - 09-07-2021 What you're looking for actually exists! This is the file you'll want to modify: https://gitlab.com/xonotic/xonotic-data.pk3dir/-/raw/master/bots.txt?inline=false You can save that to your Xonotic/data folder, the team parameter can be 1 (red) or 2 (blue) while the skill values may take a little bit of tinkering. RE: How to tweak teams on my server? - AndK - 09-07-2021 (09-07-2021, 05:04 AM)Mario Wrote: What you're looking for actually exists! This is the file you'll want to modify: https://gitlab.com/xonotic/xonotic-data.pk3dir/-/raw/master/bots.txt?inline=false Thank you. I also found out that we can have tons of fun by doing fixing the teams using: movetored ID movetoblue ID , for now I can type in bot names, and player names are a bit harder, due to symbols. -there is also an option for entering ID as a integer, but then "teamstatus" command does not reveal who is 1,2,3 and so on. Also, after moving all where I want them, things are changed on loading of new map, is there a way to make the teams static after automatic map change? |