KONE Monospace 500 - Update Log

This log will be updated as the Monospace 500 is updated

GROUP: KONE USA and Canada - Roblox
PRODUCTS: Purchase Centre - Roblox
DEVELOPER DOCUMENTATION: https://wiki.triangulr.cloud/doku.php?id=start
TERMS OF USE: https://devforum.roblox.com/t/kone-monospace-500-terms-of-use/206866

Please note:

  • By using any parts / assets / etc. from our products on third party assets, we’ll most likely permanently blacklist you from our services and other partnered groups as an initiative to stop asset stealing

12/22/18


  • Added LED functioning for buttons (LED can now be separate from the button part)
    1. Simply make a part in a button model named “LED” and the controller should detect it
  • HttpService optimization, core now only requires one request to find your license instead of for every elevator
  • New configuration setting: [“INDICATOR_BEEP_ON_HIT_LANDING_FLOOR”]
    1. Simply make a configuration entry in ELEV_CONFIG: “[“INDICATOR_BEEP_ON_HIT_LANDING_FLOOR”] = true,”

12/3/18


CORE:

  • New object welding option available, welds objects such as vehicles, cargo, and more!
    1. Simply reinsert the model from the toolbox or add a variable in WELD_SETTINGS: [“WELD_OBJECTS_ON_MOVE”] = true
  • Weld region expanded to twice the height in the elevator car
  • Elevator takes less time to to start moving

POLARIS:

  • The Polaris system now adapts to elevator service states! For example, the system will know that one elevator is on fire service so the system will make up for that car
  • Font conversion reverted as it slows down Roblox servers significantly
  • The system no longer requires numbers to be on elevator models in the ELEVATORS model, therefore you can now make your own custom elevator labeling

12/1/18


  • Doors
    1. “DU” (Upwards Door) and “DD” (Downwards Door) have been added
    2. You may now add delays to opening and closing doors (value(s) must be in a door pair)
      a. DELAY_UNTIL_OPEN (NumberValue)
      b DELAY_UNTIL_CLOSE (NumberValue)
  • License checking with the webhost has been added to go with the paid beta of MonoSpace 500
  • Legacy elevator loading format deprecated

11/25/18


  • More API events have been added as well as documentation
    1. MOTOR
    2. ELEV_MOVING
    3. ON_DIR_CHANGE
    4. ON_FLOOR_CHANGE
    5. ON_QUEUE_DIR_CHANGE
    6. ON_LEVELING_STATE
  • Major leveling issues fixed
  • Extended chime customization
  • Added support for car motor sounds
  • Controller more optimized for server
  • Controller now uses spawn(function() end), which should fix issues of the elevator not responding after a map regen

11/17/18


  • Fixed most (if not, all) queue directional issues
  • Smoother linear leveling system
    1. As a result, the STOP_INCREMENT variable in the elevator configuration is now deprecated
    2. Also as a result, classic leveling may react differently
  • New legacy values have been added for those who want an easy way to reuse their old elevator motor scripts, etc.
    1. DIRECTION
    2. QUEUE_DIRECTION
  • Fixed issue where if pre-floor on startup was enabled, floor values would not change on startup stage
  • Removed Herobrine

11/15/18


  • Fixed issue where elevator would sometimes go on “U” queue direction on the highest floor or “D” on the lowest
  • Fixed issue where you cannot place a call right after the car leaves the landing floor
  • Network / server optimization, now uses game:GetService(“RunService”).Stepped:wait() instead of wait() and complex parenting
  • Voice module will now play floor number on level if enabled and defined in the configuration script instead of just the queue direction the elevator is serving
  • Fixed blacklisting system not functioning properly
  • Blacklist kicks players with an updated message (Creator not authorized to use product and reasoning)
  • Controller now prints if HTTP connectivity was successful due to confusion
  • A new floor legacy value added for those who would like to reutilize their old elevator motor scripts, etc.

11/13/18


  • 48 hour trial release EXTENDED

11/11/18


  • 48 hour trial
2 Likes

This topic was automatically closed after 1 minute. New replies are no longer allowed.