IPB

Welcome Guest ( Log In | Register )

2 Pages V  1 2 >  
Reply to this topicStart new topic
> Help with svencoop 3.0, Can't get this bot working with it
hello
post Jan 2 2004, 06:21 AM
Post #1


Member
**

Group: Members
Posts: 21
Joined: 2-January 04
Member No.: 166



I've been fiddling around with this almost a week trying to get it working with sven-coop 3.0. I have the latest version.
When I edit sc 3.0's liblist.gam file, no matter what I put in gamedll it never works.
I have this in c:\sierra\half-life\rcbot, nothing wrong there.
When you edit that gamedll part it will always be looking within the sc directory, so how are you supposed to point outside it to the bot?
Also this about the only thing I might ever post about, unles I find a really annoying bug with the bot while playing sc (if I get it working)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
[ASA]ODEN
post Jan 2 2004, 08:26 AM
Post #2


Member
**

Group: Members
Posts: 19
Joined: 27-December 03
Member No.: 153



This is my NS liblist.gam:
CODE

// Using HPB_bot support for now
//gamedll "dlls\ns.dll"
gamedll "../rcbot/dlls/rcbot.dll"
gamedll_linux "dlls/ns_i386.so"


As you see the "doubledot" denotes parent folder thus looking down the rcbot main folder.

Hope this helps otherwise pls post your liblist.gam and if possible a gif-image of your half-life directory in explorer.

regards
Oden aka LG
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
hello
post Jan 2 2004, 08:36 AM
Post #3


Member
**

Group: Members
Posts: 21
Joined: 2-January 04
Member No.: 166



After a week of torture I got this working a slightly opposite way of what you said. I moved rcbot into sc typed that liblist stuff. The main thing I missed was the rcbot in "rcbot addbot". You should make one of them fancy pointer* or this=that things in the code so rcbot addbot=addbot or whatever. Can't believe I missed that.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Sandman[SA]
post Jan 2 2004, 08:55 AM
Post #4


RCBot Waypointer
*****

Group: Moderator
Posts: 987
Joined: 15-September 03
From: Philadelphia
Member No.: 19



Humm, dare I say it?


Have you tried reading the rcbot_readme.txt?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
hello
post Jan 3 2004, 04:12 AM
Post #5


Member
**

Group: Members
Posts: 21
Joined: 2-January 04
Member No.: 166



Sure did. Just the "?nstalling without metamod" part though and adding bots. I completely missed that rcbot part of addbot. But I got it working fine.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
nookie
post Jan 12 2004, 05:33 PM
Post #6


Newbie
*

Group: Members
Posts: 8
Joined: 12-January 04
From: Germany
Member No.: 181



Servus / Hi !

I'm from Germany, too, so please understand that my english isn't perfect...

My problem is :

I want to play a Lan-Game with some bots, to test the new version of RCBot wink.gif but unfortunately I can't add bots because the server says that he doesn't know the command !
My command is :
rcbot addbot


I've installed it in the correct directory ".../ego-shooter/Half-Life/" and he has create the correct folder "...Half-Life/rcbot/" with all the important stuff in it (e.g. botprofiles, dlls, map_configs, waypoints, bot_chat.ini and so on).
My Liblist.gam looks like this :
QUOTE
game "Sven Co-op"
url_info "http://www.svencoop.com"
url_dl "http://www.svencoop.com"
version "3.0"
size "5"
svonly "0"
cldll "1"
secure "0"
hlversion "1110" 
nomodels "0"
nohimodel "1"
type "multiplayer_only"
mpentity "info_player_deathmatch"
//Using windows
gamedll "..\rcbot\dlls\rcbot.dll"


I don't know what to do now, I tried to change everything, I reinstalled it (Svencoop and RCbot) but with no succes (succed ?!) !

I know it gets on your nerves reading about problems with Svencoop and RCBot, but so I have the chance to get it working wink.gif !

nOoKiE

*EdiT* : My System is Windoof 2000
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cheeseh
post Jan 12 2004, 06:23 PM
Post #7


Admin
*****

Group: Admin
Posts: 3,056
Joined: 11-September 03
From: uk
Member No.: 1



the command to add a bot is

"rcbot addbot"

[without quotes] make sure that is what you are using
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
nookie
post Jan 12 2004, 07:25 PM
Post #8


Newbie
*

Group: Members
Posts: 8
Joined: 12-January 04
From: Germany
Member No.: 181



QUOTE (Cheeseh @ Jan 12 2004, 06:23 PM)
the command to add a bot is

"rcbot addbot"

[without quotes] make sure that is what you are using

Ja / Oui / Yes wink.gif !

I use this command correctly but this message appears :
QUOTE
Unknown command: rcbot
huh.gif

Mh, version 1.1 worked fine, but this one is confusing me huh.gif blink.gif unsure.gif !

nOoKiE

*EdiT* : Is something wrong in my Liblist.gam ?!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
[ASA]ODEN
post Jan 12 2004, 07:55 PM
Post #9


Member
**

