April 29 2024 build: Difference between revisions

From Skyscraper Wiki
Jump to navigation Jump to search
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{legit}}{{db}}
This build mainly has a partial revamping of the script interpreter, which was prompted by some parameters not working with math calculations.  Since the script interpreter has been changed, more testing needs to be done to make sure nothing broke, so far a number of buildings are working fine with it.  There's also a new Texture Manager dialog window, which lets you view the currently loaded textures and information about them.  I've wanted to add a texture preview to that window, but currently am not sure how to do it, you can export the texture though to a file.  The CallButtonElevators command now supports ranges properly.
This build mainly has a partial revamping of the script interpreter, which was prompted by some parameters not working with math calculations.  Since the script interpreter has been changed, more testing needs to be done to make sure nothing broke, so far a number of buildings are working fine with it.  There's also a new Texture Manager dialog window, which lets you view the currently loaded textures and information about them.  I've wanted to add a texture preview to that window, but currently am not sure how to do it, you can export the texture though to a file.  The CallButtonElevators command now supports ranges properly.


Line 47: Line 48:


<big>'''Changelog:'''</big>
<big>'''Changelog:'''</big>
#Add support for calculations of parameters before the equals sign, add more support for parameter calculations, and added the GetBeforeEquals() and GetRange() functions to simplify code.  CallButtonElevators now supports ranges properly, matching the script guide.
#Add support for calculations of parameters before the equals sign, add more support for parameter calculations, and added the GetBeforeEquals() and GetRange() functions to simplify code.  CallButtonElevators now supports ranges properly, matching the [[Help:Design Guide|script guide]].
#Began work on revamping script interpreter, use StartsWithNoCase() function instead of manual string checks
#Began work on revamping script interpreter, use StartsWithNoCase() function instead of manual string checks
#new Texture Manager dialog
#new Texture Manager dialog
Line 59: Line 60:


== External links ==
== External links ==
* [https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-042924-build/ New build: 4/29/24 build on the Skyscraper Simulator Forum]
* [https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-042924-build/ Build: 4/29/24 build on the Skyscraper Simulator Forum]
[[Category:Development Builds]]
[[Category:Development Builds]]
[[Category:2024 Builds]]
[[Category:Alpha 12 builds]]
[[Category:Alpha 12 builds]]

Latest revision as of 14:57, 1 September 2024

This article is legitimate.
It contains good-faith information, such as an existing building or content.
This article describes a development build of Skyscraper Simulator.
It contains good information related to Skyscraper Simulator.

This build mainly has a partial revamping of the script interpreter, which was prompted by some parameters not working with math calculations. Since the script interpreter has been changed, more testing needs to be done to make sure nothing broke, so far a number of buildings are working fine with it. There's also a new Texture Manager dialog window, which lets you view the currently loaded textures and information about them. I've wanted to add a texture preview to that window, but currently am not sure how to do it, you can export the texture though to a file. The CallButtonElevators command now supports ranges properly.

Detailed Changes:

supports calcs before equal sign:

Elevator Cars: openspeed doortimer quickclose nudgetimer slowspeed manualspeed opensound closesound nudgesound chimesound upchimesound downchimesound earlyupchimesound earlydownchimesound doorsensor

General Commands: shaftshowfloors shaftshowinterfloors shaftshowoutside showfullshaft stairsshowfloors showfullstairs

supports calcs for parameters: elevators (controller) fireservice1 fireservice2 servicedfloors group (floors) rotation (globals) timescale (globals) coordinates (globals) camerarotation (globals) cameradirection cameraposition invalidinput callbuttonelevators id (elevator)

Changelog:

  1. Add support for calculations of parameters before the equals sign, add more support for parameter calculations, and added the GetBeforeEquals() and GetRange() functions to simplify code. CallButtonElevators now supports ranges properly, matching the script guide.
  2. Began work on revamping script interpreter, use StartsWithNoCase() function instead of manual string checks
  3. new Texture Manager dialog
  4. Added support for texture dependency counts, the Texture Manager dialog will now unload textures when the related dependency count is 0
  5. Report when unloading textures and materials
  6. Export mipmaps to image, fixes image exporting/saving function

See also[edit | edit source]

External links[edit | edit source]