Author Topic: Add Viewers Names Using Points  (Read 3387 times)

0 Members and 1 Guest are viewing this topic.

Beardedbob

  • Youngling
  • *
  • Posts: 24
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Beardedbob
Add Viewers Names Using Points
« on: February 25, 2016, 01:01:09 PM »
Hi,

I'm trying to see if it's possible to let twitch viewers use tokens to pick a name or use their name to replace current game characters, is this possible? e.g. use 100 tokens and their name is added to a list that I can see or use a custom command that takes the points and highlights their name.

Cheers

bob.

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Add Viewers Names Using Points
« Reply #1 on: February 25, 2016, 01:22:07 PM »
I'm not quite sure I know what you mean by game characters.  Could you elaborate on this?

Beardedbob

  • Youngling
  • *
  • Posts: 24
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Beardedbob
Re: Add Viewers Names Using Points
« Reply #2 on: February 25, 2016, 01:29:49 PM »
like when your playing a game and you control people like in a simulator, I want to use my subs / followers names to replace these people.

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Add Viewers Names Using Points
« Reply #3 on: February 25, 2016, 02:10:17 PM »
There would have to be game integration which would be dependant on the game that you are playing, and at the current moment we aren't looking to integrate with any specific games.

Beardedbob

  • Youngling
  • *
  • Posts: 24
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Beardedbob
Re: Add Viewers Names Using Points
« Reply #4 on: February 25, 2016, 11:58:06 PM »
No, I don't mean that the viewer types in a name and it appears in the game, I've put the steps below on how I would see it working and where I want to know if deepbot can be used at this time.

1. Deepbot is setup with a custom commend or function to remove 100 points from the user when they run !name <viewer to insert name here> [Deepbot function]

2. View wants to have a name entered into the game, so uses !name freddy [Deepbot function]

3. Deepbot logs action and stores name, highlights the name or shows that this command has been used to the streamer. [Deepbot function "this is the part I'm trying to located]

4. Streamer see this has been used either take the name from the store within deepbot e.g. txt file or reviews chat and see's it highlighted.

5. Streamer then manually updates the game to include this character name.

Hope this help my thinkings of how i would see it working.

The only way I can see it working is for the viewer to run !name custom command which takes the points and the streamer then having to remember / log the name they want used e.g there streaming name or something made up.

Nazo

  • Padawan
  • **
  • Posts: 70
  • Karma: +2/-0
  • Expert on Twitch Bots
    • View Profile
  • Twitch Name: OverlordNazo
Re: Add Viewers Names Using Points
« Reply #5 on: February 26, 2016, 12:13:45 AM »
No, I don't mean that the viewer types in a name and it appears in the game, I've put the steps below on how I would see it working and where I want to know if deepbot can be used at this time.

1. Deepbot is setup with a custom commend or function to remove 100 points from the user when they run !name <viewer to insert name here> [Deepbot function]

2. View wants to have a name entered into the game, so uses !name freddy [Deepbot function]

3. Deepbot logs action and stores name, highlights the name or shows that this command has been used to the streamer. [Deepbot function "this is the part I'm trying to located]

4. Streamer see this has been used either take the name from the store within deepbot e.g. txt file or reviews chat and see's it highlighted.

5. Streamer then manually updates the game to include this character name.

Hope this help my thinkings of how i would see it working.

The only way I can see it working is for the viewer to run !name custom command which takes the points and the streamer then having to remember / log the name they want used e.g there streaming name or something made up.
I think I understand what you mean. You want to be able to make it so that DeepBot logs the people who spend the 100 points to join you in the game, as well as make it so that person can't join again, right?
★ Twitch Bot Expert ★


YouTube: Lord Nazo
Twitch: OverlordNazo
Twitter: @Lord_Nazo

Beardedbob

  • Youngling
  • *
  • Posts: 24
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Beardedbob
Re: Add Viewers Names Using Points
« Reply #6 on: February 26, 2016, 08:17:41 AM »
Hi,

Yes if it can log them spending 100 points and I can track it that would work.

Cheers

Rob.

Nazo

  • Padawan
  • **
  • Posts: 70
  • Karma: +2/-0
  • Expert on Twitch Bots
    • View Profile
  • Twitch Name: OverlordNazo
Re: Add Viewers Names Using Points
« Reply #7 on: March 10, 2016, 04:38:21 AM »
Hi,

Yes if it can log them spending 100 points and I can track it that would work.

Cheers

Rob.
This possible by doing this:

!name
Code: [Select]
@if@[@readfile@[@user@.txt]||||@if@[@target@||||Please enter a name you wish to use, @user@.||@savefile@[@user@.txt,@target@] @editpoints@[@user@|-100]]||You have already registered under the name @readfile@[@user@.txt], @user@.]
!name_find
Code: [Select]
@if@[@readfile@[@target@.txt]||||User is not real or has not requested a name||@readfile@[@target@.txt]]This can be used by the streamer to find the name

I'm sorta confused on what you mean by "highlights the name". Did you mean you wanted it to be like an alert to the streamer?
« Last Edit: March 11, 2016, 07:18:44 AM by Nazo »
★ Twitch Bot Expert ★


YouTube: Lord Nazo
Twitch: OverlordNazo
Twitter: @Lord_Nazo

Beardedbob

  • Youngling
  • *
  • Posts: 24
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Beardedbob
Re: Add Viewers Names Using Points
« Reply #8 on: March 10, 2016, 11:59:13 PM »


I'm sorta confused on what you mean by "highlights the name". Did you mean you wanted it to be like an alert to the streamer?
[/quote]

yes that right so that the streamer can see the name they want to use