Best co-op bot?
Best co-op bot?
I'm guessing there isn't one. I want to play all through TNT but the servers are always empty. And the bots that do exist are only meant for deathmatch? There's this wad though, that lets you steamroll through even the slaughteriest slaughter maps: https://www.doomworld.com/idgames/combos/bia
- Arctangent
- Posts: 1235
- Joined: Thu Nov 06, 2014 1:53 pm
- Contact:
Re: Best co-op bot?
Look up AutoDoom. You won't be able to use it for GZDoom maps, but it's the best you're going to get.
Re: Best co-op bot?
I'm waiting for someone to cook up an insanely complicated bot-like friendly monster AI with ZScript. :D
There have been homegrown DECORATE "bots" in the past and I think a few people started mucking around with ZScript "bots" when it first came out but since ZScript is still new, I'm sure modders are still figuring it out behind the scenes.
There have been homegrown DECORATE "bots" in the past and I think a few people started mucking around with ZScript "bots" when it first came out but since ZScript is still new, I'm sure modders are still figuring it out behind the scenes.
Re: Best co-op bot?
The PlayerFollower class in Blade of Agony is kind of this... They're tied to following the player's path, though, and each weapon you want them to carry has to have a specially coded state.Nash wrote:I'm waiting for someone to cook up an insanely complicated bot-like friendly monster AI with ZScript.
There have been homegrown DECORATE "bots" in the past and I think a few people started mucking around with ZScript "bots" when it first came out but since ZScript is still new, I'm sure modders are still figuring it out behind the scenes.
Essentially, they latch onto the first player they see after spawning, and then cause the player to spawn waypoint nodes that the PlayerFollower then uses for navigation. Once the PlayerFollower gets close to the player, it takes up a defensive stance and starts looking for enemies to shoot.
The behavior is configurable - the PlayerFollower.ChaseAttackChance property controls how likely the actor is to attack while trying to catch up to the player (the ones in BoA are kind of nerfed - they follow you very closely, so end up behind walls "taking cover" when you want them to be killing enemies).
Re: Best co-op bot?
Can't play alongside it, what's the best bot for a co-op game? Someone back in the day told me either the ones in legacy or eternity... can't remember if they meant co-op.Arctangent wrote:Look up AutoDoom. You won't be able to use it for GZDoom maps, but it's the best you're going to get.
You should check the wad in the link of the OP then, they're really something.Nash wrote: There have been homegrown DECORATE "bots" in the past and I think a few people started mucking around with ZScript "bots" when it first came out but since ZScript is still new, I'm sure modders are still figuring it out behind the scenes.
- Arctangent
- Posts: 1235
- Joined: Thu Nov 06, 2014 1:53 pm
- Contact:
Re: Best co-op bot?
Huh. Could've sworn that the latest version of AutoDoom added that feature. I remember seeing a video of it and everything. 
