Page 1 of 1

How do I make the offline bots smarter?

Posted: Fri Mar 21, 2025 11:55 pm
by Mitchandagun
I'm looking for both mods and what to set the "botskill" setting to. That's about it

Re: How do I make the offline bots smarter?

Posted: Sat Mar 22, 2025 10:26 am
by Sean
Crank botskill up to 4 and maybe check out TDBots

Re: How do I make the offline bots smarter?

Posted: Sat Mar 22, 2025 11:33 pm
by Ænima
IIRC the botscript has remained unchanged since the Skulltag days. From what I seem to remember, Carnevil was the last person to have the source and nobody has been able to decompile it since then, so the bots will probably remain the way they are forever.

Re: How do I make the offline bots smarter?

Posted: Sun Mar 23, 2025 7:58 pm
by TDRR
We've had a custom BotScript compiler for years by now, and the bot lumps have been decompiled for years as well. The TDBots make use of that to give ACS the ability to press buttons and do other actions using the native bot interface.

The actual issue is that the bot system is archaic and only built for (team) deathmatch. Hacking it to support PvE modes and other more complex PvP modes would be a massive amount of work, to the point it'd just be best to rip the whole thing out and start from scratch. The actual scripting language itself is pretty terrible and can't really do much of anything on it's own too, IMO it isn't worth keeping around or replacing with something similar.