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

Steam Friends Highlighter


Post New Thread Reply   
 
Thread Tools Display Modes
KadiR
Unnecessary Member
Join Date: Aug 2008
Location: Zürich / Switzerland
Old 08-06-2009 , 15:25   Re: Steam Friends Highlighter
Reply With Quote #21

Quote:
[de]
FRIEND_JOINED = * Dein Steam Freund ^"%s^" aka ^"%s^" hat den Server betreten.
FRIEND_JOINED_SAME_NAME = * Dein Steam Freund ^"%s^" hat den Server betreten.
FRIEND_LEFT = * Dein Steam Freund ^"%s^" aka ^"%s^" hat den Server verlassen.
FRIEND_LEFT_SAME_NAME = * Dein Steam Freund ^"%s^" hat den Server verlassen.
HIGHLIGHT_START = Steam Freunde sind beleuchtet.
HIGHLIGHT_STOP = Steam Freunde sind nicht beleuchtet.
KadiR is offline
`666
AlliedModders Donor
Join Date: Jan 2006
Old 08-06-2009 , 19:01   Re: Steam Friends Highlighter
Reply With Quote #22

maybe optional glow colour?
`666 is offline
MmikiM
Senior Member
Join Date: Nov 2006
Location: Poland
Old 08-07-2009 , 05:15   Re: Steam Friends Highlighter
Reply With Quote #23

Code:
[pl]
FRIEND_JOINED = * Twoj kolega ze Steama ^"%s^" zwany ^"%s^" polaczyl sie z serwerem
FRIEND_JOINED_SAME_NAME = * Twoj kolega ze Steama ^"%s^" polaczyl sie z serwerem
FRIEND_LEFT = * Twoj kolega ze Steama ^"%s^" zwany ^"%s^" rozlaczyl sie z serwerem
FRIEND_LEFT_SAME_NAME = * Twoj kolega ze Steama ^"%s^" rozlaczyl sie z serwerem
HIGHLIGHT_START = Jasne swiecenie kolegow ze Steama jest teraz wlaczone
HIGHLIGHT_STOP = Jasne swiecenie kolegow ze Steama jest teraz wylaczone
Polish translate
__________________


Projects:
Zombie Elite - Technical: 100% Looking for models and sounds...
CS:Source Zombie -
Work in progress...
MmikiM is offline
nisam_ja
BANNED
Join Date: Sep 2008
Location: osijek
Old 08-07-2009 , 14:28   Re: Steam Friends Highlighter
Reply With Quote #24

very nice ^^
nisam_ja is offline
Send a message via MSN to nisam_ja Send a message via Skype™ to nisam_ja
SnoW
Veteran Member
Join Date: Oct 2008
Location: Finland WisdomNuggets: 8
Old 08-07-2009 , 15:29   Re: Steam Friends Highlighter
Reply With Quote #25

Hi, quim. This is actually pretty awesome.
SnoW is offline
Send a message via MSN to SnoW
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 08-07-2009 , 16:38   Re: Steam Friends Highlighter
Reply With Quote #26

agreed with awesome.
__________________
xPaw is offline
Nextra
Veteran Member
Join Date: Apr 2008
Location: Germany
Old 08-07-2009 , 19:10   Re: Steam Friends Highlighter
Reply With Quote #27

Wow well done as always Quim.

These two are better fitting german translations compared to KadiR's:
Code:
HIGHLIGHT_START = Steam Freunde sind nun hervorgehoben.
HIGHLIGHT_STOP = Steam Freunde sind nicht laenger hervorgehoben.
__________________
In Flames we trust!

Last edited by Nextra; 08-07-2009 at 19:13.
Nextra is offline
Multiply
Member
Join Date: Jun 2006
Location: Denmark
Old 08-07-2009 , 21:07   Re: Steam Friends Highlighter
Reply With Quote #28

About the module, is it threaded queries? Or does the server hang, while grabbing information from the Steamcommunity?
__________________
Wah?
Multiply is offline
Send a message via MSN to Multiply Send a message via Skype™ to Multiply
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 08-07-2009 , 23:18   Re: Steam Friends Highlighter
Reply With Quote #29

It uses what is called non blocking sockets. Those sockets do not wait for the data retrieval. It was carefully made so that even in map changes the server do not hang by using the non blocking sockets in a ordered way. That is: the server does always just one request / retrieval per second so, it won't hang nor lag. That's why I needed to change the module. I noticed that thanks to amxx profiler:

PHP Code:
|                      socket_open |         13 3.290132 0.234283 0.422291

|         socket_open_non_blocking |         33 0.962503 0.023228 0.154513 
The only thing that could make it hang when using non blocking sockets would be in multiple use of sockets (on multiple connects) but that, as I mentioned before, can't happen because the plugin is made so only a request per second is made.

Anyway the better way for you to know is to test it yourself.
__________________

Last edited by joaquimandrade; 08-07-2009 at 23:20.
joaquimandrade is offline
Multiply
Member
Join Date: Jun 2006
Location: Denmark
Old 08-08-2009 , 01:38   Re: Steam Friends Highlighter
Reply With Quote #30

Quote:
Originally Posted by joaquimandrade View Post
It uses what is called non blocking sockets. Those sockets do not wait for the data retrieval. It was carefully made so that even in map changes the server do not hang by using the non blocking sockets in a ordered way. That is: the server does always just one request / retrieval per second so, it won't hang nor lag. That's why I needed to change the module. I noticed that thanks to amxx profiler:

PHP Code:
|                      socket_open |         13 3.290132 0.234283 0.422291

|         socket_open_non_blocking |         33 0.962503 0.023228 0.154513 
The only thing that could make it hang when using non blocking sockets would be in multiple use of sockets (on multiple connects) but that, as I mentioned before, can't happen because the plugin is made so only a request per second is made.

Anyway the better way for you to know is to test it yourself.
Yeah, I was going to test it, but I don't really have much time on my hands tonight. If the module is as good as it sounds, I might use it, for alot usage, kinda like the Steamcommunity.
__________________
Wah?
Multiply is offline
Send a message via MSN to Multiply Send a message via Skype™ to Multiply
Reply


Thread Tools
Display Modes

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 05:43.


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