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

Ptahhotep's Team Balancer, PTBx 1.7x1d3 for CSS


  
 
 
Thread Tools Display Modes
DiWoWo
Junior Member
Join Date: Apr 2004
Old 03-02-2005 , 07:01  
#51

OOOOHHH I See my Mistake!

I copied the serverplugin_ptbx_i486.so in $HL2DS/cstrike/bin/ but it schould be in $HL2DS/bin/

I did read it wrong!

Now it Works!!!
DiWoWo is offline
Mani
Veteran Member
Join Date: Dec 2004
Location: UK
Old 03-02-2005 , 07:07  
#52

I get exactly the same thing with my plugin XAD when running ldd -d
Code:
[cssource@fedora bin]$ ldd -d mani_admin_plugin_i486.so
undefined symbol: Msg   (./mani_admin_plugin_i486.so)
undefined symbol: Warning       (./mani_admin_plugin_i486.so)
undefined symbol: Q_snprintf    (./mani_admin_plugin_i486.so)
undefined symbol: Q_vsnprintf   (./mani_admin_plugin_i486.so)
undefined symbol: Q_atoi        (./mani_admin_plugin_i486.so)
undefined symbol: _Z9Q_stristrPKcS0_    (./mani_admin_plugin_i486.so)
undefined symbol: Q_stristr     (./mani_admin_plugin_i486.so)
undefined symbol: Q_strcat      (./mani_admin_plugin_i486.so)
undefined symbol: Error (./mani_admin_plugin_i486.so)
undefined symbol: Q_strncpy     (./mani_admin_plugin_i486.so)
undefined symbol: Q_strcasecmp  (./mani_admin_plugin_i486.so)
undefined symbol: Q_IsAbsolutePath      (./mani_admin_plugin_i486.so)
undefined symbol: CommandLine   (./mani_admin_plugin_i486.so)
undefined symbol: KeyValuesSystem       (./mani_admin_plugin_i486.so)
undefined symbol: DevMsg        (./mani_admin_plugin_i486.so)
undefined symbol: _Z6DevMsgPKcz (./mani_admin_plugin_i486.so)
undefined symbol: Q_strncat     (./mani_admin_plugin_i486.so)
undefined symbol: MemAllocScratch       (./mani_admin_plugin_i486.so)
undefined symbol: MemFreeScratch        (./mani_admin_plugin_i486.so)
undefined symbol: GetCPUInformation     (./mani_admin_plugin_i486.so)
undefined symbol: g_pMemAlloc   (./mani_admin_plugin_i486.so)
        libm.so.6 => /lib/tls/libm.so.6 (0x00212000)
        libdl.so.2 => /lib/libdl.so.2 (0x009fd000)
        tier0_i486.so => not found
        vstdlib_i486.so => not found
        libc.so.6 => /lib/tls/libc.so.6 (0x00482000)
        /lib/ld-linux.so.2 (0x00777000)
The startup script that runs the server uses: -

export LD_LIBRARY_PATH=".:bin:$LD_LIBRARY_PATH"

This should resolve any linking problems with tier0_i486.so and vstdlib_i486.so so when I run ldd -d I now get

Code:
[cssource@fedora bin]$ ldd -d mani_admin_plugin_i486.so
        libm.so.6 => /lib/tls/libm.so.6 (0x00817000)
        libdl.so.2 => /lib/libdl.so.2 (0x00111000)
        tier0_i486.so => ./tier0_i486.so (0x00d1e000)
        vstdlib_i486.so => ./vstdlib_i486.so (0x0024a000)
        libc.so.6 => /lib/tls/libc.so.6 (0x00d69000)
        /lib/ld-linux.so.2 (0x00777000)

Mani
__________________
Installation files, documentation and help can be found at: -

www.mani-admin-plugin.com
Mani is offline
XAD
Senior Member
Join Date: Mar 2004
Location: Sweden
Old 03-02-2005 , 08:15  
#53

Quote:
Originally Posted by Mani
I get exactly the same thing with my plugin XAD when running ldd -d
...
The startup script that runs the server uses: -
export LD_LIBRARY_PATH=".:bin:$LD_LIBRARY_PATH"
Yepp... but I don't want to get into advicing people to change their environment settings, if they didn't knew it from the beginning (also "export" is shell dependent)

BTW! It's your fault admins start to put the ".so" files else where, and not in the recommended main bin folder!!! .... :-D

