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

Plugins not loading on Linux server. (steamcmd)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
GoldNux
Senior Member
Join Date: Mar 2018
Old 11-07-2022 , 07:32   Plugins not loading on Linux server. (steamcmd)
Reply With Quote #1

What is described in my second post in this thread actually solved this issue, my mistake was I copied another .ini file and edited the name to plugins.ini For some reason this screwed things up. It would not print running plugins because I did not have admin rights when doing "amxx plugins" in console.

I follow this guide for steamcmd :
https://wiki.alliedmods.net/index.ph...y#Introduction

My steps:

Install server using steamcmd.
Download linux base amxmodx
Create folders.
Move files.
Download metamod for Linux, create folder metamod and file plugins.ini.
Edit liblist.gam and plugins.ini like the guide says:

For Linux, find this line:
gamedll_linux "dlls/mp_i386.so"
Replace it with this line: (for servers using hldsupdatetool)
gamedll_linux "addons/metamod/dlls/metamod_i386.so"
Replace it with this line: (for servers using steamcmd)
gamedll_linux "addons/metamod/dlls/metamod.so"
(Note: AMD64 is no longer supported for various reasons, please use 32bit)
Save liblist.gam (and upload it over the old one if your server is remote).
Edit the file <mod folder>\addons\metamod\plugins.ini. If it does not exist, create it. This file is your list of Metamod plugins.

I did not make the mistake of editing amxmodx/configs/plugins.ini instead of metamod/plugins.ini

When I do "meta list" I "0 plugins, 0 running".
I'm pretty sure it should load some of the plugins included in amxmodx.

Any ideas what the issue could be?
I looked at liblist.gam and plugins.ini many times, and triple checked everything.

My liblist.gam:
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_linux "addons/metamod/dlls/metamod_i386.so"
//gamedll_osx "dlls/cs.dylib"
gamedll_linux "addons/metamod/dlls/metamod.so"
trainmap "tr_1"
edicts    "1800" 
My plugins.ini
PHP Code:
linux addons/amxmodx/dlls/amxmodx_mm_i386.so 

Last edited by GoldNux; 11-07-2022 at 08:16.
GoldNux is offline
GoldNux
Senior Member
Join Date: Mar 2018
Old 11-07-2022 , 08:10   Re: Plugins not loading on Linux server. (steamcmd)
Reply With Quote #2

I deleted the plugins.ini file and made a new one.
This changed things, but it still does not seem to work properly:

amxx plugins prints:
PHP Code:
AMX Mod X 1.8.3-dev+5201
Authors

         
David "BAILOPAN" AndersonPavol "PM OnoTo" MarkoFelix "SniperBeamer" Geyer
         Jonny 
"Got His Gun" BergstromLukasz "SidLuke" Wlasinski
         Christian 
"Basic-Master" HammacherBorja "faluco" Ferrer
         Scott 
"DS" Ehlert
Compiled
Aug 30 201809:51:47
URL
:http://www.amxmodx.org/
Core modeJIT 
meta list prints:
PHP Code:
meta list
Currently running plugins:
 [  
1AMX Mod Xv1.8.3-dev+5201Aug 30 2018by AMX Mod X Dev Teamsee http://www.amxmodx.org
1 plugins
Unknown command
meta 
GoldNux is offline
CryWolf
Veteran Member
Join Date: Jul 2008
Location: Romania
Old 11-07-2022 , 14:45   Re: Plugins not loading on Linux server. (steamcmd)
Reply With Quote #3

You should use AMX Mod X 1.9 and Metamod-P
__________________
I dont walk trough this world with fear in my heart.
www.dark-arena.com L4D, CS1.6, CZ Servers
CryWolf is offline
Send a message via MSN to CryWolf Send a message via Yahoo to CryWolf
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 11-08-2022 , 07:20   Re: Plugins not loading on Linux server. (steamcmd)
Reply With Quote #4

Have you tried semi-colons instead of slashes when omitting lines from liblist.gam?
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 "dlls\mp.dll"
gamedll_linux "addons/metamod/dlls/metamod.so"
gamedll_osx "dlls/cs.dylib"
trainmap "tr_1"
edicts	"1800"
Also one can bypass maintenance of it via putting the command in launch of steamcmd.

Sven example.

Spoiler
__________________
DJEarthQuake is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 11-09-2022 , 00:38   Re: Plugins not loading on Linux server. (steamcmd)
Reply With Quote #5

Quote:
Originally Posted by DJEarthQuake View Post
Have you tried semi-colons instead of slashes when omitting lines from liblist.gam?
I use slashes on my Linux server.
__________________
fysiks is online now
demcut
New Member
Join Date: Nov 2022
Old 11-18-2022 , 05:08   Re: Plugins not loading on Linux server. (steamcmd)
Reply With Quote #6

is frisch's breakfast bar open on weekdays? Frisch outlets open at 08:00 AM, hence breakfast is served at the same time. However, in the case of 24-hour operating locations, you can get breakfast right from early morning. how late is frisch's breakfast bar open
demcut 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 22:03.


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