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

L4DToolZ Metamod plugin (l4d1 & l4d2)


Post New Thread Reply   
 
Thread Tools Display Modes
RavenDan29
Veteran Member
Join Date: Sep 2009
Old 09-29-2011 , 15:16   Re: L4DToolZ Metamod plugin (l4d1 & l4d2)
Reply With Quote #911

Which version of metamod are you using ive found the later developer versions over 1.9.0 hg759 cause a segment error and stop the server working try uploading 759 not anything over that see if that gets your server up and running again ;) failing that idk
__________________
RavenDan29 is offline
Visual77
Veteran Member
Join Date: Jan 2009
Old 09-30-2011 , 05:41   Re: L4DToolZ Metamod plugin (l4d1 & l4d2)
Reply With Quote #912

should always use the stable metamod (1.8x branch).
don't use metamod 1.9
Visual77 is offline
GrmL4D
Junior Member
Join Date: Sep 2011
Old 09-30-2011 , 19:19   Re: L4DToolZ Metamod plugin (l4d1 & l4d2)
Reply With Quote #913

Quote:
Originally Posted by chora View Post
Since Sept, 16th, my linux server isn't working with this plugin.
I tried to use 1.0.0.9f, 1.0.0.10RC2, 1.0.0.10RC3 and still isn't working. I also tried to use gamedata file as suggested on post #906.
it was the same with my linux L4D server .
i was having trouble loading it , with meta info and meta reload , the screen wrote about :

[META] Failed to load plugin addons/l4dtoolz/l4dtoolz_mm: vstdlib_i486.so: cannot open shared object file: No such file or directory

then i found this page and did what it says about copying or linking the 2 files libtier0.so tier0_i486.so ; libvstdlib.so vstdlib_i486.so
http://www.steambans.com/forums.php?...=1&quote=50284
by now the plugging is loaded by metamod , i tried to set sv_force_unreserved 1 but the result is "unreserved_ptr init error"

then if i look at sv_force_unreserved it shows 1 . i ll see if reservations are happening again or no
[ i saw some "lonely" selfish player reserving ... that is why i need this ]
so at least the plugging l4dtoolz(L4D1)-1.0.0.10RC.zip (160.5 KB, 765 views) should be updated to use new name of files
GrmL4D is offline
chora
SourceMod Donor
Join Date: Dec 2010
Location: Brazil
Old 10-01-2011 , 22:49   Re: L4DToolZ Metamod plugin (l4d1 & l4d2)
Reply With Quote #914

Hi,

I'm using the stable one.

Metamod:Source version 1.8.7
Build ID: 772:99b7a0a11fec
Loaded As: Valve Server Plugin
Compiled on: Jun 23 2011
Plugin interface version: 15:14
SourceHook version: 5:5
http://www.metamodsource.net/



Quote:
Originally Posted by RavenDan29 View Post
Which version of metamod are you using ive found the later developer versions over 1.9.0 hg759 cause a segment error and stop the server working try uploading 759 not anything over that see if that gets your server up and running again ;) failing that idk
__________________

chora is offline
xioSlayer
Senior Member
Join Date: Apr 2011
Old 10-02-2011 , 12:19   Re: L4DToolZ Metamod plugin (l4d1 & l4d2)
Reply With Quote #915

I've just recently converted my windows server to a linux server while trying to preserve all the original configurations and plugins, etc.



Everything is working perfectly now, except that I tried to join a coop game (4 players), and it said "Server is full."

I made sure it was unreserved by using sm_unreserve and checking the status.

sv_maxplayers is 8 and sv_visiblemaxplayers shouldn't matter right?


EDIT:
Here is the message my client is getting:

Code:
Connecting to public(192.168.2.11:27015) 
Sending UDP connect to public IP 192.168.2.11:27015
Server using '<none>' lobbies, requiring pw no, lobby id 0
RememberIPAddressForLobby: lobby 0 from address 192.168.2.11:27015
CSteam3Client::InitiateConnection: 192.168.2.11:27015
#Valve_Reject_Server_Full
why would this happen when the server is unreserved and the sv_maxplayers is set correctly?

