Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

YeahMaybe

39
Posts
331
Followers
A member registered Jun 01, 2022 · View creator page →

Creator of

Recent community posts

Apologies, I had that code for it, but then testing showed that it easily glitched, so I removed it and haven't returned to it since. I'll try to prioritize it soon.

For now, only solo and local multiplayer. No online capability in-game.

Translation support isn't something being worked on at this time, but I would like to have it in the future.

My first assumption would be that your Windows 11 didn't allow the game to generate those folders. But that would probably have required you to change your preferences, if ones exist for preventing programs from doing that; without knowing anything else, this hasn't been an issue for other Windows 11 users.

And you're experiencing this issue in version 0.4.13, or 0.4.13b? One of the minor updates in 0.4.13b was the removal of a limiter that erroneously made loud audio crusty. If you're having this in 0.4.13b, then I'll have to look into it.

Are you using older hardware? Also, did you test to see if the demo worked for you first, and if so, did the demo work while the full version does not?

Just to be clear, you're saying that the engine's ability to record audio fails when the audio output is 5.1 surround sound, yes? Is that completely detached from what kind of input device you use, or are there some mics that can/cannot function with that type of audio output?

I apologize for this. And you're right, the audio delay is a big issue. It's the next thing on my list to focus my attention to. I am only one person, and this is the first public release of the early access.

Part of the problem up to this point is that there's a baked-in audio delay of 0.13 seconds. With the current recorder/player, I can't change this value without breaking the entire thing (amateur move, I know). I have to rewrite it from scratch while keeping all its functionality with the rest of the game. It's not impossible, but it does take time. The goal is to have separate user-selectable delays both for the realtime recording, and for the dual-playback.

Would you be able to send an email report showing examples of these visual glitches, as well as details about device you're using to play the game?

It's the game's biggest bug at the moment. From what I can tell so far, the Record effect on the player microphone doesn't work when using 3rd party audio software in Windows, although it could be more than that.

The spectrogram and live mic don't use the Record effect, so they still work, but the Record effect is responsible for your audio playback and saving your performance.

Yes, currently the only random selection option is a uniform randomization, which means very large packs will get picked more. A planned feature is randomization based on picking packs instead, but it's one of many features that still need to be implemented.

It's an unfortunate common problem with new and small programs, as Windows flags it as "unknown software," though now I am curious if other people have a warning classifying it the same as yours. Even when I downloaded it myself off Itch while doing tests of the store page, launching my own game from that would have Windows give me a software warning.

That's actually a feature I've wanted, but only recently found a simple implementation for; so yes, I think I should be able to include that in an update soon.

An overhaul to the player pack structure is in the works to allow for different expressions, I actually posted about that on my dev twitter recently: https://x.com/YeahMaybeDev/status/1813055565133705537

As for animation, I would've done so already if it had support, but unfortunately the Godot Engine has no native support for animated image formats, so if I do manage something, it will have to be a work-around.

I just looked into it, and it was a stupid mistake--lacking an if statement on one line of code. I've just fixed it and updated the .exe with said update, so it should be seeing those .ogg files now.

It's been a thorn in my side, yes. So the problem persists when you use your OS's default audio? Can you specify your OS, audio driver, and mic?

What's weird is that the microphone must be working with my "Player" Godot audio bus itself, but apparently not the AudioEffectRecord and AudioEffectSpectrumAnalyzer instances on that bus.

(1 edit)

I've had reports of the Godot Engine not playing nice with some peoples' audio software. Do your mics use some kind of software as well, and what OS is it on? At least one person got it working by disabling their 3rd party software.

I'm very sorry that the mic settings aren't working properly. It's been frustrating, but I can only do so much when some of these are issues with the game engine itself.

The next big version (ver 0.5) will include a lot of QoL options with most customization being accessible in-game. Version 0.4 is clunky and rudimentary, but I knew that when I released it. Early access and all that, but I wanted 0.4 out for people now rather than wait until I finish 0.5.

It's possible I backport that option to 0.4 if I can find a sloppy quick fix for it, but I wouldn't count on it.

(1 edit)

Thank you for the video example, that makes it much easier to understand. I'll look into it straight away.

Edit: Unfortunately I am not able to replicate the issue on my PC, but I did revert a few changes to the waveform sampler that I suspect may be the cause. I've just updated both instances of 0.4.12 with this reversion in case it is the cause.

