kondrak / vkQuake2

id Software's Quake 2 v3.21 with mission packs and Vulkan support (Windows, Linux, macOS, FreeBSD, Raspberry Pi 4)
GNU General Public License v2.0
899 stars 89 forks source link

What kind of bots are supported on linux? #103

Closed livello closed 4 years ago

livello commented 4 years ago

I tried crbot, gladiator, 3zb2re but no luck.

kondrak commented 4 years ago

What exactly is the problem? I only focused on renderer here, so not sure what exactly those bots may require.

gribbs88 commented 4 years ago

Try:

https://github.com/DirtBagXon/3zb2-zigflag

or

https://github.com/yquake2/3zb2

They may work with this Vulkan 3.21 as well. I am not sure.

livello commented 4 years ago

I tried both bots 3zb2 and 3zb2-zigflag. изображение изображение

kondrak commented 4 years ago

I just tried 3zb2-zigflag and it seems to work perfectly fine: zigbot

One thing to consider here is that Linux build is 64bit only, so if the bot builds a game.so or gamex86.so file, it should be later renamed to gamex64.so. Otherwise, vkQuake2 won't be able to locate it and will just default to loading what it finds in baseq2 folder.

I hope it helps.

livello commented 4 years ago

Thank @kondrak you. It works like a charm!