.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   JoeBot (http://forums.bots-united.com/forumdisplay.php?f=10)
-   -   Current JoeBOT Version : 1.6.5.1 (http://forums.bots-united.com/showthread.php?t=1148)

@$3.1415rin 21-03-2004 18:25

Current JoeBOT Version : 1.6.5.1
 
For all those who havnt seen it yet :

March 16th, 2004
JoeBOT 1.6.5.1 has been released. Most of the work done is this time by cruft, so thanks to him.You can download the current version 1.6.5.1 for windows and linux, for the "traditional" installation and metamod, via the download page.

JoeBOT 1.6.5.1
- Metamod plugin dll released
- CS 1.6 compatible (shield use not implemented yet)
- CS 1.5 backward compatible (set cvar jb_cstrike 1)
- Added jb_* cvars to control all global settings
- Added joebot.cfg cvar config file as alternative to bot.cfg
- fixed : joebot server command no longer needs '|' delimiter
- fixed : bots don't jump during freezetime
- fixed : crash with waypoint unreachable unsigned int range
- fixed : camping bug related to round start/end initialization


/@$3.1415rin

Evil of Devil 22-03-2004 19:17

Re: Current JoeBOT Version : 1.6.5.1
 
Great. I testet it immediately at 1.5 and it works well.

In my opinion, Joebot became more single-minded.
Did you managed it now?
Was it that problem:
"fixed : camping bug related to round start/end initialization" ???

@$3.1415rin 22-03-2004 20:41

Re: Current JoeBOT Version : 1.6.5.1
 
that was some error due to differences between messages in cs 1.5 and cs1.6

Minh-Lo-Hwang 22-03-2004 21:56

Re: Current JoeBOT Version : 1.6.5.1
 
nice job peeps



minh

Evil of Devil 23-03-2004 16:06

Re: Current JoeBOT Version : 1.6.5.1
 
Are there differents in the old waypoint-files and the news ???
And why are the bot.cfg and joebot.cfg files so "untidy" ???

cruft 28-03-2004 07:33

Re: Current JoeBOT Version : 1.6.5.1
 
Quote:

Originally Posted by Evil of Devil
Are there differents in the old waypoint-files and the news ???
And why are the bot.cfg and joebot.cfg files so "untidy" ???

Some waypoint files for CS 1.5 won't work in CS 1.6. The de_aztec waypoint file had to be updated in this version. I also noticed that some of the waypoints in this version are slighty off due to updates on some maps. They're not totally unusable but could use some minor adjustments/edits.

As for the "untidy" comment, how tidy do you want it? :) Seriously, are you just looking for a more complete bot.cfg/joebot.cfg file to know all the options? The existing .cfg files are just examples of a few settings but I wouldn't consider them messy. ;)

MusicMan 31-03-2004 17:27

Re: Current JoeBOT Version : 1.6.5.1
 
I think joebot is great, but I would like some updated waypoints, because the bots liked jumping alot even when there was no reason for them to jump on dust and maybe others.

MusicMan

Chris888 07-04-2004 20:56

Probs installing Current JoeBOT Version : 1.6.5.1
 
I've just installed JoeBOT 1.6.5.1 on my HLDS 1.0.0.5 (CS1.5). When I connect to the server and add some bots, they are moving *inhumanly* fast. What can be the problem with that?

I read something about setting the cvar jb_cstrike 1. I put in the "joebot.cfg". Was that correct? But I think my "bot.cfg" is currently in use.

Please help!

Chris

Whistler 08-04-2004 07:25

Re: Current JoeBOT Version : 1.6.5.1
 
Hmmm....I've just taken a look at the code.....

I've found the code is quite different from the C/C++ I recognized :) Maybe it's too l33t for beginners like me to read.

So my suggestion is: do NOT use those names of variables like this...
pWPAMPlay, STMem.f_NUpdate, FFE...and so on,

Also don't write strange code like this....
Code:

                // process log of weapon with which the bot has been killed
                for(ischl = 0;ischl < _MAXLKW;ischl++){
                        if(FLKW[ischl] != -1){
                                if(IsSniperWeapon(1<<FLKW[ischl])){
                                        lKSniper ++;
                                }
                                if(IsShotgunWeapon(1<<FLKW[ischl])){
                                        lKShot ++;
                                }
                                if(IsSubMWeapon(1<<FLKW[ischl])){
                                        lKSub ++;
                                }
                        }
                }
               
                lKSniper>lKSub&&lKSniper>lKShot?
                        bKSniper=true:lKSub>lKSniper&&lKSub>lKShot?
                        bKSub=true:lKShot>lKSniper&&lKShot>lKSub?
                                        bKShot=true:0==0;


@$3.1415rin 08-04-2004 10:06

Re: Current JoeBOT Version : 1.6.5.1
 
I know that the variable names in old joebot are not consistent and not all according to hungarian notiation which I use normally now. LKW is LastKilledWeapon, WPAMPlay is Waypoint advanced movement play, STMem is short term memory, NUpdate is next update ... but just look into the header, there should be a comment, but there are also too less comments in general, I know :) gonna be better with my current bot ...