If this change doesn't fix it, let me know if Windows 0.4.11 has the same issue, and if not I'll compare the changes.

Hopefully I can diagnose why the Windows version has those issues, but great to hear that the Linux one has no glaring issues. Thank you for the comment.

When reviewing the Godot Engine's documented audio issues, I did come across one talking about issues caused by an audio player being active for an hour+, but hopefully the lag occurring after a while is something I'm not cleaning up in my code.

(1 edit)

Glad to hear the local multiplayer was worth the effort it took to implement in this version! Feedback can be submitted at 'feedback.yeahmaybe@gmail.com'

The reported Steelseries mics not working might be an issue with its audio software. Does the Tonor Q9 also have its own audio software? If so, that would demonstrate a pattern of either my code or the actual Godot Engine not playing well with these mics' software.

Unfortunately no, nor is there actually a way to test voice clip audio in the main game either, outside of playing a round. It's a feature I need to add in an update.

(2 edits)

Anyone's free to make their own community if they wish, especially since I'm not spearheading that. As long as nobody tries to claim that theirs is official, I say go for it.

Yet again, I thank you very much for your sleuthing. Proprietary audio software is of course something I have no experience with; I will have to consult the Godot community and find out if it's an issue with my code hopefully, and not a problem with the Godot Engine itself.

Thank you so much for taking time to investigate the issue. What you've reported is incredibly baffling though. So, if I've got this correct, all game audio works except the user voice playback, which will only play if you've chosen your speakers as the output device?

And the waveform appears for the voice clips, but not the user voice recording, but the user voice is actually recorded? That's the weirdest part, because the waveform sampling and user recording uses the exact same audio bus. ...what on Earth...

I have the game's defaults as a separate download, which shows the basic structure of pack files and what the names have to be. What kind of pack are you making? Are the names of your files the ones that the game looks for?

There was in fact an issue with the scoreblips in the studio, where the file type expected only WAV. This caused an error when I tested it with MP3. I've updated it to fix that--however, you said that you tried all audio formats and it didn't work for you, but WAV should've worked in that scenario. Does the new version 0.4.11 happen to fix it for you? If not, I'll have to try harder to find the cause.

I shall look into it as soon as I get home. That's strange that nothing plays, especially if it works in the menu. It's something dumb on my part, I'm sure. Thank you for the report.

(1 edit)

Thank you for catching that! Appears to be a bug from a late addition to my code that I wasn't even utilizing. I've just updated the download to version 0.4.10 which should (among other things) properly load your chosen host.

Getting 5/5 judges is intended to be difficult. The audio scorer is still a work in progress though, as sometimes close matches won't score as expected.

It's on the first page when you click Settings, in the top-middle of the screen.

My first suggestion is to check the length of your mp3 files. Are three of them longer than 5.5 seconds? The default settings don't allow clips longer than 5.5 seconds, but this can be increased up to 60.0 seconds


You're crazy! But I appreciate the support so much! I really hope I can diagnose the microphone issue.

I'm using Godot, which has support for exporting to Mac and Linux. It will be a matter of playtesting them in those environments, but I do expect to have support for all three major operating systems.

I wonder if it's a Windows 11 issue, but I certainly hope not. I'll see if I can't recreate the issue somehow.


Regarding the bug you mention, that I was easily able to recreate, and that's quite the bug! I'll get on hotfixing that, thank you.

(1 edit)

Well that's something I definitely need to fix! What exactly is the issue: your mic isn't among the input devices listed, or there's no audio input once you've selected your mic?

(1 edit)

Some enemies need some nerfs to specific attacks, but all-in-all I absolutely adore this game. You've done an excellent job with both the gameplay and the aesthetic.


One of the best aspects is trying new combinations; I won't make suppositions about how easy it is to add new gamemodes, but a custom mode where you pick level III classes and any items would be really fun for some broken gameplay against, say, a boss rush or such.


Honestly, right now the biggest thing I want is for hidden item achievements to be separated from hidden leaderboard achievements. I want to unlock the items and care very little about the leaderboards, so it sucks that I can only see three at a time and most of the time they're leaderboards I need to unlock in order to see the criteria for a new item.


Would rebuy for Steam or Switch, as others have said.