[Fixed] Bots not travelling levels

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
User avatar
Rachael
Posts: 13950
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Bots not travelling levels

Post by Rachael »

In deathmatch, there is no problem here, but in cooperative mode if you add bots to the level and then change the level (using changemap command or some such thing, not the regular map command) the bots become complete zombies. You're able to summon duplicate bots this way also, which leads me to believe that there's something with the bot code that does not transfer bots between levels in coop mode.
User avatar
Enjay
 
 
Posts: 27066
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Post by Enjay »

This was mentioned quite some time ago. In fact I think it may have been brought up a few times. Apparently though, it has not been fixed. Randy did not do the original coding for the bots and has perhaps opted simply to leave this alone.
User avatar
Ultraviolet
Posts: 1152
Joined: Tue Jul 15, 2003 9:08 pm
Location: PROJECT DETAILS CLASSIFIED.

Post by Ultraviolet »

Skulltag has bots if you must have them. When ZDoom hits the next major version, I'm sure Carn will update ST to conform to the new ZDoom code and then you can have it all. Now if only there was a SkulltagGL :-P
User avatar
Enjay
 
 
Posts: 27066
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Post by Enjay »

Does the new skulltag have bots already? Damn, I'm out of touch. I haven't been able to visit Doomworld for weeks now (for a couple of reasons). The last skulltag with bots that I used was based on Zdoom 1.22.
User avatar
Mr. Tee
Posts: 1111
Joined: Sun Feb 08, 2004 7:49 pm
Contact:

Post by Mr. Tee »

The Cajun Bots never did anything to you... Why, why!? Oh why must you insult them! They are not merely marine-skinned zombies! No!

... Ahem *sanity check = failed*

It is possible that using the "changemap" command instead of IDCLEV does not reinitialize all players in multiplayer mode (although isn't it the same code accessed by two different methods?). Perhaps it assumes single-player (since you'd need sv_cheats true to do this in multiplayer mode I think) it may just spawn zombie marine actors and not initialize their playing state.

(I'd love to check the source out and try to find this but I can't download anything on campus computers...)
User avatar
HotWax
Posts: 10002
Joined: Fri Jul 18, 2003 6:18 pm
Location: Idaho Falls, ID

Post by HotWax »

I doubt it has anything to do with the command used. Exitting the level normally results in the same problem.
User avatar
Mr. Tee
Posts: 1111
Joined: Sun Feb 08, 2004 7:49 pm
Contact:

Post by Mr. Tee »

For real? Hmmm.... I never thought to try that! :P

I've used IDCLEV dozens of times while getting plastered by Cajun Bots, and they only spawn properly in the new level if I had already previously exited a level the right way (i.e. exit switch, intermission screen, new level). Otherwise, their bodies would not even appear, I need to 'addbot' to spawn them. This was in deathmatch.
User avatar
Carnevil
Posts: 307
Joined: Sat Aug 23, 2003 4:46 pm

Post by Carnevil »

heh

Actually, Skulltag's bots are still being redone. They will be all finished for v0.96b, which will probably be out later this year. Skulltag will have opengl rendering in v0.97b, which will be out in... ugh no idea :)
User avatar
Rachael
Posts: 13950
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Post by Rachael »

The problem exists when you change the level too. The bots work fine in deathmatch - you leave the level normally in deathmatch mode and the bots travel with you flawlessly. In single player though, you have to use the map (rather than the changemap) command to get rid of them after using a natural level change (exiting the map). IDCLEV works like the map command too though (to get rid of the zombie bots) hehe =)
User avatar
randi
Site Admin
Posts: 7749
Joined: Wed Jul 09, 2003 10:30 pm
Contact:

Post by randi »

Fixed.
Post Reply

Return to “Closed Bugs [GZDoom]”