August 29 2026 build
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 has a few fixes for issues that were reported. Parking Mode is now handled properly in the elevator's SameFloorArrival() function, which fixes an issue where the elevator would notify arrival if Inspection Mode was disabled and the elevator was leveled on a floor, and also the next trip after disabling Inspection Mode would not open the elevator doors. I've fixed an issue where the GoToRecallFloor() elevator function would cause the elevator doors not to open if on the recall floor in Fire Phase 1 mode, by making sure it uses AddRoute() if not leveled on the floor. I also fixed an issue where the active floor route would be deleted after an emergency stop in Fire Phase 1 mode, causing the elevator to stop instead of returning to the recall floor.
Changelog:
- SBS: added missing braces after Parking check block
- SBS: handle Parking Mode properly in SameFloorArrival()
- SBS: only open doors without an AddRoute() in GoToRecallFloor() if leveled on the recall floor
- SBS: don't automatically delete the active floor route after an emergency stop if in Fire Phase 1 mode