Raised This Month: $32 Target: $400
 8% 

HLDS.exe


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Nobody.aMxx
Junior Member
Join Date: Mar 2018
Old 03-28-2018 , 15:39   HLDS.exe
Reply With Quote #1

Please help, i downloaded Server and amxmodx ( i have it ina cstrike/addons ) and when i start Hlds it starts a non-amxmodx server ( default one like "New Game" option )
Help, i'm newbie
Nobody.aMxx is offline
CookieCrumbler
Senior Member
Join Date: Feb 2013
Location: Australia
Old 03-28-2018 , 15:53   Re: HLDS.exe
Reply With Quote #2

have you installed metamod ??

You also need to edit the file liblist.gam to point to the metamod.dll instead of the mp.dll

Have you done both of these things ?
__________________
--------------------------------------------------
C is for cookie ... thats good enuff 4 me

Last edited by CookieCrumbler; 03-28-2018 at 16:04.
CookieCrumbler is offline
Nobody.aMxx
Junior Member
Join Date: Mar 2018
Old 03-28-2018 , 16:02   Re: HLDS.exe
Reply With Quote #3

Quote:
Originally Posted by CookieCrumbler View Post
have you installed metamod ??

You also need to edit the file liblist.gam to point to the metamod.dll instead of the mp.dll

Have you done both of these things ?
i did not 2nd one, how bro ?

EDIT: I actually don't have liblist.gam in Server folder :O ( It did not show error while installing amxmodx, where to place it, i have raw code of it )

Last edited by Nobody.aMxx; 03-28-2018 at 16:04.
Nobody.aMxx is offline
CookieCrumbler
Senior Member
Join Date: Feb 2013
Location: Australia
Old 03-28-2018 , 16:04   Re: HLDS.exe
Reply With Quote #4

Install Metamod
http://www.amxmodx.org/dl.php?file_i...%3Bmirror_id=2


Download the liblist.gam file in your cstrike folder to your computer.
Open with notepad, and change ;
PHP Code:
gamedll "dlls\mp.dll"

to

gamedll 
"addons\metamod\dlls\metamod.dll" 
Re-upload liblist.gam to your cstrike folder


Then goto addons/metamod/
^
in that folder (not in the dll folder)

create a file called plugins.ini and add the following code and then save.
PHP Code:
;;Metamod plugins.ini
;;AMX Mod X 1.8.X
win32 addons
\amxmodx\dlls\amxmodx_mm.dll 
Then restart your server
.
__________________
--------------------------------------------------
C is for cookie ... thats good enuff 4 me

Last edited by CookieCrumbler; 03-28-2018 at 16:13.
CookieCrumbler is offline
Nobody.aMxx
Junior Member
Join Date: Mar 2018
Old 03-28-2018 , 16:05   Re: HLDS.exe
Reply With Quote #5

Quote:
Originally Posted by CookieCrumbler View Post
Install Metamod
http://www.amxmodx.org/dl.php?file_i...%3Bmirror_id=2


Download the liblist.gam file in your cstrike folder to your computer.
Open with notepad, and change ;

gamedll "dlls\mp.dll"

to

gamedll "addons\metamod\dlls\metamod.dll"
Just on time, thx
Nobody.aMxx is offline
Nobody.aMxx
Junior Member
Join Date: Mar 2018
Old 03-28-2018 , 16:10   Re: HLDS.exe
Reply With Quote #6

Quote:
Originally Posted by CookieCrumbler View Post
Install Metamod
http://www.amxmodx.org/dl.php?file_i...%3Bmirror_id=2


Download the liblist.gam file in your cstrike folder to your computer.
Open with notepad, and change ;
PHP Code:
gamedll "dlls\mp.dll"

to

gamedll 
"addons\metamod\dlls\metamod.dll" 
Then goto addons/metamod/
^
in that folder (not in the dll folder)

create a file called plugins.ini and add the following code and then save.
PHP Code:
;;Metamod plugins.ini
;;AMX Mod X 1.8.3
win32 addons
\amxmodx\dlls\amxmodx_mm.dll 
Then restart your server
.
wait wait wait, there is no liblist.gam in my cstrike folder but when i want to create it it says that file alredy exists and ask me to rename to *(2).gam omfg xd
Nobody.aMxx is offline
Nobody.aMxx
Junior Member
Join Date: Mar 2018
Old 03-28-2018 , 16:30   Re: HLDS.exe
Reply With Quote #7

So i get it working with these steps:

Created liblist.gam outside cs folder
CTRL+C than CTRL+V and it worked, but still i couldn't find any .gam file there xd only this way wors

Thx alot bro <3
Nobody.aMxx is offline
CookieCrumbler
Senior Member
Join Date: Feb 2013
Location: Australia
Old 03-28-2018 , 16:31   Re: HLDS.exe
Reply With Quote #8

Are you renting your server from a game server provider you need to ask them to make the file visible and accessible from your game panel.

Alternatively you can try copy and paste the following into a new notepad file

PHP Code:
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1" 
hlversion "1111"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "addons\metamod\dlls\metamod.dll"
//gamedll "dlls\mp.dll"
//gamedll_linux "dlls/cs.so"
//gamedll_osx "dlls/cs.dylib"
trainmap "tr_1"
edicts    "1800" 

Goto File then click Save as

change the ( Save As ) filename to liblist.gam

In the dropdown box ( File Type ) select ( All Types )

Save


Then try and upload it to your cstrike folder via your game server panel or FTP.
__________________
--------------------------------------------------
C is for cookie ... thats good enuff 4 me
CookieCrumbler is offline
Nobody.aMxx
Junior Member
Join Date: Mar 2018
Old 03-28-2018 , 16:33   Re: HLDS.exe
Reply With Quote #9

Quote:
Originally Posted by CookieCrumbler View Post
Are you renting your server from a game server provider you need to ask them to make the file visible and accessible from your game panel.

Alternatively you can try copy and paste the following into a new notepad file

PHP Code:
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1" 
hlversion "1111"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "addons\metamod\dlls\metamod.dll"
//gamedll "dlls\mp.dll"
//gamedll_linux "dlls/cs.so"
//gamedll_osx "dlls/cs.dylib"
trainmap "tr_1"
edicts    "1800" 

Goto File then click Save as

change the ( Save As ) filename to liblist.gam

In the dropdown box ( File Type ) select ( All Types )

Save


Then try and upload it to your cstrike folder via your game server panel or FTP.
It worked...

Funny fact: Its my localhost xd and its win 10 pro ( Hidden files are shown but still no .gam xd )
Nobody.aMxx is offline
Nobody.aMxx
Junior Member
Join Date: Mar 2018
Old 03-28-2018 , 16:42   Re: HLDS.exe
Reply With Quote #10

Quote:
Originally Posted by CookieCrumbler View Post
Are you renting your server from a game server provider you need to ask them to make the file visible and accessible from your game panel.

Alternatively you can try copy and paste the following into a new notepad file

PHP Code:
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1" 
hlversion "1111"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "addons\metamod\dlls\metamod.dll"
//gamedll "dlls\mp.dll"
//gamedll_linux "dlls/cs.so"
//gamedll_osx "dlls/cs.dylib"
trainmap "tr_1"
edicts    "1800" 

Goto File then click Save as

change the ( Save As ) filename to liblist.gam

In the dropdown box ( File Type ) select ( All Types )

Save


Then try and upload it to your cstrike folder via your game server panel or FTP.
Sorry again me, but this time another problem:

hlds.exe started amxmod and after i restared server it again start default one :/
Nobody.aMxx is offline
Reply



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 23:03.


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