.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Bug Reports (http://forums.bots-united.com/forumdisplay.php?f=49)
-   -   bots not working since new server update (http://forums.bots-united.com/showthread.php?t=4306)

dbzvl 09-08-2005 01:47

bots not working since new server update
 
*title

they just go into spectator mode whenever i add them

op1e 09-08-2005 02:07

Re: bots not working since new server update
 
Yes, please for the love of crap sum1 get to the bottom of this!!!!!!!!!!!!!!!! I came back from going out of town this weekend and played some last night, but had a lock up and somehow all my keybinds were deleted. It took a while to get them all bound again (xcept for the one i cant figure out) Anyway, when I came home from work and started up server, got this problem too. StupidStupidStupidStupidStupidStupid STEAM!!! I'll be playing Iron Wrath till my anger subsides. Anybody who wants to play on my on my coop server for rb6-three look for op1e's Nekro Playground. I'll be killing tangos there in the meantime.

sPlOrYgOn 09-08-2005 02:57

Re: bots not working since new server update
 
yes I am currently working on a fix for this but it'll be for R2b44o.
not for any other version.

sPlOrYgOn 09-08-2005 05:30

Re: bots not working since new server update
 
2 Attachment(s)
Here's the update to R2b44o
I've made bots not use vgui menu anymore and made it compare the first 12 characters of the old style menus
Code:

SET_CLIENT_KEYVALUE (index + 1, infobuffer, "_vgui_menus", "0");
Code:

  if (strncmp ((char *) p, "#Team_Select", 12) == 0)  // team select menu?
      bots[bot_index].start_action = MSG_CS_TEAM_SELECT;

[edit]I've uploaded the changed sourcecode files[/edit]

bbbbb 09-08-2005 07:34

Re: bots not working since new server update
 
Works perfectly!
Thanks so much!

Tommelchen 09-08-2005 16:05

Re: bots not working since new server update
 
Thx for the super fast fix, sPlOrYgOn!!!

Can you tell me if someone will also be implementing a fix for linux users? we were running PB on our dedicated linux server and now have the same symptoms everyone else is having, bots are just waiting around in spec mode.

conversely, can you tell me what proggy I need to use to edit the podbot_mm_i386.so file? this is the PODBot-R2.44-Linux-so version posted by [NvT]_KaszpiR_, if I recall correctly.

tom

olol 09-08-2005 16:27

Re: bots not working since new server update
 
thanks

Loz 09-08-2005 20:14

Re: bots not working since new server update
 
Hi !
i'm a french guy and I'm running a linux dedicated server ...
Please Could You provides us a Fix for podbot_mm_i386.so or How to modify this file himself

A lot of thanks :)

Loz

op1e 09-08-2005 22:23

Re: bots not working since new server update
 
Fix will not work for R2B46c??? Will a fix for that version be out soon? I like the behavior of the latest build a lot better than others (bots running around pointing scouts in each others face without firing or switching to pistol, + crappy knife skillz). Let me know.

KWo 09-08-2005 23:47

Re: bots not working since new server update
 
Today I sent the sources of R2B46c to sPlOrYgOn. Hope he will fix it and release it as R2B46d. He is busy - maybe You will need to wait a bit more.

sPlOrYgOn 10-08-2005 00:05

Re: bots not working since new server update
 
2 Attachment(s)
For those that want it for R2b46c...

Loz 10-08-2005 00:17

Re: bots not working since new server update
 
a Lot of thanks for your work but Please can we get us the Linux .so :o

sPlOrYgOn 10-08-2005 00:54

Re: bots not working since new server update
 
yes there should be 2 linux so files for both versions coming soon.

Dethpod 10-08-2005 01:06

Re: bots not working since new server update
 
2 Attachment(s)
Hey all,

Here are the new binaries for linux R2B44o & R2B46c.

They are renamed to the appropriate verisons.

rename the files so that they end with .so

-Dethpod

http://www.dethpod.com

Loz 10-08-2005 01:14

Re: bots not working since new server update
 
Thanks sPlOrYgOn !!
and
Thanks dethpod !!

Working perfectly

Lazarus Long 10-08-2005 11:36

Re: bots not working since new server update
 
Hello, everybody:

And no, you faithfull x86-64 (AMD64) users weren't forgoten either:

Best regards,

Tommelchen 10-08-2005 16:10

Re: bots not working since new server update
 
yeah, thanks for the super fast work! A big thumbs up for the podbot crew! :D

[NvT]_KaszpiR_ 10-08-2005 19:14

Re: bots not working since new server update
 
mirrored here just in case

KWo 10-08-2005 21:24

Re: bots not working since new server update
 
Thanks KaszpiR for mirroring, but in that directory You have so big disorder which will confuse beginners for sure. Can You just make the folder "Latest pod files" and "Some older versions"? I now , You are busy , but look at that directory throw eyes of the beginner pod user. ;)

