TDBots Mk2 - v1 (11/05/2022)
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
-
- Posts: 19
- Joined: Sun Nov 01, 2020 5:37 pm
Re: TDBots Mk2 - v1 (11/05/2022)
Aim accuracy 0 10-5 win))))
You do not have the required permissions to view the files attached to this post.
-
- Posts: 19
- Joined: Sun Nov 01, 2020 5:37 pm
Re: TDBots Mk2 - v1 (11/05/2022)
This is great!
Could you tell me aiming accuracy with easy mod working?
For example aiming accuracy 4 with easy mod=aiming accuracy o without easy mod.
And could you tell me PvP auto joining bot settings work tdbots or this settings add original bots?
You do not have the required permissions to view the files attached to this post.
Last edited by mrgyv on Thu Aug 25, 2022 1:44 pm, edited 1 time in total.
-
- Posts: 823
- Joined: Sun Mar 11, 2018 4:15 pm
- Location: Venezuela
Re: TDBots Mk2 - v1 (11/05/2022)
Bots will autojoin as they normally do in QCDE, the TDBots change nothing about that.
Not sure what you mean with "add original bots". You mean the bots QCDE comes with, like "Doomslayer", "Ranger" and such? Those can't be spawned in unless you load QCDE last, but I REALLY recommend not doing that, because they won't work correctly.
I imagine it's basically like that? Not too sure.
-
- Posts: 19
- Joined: Sun Nov 01, 2020 5:37 pm
Re: TDBots Mk2 - v1 (11/05/2022)
No. I was asking about how this setting works with the tdbot. At first time I added a bot using this setting. Now I use tdbots menu. Sorry for my mistake. I'm writing from my mobile.TDRR wrote: ↑Sun Aug 21, 2022 6:14 pm
Bots will autojoin as they normally do in QCDE, the TDBots change nothing about that.
Not sure what you mean with "add original bots". You mean the bots QCDE comes with, like "Doomslayer", "Ranger" and such? Those can't be spawned in unless you load QCDE last, but I REALLY recommend not doing that, because they won't work correctly.
If it is true it is very cool. No need to reload the game to change the difficulty.
-
- Posts: 12
- Joined: Wed Mar 20, 2019 3:14 am
- Graphics Processor: nVidia (Modern GZDoom)
- Location: The Republic of Nowhere
Re: TDBots Mk2 - v1 (11/05/2022)
Dumping learning results only seems to work in deathmatch. Is this normal?
I've also noticed the bots can't be walked through, even in cooperative. This can cause some issues with some maps, mainly spawn telefragging on maps with few spawns.
I've also noticed the bots can't be walked through, even in cooperative. This can cause some issues with some maps, mainly spawn telefragging on maps with few spawns.
-
- Posts: 17
- Joined: Sun Jul 31, 2022 4:49 pm
Re: TDBots Mk2 - v1 (11/05/2022)
Ayy! Is there a chance that you or anyone can make a patch of this cool PB3.0-like mod which is Extra Doom. If you don't mind. It seems that the bots won't switch weapons during my gameplay test which is sad for me. Even in deathmatch
Here's the link to the mod anyway
https://www.moddb.com/mods/extra-doom-m ... ix-vercion
Here's the link to the mod anyway
https://www.moddb.com/mods/extra-doom-m ... ix-vercion
-
- Posts: 823
- Joined: Sun Mar 11, 2018 4:15 pm
- Location: Venezuela
Re: TDBots Mk2 - v1 (11/05/2022)
Sorry for the late reply on this.
Yes. Pre-placed nodes do absolutely nothing at all in PvE modes. Nothing to really do either, bots aren't supposed to play maps on their own (and that's not something I plan to ever add, it's just not worth the trouble).EpicTyphlosion wrote: ↑Mon Sep 05, 2022 8:34 pm Dumping learning results only seems to work in deathmatch. Is this normal?
Not a bug. You can't walk through players or Zandronum bots either (I think there's a flag in Zandro for that but obviously you'll need to enable it yourself).EpicTyphlosion wrote: ↑Mon Sep 05, 2022 8:34 pm I've also noticed the bots can't be walked through, even in cooperative. This can cause some issues with some maps, mainly spawn telefragging on maps with few spawns.
Yeah that's normal, I guess I'll try to make a patch later if it doesn't have too many weapons.Critzhater76 wrote: ↑Tue Oct 11, 2022 9:07 pm Ayy! Is there a chance that you or anyone can make a patch of this cool PB3.0-like mod which is Extra Doom. If you don't mind. It seems that the bots won't switch weapons during my gameplay test which is sad for me. Even in deathmatch
-
- Posts: 17
- Joined: Sun Jul 31, 2022 4:49 pm
Re: TDBots Mk2 - v1 (11/05/2022)
Ayy @TDRR
How can I change chat quotes cuz I just made my own BOTINFO.txt and just downloaded a Skin Pack? I'm tired of the same messages and I just wanna change them up for real
How can I change chat quotes cuz I just made my own BOTINFO.txt and just downloaded a Skin Pack? I'm tired of the same messages and I just wanna change them up for real
-
- Posts: 823
- Joined: Sun Mar 11, 2018 4:15 pm
- Location: Venezuela
Re: TDBots Mk2 - v1 (11/05/2022)
I personally just wouldn't bother, it's more effort than it's worth. If you want separate quotes for each bot name, that won't be added, but if you simply want to change the pool of messages for all bots then that's possible, but I can't really give much support for that.Critzhater76 wrote: ↑Sun Feb 26, 2023 2:18 am Ayy @TDRR
How can I change chat quotes cuz I just made my own BOTINFO.txt and just downloaded a Skin Pack? I'm tired of the same messages and I just wanna change them up for real
You'll need to use zt-bcc: viewtopic.php?t=77151
Since vanilla BCC won't work to compile the TDBots source code. I'm 100% sure it won't compile out of the box though (since the source was written for an old version of zt-bcc), so most likely you'll have to add the following to somewhere before the strict namespace block in TDBots.bcs:
#pragma raw define on #pragma raw include on
You may also need to remove any pragma statements already there, if there's any, I don't remember if I had added those by that point. Then in TDB_Chat.acs there's the message arrays, which should hopefully be fairly obvious in how they're modified.
This is all going off memory and I might be misremembering, but I think that's how it was.
-
- Posts: 11
- Joined: Wed Jan 24, 2018 4:46 pm
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Not in the US
Re: TDBots Mk2 - v1 (11/05/2022)
After fiddling around with the old versions of TDBots, I found out that the last version of TDBots that work with ZDoom without any modifications is TDBots v26c.
Here's a link to it for anyone that is interested: https://www.mediafire.com/file/uztntqip ... c.pk3/file
Here's a link to it for anyone that is interested: https://www.mediafire.com/file/uztntqip ... c.pk3/file