Re: HELP: How to install mm and podbot mm -
19-11-2007
ok i downloaded and installed the "podbot_full_V3_B18c" file together with AMX metamod.
Following the instructions i start my game and type meta list and i get this :
Welcome to Counter-Strike
] meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.8.0.3 ini Start ANY
[ 2] Fun RUN - fun_amxx.dll v1.8.0.3 pl1 ANY ANY
[ 3] CStrike RUN - cstrike_amxx.dll v1.8.0.3 pl1 ANY ANY
[ 4] CSX RUN - csx_amxx.dll v1.8.0.3 pl1 ANY ANY
4 plugins,
this should mean the meta mod is installed properly right? i also put the podbot folder in the cstrike folder. now i tried PB_addbot,add_bot commands and its not working..
Re: HELP: How to install mm and podbot mm -
19-11-2007
podbot folder has to be in cstrike\addons folder (like metamod and amxx).
The correct command to add a bot is:
pb add
(with optional parameters - more info in docs).
Re: HELP: How to install mm and podbot mm -
15-12-2007
It's server.cfg
Add this line at the end of it:
rcon_password "your_password"
Then You need - after connecting from Your client's PC - write in the client's console the same line (to get access rights from the server), then Your rcon command should be working. Read also podbot.cfg file about using podbot menu on dedicated server and that topic related to it. Then You will not need to manually type any command to add/kick a bot.
is what I have in my plugins.ini in the metadata folder.
The problem is this. When I have just the first line with the admin_mm.dll and not the podbot one the file works and I can do the 'meta list' in the console. and it comes up. However when I add the podbot line the game crashes while its trying to load plugins.ini.
Sample of the log of one that works
------------
L 12/18/2007 - 03:02:54: Log file started (file "logs\L1218000.log") (game "cstrike") (version "47/1.1.2.5/2.0.0.0/3939")
L 12/18/2007 - 03:02:54: Server cvar "default_access" = "1"
L 12/18/2007 - 03:02:54: "crazed_wombat<1><STEAM_ID_LAN><>" connected, address "loopback"
L 12/18/2007 - 03:02:54: [ADMIN] Loading users from file 'addons\adminmod\config\users.ini'
L 12/18/2007 - 03:02:54: [ADMIN] WARNING: File 'addons\adminmod\config\users.ini' seems to be empty (length 0).
L 12/18/2007 - 03:02:54: [ADMIN] Loaded 0 users
L 12/18/2007 - 03:02:54: [ADMIN] Loading vault records from file 'addons\adminmod\config\vault.ini'
L 12/18/2007 - 03:02:54: [ADMIN] WARNING: File 'addons\adminmod\config\vault.ini' seems to be empty (length 0).
L 12/18/2007 - 03:02:54: [ADMIN] Loaded 0 vault records
L 12/18/2007 - 03:02:54: [ADMIN] Loading plugins from file 'addons\adminmod\config\plugin.ini'
L 12/18/2007 - 03:02:54: [ADMIN] Loaded 8 plugins
L 12/18/2007 - 03:02:54: [ADMIN] Plugins loaded successfully.
L 12/18/2007 - 03:02:54: Server cvar "public_slots_free" = "19"
L 12/18/2007 - 03:02:56: "crazed_wombat<1><STEAM_ID_LAN><>" STEAM USERID validated
L 12/18/2007 - 03:02:56: "crazed_wombat<1><STEAM_ID_LAN><>" entered the game
L 12/18/2007 - 03:02:59: World triggered "Round_Start"
L 12/18/2007 - 03:03:01: "crazed_wombat<1><STEAM_ID_LAN><>" joined team "CT"
L 12/18/2007 - 03:03:09: [META] ini: Begin re-reading plugins list: c:/program files/steam/steamapps/crazedwombat11/counter-strike/cstrike/addons/metamod/plugins.ini
L 12/18/2007 - 03:03:09: [META] ini: Read plugin config for: Adminmod
L 12/18/2007 - 03:03:09: [META] ini: Finished reading plugins list: c:/program files/steam/steamapps/crazedwombat11/counter-strike/cstrike/addons/metamod/plugins.ini; Found 1 plugins
L 12/18/2007 - 03:03:09: [META] dll: Updating plugins...
L 12/18/2007 - 03:03:09: [META] dll: Finished updating 1 plugins; kept 1, loaded 0, unloaded 0, reloaded 0, delayed 0
L 12/18/2007 - 03:03:09: Server cvar "public_slots_free" = "20"
L 12/18/2007 - 03:03:09: "crazed_wombat<-1><><CT>" disconnected
L 12/18/2007 - 03:03:09: World triggered "Round_Draw" (CT "0") (T "0")
L 12/18/2007 - 03:03:09: World triggered "Round_End"
L 12/18/2007 - 03:03:09: Server shutdown
L 12/18/2007 - 03:03:09: Log file closed
---------
one that runs when it crashes
---------------
L 12/18/2007 - 03:03:51: Log file started (file "logs\L1218001.log") (game "cstrike") (version "47/1.1.2.5/2.0.0.0/3939")
L 12/18/2007 - 03:03:51: Server cvar "default_access" = "1"
L 12/18/2007 - 03:03:51: "crazed_wombat<1><STEAM_ID_LAN><>" connected, address "loopback"
L 12/18/2007 - 03:03:51: [ADMIN] Loading users from file 'addons\adminmod\config\users.ini'
L 12/18/2007 - 03:03:51: [ADMIN] WARNING: File 'addons\adminmod\config\users.ini' seems to be empty (length 0).
L 12/18/2007 - 03:03:51: [ADMIN] Loaded 0 users
L 12/18/2007 - 03:03:51: [ADMIN] Loading vault records from file 'addons\adminmod\config\vault.ini'
L 12/18/2007 - 03:03:51: [ADMIN] WARNING: File 'addons\adminmod\config\vault.ini' seems to be empty (length 0).
L 12/18/2007 - 03:03:51: [ADMIN] Loaded 0 vault records
-------------------
so its obviously the plugin.ini but its in the right directory and it looks correct. I'm at a loss.
EDIT: I just fixed the win32 in the plugins to be Win32 and copied the Case. I would have cried both happy and felt stupid if it was the reason it not working but turns out it still crashes.