Difference between revisions of "Parcel Thermostat"

From Alienum Evolution
(Created page with "The parcel thermostat allows the parcel owner to change the temperature in the parcel at different levels. This means, you can have different temperatures for your skyboxes....")
 
Line 1: Line 1:
 
The parcel thermostat allows the parcel owner to change the temperature in the parcel at different levels. This means, you can have different temperatures for your skyboxes.
 
The parcel thermostat allows the parcel owner to change the temperature in the parcel at different levels. This means, you can have different temperatures for your skyboxes.
  
This thermostat requires that the owner of the thermostat is the owner of the parcel, or it will not work. This requirement comes from the LSL functions we used on it, but also is a security feature, preventing that people that isn't the owner of the parcel rezz thermostats and overlap the settings.
+
This thermostat requires that the owner of the thermostat is the owner of the parcel, or it will not work. This requirement comes from the LSL functions we used on it, but also is a security feature, preventing that people that isn't the owner of the parcel rezz thermostats and overlap the settings. And only one parcel thermostat is allowed in a parcel.
  
 
To setup the parcel thermostat, you need to add levels with their temperatures to it, to a maximum of 8 levels. The required height is the height in meter where the level starts, and it will end at the start of next level (or SL sky limit if there isn't a level above).
 
To setup the parcel thermostat, you need to add levels with their temperatures to it, to a maximum of 8 levels. The required height is the height in meter where the level starts, and it will end at the start of next level (or SL sky limit if there isn't a level above).

Revision as of 13:53, 8 October 2021

The parcel thermostat allows the parcel owner to change the temperature in the parcel at different levels. This means, you can have different temperatures for your skyboxes.

This thermostat requires that the owner of the thermostat is the owner of the parcel, or it will not work. This requirement comes from the LSL functions we used on it, but also is a security feature, preventing that people that isn't the owner of the parcel rezz thermostats and overlap the settings. And only one parcel thermostat is allowed in a parcel.

To setup the parcel thermostat, you need to add levels with their temperatures to it, to a maximum of 8 levels. The required height is the height in meter where the level starts, and it will end at the start of next level (or SL sky limit if there isn't a level above).

Let's see how the thermostat in the game's main sim was configured. It has the following levels:

  • First level starting at 0 meters with temperature of 18C. This is the temperature under the water.
  • Second level starting at 21 meters with temperature of 23C, that covers the entire land until the height of the next level.
  • Third level starting at 878 meters with temperature of 20C
  • Forth level starting at 1147 meters with temperature of 40C

So, if you are in a skybox at 900 meters (that is one of the forests), your HUD will read the temperature of 20C.

[explain steps tp configure]