Last edited by xioSlayer; 10-04-2011 at 00:13.
xioSlayer is offline
RU_6uK
SourceMod Donor
Join Date: May 2010
Old 10-04-2011 , 11:29   Re: L4DToolZ Metamod plugin (l4d1 & l4d2)
Reply With Quote #916

Try to add in server.cfg sv_removehumanlimit 1
And watch your sourcemod error log. May be signature data are old.
RU_6uK is offline
xioSlayer
Senior Member
Join Date: Apr 2011
Old 10-05-2011 , 10:52   Re: L4DToolZ Metamod plugin (l4d1 & l4d2)
Reply With Quote #917

Quote:
Originally Posted by RU_6uK View Post
Try to add in server.cfg sv_removehumanlimit 1
And watch your sourcemod error log. May be signature data are old.
yes the signatures were old, thank you.
xioSlayer is offline
GrmL4D
Junior Member
Join Date: Sep 2011
Old 10-05-2011 , 14:38   Re: L4DToolZ Metamod plugin (l4d1 & l4d2)
Reply With Quote #918

the plugin and the l4dtoolz.txt need to be updated .
the server l4d is still reservable.... ...

edit : i think i found the solution today for having no reservation at all

i use left4downtown-0.3.1.0-l4d extensions folder files that i copied in sourcemod/extension
http://forums.alliedmods.net/showthread.php?t=91132

then i edited the file l4d2_unreservelobby.sp of the left4downtown-0.4.6.0-src.zip to set value at 1 instead of 4 or 8

#define L4D_MAXHUMANS_LOBBY_VERSUS 1
#define L4D_MAXHUMANS_LOBBY_OTHER 1

at end i used the gamedata file left4downtown.txt from rotoblin http://code.google.com/p/rotoblin/

it worked very well at first glance on my linux server
so i attach files to make some happy and have feedback


edit2 : i reinstalled files on a "fresh" server ... i mean without operations i did for l4dtoolz to work ->
---------------------------------------------------------------------------------------------------------------------------------------

[META] Failed to load plugin addons/l4dtoolz/l4dtoolz_mm: vstdlib_i486.so: cannot open shared object file: No such file or directory

then i found this page and did what it says about copying or linking the 2 files libtier0.so tier0_i486.so ; libvstdlib.so vstdlib_i486.so
http://www.steambans.com/forums.php?...=1&quote=50284
---------------------------------------------------------------------------------------------------------------------------------------
and that fails
until the trick is applied
Attached Files
File Type: sp Get Plugin or Get Source (l4d2_unreservelobby_grml4d.sp - 255 views - 4.0 KB)
File Type: smx l4d2_unreservelobby_grml4d.smx (3.8 KB, 320 views)
File Type: txt left4downtown.txt (11.9 KB, 330 views)

Last edited by GrmL4D; 10-07-2011 at 05:22.
GrmL4D is offline
RavenDan29
Veteran Member
Join Date: Sep 2009
Old 10-16-2011 , 05:07   Re: L4DToolZ Metamod plugin (l4d1 & l4d2)
Reply With Quote #919

does it work with the latest left4downtown2?

btw the latest developer mm version 767 works ;)
__________________
RavenDan29 is offline
chatyak
Senior Member
Join Date: Aug 2011
Old 10-18-2011 , 15:21   Re: L4DToolZ Metamod plugin (l4d1 & l4d2)
Reply With Quote #920

So with this plugin, I do NOT need to order more slots from my Game server? I have 8 slots now(working - 10 paid for)... server is linux.

I can't get more people than 8 to join and it's so confusing it's driving me nuts.

This is my installation.

1) addons/metamod/l4dtoolz.vdf
2) addons/l4dtoolz/gamedata/l4dtoolz.txt
3) addons/l4dtoolz/l4dtoolz_mm_i486.so


Is that correct? What else do I need to get this working?

Last edited by chatyak; 10-18-2011 at 16:36.
chatyak 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 16:43.


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