But without split screen?
1) Copy/paste the existing "SRB2Kart (Standard).bat" in your SRB2Kart folder
2.1) Right click the copied file > "Edit"
2.2) Enter the following:
@echo off
start /b srb2kart.exe -win -server -file bonuschars.kart KL_Player_Bot-V1.wad KL_Player_Bot_Maps-V1.pk3 +map mapzx +maxplayers 16
2.3) Once saved, I suggest naming this file something like "Kart Bots 1.bat"
3.1) Copy/paste the bat file we just made
3.2) Edit this file to the following:
@echo off
start /b srb2kart.exe -win +wait 70 +splitplayers 4 +connect localhost +wait 175 +changeteam 1 +changeteam2 1 +changeteam3 1 +changeteam4 1
3.3) Save, rename file. ("Kart Bots 2.bat")
4) Run "Kart Bots 1.bat", then once complete, run "Kart Bots 2.bat"
The first instance creates a private server, loads the kart bot addons, then loads the "player bot" waiting room.
The second instance adds the players (bots), connects to the private server, then has all players join the game.
From there you can setup your bots however you prefer.
Notes
a) Since we set the max playercount to be 16 in our KB1 bat file, you can have multiple KB2 instances running.
The fourth KB2 instance would fail though; you would need to change the number of players joining from 4 to 3.
b) You can go into the video options for the bots' instances, and lower settings to improve performance if needed.
When your done playing, just remember to exit out the bots first, so they don't overwrite your config file.
If you're savvy, you can create a separate config file, and have KB2 use that for this purpose (-config [filename]).
c) If you play on a custom kart build, just replace the "srb2kart.exe" line with the preferred exe in question.
If you use opengl or software, you can set that too. (Example: "start /b srb2kart-bird3.exe -opengl".)
d) If you don't want to go through the hassle of setting up all your bots, you can have the bat file do it for you.
"+skin", "+name", and "+color" do what they say on the tin. "+skin2/name2/color2" for the 2nd player,
"skin3/name3/color3" for the third player, and so on. You can reference the "kartconfig.cfg" file.
Feel free to create additional bat files to organize this.
My thanks goes to Freeman.
Good stuff as usual