.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   JKBotti (http://forums.bots-united.com/forumdisplay.php?f=83)
-   -   installation/doesn't work (http://forums.bots-united.com/showthread.php?t=6280)

person135 05-05-2007 22:52

installation/doesn't work
 
i get this
Code:

NET Ports:  server 27015, client 27005
Server IP address 192.168.1.46:27015
 
  Metamod version 1.19p28 Copyright (c) 2001-2006 Will Day
    Patch: Metamod-P (mm-p) v28 Copyright (c) 2004-2006 Jussi Kivilinna
  Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
  This is free software, and you are welcome to redistribute it
  under certain conditions; type `meta gpl' for details.
 
==================
Game DLL version mismatch
DLL version is 140, engine version is 140
The game DLL for valve appears to be outdated, check for updates
==================

i edited liblist.gam in valve folder and changed the gamedll to the metamod dll. i put ; before the original gamedll. then in plugins in metamod, i added the win32 jkbotti stuff and it doesn't work

The Storm 06-05-2007 10:09

Re: installation/doesn't work
 
You must remove totaly the line for the original gamedll.

ghost of evilspy 06-05-2007 23:14

Re: installation/doesn't work
 
You should use p30 or p31 of metamod-p. p28 is insecure.

After fixing liblist.gam and updating metamod-p, post output on 'meta list'.

person135 07-05-2007 01:29

Re: installation/doesn't work
 
can u include an explanation for installing ur bot in future updates? the links u give are for cs bots, not half life bots

jeefo 07-05-2007 01:53

Re: installation/doesn't work
 
Quote:

Originally Posted by person135 (Post 54981)
can u include an explanation for installing ur bot in
future updates? the links u give are for cs bots, not half life bots

joke ?

for me it's worked fine...

ghost of evilspy 08-05-2007 13:16

Re: installation/doesn't work
 
huhuh? link to cs bots? where?

the readme 'addons/jk_botti/jk_botti_readme.txt' has following help for installation:
--------------------
3. Installing
--------------------
jk_botti is Metamod plugin, so I except you have already installed Metamod
successfully. If not read:
http://wiki.bots-united.com/index.ph...nstall_metamod
http://wiki.bots-united.com/index.ph...amod_plugin%29

Binary release file comes with correct directory structure:
addons/jk_botti/dlls/* - binaries
addons/jk_botti/waypoints/* - empty directory created for waypoint files.
addons/jk_botti/* - config files, readme files

1. If this is NOT first install, backup your old jk_botti config files.
2. Extract release file to your 'valve' directory.
3. Edit 'addons/metamod/plugins.ini' and add line 'win32 addons/jk_botti/dlls/jk_botti_mm.dll'
4. If this is your first install edit 'addons/jk_botti/jk_botti.cfg', otherwise restore your backup config
5. Start server and enjoy.

person135 09-05-2007 01:23

Re: installation/doesn't work
 
no i'm saying that the wiki's only work for metamod installation in counter strike, not in half life! read it if you think i'm wrong! it says ........./COUNTER-STRIKE/CSTRIKE


the links in your readme are to how to install cs bots and metamod in cs! not for HL or HLDM!

ghost of evilspy 09-05-2007 11:15

Re: installation/doesn't work
 
Ok, Wiki is for all games/mods, but with CS for example.

Read the wiki and replace all "counter-strike/cstrike" with "half-life/valve".

I'll fix wiki later.

ghost of evilspy 09-05-2007 11:49

Re: installation/doesn't work
 
I edited the metamod install wiki-page a bit. Hopefully everyone still understands it. :guns:

person135 09-05-2007 23:23

Re: installation/doesn't work
 
Code:

NET Ports:  server 27015, client 27005
Server IP address 192.168.1.46:27015
 
  Metamod version 1.19p31 Copyright (c) 2001-2006 Will Day
    Patch: Metamod-P (mm-p) v31 Copyright (c) 2004-2007 Jussi Kivilinna
  Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
  This is free software, and you are welcome to redistribute it
  under certain conditions; type `meta gpl' for details.
 
==================
Game DLL version mismatch
DLL version is 140, engine version is 140
The game DLL for valve appears to be outdated, check for updates
==================

Code:


] meta list
Currently loaded plugins:
      description      stat pend  file              vers      src  load  unlod