Pentium_10 11-08-2005 23:48

Re: bots not working since new server update
 
where do i put the files

sPlOrYgOn 12-08-2005 02:50

Re: bots not working since new server update
 
just overwrite your existing podbot_mm.dll with the podbot_mm.dll in the zip you downloaded.

@$3.1415rin 19-08-2005 08:15

Re: bots not working since new server update
 
that second code snippet isnt anything new, right ? that was the same like in the code of "old" bots ?

sPlOrYgOn 19-08-2005 11:07

Re: bots not working since new server update
 
the second piece of code is just because I didn't want to bother figuring out the menu names :P

ster12 22-08-2005 10:28

Re: bots not working since new server update
 
so is version R2B46d fixed for the steam update?

[NvT]_KaszpiR_ 22-08-2005 11:03

Re: bots not working since new server update
 
Quote:

Originally Posted by KWo
Thanks KaszpiR for mirroring, but in that directory You have so big disorder which will confuse beginners for sure. Can You just make the folder "Latest pod files" and "Some older versions"? I now , You are busy , but look at that directory throw eyes of the beginner pod user. ;)

in given directory there will be always latest release, in other directory are old files
from now on it will be cleaner

KWo 22-08-2005 13:22

Re: bots not working since new server update
 
Quote:

Originally Posted by ster12
so is version R2B46d fixed for the steam update?

Yes, it is. :)

Yelrad07 24-08-2005 23:16

Re: bots not working since new server update
 
I cant get mine to work no im not computer dumb i just cant find the original podbot_mm.dll i have a podbot.dll tho

KWo 24-08-2005 23:45

Re: bots not working since new server update
 
podbot.dll it's the old podbot file. Since porting PODBOT to metamod it's podbot_mm.dll. You just need to upgarde Your podbot - read "how to install metamod" first in the Common Questions sub-forum.

LaBello 29-08-2005 17:42

Re: bots not working since new server update
 
big thanks to you guys for fixing this problem so fast :)

vo1 19-09-2005 04:19

Re: bots not working since new server update
 
sorry im new with amx and stuff and im a little confused what do I do with the podbot_mm.dll or what ever?

KWo 19-09-2005 08:49

Re: bots not working since new server update
 
Read these two topic - this and this. Then - open the new topic instead asking in some existing one not related to Your problem. But first try to use also "search" function - maybe someone already asked about the same.

Pfeiffer887 02-10-2005 00:20

Re: bots not working since new server update
 
Sphoirgone or w/e sorry, but i don't understand the update for steam to get bots to work, if you could please tell me all the steps into doing this, and i am using Realbot not pod bot. IF ANYONE ELSE KNOWS IT PLEASE HELP ME!!
thanks

Pfeiffer887 02-10-2005 00:22

Re: bots not working since new server update
 
What are the codes for?

Lazarus Long 02-10-2005 01:17

Re: bots not working since new server update
 
Damn man, talk about off topic, you were almost off board!

Here you go: RealBot Forums

Cheers,


All times are GMT +2. The time now is 03:09.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.