splewis / csgo-practice-mode

CS:GO Sourcemod plugin for private team/individual practice servers
GNU General Public License v3.0
457 stars 71 forks source link

#225: Allow additional bot setups as new files #230

Closed Cyberschorsch closed 2 years ago

Cyberschorsch commented 2 years ago

This pull requests allows for adding additional bot setups per map by extending the current saving and loading commands for bots.

It is now possible to pass an id to the .savebots and .loadbots commands. Custom bot setups will be stored in a subdirectory keyed by the current map id.

I opted for new files since it allows for easier sharing of bot setups.

splewis commented 2 years ago

Thanks for the contribution!