August 8 2026 build: Difference between revisions
Elevator1512 (talk | contribs) Created page with "{{OB}}{{db}} This build has a new feature, and a bugfix. The new feature is the addition of the RopeOffset elevator parameter, which allows you to extend the rope upwards more in order to make more realistic elevator motors. The wrong way to do it is to raise up the MotorPosition value, but what you should do is keep the MotorPosition on the level of the machine room floor, and use the new RopeOffset parameter to extend the rope upwards to connect to the motor. The fix i..." |
Elevator1512 (talk | contribs) mNo edit summary |
||
| Line 10: | Line 10: | ||
== See also == | == See also == | ||
*[[July 18 2026 build|Previous build]] | *[[July 18 2026 build|Previous build]] | ||
*Next build | *[[August 13 2026 build|Next build]] | ||
*[[Development Builds]] | *[[Development Builds]] | ||
== External links == | == External links == | ||
*[https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-8826-build/ | *[https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-8826-build/ Build: 8/8/26 build] | ||
[[Category:Development Builds]] | |||
[[Category:2026 Builds]] | |||
Latest revision as of 23:02, 13 August 2026
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 new feature, and a bugfix. The new feature is the addition of the RopeOffset elevator parameter, which allows you to extend the rope upwards more in order to make more realistic elevator motors. The wrong way to do it is to raise up the MotorPosition value, but what you should do is keep the MotorPosition on the level of the machine room floor, and use the new RopeOffset parameter to extend the rope upwards to connect to the motor. The fix is the increase of the number of sounds that can be allocated by the sound system, previously Skyscraper could only support 64 sounds maximum, and now it's been increased to 256, with the amount configurable in the INI file. Hopefully this works well, it should solve issues with some sounds not working properly when using Random Activity mode.
Changelog:
- SBS: added elevator rope offset parameter, and RopeOffset script parameter
- Added comment about the default RopeOffset value
- SBS: added INI file option to change the maximum number of FMOD software sound channels
- SBS: moved sound system initialization out to separate function, so that the startup banner continues to display properly