kondrak / vkQuake2

id Software's Quake 2 v3.21 with mission packs and Vulkan support (Windows, Linux, macOS, FreeBSD, Raspberry Pi 4)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What kind of bots are supported on linux?

livello opened this issue · comments

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

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

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.

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

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.

Thank @kondrak you. It works like a charm!