and I only used this crazy multiple ? construct once ... just for fun :) but it's still readable, isnt it ?

Pierre-Marie Baty 08-04-2004 14:07

Re: Current JoeBOT Version : 1.6.5.1
 
:D :D :D

I told it ! I told it !

This german guy is completely crazy

SSniper 12-04-2004 22:16

Re: Current JoeBOT Version : 1.6.5.1
 
Is it possible to make the VIP bot get to the rescue zone with out having a escort the whole time. The vip will not move at all unless someone is there by his side and he won't come to the "Follow me" command. Or make it so the CT bots follow or stick to the VIP at all times or set it so 2 or 3 CT bots stay with the vip and lead him to saftey?

ecKo 24-05-2004 01:54

Re: Current JoeBOT Version : 1.6.5.1
 
Aspirin,

If your still looking for a waypointer, mail me or something.

-LlamaMan? 8)

@$3.1415rin 24-05-2004 14:54

Re: Current JoeBOT Version : 1.6.5.1
 
hey, welcome back on bots united, dude :D

Mulletman 19-06-2004 02:41

Re: Current JoeBOT Version : 1.6.5.1
 
Hey guys, I tried to install JoeBot, I go to start a LAN server, and it shows me half-life maps! I have CS 1.0.0.5 (1.5 retail) Anybody know if theres a path somewhere that I need to alter, or if I did something wrong? Please help!

sPlOrYgOn 19-06-2004 02:47

Re: Current JoeBOT Version : 1.6.5.1
 
you probably didn't specify where the joebot dll was correctly..
make sure that in your liblist.gam it points to where the joebot dll is..

Mulletman 19-06-2004 05:10

Re: Current JoeBOT Version : 1.6.5.1
 
I just went and fixed that, but the Half-Life maps are still the only maps showing. I see bootcamp, bounce, crossfire, etc... No de-dust or de_dust2, or anything. The liblist.gam now has JoeBot.dll instead of PodBot.dll as the game dll, but there's 2 slashes in front of it. In c/+ that means its a comment, so what do I change? (Here's what my liblist.gam looks like in notepad:)

game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.0"
size "184000000"
svonly "0"
cldll "1"
hlversion "1104"
nomodels "1"
mpentity "info_player_start"
gamedll "dlls\swat_bot.dll" (<--Do I change this one?)
//gamedll "joebot/JoeBot.dll" Yeah I play CF's bot too!! :) (<--Or this one?)
gamedll_linux "dlls/swat_bot.so"
trainmap "tr_1"

*I just found another liblist.gam under C://SIERRA/Counter-Strike/cstrike/cstrike/liblist.gam Here's what that one looks like (I haven't made any changes.)
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.5"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1"
hlversion "1110"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "../joebot/joebot.dll"
gamedll_linux "../joebot/joebot.so"
trainmap "tr_1"


By the way, Sorry for the long post. I hope someone can help with this info.

sPlOrYgOn 19-06-2004 05:32

Re: Current JoeBOT Version : 1.6.5.1
 
where is your joebot folder?

Mulletman 19-06-2004 06:29

Re: Current JoeBOT Version : 1.6.5.1
 
I installed JoeBot with the .exe, and I have JoeBot folders in afew different places...
C://SIERRA/Counter-Strike/cstrike/joebot <--This one has all files in it
C://SIERRA/Counter-Strike/cstrike/cstrike/joebot <-- This one has chat, per, and wpjs and a liblist.gam

sPlOrYgOn 19-06-2004 06:32

Re: Current JoeBOT Version : 1.6.5.1
 
make your gamedll "joebot\joebot.dll"

Mulletman 19-06-2004 06:34

Re: Current JoeBOT Version : 1.6.5.1
 
Which one?
cstrike/cstrike/liblist.gam
or just cstrike/liblist.gam

cruft 20-06-2004 02:51

Re: Current JoeBOT Version : 1.6.5.1
 
You should really only have one 'cstrike' directory. For CS1.5, I think the default directory (in windows) is C:\Program Files\Half-Life\cstrike so the file path would be C:\Program Files\Half-Life\cstrike\liblist.gam

Mulletman 20-06-2004 05:20

Re: Current JoeBOT Version : 1.6.5.1
 
Yeah, I thought there was some kinda problem when I had two cstrike directories, and thanx for the help!


All times are GMT +2. The time now is 12:04.

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