Start arena map with only 1 player?

bamibal

L1: Registered
Aug 14, 2015
47
5
My prophunt map needs to have a tf_logic_arena entity in it to work. The problem with this is that I can't test the map because the game won't start unless a second player joins (says 'waiting for 1 more player'). The only solution I know is to compile without the entity, test, and if all is good compile once again with the entity included. It's just that I've build the cubemaps already and don't really feel like doing it all over again. Is there some command to force the game to start? Or maybe another solution?
 

wiseguy149

Emperor of Entities and Amateur of Aesthetics
May 12, 2009
103
220
In your console enter these two lines:
sv_cheats 1
bot


This will add a dummy bot to the game, which will default to the other team and allow you to play.