UpLiftEd

UpLiftEd 1.2.6

  • Added (by request) two new global config values:
    (Both checks will be ignored in "liftadmin"-mode)
    Code:
      "AbuseControl": {
        "PreventPlacementAboveDeployables": true, // prevents placement when there's something place above the ground block (like a TC)
        "PreventPlacementInCaves": true, // prevents placements inside of caves

  • Changed the code to allow free movement inside while the cabin does move
  • Corrected the resourceID for the CCUpdateChecker
  • Like
Reactions: Mimmo
  • This patch does forcefully remove "inside of the cabin died" players from the cabin's internal passengerlist, which is used to move players "jitter"-free with the cabin.
  • This will also prevent people from being moved on the outside of the lift on next usage.
  • This should also prevent people from being kicked by flyhack or any other anticheat reasons in result of thier lift-usage.
  • Added compatibility for servers running with:
    Code:
    server.stability false
  • Like
Reactions: Mimmo and gormie
  • Fix for NRE at OnMeleeAttack
  • Like
Reactions: Mimmo
  • Lift-towers can now be upgraded to TopTier
  • Cabins got added a CodeLock inside to acccess the "UseLift" function also after the walls have been upgraded (This access would blocked otherwise)
  • TunaLights were replaced by CardReaders;
    This enable's a 3 way colored info about the door and lift-call status.
    This enables also again to connect any buildingblock on the right side of the doors (the Tunalight did block this)
  • The lift settings UI can be called from outside by hitting a CardReader with any meelee (lift-owners & admins)
  • Adjusted the check that displays the "Too close by another installed lift" message;
    This does now also prevent tilted lift installations beside another to prevent players from abusing the lift as indestructible base-defense;
    This check is not active while in liftadmin-mode
  • Prevents players from being moved with the cabin while in "noclip" mode
  • Replaced the lifts "Lantern" with the new "SimpleLight".
    This produces amore clear light without any server-resource&perf costs like the lantern.
  • Repaired the cabin light on/off automation to work correct like set-up.
  • Repaired the comfort-zone inside the lift.
  • Like
Reactions: Mimmo and Krazy_
  • Added more localization:
    JavaScript:
      "PowerState.Internal": "Internal",
      "PowerState.TC": "TC",
      "PowerState.FoC": "FoC",
      "CabinLightMode.Dynamic": "Dynamic",
      "CabinLightMode.AlwaysOn": "AlwaysOn",
      "CabinLightMode.Disabled": "Disabled",
      "ShareMode.None": "None",
      "ShareMode.Clan": "Clan",
      "ShareMode.Friends": "Friends",
      "ShareMode.Full": "Full",
      "ShareMode.Public": "Public",
      "FloorShare.Public": "Public",
      "FloorShare.Full": "Full",
      "FloorShare.Friends": "Friends",
      "FloorShare.Clan": "Clan",
      "FloorShare.Excluded": "Excluded",
      "FloorShare.Hidden": "Hidden",
      "FloorShare.HiddenVIP": "HiddenVIP"
  • Like
Reactions: gormie