July 7 2026 build
Jump to navigation
Jump to search
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