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

[ANY] Steambot - Talk with me!


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Plugin ID:
4974
Plugin Version:
1.0
Plugin Category:
General Purpose
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Provide a simple command to talk with your steambot !
    Old 12-27-2015 , 10:38   [ANY] Steambot - Talk with me!
    Reply With Quote #1

    Please read :


    You will need Steambot to run this plugin.

    Description :

    This plugin provide a simple command to talk with your steambot ! And... that's it. Nothing more.
    Original request.

    Bugs :
    None... yet.

    Screenshot :

    empty

    Commands & Cvar :

    Command

    sm_talk - send a message to the steambot

    Cvar

    Code:
    // The ip of the server where the steambot is hosted.
    // -
    // Default: "localhost"
    sm_steambot_server_ip "localhost"
    
    // The port of the server where the steambot is hosted, WATCH OUT ! In version 1.0 of the bot, the port is hardcoded and is 11000 !!
    // -
    // Default: "11000"
    sm_steambot_server_port "11000"
    
    // The password to allow TCP data to be read / send (TCPPassword in settings.json)
    // -
    // Default: "Pa$Sw0Rd"
    sm_steambot_tcp_password "Pa$Sw0Rd"
    
    // The name of the steambot to display in the chat.
    // -
    // Default: "[Steambot]"
    sm_steambot_name "[Steambot]"
    A config file is automatically created on first run of the plugin in cfg/sourcemod folder.

    Installation :


    1) Put Steambot_TalkModule.smx in your plugin folder : sourcemode/plugins
    2) Restart server, reload map or reload plugins folder.
    3) Configure SteamBot_TalkModule.cfg.
    4) Restart server, reload map or reload plugins folder.

    Require socket to compile.

    Request and think to do :

    None... yet.
    Attached Files
    File Type: sp Get Plugin or Get Source (Steambot_TalkModule.sp - 374 views - 5.3 KB)
    File Type: smx Steambot_TalkModule.smx (9.7 KB, 293 views)
    __________________
    Want to check my plugins ?

    Last edited by Arkarr; 03-01-2017 at 13:57.
    Arkarr is offline
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 12-27-2015 , 10:40   Re: [ANY] Steambot - Talk with me!
    Reply With Quote #2

    I LOVE YOU! (but I am not gay XD)

    Thanks you for this plugin
    __________________
    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; 12-27-2015 at 10:40.
    Franc1sco is offline
    Send a message via MSN to Franc1sco
    Arkarr
    Veteran Member
    Join Date: Sep 2012
    Location: Just behind my PC screen
    Old 12-27-2015 , 10:45   Re: [ANY] Steambot - Talk with me!
    Reply With Quote #3

    Quote:
    Originally Posted by Franc1sco View Post
    I LOVE YOU! (but I am not gay XD)

    Thanks you for this plugin
    No problem, but, still, you still have to use my steambot to run this. Anyway, you need a server, I had to do a choice, a JS server or my steambot. I hope it won't create problems.
    __________________
    Want to check my plugins ?
    Arkarr is offline
    DJPlaya
    Senior Member
    Join Date: Nov 2014
    Location: Germany
    Old 02-24-2016 , 17:35   Re: [ANY] Steambot - Talk with me!
    Reply With Quote #4

    Request?Yea Request!
    Why we have to use this command, we could let him react on his name like the sourcebot do it.
    i would have done it myself but im not skilled enought
    Code:
    #define BotName "core"
    
    public OnPluginStart(){
        RegConsoleCmd("say", HandleSay);
    }
    
    public Action:HandleSay(Client, Args)
    {
        decl String:Message[255];
        GetCmdArgString(Message, 255);
    
        StripQuotes(Message);
        TrimString(Message);
        if(StrEqual(Message, BotName, false)){
            enter code here
    }
    __________________
    My biggest Projects: Kigen AC Redux, Forlix Floodcheck Redux
    DJPlaya is offline
    Send a message via Skype™ to DJPlaya
    Arkarr
    Veteran Member
    Join Date: Sep 2012
    Location: Just behind my PC screen
    Old 02-25-2016 , 06:35   Re: [ANY] Steambot - Talk with me!
    Reply With Quote #5

    @DJPlaya
    'cause I don't feel like editing the bot to force him to send his name on server each time a plugin connect to him, maybe later. I don't really have much time yet.
    __________________
    Want to check my plugins ?
    Arkarr is offline
    slampemil
    Junior Member
    Join Date: Dec 2014
    Old 03-01-2017 , 13:35   Re: [ANY] Steambot - Talk with me!
    Reply With Quote #6

    Quote:
    Originally Posted by Arkarr View Post
    @DJPlaya
    'cause I don't feel like editing the bot to force him to send his name on server each time a plugin connect to him, maybe later. I don't really have much time yet.
    Can I myself edit the sp file so it answers to it given name? And if so - how? I suck at this.
    I have your Steambot setup but I just want to use ut for fun with cleverbot on my Insurgency Server.
    Thanks in advance,
    Schlampe
    __________________
    slampemil is offline
    Arkarr
    Veteran Member
    Join Date: Sep 2012
    Location: Just behind my PC screen
    Old 03-01-2017 , 13:58   Re: [ANY] Steambot - Talk with me!
    Reply With Quote #7

    Quote:
    Originally Posted by slampemil View Post
    Can I myself edit the sp file so it answers to it given name? And if so - how? I suck at this.
    I have your Steambot setup but I just want to use ut for fun with cleverbot on my Insurgency Server.
    Thanks in advance,
    Schlampe
    Code:
    // The name of the steambot to display in the chat.
    // -
    // Default: "[Steambot]"
    sm_steambot_name "[Steambot]"
    Also, if you want to use this plugin just for the clever bot thingy, let me know, I'll do a stand alone without steambot required.
    __________________
    Want to check my plugins ?
    Arkarr is offline
    slampemil
    Junior Member
    Join Date: Dec 2014
    Old 03-01-2017 , 14:21   Re: [ANY] Steambot - Talk with me!
    Reply With Quote #8

    Sorry for being unclear, but I mean without the sm_talk so if you wrote for exempel "Pamela: hello" it would answer.
    But Oh dear yes for the love of Tom Cruise and and Unicorns, please do a plugin for that. I would appretiate that alot. I just donated to you for the pre order. I have no idea how much. Thanks in advance again,
    Emil
    And FYI I get this all the time; [Slampemil 2017-03-01 192:05] ERROR: Unknow error about the chat bot : The operation has timed out
    Sometimes it works - sometimes not.
    __________________
    slampemil is offline
    Arkarr
    Veteran Member
    Join Date: Sep 2012
    Location: Just behind my PC screen
    Old 03-01-2017 , 14:45   Re: [ANY] Steambot - Talk with me!
    Reply With Quote #9

    Quote:
    Originally Posted by slampemil View Post
    Sorry for being unclear, but I mean without the sm_talk so if you wrote for exempel "Pamela: hello" it would answer.
    But Oh dear yes for the love of Tom Cruise and and Unicorns, please do a plugin for that. I would appretiate that alot. I just donated to you for the pre order. I have no idea how much. Thanks in advance again,
    Emil
    And FYI I get this all the time; [Slampemil 2017-03-01 192:05] ERROR: Unknow error about the chat bot : The operation has timed out
    Sometimes it works - sometimes not.
    I'm actually sorry but I don't really care about Unicorns nor Tom Cruise (who ever he is). But I'll do it anyway.

    EDIT:
    Oh I remember now. It was painfull to setup.
    __________________
    Want to check my plugins ?

    Last edited by Arkarr; 03-01-2017 at 14:55.
    Arkarr is offline
    slampemil
    Junior Member
    Join Date: Dec 2014
    Old 03-02-2017 , 05:04   Re: [ANY] Steambot - Talk with me!
    Reply With Quote #10

    Gay Unicorns for life.
    I saw some API that used Cleverbot - https://forums.alliedmods.net/showthread.php?p=2492358
    Is it possible to combine? Bear in mind I know very very little about this and Google is my best friend when I try something.
    __________________
    slampemil 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 11:54.


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