March 23 2024 build: Difference between revisions

From Skyscraper Wiki
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...")
 
Line 10: Line 10:
== 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]]



Revision as of 12:49, 1 May 2024

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:

  1. Relocated wxWidgets GUI classes into their own folder, to clean up the frontend source file layout
  2. Updated email address
  3. Added support for separate elevator music files for the up and down directions, via the MusicUp and MusicDown parameters
  4. Added an always-on mode for elevator music, for a more realistic effect, via the MusicAlwaysOn parameter
  5. 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
  6. Fix include for Windows builds

See also

External links