March 23 2024 build: Difference between revisions
Jump to navigation
Jump to search
Created page with "This build adds the elevator car parameters '''MusicUp''' and '''MusicDown''' for playing separate up and down music files. The new '''MusicAlwaysOn''' parameter for elevator cars also, should improve realism by continuously playing the elevator music instance with the volume at 0, and then setting the volume to full when the music is supposed to be heard, this is so that the music will continue realistically when you enter the elevator. The '''MessageOnMove''' paramet..." |
MelvinMan10 (talk | contribs) mNo edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{OB}}{{db}} | |||
This build adds the elevator car parameters '''MusicUp''' and '''MusicDown''' for playing separate up and down music files. The new '''MusicAlwaysOn''' parameter for elevator cars also, should improve realism by continuously playing the elevator music instance with the volume at 0, and then setting the volume to full when the music is supposed to be heard, this is so that the music will continue realistically when you enter the elevator. The '''MessageOnMove''' parameter changes the elevator directional messages so that they play when the elevator starts moving, instead of when the doors fully open. | This build adds the elevator car parameters '''MusicUp''' and '''MusicDown''' for playing separate up and down music files. The new '''MusicAlwaysOn''' parameter for elevator cars also, should improve realism by continuously playing the elevator music instance with the volume at 0, and then setting the volume to full when the music is supposed to be heard, this is so that the music will continue realistically when you enter the elevator. The '''MessageOnMove''' parameter changes the elevator directional messages so that they play when the elevator starts moving, instead of when the doors fully open. | ||
Line 10: | Line 11: | ||
== See also == | == See also == | ||
*[[March 12 2024 build|Previous build]] | *[[March 12 2024 build|Previous build]] | ||
*Next build | *[[April 29 2024 build|Next build]] | ||
*[[Development Builds]] | *[[Development Builds]] | ||
== External links == | == External links == | ||
* [https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-32324-build/ | * [https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-32324-build/ Build: 3/23/24 build on the Skyscraper Simulator Forum] | ||
[[Category:Development Builds]] | [[Category:Development Builds]] | ||
[[Category:2024 Builds]] | |||
[[Category:Alpha 12 builds]] | [[Category:Alpha 12 builds]] |
Latest revision as of 00:06, 22 May 2025
It contains only the files in SVN, and can be safely downloaded to your computer. |
It contains good information related to Skyscraper Simulator. |
This build adds the elevator car parameters MusicUp and MusicDown for playing separate up and down music files. The new MusicAlwaysOn parameter for elevator cars also, should improve realism by continuously playing the elevator music instance with the volume at 0, and then setting the volume to full when the music is supposed to be heard, this is so that the music will continue realistically when you enter the elevator. The MessageOnMove parameter changes the elevator directional messages so that they play when the elevator starts moving, instead of when the doors fully open.
Changelog:
- Relocated wxWidgets GUI classes into their own folder, to clean up the frontend source file layout
- Updated email address
- Added support for separate elevator music files for the up and down directions, via the MusicUp and MusicDown parameters
- Added an always-on mode for elevator music, for a more realistic effect, via the MusicAlwaysOn parameter
- Added MessageOnMove elevator car parameter, which if set to true, has the up/down directional messages play when the elevator starts moving instead of when the doors open fully
- Fix include for Windows builds