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

AMX Listen Server


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Privatex86
Junior Member
Join Date: Dec 2016
Old 12-06-2016 , 10:04   AMX Listen Server
Reply With Quote #1

Welcome,

I have been able to install AMX Mod X on Counter Strike 1.6 on my local server which is fine with zBot 1.5. I want to know how to install Plugins on my local server i.e. snow effects for de_dust2 and the parachute mod.

The Plugins.ini has been modified and copied all the ".AMX" files into the Plugins folder in amxmodx folder, and things like this but none of the modules are loaded.

Want to load de_dust2 on a local server with snow effects and so forth. Please can anybody provide me assistance on how to load modules and plugins considering this method is not effective and does not work.

Ask for any information if you require it. Would like some assistance with this problem.
Paying for a server is too much and dont need it.

Cheers,

Privatex86
Privatex86 is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 12-06-2016 , 13:05   Re: AMX Listen Server
Reply With Quote #2

Installing plugins and modules is done exactly the same way as any other type of server. Compiled plugins for AMX Mod X should have the .amxx extension. AMX Mod X modules are .dll files and they go in the 'modules' folder.

If that doesn't help at all then please provide the output of the following console commands:

Code:
version
meta version
meta list
amxx version
amxx list
__________________
fysiks is offline
Privatex86
Junior Member
Join Date: Dec 2016
Old 12-06-2016 , 15:03   Re: AMX Listen Server
Reply With Quote #3

1) version:

Quote:
] version
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 13:14:12 Aug 29 2013 (6153)
2) meta version:

Quote:
Metamod v1.21-am 2013-03-15 (5:13)
by Will Day <[email protected]>
http://www.metamod.org/
compiled: Mar 15 2013, 15:20:21 (msc optimized)
3) meta list:

Quote:
] meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.8.2 ini Start ANY
[ 2] <amxmodx_bl_mm. badf load amxmodx_bl_mm.dl v - ini - -
2 plugins, 1 running
4) amxx version:

Quote:

] amxx version
AMX Mod X 1.8.2 (http://www.amxmodx.org)
Authors:
David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko
Felix "SniperBeamer" Geyer, Jonny "Got His Gun" Bergstrom
Lukasz "SidLuke" Wlasinski, Christian "Basic-Master" Hammacher
Borja "faluco" Ferrer, Scott "DS" Ehlert
Compiled: Feb 14 2013, 00:567
Build ID: 1.8.2 61:2ae84f7c0a97
Core mode: JIT+ASM32
5) amxx list:

Quote:

] amxx list
Currently loaded plugins:
name version author file status
0 plugins, 0 running
Would you have to rename all of the amx files to amxx instead is this why nothing is showing internally? I really want my own de_dust2 snowey sever running, with zBots. As for dll's ive never seen any yet, how can i run CVARS on the amx server?

I am new to this and read the documentation but the plugins dont load so kinda weird. I am probably missing something really basic and stupid. Usually the case.

Privatex86
Privatex86 is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 12-06-2016 , 17:59   Re: AMX Listen Server
Reply With Quote #4

Quote:
Originally Posted by Privatex86 View Post
Would you have to rename all of the amx files to amxx instead is this why nothing is showing internally?
No! To save time, just attach or link to one of the plugins you are trying to install.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
Privatex86
Junior Member
Join Date: Dec 2016
Old 12-06-2016 , 18:34   Re: AMX Listen Server
Reply With Quote #5

https://forums.alliedmods.net/showth...5182?p=2375182

https://forums.alliedmods.net/showth...10528?p=210528

too many to list
Privatex86 is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 12-06-2016 , 19:28   Re: AMX Listen Server
Reply With Quote #6

Ok. I just wanted to make sure you wasn't trying to install a Amx plugin instead of a Amxx plugin.
Attach your plugins.ini.

Quote:
Originally Posted by Privatex86 View Post
Would you have to rename all of the amx files to amxx instead is this why nothing is showing internally?
Since I see you're trying to install Amxx plugins then the answer is yes. Change all of the .amx extensions to amxx.

Edit: Here's a link that should help you
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.

Last edited by wickedd; 12-06-2016 at 19:36.
wickedd is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 12-06-2016 , 21:45   Re: AMX Listen Server
Reply With Quote #7

Before installing any extra plugins or modules, you should get the default plugins working first. If AMX Mod X is actually running properly, they should all load. You should see several modules listed in "meta list" and many plugins in "amxx list".

You shouldn't have to rename any plugin files. All your plugins should already have the .amxx extension. If they don't then there is a bigger issue.

What is "amxmodx_bl_mm.dll"? Remove it from the metamod configuration, you should only have the default AMX Mod X DLL.
__________________
fysiks is offline
Privatex86
Junior Member
Join Date: Dec 2016
Old 12-07-2016 , 08:13   Re: AMX Listen Server
Reply With Quote #8

Quote:
; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management

; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin

; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands

; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map

; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands

; Counter-Strike
;restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
;miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)

; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here

amx_parachute.amx
Privatex86 is offline
Privatex86
Junior Member
Join Date: Dec 2016
Old 12-07-2016 , 08:24   Re: AMX Listen Server
Reply With Quote #9

BTW I dont know how to execute the basic plugins and things, I read the entire document but its not really working on my end. I think something is either broke (as normal) or something is wrong.

The bots work great mind.
Privatex86
Privatex86 is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 12-07-2016 , 09:47   Re: AMX Listen Server
Reply With Quote #10

Code:
amx_parachute.amx


Code:
amx_parachute.amxx
It's .amxx not .amx
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd 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 12:34.


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