Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

PNGTuber Plus

Get more out of your png tubing experience. · By kaiakairos

Idea/Suggestion for Costumes?

A topic by ChancyBelle created Oct 02, 2023 Views: 406 Replies: 6
Viewing posts 1 to 2

I recently got this app and was able to successfully make a PNGtuber with it and even added a clown nose and a few other toggle-able features.
I notice the app needs to be fully open and un-minimized for OBS to read it, which is fine - but I've been trying to program my twitch bots for something different than what Costumes was initially intended for - and I'm trying to see if it can be activate upon specific channel-point redeems to turn on/off costume bits.. but in order to do that, the app needs to be selected and THEN the number needs to be pressed manually, so it cannot do it without alt tabbing to the app and then having to find a script that will hit 0-9 for me and then alt-tab back..  it's fun but a little disrupting to do it manually and I know it's probably pretty niche and the costume bits weren't made to function like this  - but I know VEADOtube could change outfits from just mappable button presses, even when minimized. 
Is it even be possible to make PNGtuberPlus do something like this as well?

Also, is there a way to make the mic not reset to default mic every time it is opened? I looked through the list and saw something about "resetting the mic" but I think that's referring to refreshing something about the mic and not setting which mic it is using. 

Thank you for this wonderful program! I've been enjoying it!

I haven't tried it myself but have you tried running the PNGTuber application as administrator? You may have to do the same for OBS, but that's what usually causes my problems regarding OBS and streaming

I just opened both in administrator and tested that! This is actually the second time I heard this recommendation and - uh.. sorry, no - saddly it did not work.. I still have to be directly on PNGTuberPlus and have the application activated and selected in order to change outfits

(1 edit)

If you are on windows and don't mind installing AutoHotKey, I wrote a script that does this exactly. I'm planning on putting it up somewhere for people to download + some instructions

edit: oops, meant to reply to the base post. Haven't ever used itch before so idk how the site works yet lmao

I already made something like this days ago (but it uses HIDMacro in conjunction with AutoHotKey tho), I had posted it in a different thread. https://itch.io/t/3176759/costume-hotkeys-not-working-unless-window-is-active it already has some instructions and I plan to make a new community thread once I finish a video tutorial for it

Oh cool! Mine is just plain AutoHotKey. I did see yours but HIDMacro is unmaintained so I wanted to see if I could get it working with just AHK first.

Yeah I get it. When I made this I had zero knowledge about either if I'm being honest and it was made within a day. I realized a day or two before posting it that you can definitely do it all within AutoHotKey, but I decided to leave it as is because of: 

1. User-friendliness once everything is set up (i don't think people want to re-write code that they may not be familiar with every time they want to change a key press), 

2. Shortcuts being keyboard dependent (I know there's the AHKHID library, but I haven't been able to look into it in depth and I feel like that would add a lot more complexity to the end user to change/setup something), 

3. Laziness  :]  (main limiting factor if I'm being honest and why I didn't use Lua Macros instead)

4. (as a bonus) integration with other apps like streamer.bot (but that doesn't need the HIDMacros part tho)