Difference between revisions of "Bots:Adding bots to your map"
m (moved Adding bots to your map to Bots:Adding bots to your map) |
|||
Line 4: | Line 4: | ||
bspc -bsp2aas YOURMAPNAME.bsp -forcesidesvisible -optimize | bspc -bsp2aas YOURMAPNAME.bsp -forcesidesvisible -optimize | ||
+ | |||
+ | [[Category:Bots]] |
Revision as of 16:09, 18 August 2011
In order to add bots to your map you will need a tool called bspc. In some versions of Radiant this tool is included with the installation. If not you'll need to download a version suitable for your operating system.
The bspc tool is invoked from the command line, generally from the same folder as the .bsp of your map.
bspc -bsp2aas YOURMAPNAME.bsp -forcesidesvisible -optimize