AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   Solved Help: what is amxx.cfg and Server.cfg (https://forums.alliedmods.net/showthread.php?t=338837)

Begineer Programmer 07-28-2022 16:00

Help: what is amxx.cfg and Server.cfg
 
Hi All !!!
What is amxx.cfg and server.cfg can anyone share server.cfg with commented line
Reason: why i am asking server.cfg because when i start my hlds the first round of mp_roundtime is remain 5 and i want to change it into 2 minute and after round passed time come to 2 minute !!!

My Server.cfg is empty i need its configure!!!

bigdaddy424 07-28-2022 19:28

Re: Help: what is amxx.cfg and Server.cfg
 
server.cfg executes when you start the server.
amxx.cfg executes every map change.

fysiks 07-29-2022 00:27

Re: Help: what is amxx.cfg and Server.cfg
 
Your server.cfg should not be empty after a fresh install of HLDS. If it is empty, you probably didn't get a proper, full install of HLDS. However, it won't have everything in it. Half-Life and its most common mods have been around for a while so you should be able find a some information about all that is available.

I didn't know which game you're playing but I did happen to find what appears to be a good list of Counter-Strike 1.6 Cvars on GitHub here. Many of these will be common among the various mods but there will be mod-specific cvars also.

One cvar of note is "mapchangecfgfile" which will set which file is executed on every map change. This executes before amxx.cfg and will not affect amxx.cfg in any way. I feel like most people likely have this set to server.cfg.

counterstrike1.6 07-30-2022 19:39

Re: Help: what is amxx.cfg and Server.cfg
 
Quote:

Originally Posted by fysiks (Post 2785140)
Your server.cfg should not be empty after a fresh install of HLDS. If it is empty, you probably didn't get a proper, full install of HLDS. However, it won't have everything in it. Half-Life and its most common mods have been around for a while so you should be able find a some information about all that is available.

I didn't know which game you're playing but I did happen to find what appears to be a good list of Counter-Strike 1.6 Cvars on GitHub here. Many of these will be common among the various mods but there will be mod-specific cvars also.

One cvar of note is "mapchangecfgfile" which will set which file is executed on every map change. This executes before amxx.cfg and will not affect amxx.cfg in any way. I feel like most people likely have this set to server.cfg.

what if we bind p "amxmodmenu will it work ?

fysiks 07-30-2022 22:57

Re: Help: what is amxx.cfg and Server.cfg
 
Quote:

Originally Posted by counterstrike1.6 (Post 2785242)
what if we bind p "amxmodmenu will it work ?

Not sure what you're talking about, this doesn't seem to have anything to do with this thread.


All times are GMT -4. The time now is 20:11.

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