AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY] Steambot - Talk with me! (https://forums.alliedmods.net/showthread.php?t=276738)

Arkarr 12-27-2015 10:38

[ANY] Steambot - Talk with me!
 
6 Attachment(s)
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.

Franc1sco 12-27-2015 10:40

Re: [ANY] Steambot - Talk with me!
 
I LOVE YOU! (but I am not gay XD)

Thanks you for this plugin :bacon!::bacon!::bacon!:

Arkarr 12-27-2015 10:45

Re: [ANY] Steambot - Talk with me!
 
Quote:

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

Thanks you for this plugin :bacon!::bacon!::bacon!:

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.

DJPlaya 02-24-2016 17:35

Re: [ANY] Steambot - Talk with me!
 
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:crab:
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
}


Arkarr 02-25-2016 06:35

Re: [ANY] Steambot - Talk with me!
 
@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.

slampemil 03-01-2017 13:35

Re: [ANY] Steambot - Talk with me!
 
Quote:

Originally Posted by Arkarr (Post 2396630)
@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

Arkarr 03-01-2017 13:58

Re: [ANY] Steambot - Talk with me!
 
Quote:

Originally Posted by slampemil (Post 2499798)
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.

slampemil 03-01-2017 14:21

Re: [ANY] Steambot - Talk with me!
 
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 19:32:05] ERROR: Unknow error about the chat bot : The operation has timed out
Sometimes it works - sometimes not.

Arkarr 03-01-2017 14:45

Re: [ANY] Steambot - Talk with me!
 
Quote:

Originally Posted by slampemil (Post 2499815)
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 19:32: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.

slampemil 03-02-2017 05:04

Re: [ANY] Steambot - Talk with me!
 
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.


All times are GMT -4. The time now is 21:26.

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