Raised This Month: $32 Target: $400
 8% 

Poon RTD (v1.0.23, 2014-02-28)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
eyesofcreeper
Member
Join Date: Dec 2013
Plugin ID:
4115
Plugin Version:
1.0.23
Plugin Category:
Fun Stuff
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    A fake-rtd plugin -- If you are tired of people who type !rtd in chat
    Old 02-28-2014 , 10:40   Poon RTD (v1.0.23, 2014-02-28)
    Reply With Quote #1

    What it does
    This plugin is a funny way to answer to people typing rtd in chat. It'll print, as the normal RTD plugin an effect, but will do nothing.

    This was before a private plugin but I decided to release it.

    Requirements
    morecolors.inc (https://forums.alliedmods.net/showthread.php?t=185016)

    Installation
    • Copy sm_rtd.smx to addons/sourcemod/plugins
    • Don't forget to install morecolors.inc
    • Restart your server or type in the console/rcon "sm load sm_rtd"
    Configuration
    • No configuration for now
    Notes
    • Has been tested with TF2 but should work with other mods.
    • You shouldn't keep the normal RTD plugin... Even if they are compatible, this would be confusing.
    • You'll need morecolors.inc to compile.

    Known Bugs
    • Nothing
    TODO
    • Ask in comments.
    • Maybe add some configuration.

    Thanks
    • Akarr, for the basis
    • Everyone that helped me here
    • The original RTD plugin, for the idea and the chat hook
    Changelog
    v1.1.23
    First public release
    Attached Files
    File Type: smx sm_rtd.smx (12.6 KB, 362 views)
    File Type: sp Get Plugin or Get Source (sm_rtd.sp - 408 views - 10.6 KB)

    Last edited by eyesofcreeper; 02-28-2014 at 11:42. Reason: Add morecolors.inc in dependencies
    eyesofcreeper is offline
    Send a message via Skype™ to eyesofcreeper
    XiaoXiaoMan
    Junior Member
    Join Date: Oct 2012
    Old 02-28-2014 , 16:18   Re: Poon RTD (v1.0.23, 2014-02-28)
    Reply With Quote #2

    Now make it troll anyone who types in !premium
    XiaoXiaoMan is offline
    eyesofcreeper
    Member
    Join Date: Dec 2013
    Old 02-28-2014 , 16:33   Re: Poon RTD (v1.0.23, 2014-02-28)
    Reply With Quote #3

    Quote:
    Originally Posted by XiaoXiaoMan View Post
    Now make it troll anyone who types in !premium
    No problem, I'll do it and edit this post. That's really easy but I'm not on my computer right now !

    EDIT : Added plugin, don't checked it worked, it just compile right ! ask if you need help
    Attached Files
    File Type: sp Get Plugin or Get Source (sm_rtd_premium_command.sp - 284 views - 10.5 KB)
    File Type: smx sm_rtd_premium_command.smx (12.7 KB, 171 views)

    Last edited by eyesofcreeper; 02-28-2014 at 17:46. Reason: Added quote
    eyesofcreeper is offline
    Send a message via Skype™ to eyesofcreeper
    Sreaper
    髪を用心
    Join Date: Nov 2009
    Old 02-28-2014 , 18:25   Re: Poon RTD (v1.0.23, 2014-02-28)
    Reply With Quote #4

    Would be more humorous if you had it actually roll a random number. "You rolled: 58"

    Last edited by Sreaper; 02-28-2014 at 18:25.
    Sreaper is offline
    eyesofcreeper
    Member
    Join Date: Dec 2013
    Old 03-01-2014 , 03:46   Re: Poon RTD (v1.0.23, 2014-02-28)
    Reply With Quote #5

    Quote:
    Originally Posted by Sreaper View Post
    Would be more humorous if you had it actually roll a random number. "You rolled: 58"
    I can do it if you want ! It was my first idea but I think it's better with random phrases. If you want me to do it, should I keep the "stop hogging the dice" feature ?
    eyesofcreeper is offline
    Send a message via Skype™ to eyesofcreeper
    Sreaper
    髪を用心
    Join Date: Nov 2009
    Old 03-01-2014 , 14:43   Re: Poon RTD (v1.0.23, 2014-02-28)
    Reply With Quote #6

    Quote:
    Originally Posted by eyesofcreeper View Post
    I can do it if you want ! It was my first idea but I think it's better with random phrases. If you want me to do it, should I keep the "stop hogging the dice" feature ?
    I actually use Roll the Dice so I wouldn't really benefit from your plugin. It was just a suggestion.

    Last edited by Sreaper; 03-01-2014 at 14:44.
    Sreaper is offline
    eyesofcreeper
    Member
    Join Date: Dec 2013
    Old 03-01-2014 , 14:45   Re: Poon RTD (v1.0.23, 2014-02-28)
    Reply With Quote #7

    Quote:
    Originally Posted by Sreaper View Post
    I actually use Roll the Dice so I wouldn't really benefit from your plugin. It was just a suggestion.
    Ok, thanks !
    eyesofcreeper is offline
    Send a message via Skype™ to eyesofcreeper
    Mitchell
    ~lick~
    Join Date: Mar 2010
    Old 03-01-2014 , 16:56   Re: Poon RTD (v1.0.23, 2014-02-28)
    Reply With Quote #8

    I would recommend making a config file, everything right now is hard-coded into the plugin. Especially with the horrible English skills players would make fun of the plugin if it was hosted on a server.
    Mitchell is offline
    eyesofcreeper
    Member
    Join Date: Dec 2013
    Old 03-01-2014 , 16:57   Re: Poon RTD (v1.0.23, 2014-02-28)
    Reply With Quote #9

    Quote:
    Originally Posted by Mitchell View Post
    I would recommend making a config file, everything right now is hard-coded into the plugin. Especially with the horrible English skills players would make fun of the plugin if it was hosted on a server.
    Yeah it's planned. Could you help me correct my english mistakes ?
    eyesofcreeper is offline
    Send a message via Skype™ to eyesofcreeper
    MasterOfTheXP
    Veteran Member
    Join Date: Aug 2011
    Location: Cloudbank
    Old 03-01-2014 , 17:15   Re: Poon RTD (v1.0.23, 2014-02-28)
    Reply With Quote #10

    For the random-number idea, perhaps you could make the "rolled a 2" response "rolled a %i", where %i is a random number between 1 and 5; if it's 3, then set it to 6.

    Your English seems good enough, could just use a few light touch-ups here and there (why alternate between "rolled" and "launched"?)...although a config would indeed be better for something like this.
    __________________
    Plugins / My Steam / TF2 Sandbox (plugin beta testing!)
    MasterOfTheXP 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 19:10.


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