Raised This Month: $7 Target: $400
 1% 

Simple Chat Processor (Redux)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
minimoney1
SourceMod Donor
Join Date: Dec 2010
Plugin ID:
3302
Plugin Version:
2.0.2
Plugin Category:
Technical/Development
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
    Plugin Description:
    A (hopefully) supported version of the old Simple Chat Processor. Includes bug fixes and optimizations.
    Old 10-16-2012 , 23:53   Simple Chat Processor (Redux)
    Reply With Quote #1

    HALLO Everyone
    Well, as everyone may know, the old SCP plugin had a couple of bugs (which were mostly actually fixed in the latest source code in the google repoz), so I went ahead and created this new thread with the plugin + my own fixes.

    Version History:
    10-16-12: 1.1.0 - New Redux release.
    10-16-12: 1.1.1 - Correctly sends the recipient handle by-ref.
    10-18-12: 1.1.2 - Updater support + easy deadchat integration.
    1-11-13: 1.1.3 - Implements the suggestions by Dr. McKay
    1-12-13: 1.1.3-fixed - Does what 1.1.3 was supposed to do (uploaded the wrong files in 1.1.3)
    1-19-13: 1.1.3-c - Fixes the plugin not loading issue.
    2-2-13: 1.1.4 - CS:GO support and bug fixes.
    2-3-13: 1.1.4-fix - Tried to remove 1.5 dependency.
    2-4-13: 1.1.4-fix2 - Actually removed 1.5 dependency.
    9-12-13: 2.0.0 - Dr. Mckay's update. SayText support added.
    4-14-14: 2.0.1 - Fixed Updater
    5-3-14: 2.0.2 - Powerlord's fix for CS:GO.

    Any suggestions? Reply to this thread.
    Quote:
    Originally Posted by PatriotGames View Post
    For anyone using SCP with Left 4 Dead 2, the included translation file is misnamed and will throw a "translation file not found" error. Change the name of the file as follows if your server uses the default left4dead2 install directory:

    Included translation file: scp.l4d2.phrases.txt

    Rename the file to: scp.left4dead2.phrases.txt

    If you installed your L4D2 server in a custom named directory, use that name for the translation file name instead of the default.

    SCP will then work as intended allowing other plugins that rely on it, like Simple Chat Colors, to work properly.

    PG

    Huge thanks to Zephyrus for his CS:GO version.
    DOWNLOAD HERE
    SOURCE
    THE COMPILED .SMX FILE IN THE SOURCE REPOSITORY IS NOT UPDATED. PLEASE USE THE "DOWNLOAD HERE" LINK IF YOU PLAN ON USING THE COMPILED .SMX.
    __________________
    Need help? PM me or add me on Steam.
    My Steam




    Quote:
    Originally Posted by Rp.KryptoNite View Post
    For some reason his Plugin never worked for me ,
    @credits were added
    im not stealing any plugins dude its my THING

    Last edited by minimoney1; 04-06-2016 at 15:18. Reason: Fixed Updater
    minimoney1 is offline
    minimoney1
    SourceMod Donor
    Join Date: Dec 2010
    Old 10-17-2012 , 00:00   Re: Simple Chat Processor (Redux)
    Reply With Quote #2

    Reserved
    __________________
    Need help? PM me or add me on Steam.
    My Steam




    Quote:
    Originally Posted by Rp.KryptoNite View Post
    For some reason his Plugin never worked for me ,
    @credits were added
    im not stealing any plugins dude its my THING
    minimoney1 is offline
    FaTony
    Veteran Member
    Join Date: Aug 2008
    Old 10-17-2012 , 03:45   Re: Simple Chat Processor (Redux)
    Reply With Quote #3

    Good. I hope we don't need to recompile our plugins, right?
    __________________
    FaTony is offline
    minimoney1
    SourceMod Donor
    Join Date: Dec 2010
    Old 10-17-2012 , 06:47   Re: Simple Chat Processor (Redux)
    Reply With Quote #4

    You should not have to, but I don't know how it would work because before, the cpRecipients handle was not being sent by-ref before, and now I'm doing so; if that's a big problem, then I'll make a new forward w/ a new name just so that it doesn't conflict with older plugins (in addition to the old forward, of course)
    __________________
    Need help? PM me or add me on Steam.
    My Steam




    Quote:
    Originally Posted by Rp.KryptoNite View Post
    For some reason his Plugin never worked for me ,
    @credits were added
    im not stealing any plugins dude its my THING

    Last edited by minimoney1; 10-17-2012 at 06:52.
    minimoney1 is offline
    FaTony
    Veteran Member
    Join Date: Aug 2008
    Old 10-17-2012 , 07:41   Re: Simple Chat Processor (Redux)
    Reply With Quote #5

    Quote:
    Originally Posted by minimoney1 View Post
    You should not have to, but I don't know how it would work because before, the cpRecipients handle was not being sent by-ref before, and now I'm doing so; if that's a big problem, then I'll make a new forward w/ a new name just so that it doesn't conflict with older plugins (in addition to the old forward, of course)
    Since handle is pointing to the data which is inside SM core, it doesn't need to be passed by ref. However, it would add an easier way to substitute one.
    __________________
    FaTony is offline
    codeye
    Junior Member
    Join Date: Aug 2009
    Old 10-17-2012 , 10:25   Re: Simple Chat Processor (Redux)
    Reply With Quote #6

    well i get my text showing green on csgo if i use y for chat but not my name, but if im using y@ message admin tag name or message dont appear green, when in spectator mode if i use y to chat my name and message are green? anyone know how to get admin messages or even adverts in green?
    codeye is offline
    Horsedick
    AlliedModders Donor
    Join Date: Sep 2011
    Old 10-17-2012 , 18:00   Re: Simple Chat Processor (Redux)
    Reply With Quote #7

    Does this solve the bug 11530 and myself pointed out and had to correct using another plugin? The bug was posted in some what of detail in the old SCP thread towards the end if you didn't see it.
    Horsedick is offline
    minimoney1
    SourceMod Donor
    Join Date: Dec 2010
    Old 10-17-2012 , 21:29   Re: Simple Chat Processor (Redux)
    Reply With Quote #8

    Quote:
    Originally Posted by Logs
    L 08/20/2012 - 171:58: [SM] Native "StartMessage" reported: Client 23 is not connected
    L 08/20/2012 - 171:58: [SM] Displaying call stack trace for plugin "TF2_simplechatprocessor.smx":
    L 08/20/2012 - 171:58: [SM] [0] Line 351, /home/groups/alliedmodders/forums/files/3/6/9/5/4/92887.attach::ResendMessage()
    That one has been fixed.
    The one with the color chars... no it hasn't and I have no idea what the cause of it because I've never been able to reproduce it on CSS.

    Another change is that the new usermessage is now created on the exact next frame, rather than through a 0.1 timer. This makes it faster, of course, and it also keeps the order of simultaneous messages, and of course, the most important reason is that javalia said he didn't like the timer portion of the plugin a while back... so here it is!
    __________________
    Need help? PM me or add me on Steam.
    My Steam




    Quote:
    Originally Posted by Rp.KryptoNite View Post
    For some reason his Plugin never worked for me ,
    @credits were added
    im not stealing any plugins dude its my THING

    Last edited by minimoney1; 10-17-2012 at 21:34.
    minimoney1 is offline
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 10-18-2012 , 01:38   Re: Simple Chat Processor (Redux)
    Reply With Quote #9

    In the old Simple Chat Processor when a spectator use chat (with special colors, tags) the rest of people (not spectators) see it as normal chat (without colors, tags...), you have fixed that?
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.


    Last edited by Franc1sco; 10-18-2012 at 01:43.
    Franc1sco is offline
    Send a message via MSN to Franc1sco
    minimoney1
    SourceMod Donor
    Join Date: Dec 2010
    Old 10-18-2012 , 01:43   Re: Simple Chat Processor (Redux)
    Reply With Quote #10

    That would probably be caused by a deadchat plugin, in which I have no control over.
    __________________
    Need help? PM me or add me on Steam.
    My Steam




    Quote:
    Originally Posted by Rp.KryptoNite View Post
    For some reason his Plugin never worked for me ,
    @credits were added
    im not stealing any plugins dude its my THING
    minimoney1 is offline
    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 01:45.


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