Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Christina K

86
Posts
188
Followers
A member registered Jan 26, 2021 · View creator page →

Creator of

Recent community posts

(1 edit)

Deck Hopper listens to pointer events on Windows devices, and to touch events on mobile devices. There’s no touch and hold event it natively listens to. So, if the context menu is popping up, that’s because Windows is telling it to register it as a right click button. I’m not sure how I’d go about disabling it without preventing the whole context menu from showing up.

Thanks for clarifying that!

Oh, maybe I’m misunderstanding then. Is this only enforced for game assets? Because when I navigate to my project settings, I see the following:

image.png

Thanks for your response! I still think including code under this policy doesn’t make practical sense, considering the current state of software development.

Considering that almost every dev today uses AI tools like Copilot, even generating a single function with Copilot would require us to use the AI tag, according to your reply. It basically means that almost every project will need the AI tag.

This makes is less useful for anyone wanting to filter content based on AI usage, since many users do not understand the difference between Github Copilot which is used as an efficiency tool, and something like Midjourney where it’s being used to generate full assets like artwork.

This will lead to either:

  • Devs not being honest about using AI
  • Overusing the AI tag where 90% of projects are marked as AI which kind of misses the point because filtering out AI will return very few results

Does this apply to GitHub Copilot as well? I don’t think code should be part of this policy. Nearly every software developer uses AI tools now - whether for code completion, debugging, or generating boilerplates. It’s simply an efficiency tool.

Hey, thanks so much for your review and comment! Great tip with the Edge browser, too :)

(1 edit)

Hi, you can install it as any other SAMMI extension: https://sammi.solutions/extensions/install

Hello, there’s a speaking variable that you can check if it’s true (=speaking) or false (=not speaking).

Hey there. Yes it does. It’s just a simple SAMMI trigger and one command to pull the sub message to send it to the TTS. Super simple to add!

Hi, thanks for your feedback. You can always request a custom modification via a commission, and I can check whether the API supports it. Cheers!

Hi, that’s correct. It would need some custom modifications to be able to do that. Please reach out to me on Discord if you’re interested in that!

Hey there, the audio comes from your docked Bridge, but you could run Bridge in a browser outside of OBS instead, too, and then the audio would come directly from your browser. I’m planning on releasing an updated version though, where you’re going to be able to change the audio source more easily.

Hi, Can you make sure you’re on the latest version of OBS, you’re using OBSWS 5 in SAMMI to connect to OBS (not OBSWS 4.9 or auto), and that all the plugins are updated:

OBS Shader Filter: version 1.21^ Source Clone: version 0.1.3^ Move Transition: version 2.4.4^

Other than that, I’m not sure, as I’m not able to replicate any of it on my side with the latest OBS version. We have SAMMI Discord server where we can help you further: https://discord.gg/dXez8Zh.

Cheers!

Unsure why it didn’t work the first time. Glad it’s resolved, though!

Hi, did you register first?

Hey, that’s great news! Happy it works!

No worries, I understand your frustration, I’m sure we can figure it out! Please go ahead and create the post in our Discord server.

I just tested it again with a completely new app yesterday that’s in development mode, and it worked for me without issues.

image.png

Is it possible you perhaps didn’t copy paste the correct thing? SAMMI asks only for the two values that are returned on the webpage, credentials and refresh token. I also recommend using the ‘Copy’ button to copy it to clipboard rather than selecting and copying it manually.

Thanks for your input, Ron0x! Just a quick note, I’ve just updated the setup page, adding the latest text and screenshots. This should make it easier for new users to navigate the app creation process and access their credentials. Cheers!

image.png

Hi there! I’m really sorry to hear about the issues you’re facing. This extension has been around for over two years and is actually one of my most popular ones, without any similar issues reported previously. There might be something unique in your setup causing the problem. I’d recommend checking out our Discord server at https://discord.gg/dXez8Zh. You can create a new post in the extensions channel, we have a very helpful community. As for the refund, you’ll need to reach out to Itch support as Itch doesn’t provide me with tools to refund you myself. Hope this helps!

Hey! Thanks for reporting it, that looks like an Itch bug, as everything I uploaded looks good on my side. Glad you were able to grab it though!