/X
XAD is offline
trydis
Member
Join Date: Jan 2005
Location: Norway
Old 03-02-2005 , 09:04  
#54

Quote:
Originally Posted by KIKAIDA
Quote:
Originally Posted by mcfly_98
Hi,

is it possible to add a feature like the friends system in ETB?
That is the only think that a missing in PTB.

Thanks for reply...

[NETCOMP]=-=Mc Fly
I've seen the friends thing in ETB, it's ok, but honestly, it almost defeats the purpose of the plugin. I mean think about it, the plugin is there to even teams out and prevent "stacking," however, the friends system of ETB allows a bunch of guys to stay together on a team (to an extent), which basically allows them to "stack."
I agree in a way, but it should be possible to keep clans together....
trydis is offline
Mani
Veteran Member
Join Date: Dec 2004
Location: UK
Old 03-02-2005 , 09:24  
#55

Quote:
Originally Posted by XAD
Quote:
Originally Posted by Mani
I get exactly the same thing with my plugin XAD when running ldd -d
...
The startup script that runs the server uses: -
export LD_LIBRARY_PATH=".:bin:$LD_LIBRARY_PATH"
Yepp... but I don't want to get into advicing people to change their environment settings, if they didn't knew it from the beginning (also "export" is shell dependent)

BTW! It's your fault admins start to put the ".so" files else where, and not in the recommended main bin folder!!! .... :-D

/X
I know what you mean about environment settings, lol

I have seen certain server operators restricting the access to the bin folder presumably so they can maintain multiple installations on one machine easily. Originally I was using the bin folder but moved it to the addons folder where the vdf file is. The path in the .vdf file is essentially the relative path from bin to the addons folder (or wherever you choose to put the binary).

Problems start happening when you have a server and the server operators have hidden the main bin directory from you because then you don't know the relative path It gets even more confusing when the server operators are using symbolic links.

Mani
__________________
Installation files, documentation and help can be found at: -

www.mani-admin-plugin.com
Mani is offline
Vinas
Member
Join Date: Dec 2004
Location: Detroit
Old 03-06-2005 , 01:04  
#56

symbolic links are your friend
__________________
We're Veterans Of America www.voanet.com
Vinas is offline
Send a message via AIM to Vinas
DiWoWo
Junior Member
Join Date: Apr 2004
Old 03-09-2005 , 07:51  
#57

How can i disable PTB on mapstart and enable it manually by typing ptb on in Serverconsole later when I see PTB is needed.

I wrote "ptb off" in the server.cfg but it seems like it is executed BEFORE the PTB-Plugin itself is loaded.
DiWoWo is offline
XAD
Senior Member
Join Date: Mar 2004
Location: Sweden
Old 03-09-2005 , 08:55  
#58

Quote:
Originally Posted by DiWoWo
How can i disable PTB on mapstart and enable it manually by typing ptb on in Serverconsole later when I see PTB is needed.

I wrote "ptb off" in the server.cfg but it seems like it is executed BEFORE the PTB-Plugin itself is loaded.
Hmm it works for me... do you load it manually or by the vdf file?? /X
XAD is offline
{Toker} Lucky Luke
New Member
Join Date: Jun 2004
Location: Montreal, QC
Old 03-13-2005 , 13:18  
#59

Nice job on the plugin XAD it works well for me.

What about admin immunity tho?
Is it possible for you to add this feature?

Thx
{Toker} Lucky Luke is offline
XAD
Senior Member
Join Date: Mar 2004
Location: Sweden
Old 03-13-2005 , 15:34  
#60

Quote:
Originally Posted by {Toker} Lucky Luke
What about admin immunity tho?
Is it possible for you to add this feature?
Well, the problem is that until we have SourceMod, in the context of server-plugins, there are no admins... and this is a standalone server-plugin...

This might be of interrest to some of you....
Code:
//  1.7x1a   2005-03-13  XAD        Fixed switch alive players.
//           - Allow alive players to be switched without getting
//           killed (code given by "apophis").
/X

PS! My admin plugin, where PTBx is a submodule, could include this but not this stand-alone version. BUT my admin plugin is in testing and will probably be published (depending on the testing results). The reason why I decide to publish it is that there are still no one publishing a complete hitbox-stats logging plugin so I figured that I might publish mine which include both PTBx and StatsXS (no ranking yet but with the old kill/killed info and weaponstats/weaponstats2-logging)... Not sure yet how it will be packaged...
XAD is offline
 



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 13:21.


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