Bugs with new Train Station elevatorsFixed

Love the plugin but it doesn't seem to be working properly with the train station elevators.

Can you clarify what you mean by "not working properly"? Is there an issue with speed or elevator counters?

Last night I noticed the following issues.

  • The DefaultSpeed preset will unintentionally apply to static elevators
  • Using "RequirePermissionForLiftCounter": false will unintentionally add lift counters to static elevators in a weird position and doesn't work
I prepared an update for this last night and pushed it an hour ago, but the website CI is still using an older Oxide so the build is failing and the update isn't getting posted yet. You can download it from my GitHub here for now. This update introduces the following config options.

"StaticElevators": {
  "EnableCustomSpeed": false,
  "Speed": {
    "BaseSpeed": 3.5,
    "EaseType": "Linear"
  },
  "EnableLiftCounter": false
}​

Also, if you have configured the plugin with "RequirePermissionForLiftCounter": false, please reload the plugin once more after updating to automatically remove the incorrectly positioned counters from static elevator lifts.

Specifically, I noticed the counter didn't work in the train station elevator and it was positioned in the doorway. I'll check the update.

Merged post

It works perfect, thank you

Locked automatically