Yes, I've used the commands both on the server and through HLSW...
I've done some more testing and here's what I've discovered:
1. If I install using the default directory structure of "/addons/
amxx" and "/addons/
metamodx",
only metamod WILL load, amxx DOES NOT.
2. If I install using the directory structure of "/addons/
amx" and "/addons/
metamod",
both WILL LOAD but the plugins and modules DO NOT.
3. If I install using the directory structure of "/addons/
amxx" and "/addons/
metamod",
metamod, amxx, and the plugins WILL load, but the modules DO NOT.
This is the error message I get from the modules:
[AMXX] Module is not a valid library (file "dod/addons/amxx/modules/fun_amx_i386.so
[AMXX] Make sure that modules are compatible with AMX Mod X 0.15
[AMXX] Please fix the problem then start the server again
[AMXX] Module is not a valid library (file "dod/addons/amxx/modules/engine_amx_i386.so
[AMXX] Make sure that modules are compatible with AMX Mod X 0.15
[AMXX] Please fix the problem then start the server again
Here are my config files . . .
liblist.gam:
gamedll_linux "addons/metamod/dlls/metamod_i386.so"
metamod:
linux addons/amxx/dlls/amxx_mm_i386.so
modules.ini:
; Fun - This has extra functions for "extra" stuff
fun_amx_i386.so
; Engine - This has engine functions core to half-life
engine_amx_i386.so