IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Install problems (duh)
SEebiass
post Oct 1 2003, 09:16 AM
Post #1


Newbie
*

Group: Members
Posts: 3
Joined: 1-October 03
Member No.: 46



Well....
When i finally read that i had to add "gamedll "../rcbot/dlls/rcbot.dll" in liblist.gam file i added in it svencoop liblist.gam file but it didnt work....
Then i thought of that i had to add that line in the hl liblist.gam file but i couldnt find that in my hl folder... then i saw the file in valve folder and thought that was the right one.... i added the line (in 3 ways because i wasnt sure how to write the line in properly.) and then suddenly i cant see my svencoop mod in custom games or any svencoop maps when i started svencoop shortcut.. btw, i deleted some HPB bot dll file in the valve dll folder and that hpb gamedll line in valve liblist.gam because i thought that would make it easier.... but now i dont know if i needed that... so, right now i cant find svencoop mod in custom games, i cant find any svencoop maps when i start svencoop and i have NO idea how to get this alle bot thing work and all maps back.... if some of you dont know either im giving up to make the bot work... damn, i wrote much here and probably some of it you dont understand sad.gif

Edit: I dont use metmod and that shit... i play normal without any addons..
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cheeseh
post Oct 1 2003, 05:25 PM
Post #2


Admin
*****

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



your liblist.gam file should look something like

game "Sven Co-op 2.1"
url_info "http://www.svencoop.com"
url_dl "http://www.svencoop.com"
version "2.1"
size "75"
svonly "0"
cldll "1"
nomodels "0"
hlversion "1110"
type "multiplayer_only"
mpentity "info_player_deathmatch"
gamedll "../rcbot/dlls/rcbot.dll"
gamedll_linux "dlls/hl_i386.so"

..----------------------------------------..

and your rcbot folder should be in Half-Life folder, not svencoop.. neither in any other mod folder.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
SEebiass
post Oct 2 2003, 08:52 AM
Post #3


Newbie
*

Group: Members
Posts: 3
Joined: 1-October 03
Member No.: 46



Thx, now it works with svencoop.. smile.gif

But, how do i get it to work with NS ?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cheeseh
post Oct 2 2003, 06:39 PM
Post #4


Admin
*****

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



Read it again... and relate that to NS, sorry but I've answered so many questions like this already :/ The readme is supposed to tell you, the bold lines above tell you what is changed, look around the install problems forum, there are pinned topics which tell you enough + Ice's post in general discusion (pinned)

and don't ADD the gamedll line, REPLACE it!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
SEebiass
post Oct 2 2003, 09:37 PM
Post #5


Newbie
*

Group: Members
Posts: 3
Joined: 1-October 03
Member No.: 46



I dont understand how i shall do it even if i read the explenations.. sad.gif
Cant you just say it like you did with svencoop liblist file?

Btw, my ns liblist file is like this now:

////////////////////////////
// Natural Selection //
// by Charlie Cleveland //
////////////////////////////
game "Natural Selection"

url_info "www.natural-selection.org"

url_dl "http://www.natural-selection.org/"

version "2.0"

size "165000000"

svonly "0"

secure "0"

cldll "cl_dlls\client.dll"

hlversion "1110"

// How to allow training but disable "New game"?
type "multiplayer_only"

// Don't show models in browser
nomodels "1"
nohimodel "1"

// Only show NS-compliant maps
mpentity "info_mapinfo"

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

// Training map
//trainmap "ns_training"


User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cheeseh
post Oct 2 2003, 09:58 PM
Post #6


Admin
*****

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



remove gamedll "dlls\ns.dll"

QUOTE
...and don't ADD the gamedll line, REPLACE it!


QUOTE

readme
Open the liblist.gam file and then EDIT the line:

gamedll "<MOD_DLL>"

to

gamedll "../rcbot/dlls/rcbot.dll"
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NoEffeks
post Oct 5 2003, 01:46 AM
Post #7


Newbie
*

Group: Members
Posts: 3
Joined: 3-October 03
Member No.: 50



this is my liblist.gam

////////////////////////////
// Natural Selection //
// by Charlie Cleveland //
////////////////////////////
game "Natural Selection"

url_info "www.natural-selection.org"

url_dl "http://www.natural-selection.org/"

version "2.0"

size "165000000"

svonly "0"

secure "0"

cldll "cl_dlls\client.dll"

hlversion "1110"

// How to allow training but disable "New game"?
type "multiplayer_only"

// Don't show models in browser
nomodels "1"
nohimodel "1"

// Only show NS-compliant maps
mpentity "info_mapinfo"

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


// Training map
//trainmap "ns_training"


this is what it says when i try to laod the game,

"LoadLibray failed on C:\SIERRA\Half-Life\ns\rcbot\dlls\rcbot.dll
Host_Error: Could't get DLL API from C:\Sierra\Half-Life\ns\rcbot\dlls\rcbot.dll"
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NoEffeks
post Oct 5 2003, 02:05 AM
Post #8


Newbie
*

Group: Members
Posts: 3
Joined: 3-October 03
Member No.: 50



nvm fxied
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Sandman[SA]
post Oct 5 2003, 06:47 AM
Post #9


RCBot Waypointer
*****

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



QUOTE (NoEffeks @ Oct 5 2003, 01:46 AM)
this is my liblist.gam

CODE
gamedll "rcbot\dlls\rcbot.dll"



this is what it says when i try to load the game,

"LoadLibray failed on C:\SIERRA\Half-Life\ns\rcbot\dlls\rcbot.dll
Host_Error: Could't get DLL API from C:\Sierra\Half-Life\ns\rcbot\dlls\rcbot.dll"

DOH! laugh.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

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: 17th September 2025 - 06:03 PM