Group: Members
Posts: 19
Joined: 27-December 03
Member No.: 153



Since I'm t3h master of unneccesary questions:

Is SvenCoop folder on same "level" as RcBot folder?
(dll path in liblist.gam says so as we all know)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cheeseh
post Jan 12 2004, 08:51 PM
Post #10


Admin
*****

Group: Admin
Posts: 3,056
Joined: 11-September 03
From: uk
Member No.: 1



Here is the deal:

The liblist.gam file "gamedll" line tells Half-life what DLL file to load.

If you have set the gamedll to the Bot DLL file and SvenCoop has loaded successfully (even if the bot isn't working), then Half-life has loaded the bot dll file successfully. The bot is installed to the correct folder and has also found the SvenCoop dll file fine to hook the dll.

I am guessing you have either installed the wrong version of the bot (say for rocket crowbar) or are trying to use commands on a server which is not your own, if so read the readme FAQ about it.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Sandman[SA]
post Jan 12 2004, 10:31 PM
Post #11


RCBot Waypointer
*****

Group: Moderator
Posts: 987
Joined: 15-September 03
From: Philadelphia
Member No.: 19



Also, re-check your liblist.gam entry. The gamedll line (for windows) should apear exactly like this.
CODE
gamedll "../rcbot/dlls/rcbot.dll"
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cheeseh
post Jan 13 2004, 12:33 AM
Post #12


Admin
*****

Group: Admin
Posts: 3,056
Joined: 11-September 03
From: uk
Member No.: 1



also you can only have ONE gamedll line.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
nookie
post Jan 13 2004, 04:01 PM
Post #13


Newbie
*

Group: Members
Posts: 8
Joined: 12-January 04
From: Germany
Member No.: 181



Mh'kay, the Bot works rolleyes.gif !
My solution was to change the liblist.gam IN MY SVENCOOP folder mad.gif ...i'm stupid, yes...the time before, I changed the liblist.gam IN MY HALF-LIFE folder huh.gif ...

THANKS @all !!!

nOoKiE

*EdiT* : WHEEEHAAAA, it's me again...of course with a new problem dry.gif .

My current problem is :

I can't add more than 1 bot although my max players settings are 8 ?!?!
I haven't found an answer in this forum so I have to get on your nerves the second time...*sry*

Here a pic :
user posted image
The first bot was playing at this time wacko.gif

nOoKiE
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Sandman[SA]
post Jan 14 2004, 09:52 PM
Post #14


RCBot Waypointer
*****

Group: Moderator
Posts: 987
Joined: 15-September 03
From: Philadelphia
Member No.: 19



QUOTE (nookie @ Jan 13 2004, 04:01 PM)
My current problem is :

I can't add more than 1 bot although my max players settings are 8 ?!?!
I haven't found an answer in this forum so I have to get on your nerves the second time...*sry*

Ok, just so I understand correctly, maxplayers = 8, correct?

What is your minbot and maxbot levels set at?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cheeseh
post Jan 15 2004, 04:23 PM
Post #15


Admin
*****

Group: Admin
Posts: 3,056
Joined: 11-September 03
From: uk
Member No.: 1



yes, your maxplayers is probably 2! I can't control what the half-life engine returns for creating a new player, thus it's an HL fault.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
nookie
post Jan 16 2004, 01:54 PM
Post #16


Newbie
*

Group: Members
Posts: 8
Joined: 12-January 04
From: Germany
Member No.: 181



Mh, my bot_config.ini file looks NOW like this :
QUOTE
config max_bots 7
config min_bots 6

but it appears the same thing
user posted image

nookie
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cheeseh
post Jan 16 2004, 04:31 PM
Post #17


Admin
*****

Group: Admin
Posts: 3,056
Joined: 11-September 03
From: uk
Member No.: 1



We need more info..

what is max players?

what does the console show when you type "status" ??
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
nookie
post Jan 17 2004, 11:21 AM
Post #18


Newbie
*

Group: Members
Posts: 8
Joined: 12-January 04
From: Germany
Member No.: 181



QUOTE (Cheeseh @ Jan 16 2004, 04:31 PM)
We need more info..

what is max players?

what does the console show when you type "status" ??

Max Players set 8

and this shows the console :
user posted image

nOoKiE
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
[ASA]ODEN
post Jan 17 2004, 11:42 AM
Post #19


Member
**

Group: Members
Posts: 19
Joined: 27-December 03
Member No.: 153



Nookie.. it seems like your server only allows 2 players, thus having 8 for max_bots is of no use.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
nookie
post Jan 17 2004, 11:49 AM
Post #20


Newbie
*

Group: Members
Posts: 8
Joined: 12-January 04
From: Germany
Member No.: 181



QUOTE ([ASA]ODEN @ Jan 17 2004, 11:42 AM)
Nookie.. it seems like your server only allows 2 players, thus having 8 for max_bots is of no use.

Mh with the old version (1.1) I could play with 8 or more bots...do I have to change something else ?!

nOoKiE
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

2 Pages V  1 2 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th April 2024 - 06:35 PM