Changes

Jump to navigation Jump to search
428 bytes added ,  17:18, 12 March 2023
Line 15: Line 15:     
You can also add an optional '''FloorType''' record to floor materials, with the value set to either '''Wood''', '''Ceramic''', '''Carpet'''(default) or '''Concrete''', which changes which footstep sound effects to use when employees walk over the floor.
 
You can also add an optional '''FloorType''' record to floor materials, with the value set to either '''Wood''', '''Ceramic''', '''Carpet'''(default) or '''Concrete''', which changes which footstep sound effects to use when employees walk over the floor.
 +
 +
You can also add up to 8 color presets, that makes it easier for the player to pick colors. Just add a list of lists of up to 2 colors each, e.g. '''Presets [ [ "#FF0000"; "#00FF00" ]; [ "#0000FF"; "FF00FF" ] ]'''
    
Finally, to control the second color the player can choose you can either add '''SecondaryColorEnabled False''' or '''SecondaryColorEnabled True''' and '''ForcedSecondaryColor #FF00FF'''.
 
Finally, to control the second color the player can choose you can either add '''SecondaryColorEnabled False''' or '''SecondaryColorEnabled True''' and '''ForcedSecondaryColor #FF00FF'''.
Line 55: Line 57:  
  '''FloorType''' <span style="color:blue">Ceramic</span>
 
  '''FloorType''' <span style="color:blue">Ceramic</span>
 
  '''SecondaryColorEnabled''' <span style="color:blue">True</span>
 
  '''SecondaryColorEnabled''' <span style="color:blue">True</span>
 +
'''Presets'''
 +
[
 +
[ <span style="color:blue">"#FF0000"</span>; <span style="color:blue">"#00FF00"</span> ]
 +
[ <span style="color:blue">"#FFFF00"</span>; <span style="color:blue">"#00FFFF"</span> ]
 +
]
 
  }
 
  }
  

Navigation menu