Search found 418 matches
- Tue Aug 12, 2025 11:05 am
- Forum: Not a bug
- Topic: [2.0.60] Programmable Speakers can skip 1 tick sounds
- Replies: 4
- Views: 230
Re: [2.0.60] Programmable Speakers can skip 1 tick sounds
Feel free to post findings from your experiments (maybe in the linked thread) but setting volume is limited by the audio latency in the same way as starting and stopping sound (any audio operation, really). Doing so every other tick (or more) should help but there will never be any guarantees about ...
- Mon Aug 11, 2025 7:51 pm
- Forum: Not a bug
- Topic: [2.0.60] Programmable Speakers can skip 1 tick sounds
- Replies: 4
- Views: 230
Re: [2.0.60] Programmable Speakers can skip 1 tick sounds
First thing, when I load your save, the speaker doesn't play the last note in the sequence regardless.
Otherwise, with sounds playing just one tick you're on the limit of our audio system latency limit. By default the audio is mixed in chunks of roughly ~11.6 ms and the audio thread is in no way ...
Otherwise, with sounds playing just one tick you're on the limit of our audio system latency limit. By default the audio is mixed in chunks of roughly ~11.6 ms and the audio thread is in no way ...
- Thu Aug 07, 2025 9:00 am
- Forum: Technical Help
- Topic: "Pre-Prepare" on time usage metrics taking up UPS
- Replies: 13
- Views: 592
Re: "Pre-Prepare" on time usage metrics taking up UPS
By default, the reading from disk is done in a separate thread.Jap2.0 wrote: Wed Aug 06, 2025 6:16 pm I assume you don't block a frame for that, though? (Especially on, say, a hard drive.)
- Wed Aug 06, 2025 10:09 am
- Forum: Technical Help
- Topic: "Pre-Prepare" on time usage metrics taking up UPS
- Replies: 13
- Views: 592
Re: "Pre-Prepare" on time usage metrics taking up UPS
This is not entirely accurate, music audio files are read from disk "on demand".Tertius wrote: Wed Aug 06, 2025 9:21 am The game isn't accessing the disk drive at all while it is just running. Only during load/save.
- Tue Jul 15, 2025 3:31 pm
- Forum: Ideas and Suggestions
- Topic: Option for Lingering Music
- Replies: 3
- Views: 224
Re: Option for Lingering Music
... the song from the previous surface will only take a few minutes at most anyway.
Lot of Space Age tracks are actually quite long.
In the Hidden Settings Menu you will find the option music-transition-fade-out-ticks
You probably want music-transition-delay-ticks (default is 480 ticks ...
- Mon Jul 14, 2025 10:44 am
- Forum: Technical Help
- Topic: [2.0.59] Crash while AFK
- Replies: 2
- Views: 245
Re: [2.0.59] Crash while AFK
The log indicates that the crash happened when the audio driver tried to handle the default audio device changing. Were you doing anything with your audio device(s) when the crash happened?
At the start of the log it also shows it had trouble opening the audio device in the first place. Your audio ...
At the start of the log it also shows it had trouble opening the audio device in the first place. Your audio ...
- Wed Jul 09, 2025 11:00 am
- Forum: Releases
- Topic: Version 2.0.59
- Replies: 8
- Views: 5897
Re: Version 2.0.59
I'm curious to know why the SA music, that was recorded in a professional modern sound studio just a couple years ago required remastering, like with classic music albums/records from decades ago?
It should mainly be volume normalization, some clean-ups and smaller tweaks.
It's not about ...
- Wed Jul 09, 2025 10:09 am
- Forum: Releases
- Topic: Version 2.0.59
- Replies: 8
- Views: 5897
Re: Version 2.0.59
Due to me messing up there is an entry missing in the changelog:
- Renamed "aquilo-4-hero" ambient-sound to "aquilo-3-hero", corresponding audio file was renamed as well.
- Thu Jul 03, 2025 12:12 pm
- Forum: Implemented mod requests
- Topic: Item sound path
- Replies: 2
- Views: 798
Re: Item sound path
Thanks for the suggestion,
Added "item-open", "item-close", "item-pick", "item-drop" and "item-move" SoundPath types.
for the next release, 2.0.59.
Added "item-open", "item-close", "item-pick", "item-drop" and "item-move" SoundPath types.
for the next release, 2.0.59.
- Wed Jul 02, 2025 11:34 am
- Forum: Implemented mod requests
- Topic: Item sound path
- Replies: 2
- Views: 798
Re: Item sound path
Sounds reasonable to me, I'll look into it.
- Tue Jul 01, 2025 2:50 pm
- Forum: Mods
- Topic: Extra Drumkit for programmable speaker music
- Replies: 7
- Views: 599
Re: Extra Drumkit for programmable speaker music
It will be easier to make the sound design in an 16-bit enviromnent in the future to put in the game, rather than doing so in 32-bit, and having this alteration sometimes noticeable at export or in game when starting with high quality sounds, i have already noticed on some vocals x).
Note that ...
- Mon Jun 30, 2025 2:01 pm
- Forum: Not a bug
- Topic: [Donion][2.0.58] Bots each repeat one sound in a loop
- Replies: 6
- Views: 668
Re: [Donion][2.0.58] Bots each repeat one sound in a loop
The probability is part of the working_sound definition so it doesn't affect the charging_sound.
Note that working sounds also loop when the probability is 1.0 (the default).
Note that working sounds also loop when the probability is 1.0 (the default).
- Mon Jun 30, 2025 12:26 pm
- Forum: Not a bug
- Topic: [Donion][2.0.58] Bots each repeat one sound in a loop
- Replies: 6
- Views: 668
Re: [Donion][2.0.58] Bots each repeat one sound in a loop
As to how to solve this I would suggest not using charging sound at all and keep only working sound with a probability.
- Mon Jun 30, 2025 10:31 am
- Forum: Not a bug
- Topic: [Donion][2.0.58] Bots each repeat one sound in a loop
- Replies: 6
- Views: 668
Re: [2.0.58] Bots each repeat one sound in a loop
I downloaded your mod and I have a guess what you might be experiencing.
The charging sound loops as long as the robot is charging so if you have a very short voice sound used as a charging sound (which you have) it will loop several times as the robot charges.
The charging sound loops as long as the robot is charging so if you have a very short voice sound used as a charging sound (which you have) it will loop several times as the robot charges.
- Mon Jun 30, 2025 9:34 am
- Forum: Not a bug
- Topic: [Donion][2.0.58] Bots each repeat one sound in a loop
- Replies: 6
- Views: 668
Re: [2.0.58] Bots each repeat one sound in a loop
I'm not sure I understand the problem you're describing since in the videos I can hear different sounds playing at different times.
Are you saying the problem is that sometimes the same variation of the sound plays multiple times in a row? This should not happen and as far as I can tell it doesn't ...
Are you saying the problem is that sometimes the same variation of the sound plays multiple times in a row? This should not happen and as far as I can tell it doesn't ...
- Tue Jun 24, 2025 11:02 am
- Forum: Resolved Problems and Bugs
- Topic: [Donion] [2.0.32] Vulcanus 7 soundtrack glitch
- Replies: 6
- Views: 1935
Re: [Donion] [2.0.32] Vulcanus 7 soundtrack glitch
The next release, 2.0.59, will include the cleaned up version of Vulcanus 7. The standalone OST should be updated soon as well.
- Mon Jun 23, 2025 9:38 pm
- Forum: Ideas and Suggestions
- Topic: Feature request: Shuffle mode / music based off surface on instead of surface in remote view
- Replies: 4
- Views: 424
Re: Feature request: Shuffle mode / music based off surface on instead of surface in remote view
No, it won't affect achievements.
- Mon Jun 23, 2025 8:41 pm
- Forum: Ideas and Suggestions
- Topic: Feature request: Shuffle mode / music based off surface on instead of surface in remote view
- Replies: 4
- Views: 424
Re: Feature request: Shuffle mode / music based off surface on instead of surface in remote view
There are also hidden settings for the music transition, for example setting music-transition-delay-ticks to some huge number will make it so that it will finish playing the current track.
- Mon Jun 23, 2025 8:38 pm
- Forum: Ideas and Suggestions
- Topic: Feature request: Shuffle mode / music based off surface on instead of surface in remote view
- Replies: 4
- Views: 424
Re: Feature request: Shuffle mode / music based off surface on instead of surface in remote view
It might be possible to tie it to the surface I am on, that way I do not have to manually adjust things so much? And can show the planets music off; as well as I can?
There is a ambient-music-based-on-physical-location hidden setting.
Having a mode where it plays tracks completely randomly is ...
- Mon Jun 23, 2025 11:47 am
- Forum: Won't fix.
- Topic: [Donion] [2.0.7] Sounds stop at some point, then freeze upon exit
- Replies: 9
- Views: 1272
Re: [Donion] [2.0.7] Sounds stop at some point, then freeze upon exit
I don't have any actions to take regarding this at the moment and it's likely we'll update SDL + SDL_Mixer before I'd make any progress on this. So moving this to Won't Fix.