That’s a cool workaround! I’ve toyed with the idea of fetching the url from the Lyrics button and then showing it as overlay in OBS, but there were some other issues with it, plus it doesn’t have less known songs like Spotify does.

Hi! I’ve looked into grabbing lyrics before (i.e. use the same service Spotify is using), but it was rather challenging, and all services were paid. The free versions were buggy, or they’d return only a part of the lyrics and force you to pay for full version. If that changes in the future, I’ll consider adding it though. Thank you for your support!

You do not need a playlist for SR anymore. That was an older extension version. It now uses your queue :) Thank you for purchasing and enjoy!

Apologies, I didn’t see the comment as I was on a vacation. It does not use a moderation API.

I see, thanks for confirming! Unfortunately, I’m not able to troubleshoot it further as I haven’t been able to reproduce it myself. Please create a new post in #extensions channel on our Discord server https://discord.gg/dXez8Zh. It will help if you can record your screen showing how you use the extension, including triggering the SR button and how it gets added to the queue. Thanks!

Are you on the latest version?

The extension only adds the track to the queue once when requested, it uses the official Spotify API endpoint for that. However it’s possible Spotify does not know how to go back to the previously played playlist once it’s added to the queue. I would suggest trying to add a track that’s not in your playlist manually to the queue and see if the same happens.

IF the Spotify queue shows the requested songs but they don’t play, that’s likely a problem with Spotify - is it possible they might not be available for your region maybe?

Sent friend request.

Hi, this is normal and it’s explained in the setup guide:
You can restrict your bot to only see certain channels (by editing the channels and restricting it from seeing them), otherwise it will be relaying messages from all the channels it can see on your server.

hey hey! you need to create the puzzle first and every time after if you want to change the row/column amount. ‘Start Game’ only initializes already created puzzle if that makes sense :)

Welcome!

You could make an array of all blacklisted song names in your Spotify INIT button so it’s initiated as soon as it runs. Then in your SR button the requested song name will be saved in a variable called ‘trackName’. You could use Array Find command to check whether the trackname is in the array of all blacklisted songs before adding it to the queue. That would be on line 67, before the ‘Add the Track to queue’ command. Hope that makes sense! If you need any further help, feel free to join our Discord at https://discord.gg/dXez8Zh :)

You as well! :)

Hey tzantzarel! You’re correct, thank you for reporting that and apologies for any confusion it caused :) https://christinak.itch.io/sammi-spotify/devlog/501804/clipboard-bug-fixed

(1 edit)

Hi Yagax, Thanks for reaching out! Sorry to hear the extension doesn’t work.

First things first, have you followed the setup guide at https://sammi.solutions/extensions/audio/spotify#pills-setup ?

And could you give me a bit more detail about what doesn’t work exactly? You can open a new post in our Discord server at https://discord.gg/dXez8Zh , I’ll be happy to troubleshoot it for you.

If you wish to proceed with the refund, please contact Itch directly at https://itch.io/support, as there’s no way for me to do that. Thanks!

Hey! Glad to hear it’s working now. Sorry, currently there are no plans to release a similar relay for YouTube. The reason is that there are rate limits for how many messages can be sent out in YouTube Chat and all SAMMI users share the quota, so relaying messages would not be a good idea and something I encourage in the first place. Hope that makes sense! :)

There is some delay as there are restrictions on how many messages it can send. But it should be maybe 2-3 seconds, not 10, unless you’re sending lots of messages. That said, Discord has been behaving a bit odd lately, so it might just be delayed on their side.

Hi, please download the newest version of the extension (the latest uploaded.sef file) that uses Spotify Queue instead of Spotify Song Request Playlist. You will need to replace your deck fully, but it’s generally more reliable and easier to use.

Huh, weird! Maybe it wasn’t grabbing and passing the token to Twitch properly for some reason. Glad you were able to get it working though, and thank you as well!

Hi Pixie! You don’t have to fill out the Discord Server ID at all. That’s only used for emojis. If it’s erroring out, you might be giving it the wrong Discord Bot Token or Twitch Username. Make sure you follow this guide (especially the part regarding grabbing the bot token). https://sammi.solutions/extensions/social/discord-relay#pills-setup. Also, in your Open Relay button make sure you checked ‘Discord Trigger’. Hope that helps1