UpLiftEd

UpLiftEd 1.2.28

  • Gave the lift creation panel a minimum width to get an always full visible resources list:
    c195f7a933ff4c8900f625a49db5bd1c.png
  • Adjusted the cabin floorletters displaying to use plain letters on cases with builds greater than floor 20.
  • Adjusted also for those cases the placement CUI. The CUI width does now resize automatically to be able t read and click all floor selection options.
  • Like
Reactions: Mimmo
  • Added the functionality to build-up fully above a lift installation.
    11eb47faa296a243fdafe811c5ffec3b.png
  • 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