![]() |
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) | |||
|
Member
Hostage
Join Date: Jan 2007
Posts: 5
|
Hello everyone.
Just recently I tried installing this Mani Admin Plugin. (I am trying to make this work FOR LAN - VERY IMPORTANT - not a dedicated server, but rather a playing server) I got myself the 'mani_admin_plugin_v1_1_0zk' downloaded and de-archived, copying the files into the /cstrike/ directory (cstrike/addons, cstrike/cfg, cstrike/materials, cstrike/sound). Quote:
Quote:
I enter the adminlist.txt from cstrike/cfg/mani_admin_plugin/adminlist.txt and add my IP as: ;192.168.1.x (x is the last number of my IP). Thinking that everything is complete, I enter the game. The autoexec.cfg started I suppose, because it said something like 'Cbuf_AddText: buffer overflow' - I google around and decide to trim down my mani_server.cfg file into lesser ones named mani_server1,2,3,4,5,6,7.cfg (I add them all into the server.cfg and autoexec.cfg) I enter the game again. That error dissapeared, but something else happened - not even a single command was recognised! Quote:
Now my question is: What the heck am I doing wrong? Last edited by DeltaOne; 01-26-2007 at 12:59 PM. |
|||
|
|
|
|
|
#2 (permalink) |
|
Member
Hostage
Join Date: Jan 2007
Posts: 4
|
you are creating the server from ingame correct?
rename the server.cfg to listenserver.cfg in the adminlist.txt ;127.0.0.1 ;localhost close steam and try it again.
__________________
Click here to create a clients.txt file for Mani-Admin-Plugin. |
|
|
|
|
|
#5 (permalink) |
|
Member
Hostage
Join Date: Jan 2007
Posts: 5
|
OK, I'm back.
I've just updated my version of CS:S and re-installed everything. (apparently my problems were because I had an older version of CS:S with an old console) Anyway, now I've got bigger problems. I installed mani v1.1 and mani v1.2 and none of them work. The funny thing is.. On mani v1.1: - I de-archived it and copied the 4 folders into the cstrike folder on my machine, making a .vdf image. - I entered the game and somewhat some stuff loaded, because on typing "admin" on the console I got an error message that I was not the admin. So I decided working on mani v1.1. Because it worked, I did not bother to create a server.cfg or listenserver.cfg file (I have none), and I began playing with the adminlist.txt file. At the bottom I added: ;192.168.1.x (where x is the last digit of my ip) ;localhost Entered again the game, it did not work (same, it said that I was not the admin) I then decided to create a server.cfg and a listenserver.cfg file with "exec mani_server.cfg" (without the quotes) and to edit my adminlist.txt file to contain two more variables: ;127.0.0.1 ;;"My Nick"; By this time, when I entered the game IT FROZE at 'Loading Resources...' (the hl.exe process was gaining memory usage every second - when I closed it it was somewhere at a looping 700,000 and still rising) I decided to remove server.cfg and listenserver.cfg - the same, it froze. I decided to remove the adminlist.txt file, same. I decided to install mani v1.2. On mani v1.2: - I de-archived it and copied the 4 folders into the cstrike folder on my machine, making a .vdf image. - I entered the game and the mani_plugin was not recognised. - I made a clients.txt file in that appropiate folder - Still, on mani v1.2 I can't try the game because it's not recognised, not even if I add a server.cfg and a listenserver.cfg file with exec mani_server.cfg (no mani commands are recognised!) My question is: How the heck can I get admin powers? - on mani v1.1 because now by adding anything there at adminlist.txt (be it ;127.0.0.1 or ;;"My Nick"; , ;localhost) the game FROZEZ. Is there another way? - on mani v1.2 the plugin's not recognised at all (It says exactly what it says in my first post here) Last edited by DeltaOne; 02-10-2007 at 11:38 AM. |
|
|
|
|
|
#6 (permalink) |
|
Member
Hostage
Join Date: Jan 2007
Posts: 4
|
for 1.1 the adminlist should have
;127.0.0.1 ;localhost as for the 1.2, after you create the .vdf restart close and restart steam. you should only have to add exec mani_server.cfg for it to work. if 1.2R doesn't work try 1.2O
__________________
Click here to create a clients.txt file for Mani-Admin-Plugin. |
|
|
|
|
|
#7 (permalink) |
|
Member
Hostage
Join Date: Feb 2007
Posts: 10
|
I had the same problem when starting up a Listening server. Here's how I got it to work:
Make sure you also have the MetaMod:Source addon as well. Don't use the VDF file creator since MetaMod will run Mani. if you created this file delete it. You need to get metamod working before you can get Mani to work. The problem lies in the Gamesinfo.txt file and MetaMod and you also need a sourcemm.bat file to load CS with after being logged in to Steam. Here's what you do. you need to edit the Gameinfo.txt file in the cstrike folder to look like this: "GameInfo" { game "Counter-Strike Source" title "COUNTER-STRIKE'" title2 "source" type multiplayer_only nomodels 1 nohimodel 1 nocrosshair 0 hidden_maps { "test_speakers" 1 "test_hardware" 1 } nodegraph 0 FileSystem { SteamAppId 240 // This will mount all the GCFs we need (240=CS:S, 220=HL2). ToolsAppId 211 // Tools will load this (ie: source SDK caches) to get things like materials\debug, materials\editor, etc. // // The code that loads this file automatically does a few things here: // // 1. For each "Game" search path, it adds a "GameBin" path, in <dir>\bin // 2. For each "Game" search path, it adds another "Game" path in front of it with _<langage> at the end. // For example: c:\hl2\cstrike on a french machine would get a c:\hl2\cstrike_french path added to it. // 3. For the first "Game" search path, it adds a search path called "MOD". // 4. For the first "Game" search path, it adds a search path called "DEFAULT_WRITE_PATH". // // // Search paths are relative to the base directory, which is where hl2.exe is found. // // |gameinfo_path| points at the directory where gameinfo.txt is. // We always want to mount that directory relative to gameinfo.txt, so // people can mount stuff in c:\mymod, and the main game resources are in // someplace like c:\program files\valve\steam\steamapps\<username>\half-life 2. // SearchPaths { GameBin |gameinfo_path|addons/metamod/bin Game |gameinfo_path|. Game cstrike Game hl2 } } } The main change is the line GameBin |gameinfo_path|addons/metamod/bin Just add this line before the Game |gameinfo_path|. Then create a new notepad file and copy this into it: cd "cstrike" copy GameInfo.txt.mms GameInfo.txt cd .. hl2.exe -insecure -console -game cstrike Save the file with Save as to your counter-strike folder (not the cstrike but the one before it) for easy access and name it sourcemm.bat. When you save it make sure to change the tab that says Save as from Text Documents (*.txt) to All files. Then make a shortcut of it and drop it on your desktop. Now after all that start Steam, then double click sourcemm.bat to run it. It should start CS for you. Now create your game using the menu. Then to run mani you type this into the console : meta load addonsmani_admin_pluginbinmani_admin_plugin_mm to get the admin menu type admin in the console. If you log on to CS witout using the sourcemm.bat file it will erase the line you added to the Gameinfo.txt file so I keep a copy of it saved under Gameinfo.mm.txt. This way I can just copy and paste it when I wanna start using Mani for admin purposes on Lan. Hope this works for you. =) |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| start topic | pinkfloYd | New Members | 0 | 11-06-2006 06:39 AM |