Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Hanger84

Pages: [1]
1
Feature Requests / A couple more music options
« on: November 16, 2014, 12:20:02 AM »
While I really love the music player feature of the bot, and the ability to use the text output to show whats playing and who requested it in OBS, there's a couple options I would really love to see added:

1. When turning on the music requests, I'd love to be able to set the bot to automatically announce in chat that music requests are on and maybe some customization of this message and the ability to set a repeat timer for it when music requests are on.

2. An option for the bot to say in chat what is playing and who requested it when the song starts to play (Now playing: [song by artists] requested by [user])

2
Custom Notifications / Custom Follower Notification
« on: September 28, 2014, 08:20:25 AM »
Now that I finally have a custom animation for my follower notification, I want to move it over to Deep Bot, but after trying to use the same info from my donation notifications, I can't get it to work. Any help would be greatly appreciated.

Here is what my current one looks like on Twitch Alerts: http://i.imgur.com/zWWkKK9.jpg
Here is the link for my animation: http://i.imgur.com/mjSZPKo.gif
And below is my CSS for my donation notification..

Also, I was wondering if there is a way to switch both my notification to a font I have on my computer....not one that's on google fonts?
This is the font I use for my whole channel...including my overlays: http://www.dafont.com/ethnocentric.font

Code: [Select]
#donor-notification {
width: 600px !important;
height: 500px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/jo9NKPy.gif') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
background-position-x: center !important;

}


#donor-notification .header {
position: absolute !important;
visibility: hidden !important;
}

#donor-notification .streamname {
visibility: hidden !important;
}

#donor-notification .message {
font-size: 20px !important;
font-family: Orbitron !important;
color: #ffffff !important;
max-width: 600px !important;
text-shadow: 3px 3px 1px #000 !important;
margin-left: auto !important;
margin-right: auto !important;
}
#donor-notification .amount {
font-size: 26px !important;
font-family: Orbitron !important;
font-weight: normal !important;
text-shadow: 3px 3px 1px #000 !important;
color: white !important;
}
#donor-notification .donor {
font-size: 26px !important;
font-family: Orbitron !important;
font-weight: normal !important;
text-shadow: 3px 3px 1px #000 !important;
color: white !important;
}
#donor-notification .donor:after {
content: ' donated ';
}
#donor-notification .title {
padding-top: 314px !important;
margin-left: 0px !important;
width: 100% !important;
float: left !important;
text-align: center !important;
}

3
Custom Notifications / Custom Donation Notification
« on: September 21, 2014, 05:25:33 AM »
I tried with the help of a friend to make my own CSS for the donation notification but failed at it because I'm still new to the Deep Bot CSS. If anyone could help me with this, I would be grateful.

Here is what my notification looks like in Twitch Alerts: http://i.imgur.com/XlY0WiV.jpg

I want the text placement the same, with the Orbitron font in white with the black drop shadow but not sure how to do it.

Here's my animation/image: http://i.imgur.com/jo9NKPy.gif

4
Help/Support / Still no donation options after 2 weeks.
« on: September 20, 2014, 08:30:37 PM »
I set up my paypal to auto donate $5 every month more than 2 weeks ago and sent the necessary PM on the forums with the info needed and I still don't have any donation option or donation page. While I really enjoy the bot and don't mind supporting the continued development, I would like to be able to use the VIP features I'm donating for. Any idea when I can expect this to be set up?

Pages: [1]