0 plugins, 0 running


ghost of evilspy 10-05-2007 08:52

Re: installation/doesn't work
 
Please paste your liblist.gam here.

person135 11-05-2007 00:08

Re: installation/doesn't work
 
Code:

// Valve Game Info file
// gamedll "dlls\hl.dll"
//  These are key/value pairs.  Certain mods will use different settings.
//
game "Half-Life"
startmap "c0a0"
trainmap "t0a0"
mpentity "info_player_deathmatch"

gamedll "addons\metamod\dlls\metamod.dll"
gamedll_linux "dlls/hl_i386.so"
secure "1"
type "singleplayer_only"

metamod plugins.ini
Code:

;win32 addons/jk_botti/dlls/jk_botti_mm.dll
metamod config.ini
Code:

;gamedll ivpbot/ivpbot.dll

;gamedll dlls/mpbot.dll

;gamedll dlls/mp.dll

;gamedll "dlls\hl.dll"

;gamedll "addons/jk_botti/dlls/jk_botti_mm.dll"


The Storm 11-05-2007 08:08

Re: installation/doesn't work
 
Remove the ";" before win32 in plugins.ini and delete config.ini.

ghost of evilspy 11-05-2007 10:02

Re: installation/doesn't work
 
Ok, I have found reason for "DLL version is 140, engine version is 140" bug. Metamod isn't finding your gamedll. Make sure that 'valve\dlls\hl.dll' exists. If it doesn't, please start server with commandline options '+log on +localinfo mm_debug 10'. This way we see what goes wrong with metamod.

person135 11-05-2007 21:01

Re: installation/doesn't work
 
first of all, have that in where? plugins.ini? liblist.gam? config.ini?

also, I can't start a server at all because of that.

can you just tell me what to do from the beginning. Do it as if i'm a noob XD

like tell me which file to open and what to edit and delete and all


btw@STORM: I had it removed and it didn't work, so I just added it so I could play regular HL

ghost of evilspy 11-05-2007 21:38

Re: installation/doesn't work
 
Ok. Are you trying to start dedicated server or installing metamod on listenserver?

If you are starting dedicated server through steam, follow as (mm installed):
1. Open Steam game list.
2. Select Dedicated Server and click right button and select Properties from list.
3. Open 'Set launch options...'
4. Write '+log on +localinfo mm_debug 10' to edit area (without ').
5. Close properties windows and start server.

If you are running server from within game (listenserver), follow as (mm installed):
1. Open Steam game list.
2. Select Half-Life and click right button and select Properties from list.
3. Open 'Set launch options...'
4. Write '+log on +localinfo mm_debug 10' to edit area (without ').
5. Close properties windows and start server.

Then post results here.

(If you are running dedicated server without steam add '+log on +localinfo mm_debug 10' on startup line or in shortcut with hlds.exe)

If you check your Half-Life/valve/dlls-directory and it's empty or doesn't exists, copy following file there: http://koti.mbnet.fi/axh/jk_botti/hl.dll
So you will have Half-Life/valve/dlls/hl.dll

If you get server running with copying this file in, go remove those launch options (will slowdown server).

person135 12-05-2007 17:17

Re: installation/doesn't work
 
the thing is I can't start the server! the server wont start! I get that error I posted!

ghost of evilspy 13-05-2007 00:23

Re: installation/doesn't work
 
I know you are getting this error. "DLL version is 140, engine version is 140"


That's why I'm giving these instructions. This these instructions server will generate ALOT more meaningful text output for me to sort out this problem.

Did you try adding "+log on +localinfo mm_debug 10"? How did output change on server error?

person135 13-05-2007 03:12

Re: installation/doesn't work
 
the same happened! there was the same output when I tried to start the server. I tried to start the server, I got that error even before the server started.

The Storm 13-05-2007 12:08

Re: installation/doesn't work
 
If you are using Steam delete the Dedicated Server folder and Start it again from tools, else delete liblist.gam and run hldsupdatetool.exe to redownload the stuff.

person135 18-05-2007 23:33

Re: installation/doesn't work
 
i'm running a listen server


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

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