How to restrict to one team?

BitGuzz

L1: Registered
Jul 22, 2019
2
0
I need a way for my map to be only playable as red (as it is co-op similar to mvm)
I haven't seen anything on the internet, so i thought y'all could help
 

BitGuzz

L1: Registered
Jul 22, 2019
2
0
How would you do that; I've checked in the different gamemodes and logic entities yet I've found nothing
 

Box Of Paper

L3: Member
Jul 15, 2019
111
142
There is a way:
bitguzzrequest.png
Create 12 (half the player cap) "bot_generator" entities, name them blue_bot_generator and set them so that they spawn only Blue bots.
Create a "logic_auto" and add the following Output {OnMultiNewMap blue_bot_generator SpawnBot}.
Create a "info_player_teamspawn" for the Blue team.

That's it, sadly the spawned bots don't work as intended when spawned like this, the bot_generator input RemoveBots doesn't do anything, and the bots will always spawn at the info_player_teamspawn (even if you set -No- to <Use Team Spawn Point>).
 

Da Spud Lord

Occasionally I make maps
aa
Mar 23, 2017
1,339
994
You could put all of the Blu spawnpoints in a box separate from the rest of the map, with a sign telling players to join Red team.