View Single Post
Re: HELP: How to install mm and podbot mm
Old
  (#100)
crazedwombat
Member
 
Status: Offline
Posts: 3
Join Date: Dec 2007
Default Re: HELP: How to install mm and podbot mm - 18-12-2007

Ok I'm having an issue here. I'm thinking its the plugins.ini section but I ready through your guide and I cant find the problem.

I downloaded the adminmod and then extracted the podbot. in my addins I have 3 directories. One is the adminmod, one is podbot, one is metamod.

In the podbot directory has the 3 core files needed

in the medtamod I have the plugins.ini and the dll directory which includes the metamod.dll


Win32 addons/adminmod/dlls/admin_MM.dll
win32 addons/podbot/podbot_mm.dll

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.
  
Reply With Quote