UpLiftEd

UpLiftEd 1.2.7

  • 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
  • Stability patch:
    Fixed various NRE's on different actions
  • PatchFix #2 - corrected Fuel
  • Like
Reactions: Mimmo
  • PatchFix
  • Like
Reactions: Mimmo
  • Added an load-override to the debug-options.
    This does force the plugin to iterate through all lifts, no matter in there are errors on any of them. These which had errors are then out-of-function.
    JavaScript:
      "Debug": {
        "LoadOverrideCorrupted": false,
    Set true to let it work.
  • Like
Reactions: Mimmo and Resist
  • Added a global limiter for the last possible stable floor:
    JavaScript:
      "HealthCare": {
        "LastStableFloor": 18
      },
    This should match in 99% of cases with the last available stability-level for a successful placement and should prevent the most placement failures.
  • Like
Reactions: Mimmo
  • Added more missing translations
  • Fixed "Keep Building" removal-method to remove also any building-protections!
  • Trying to support in general any other third class-plugin which does need by all means to become the lucky fuel sponsor :D @iDeath91
  • added two more consolecommand, upl.resetgroup and upl.getgroupforuser
  • fixed floor-sharing settings not being saved for last floor
  • Added Everlight settings checks to avoid conflicts at "OnFindBurnable"
  • Adjusted the shaft-protection methods to avoid global immortality.
    Needs a restart to get normalized again.