Re: [hlds_linux] Map configuration

2003-02-09 Thread m0gely
[EMAIL PROTECTED] wrote:

I always forget the answer to this, it's been on the listserv quite a few times ---
Can, and if so how, can you have map-specific configuration?
I.e., awp_map will always have mp_freezetime 0


Counter-strike doesn't do this natively.  With Adminmod you just make a
mapname.cfg (eg. awp_city.cfg) with the info in it you want exec'ed in
std cfg file format.  Although there was no information I found as to
the location where this file should reside:

http://www.adminmod.org/help/online/Admin_Mod_Reference/Frequently_Asked_Questions_FAQ.htm#QMapSpecificConfigs

If you use AMX, then you will need this addon:
http://amxmod.net/amx-plugins.php?cat=7#25130

More on this here:
http://amxmod.net/forum/viewtopic.php?p=25130

The config file goes in the "addons/amx/map_configs/" folder.

--
- m0gely
http://quake2.telestream.com/
Q2 | Q3A | Counter-strike

___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



RE: [hlds_linux] Map configuration

2003-02-09 Thread Josh Hinton
Map specific config files are not native to counter-strike. You may have
this confused with team fortress classic, which does. However serveral
server-
side mods do this: adminmod, amxmod, and statsme.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Douglas R
Taber
Sent: Sunday, February 09, 2003 10:30 PM
To: [EMAIL PROTECTED]
Subject: RE: [hlds_linux] Map configuration


You know I think you may be right.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Timothy
Lynn
Sent: Sunday, February 09, 2003 10:57 PM
To: [EMAIL PROTECTED]
Subject: RE: [hlds_linux] Map configuration


Thus spaketh [EMAIL PROTECTED] on :

: Subject: RE: [hlds_linux] Map configuration
:
:
: Make a mapname.cfg in the maps folder with the settings you want.

Double check that. I always had it in the cstrike root, which I know
works. Does it works in maps as well?

--
Tim


___
To unsubscribe, edit your list preferences, or view the list archives,
please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux




___
To unsubscribe, edit your list preferences, or view the list archives,
please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



Re: [hlds_linux] HLBook 0.99 beta 1 released

2003-02-09 Thread Mike Hodgkinson
I see your a NZer too.
Which servers do you run?

- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 10, 2003 6:17 PM
Subject: Re: [hlds_linux] HLBook 0.99 beta 1 released


> Good work dude, I intend to use it for my few servers, and I'll provide
any
> feedback I get.
>
> Cheers
>
>
> At 15:48 9/02/03 -0500, you wrote:
> >Here it is.  Bookable Half-Life servers as far as the eye can see.
> >
> >http://hlb.playway.net/index.html
> >
> >--
> >SQLBoy <[EMAIL PROTECTED]>
> >http://www.playway.net
> >
> >___
> >To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> >http://list.valvesoftware.com/mailman/listinfo/hlds_linux
> >
> >
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
>
>


___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



Re: [hlds_linux] HLBook 0.99 beta 1 released

2003-02-09 Thread matt . law
Good work dude, I intend to use it for my few servers, and I'll provide any
feedback I get.

Cheers


At 15:48 9/02/03 -0500, you wrote:
>Here it is.  Bookable Half-Life servers as far as the eye can see.
>
>http://hlb.playway.net/index.html
>
>--
>SQLBoy <[EMAIL PROTECTED]>
>http://www.playway.net
>
>___
>To unsubscribe, edit your list preferences, or view the list archives,
please visit:
>http://list.valvesoftware.com/mailman/listinfo/hlds_linux
>
>
___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



RE: [hlds_linux] Map configuration

2003-02-09 Thread Douglas R Taber
You know I think you may be right.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Timothy
Lynn
Sent: Sunday, February 09, 2003 10:57 PM
To: [EMAIL PROTECTED]
Subject: RE: [hlds_linux] Map configuration


Thus spaketh [EMAIL PROTECTED] on :

: Subject: RE: [hlds_linux] Map configuration
:
:
: Make a mapname.cfg in the maps folder with the settings you want.

Double check that. I always had it in the cstrike root, which I know
works. Does it works in maps as well?

--
Tim


___
To unsubscribe, edit your list preferences, or view the list archives,
please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux




___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



Re: [hlds_linux] Map configuration

2003-02-09 Thread James Clark
On Sun, Feb 09, 2003 at 07:57:15PM -0800, Timothy Lynn wrote:
> Thus spaketh [EMAIL PROTECTED] on :
>
> : Subject: RE: [hlds_linux] Map configuration
> :
> :
> : Make a mapname.cfg in the maps folder with the settings you want.
>
> Double check that. I always had it in the cstrike root, which I know
> works. Does it works in maps as well?

Depends on whether your using adminmod or amxmod doesn't it?  I'm not
sure if it's a native hlds thing, can someone please enlighten me.


ADMINMOD was in the cstrike root folder I recall.

>From their help:

Create a cfg file with the name of the map (i.e. de_dust.cfg). By way
of example, simply write in:
admin_command admin_restrictweapon 4 6


AMXMOD is in addons/amx/maps/mapname.cfg with the mapconfig plugin.
(I like this more)

http://amxmod.net/amx-plugins.php?cat=7#25130

--
James.
___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux