Raised This Month: $51 Target: $400
 12% 

Gameinfo.txt please


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Quietkey
Member
Join Date: Feb 2005
Location: Holland
Old 06-17-2005 , 15:00  
#31

I GOT IT TO WORK PEOPLE, the addons folder was in the wrong place!!!
It should be in the
source dedicated server\cstrike\ADDONS

I fixed it! all by myself tnx for nothing
Na just kidding, tnx for the help anyways.
__________________
It is I, Quietkey!

(Bad sig I know too lazy too think of something else)
Quietkey is offline
mnbatman
New Member
Join Date: May 2005
Old 06-22-2005 , 03:24  
#32

Quote:
Originally Posted by Zapy
Quote:
Originally Posted by mnbatman
Hey Guys,

I am new to your forums. I installed mm: s this morning on our cs: s server. I followed the instructions to the letter. I cant get it to work as well. Any suggestions would be greatly appreciated. All files are where they are supposed to be. I have tried all the diffrent versions of gameinfo.txt that have been posted. It still doesnt work. Yes, i even made the gameinfo.txt read only.

Again, any suggestions would be appreciated.

The server is a rental through killerpings, its a Windows baded server as well.

Thanks again for your time,

-MN Batman
post your gameinfo.txt and where you have extracted the server.dll file.
SearchPaths
{
GameBin |gameinfo_path|addons/metamod/bin.
Game |gameinfo_path|.
Game cstrike
Game hl2
}

The DLL file is in the following directory /cstrike/addons/metamod/bin/

I have also tried putting a period after bin, and leaving the period off. Also the file is set to read only. I have tried it with and without read oly checked. It just doesnt work.
mnbatman is offline
sslice
Senior Member
Join Date: Feb 2005
Location: Texas, USA
Old 06-22-2005 , 09:45  
#33

http://www.sourcemm.net/?go=docs&doc=install
__________________
sslice is offline
sniper_strike
Senior Member
Join Date: Jan 2005
Old 06-23-2005 , 17:47  
#34

worked for me donig a read only with the . at the end
__________________

66.150.188.42:27015
sniper_strike is offline
imported_narcussist
New Member
Join Date: Jun 2005
Old 06-26-2005 , 11:04  
#35

Linux Fedora Core 4
Dedicated server
hl2mp - game

Code:
Console initialized.
Failed to load server_i486.so
Failed to load server binary
couldn't exec valve.rc
Network: IP 255.255.255.255, mode MP, dedicated Yes, ports 27097 SV / 27005 CL
server doesnt start, just freezes here.

my gameinfo.txt
Code:
SearchPaths
		{
			GameBin				|gameinfo_path|addons/metamod/bin .
			Game				|gameinfo_path|.
			Game				hl2mp
			Game				hl2
		}
anything I am doing wrong to get this to work? or
imported_narcussist is offline
shdsdh
New Member
Join Date: Jun 2005
Old 06-27-2005 , 06:30   hey
#36

i dunno if im gonna bump this thread but, i recently downloade metamod for source cause im wanted to test out the new model chooser. I have installed it correct with the gameinfo and such but when im starting up css it gives me a
"could not load libary client"
someone knows whats wrong?

//Geezer
shdsdh is offline
Dspawn
New Member
Join Date: Jun 2005
Old 06-27-2005 , 14:32  
#37

OK this is where i'm at and i have no idea why it wont work
Code:
...[SteamApps]
        |
     ["USERNAME"]
              |
              [half life 2]
              [half life 2 deathmatch]
              [counter-strike source]
              [half-life source]
              [source dedicated server]
                                 |
                                 [bin]
                                 [cstrike]
                                       |
                                       [bin]
                                       [downloadlists]
                                       [map]
                                       [materials]
                                       [save]
                                       [sound]
                                       gameinfo.txt
                                       modelsounds.cache
                                       scene.cache
                                       stats.txt
                                 [platform]
                                 [addons]
                                    |
                                    [metamod]
                                         |
                                         metaplugins.ini
                                         [bin]
                                             |
                                             server.dll
I've fallowed the proper directions from http://www.sourcemm.net/?go=docs&doc=install but i still cant get metamod to work in CS.

Here is my gameinfo.txt file found in the cstrike folder looks like
Code:
"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
	}


	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
		}
	}
}
I've put the the dot at the end of the bin line and put the file as READ ONLY and still no success. I dont get an error or anything but once my server is launched i go in the console and type "meta" as per their instructions and i get the <Unknown command "meta"> error, which makes me beleive that it doesn't even find the plugin.

I have two questions here: 1) what the hell am i doing wrong, 2) can this be accessable through non dedicated server too? (assuming i can get it to work.

Hope some genious out there can get this running for me.

Thx boyz.
Dspawn is offline
imported_narcussist
New Member
Join Date: Jun 2005
Old 06-27-2005 , 17:10  
#38

Quote:
SearchPaths
{
GameBin |gameinfo_path|addons/metamod/bin
Game |gameinfo_path|.
Game cstrike
Game hl2
}
}
}
make it like this

Quote:
SearchPaths
{
GameBin |gameinfo_path|addons/metamod/bin.
Game |gameinfo_path|.
Game cstrike
Game hl2
}
}
}
notice the dot after bin, then set it to read only in permissions
imported_narcussist is offline
collitchboy
Member
Join Date: Jan 2005
Old 06-28-2005 , 08:40  
#39

i have the following on a 20man windows machine rented from nuclearfallout and i have tried it without the '.' after bin and with it. also i have tried making the file read only and uploading that one to the server with no effect i have tried running the command meta and meta list and i get no responce what so ever. i get an unknown command error if i dont run the command like:

rcon meta

Code:
SearchPaths
		{
			GameBin				|gameinfo_path|addons/metamod/bin.
			Game				|gameinfo_path|.
			Game				cstrike
			Game				hl2
		}
collitchboy is offline
BAILOPAN
Join Date: Jan 2004
Old 06-28-2005 , 12:06  
#40

There is no trailing period.

"rcon meta" does not work because Valve did not supply any functions that work over the rcon console. This has been fixed in CVS, so RC2 you will be able to use Metamod:Source over rcon.
__________________
egg
BAILOPAN is offline
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:29.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode