July 7 2026 build: Difference between revisions
Jump to navigation
Jump to search
Elevator1512 (talk | contribs) Created page with "{{OB}}{{db}} This build introduces a new feature suggested by EG881, which is that the script errors that you're accustomed to are now mostly non-fatal, and the simulator now skips the problematic lines of code by default. When a script error is encountered, you'll have the choice of clicking OK or Cancel. OK keeps loading the building, while Cancel cancels the script load like before. Certain code errors are still fatal by default, primarily section errors. I hope this..." |
Elevator1512 (talk | contribs) mNo edit summary |
||
| Line 9: | Line 9: | ||
== See also == | == See also == | ||
*[[June 30 2026 build|Previous build]] | *[[June 30 2026 build|Previous build]] | ||
*Next build | *[[July 18 2026 build|Next build]] | ||
*[[Development Builds]] | *[[Development Builds]] | ||
== External links == | == External links == | ||
*[https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-7726-build/ | *[https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-7726-build/ Build: 7/7/26 build] | ||
[[Category:Development Builds]] | [[Category:Development Builds]] | ||
[[Category:2026 Builds]] | [[Category:2026 Builds]] | ||
Latest revision as of 17:58, 18 July 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 introduces a new feature suggested by EG881, which is that the script errors that you're accustomed to are now mostly non-fatal, and the simulator now skips the problematic lines of code by default. When a script error is encountered, you'll have the choice of clicking OK or Cancel. OK keeps loading the building, while Cancel cancels the script load like before. Certain code errors are still fatal by default, primarily section errors. I hope this change helps you make building code more easily.
Changelog:
- ScriptProcessor: make script errors non-fatal by default, and introduce a Cancel option to the modal error dialog to cancel script load (same as previous behavior).
- ScriptProcessor: made more errors non-fatal, and ensured that things such as section errors remain fatal
- Update .gitignore - Add .DS_Store files to the gitignore