It would be nice to keep playing the current music for a while instead of immediately switching over to another planet's music. I often visit Vulcanus and then have to check something at home real quick and the music restarts twice which really besmirches both musical pieces.
Just have the music player wait for 30 seconds before putting on new record. That way a short look somewhere else won't jerk the music around.
The music is amazing btw. I look forward to reaching the rest of the planets.
[Wish] Added delay before switching over to another location's music in remote view
Moderator: ickputzdirwech
Re: [Wish] Added delay before switching over to another location's music in remote view
When switching surfaces the music transitions thusly: fade out of the current tracks, pause (silence), fade in of a new track.
The duration of each step is controlled by utility constants, so a mod could change them. For example with increased fade out duration the music wouldn't restart twice if you go back to the first planet quick enough.
But I recognize this is not exactly what you're asking for. I will consider adding a timeout step before the fade out (probably with zero duration by default, so you would still need to modify it). The current way was chosen as a compromise between immediate feedback of switching surfaces and too many music changes when switching surfaces quickly and often.
The duration of each step is controlled by utility constants, so a mod could change them. For example with increased fade out duration the music wouldn't restart twice if you go back to the first planet quick enough.
But I recognize this is not exactly what you're asking for. I will consider adding a timeout step before the fade out (probably with zero duration by default, so you would still need to modify it). The current way was chosen as a compromise between immediate feedback of switching surfaces and too many music changes when switching surfaces quickly and often.
Re: [Wish] Added delay before switching over to another location's music in remote view
Oh wow, thank you for reading my suggestion. The changes sound good and a corresponding mod should be doable.
"I'm somewhat of a coder myself!"
"I'm somewhat of a coder myself!"
Re: [Wish] Added delay before switching over to another location's music in remote view
I heavily second this wish. Currently, once you leave Nauvis, you truly just can't listen to music, because you need to constantly switch between locations. Not only you just can't enjoy otherwise nice music, it begins to distrub you or make even angry Like, you switch to one place, the music started to play and already caught your attention or even started to carry away with corresponding mood. But you then quickly switch to the platform to just press ESC if you were in remote view, and that's it. The music got interrupted which does not add joy.
I would consider this topic as a possible solution: viewtopic.php?f=6&t=119140.
Or even better: let us explicitely chose which theme to play once the corresponding area has been discovered.
I also believe it should be fixed in vanilla SA, and not by mods, even tho they may add some more advanced controls. That is because from my POV currently all the efforts spent on creating this music look like worthless, because at least I personally had to switch the music off, unfortunately.
PS. I think I found a partial workaround/lifehack for myself. We can make a bind to pause the music (unbound by default). And while it is paused, you can switch to another view, and once back - resume the playback. This is definitely not a solution, but at least it partially helps me now
I would consider this topic as a possible solution: viewtopic.php?f=6&t=119140.
Or even better: let us explicitely chose which theme to play once the corresponding area has been discovered.
I also believe it should be fixed in vanilla SA, and not by mods, even tho they may add some more advanced controls. That is because from my POV currently all the efforts spent on creating this music look like worthless, because at least I personally had to switch the music off, unfortunately.
PS. I think I found a partial workaround/lifehack for myself. We can make a bind to pause the music (unbound by default). And while it is paused, you can switch to another view, and once back - resume the playback. This is definitely not a solution, but at least it partially helps me now
- Stringweasel
- Filter Inserter
- Posts: 411
- Joined: Thu Apr 27, 2017 8:22 pm
- Contact:
Re: [Wish] Added delay before switching over to another location's music in remote view
+1 on this so much. Adding a delay before the music changes. Can be short, 5 or 10 seconds. Ideally allowing it to be modded.
I begin to dread changing surfaces just to copy something because it stops and starts my music. Especially if I'm getting in the groove of building Vulcanus things with cool Vulcanus music, need to check something on a different planet that takes 3 seconds, and BAM, mood is gone.
I begin to dread changing surfaces just to copy something because it stops and starts my music. Especially if I'm getting in the groove of building Vulcanus things with cool Vulcanus music, need to check something on a different planet that takes 3 seconds, and BAM, mood is gone.
The whole screen changing colour to a planet with different colour schemes and a different factory is a whole lot of feedback alreadyThe current way was chosen as a compromise between immediate feedback of switching surfaces
Alt-F4 Author | Factorio Modder
My Mods: Hall of Fame | Better Victory Screen | Fluidic Power | Biter Power | Space Spidertron | Spidertron Dock |Weasel's Demolition Derby
Official Contributor to Space Exploration
My Mods: Hall of Fame | Better Victory Screen | Fluidic Power | Biter Power | Space Spidertron | Spidertron Dock |
Official Contributor to Space Exploration
Re: [Wish] Added delay before switching over to another location's music in remote view
Currently I'm thinking a delay of 5-10 seconds before a music transition starts and moving the duration definitions from utility-constants.lua to hidden sound settings.
Re: [Wish] Added delay before switching over to another location's music in remote view
For 2.0.21 (the next release) I've added a delay before music transition happens, it's 8 seconds by default.
The duration of each music transition stage is configurable using hidden sound settings
The duration of each music transition stage is configurable using hidden sound settings
Code: Select all
music-transition-delay-ticks
music-transition-fade-out-ticks
music-transition-pause-ticks
music-transition-fade-in-ticks