April 15 2023 build

From Skyscraper Wiki
Jump to navigation Jump to search

This build is a minor update over the last one, and mainly has some important bugfixes for Destination Dispatch mode. I'm still thinking about making a separate letter indicator object for the DD elevators, and also maybe a keypad entry system. Right now the Triton Center is using DirectionalIndicators for the letter IDs, but those don't support sound and the script parameters are excessive.

I'd love to hear any ideas or suggestions, and the last build post had some contributed code which helps out a lot too.

Changelog:

  1. Added mention of XX indicator value
  2. Fix for elevator ID parameter, was breaking IdleSound parameter
  3. Fixed an issue where the check in GetArrivalDirection() would check the same floor, in this case, use the queue direction if still active
  4. Fixed a major issue with FindClosestElevator() - elevators are array index, not elevator number, this was causing some elevator selection issues
  5. Report indicator error in more situations, and centralize code
  6. The default elevator ID should be the number of the elevator

See also[edit | edit source]

External links[edit | edit source]