You are viewing a potentially older version of this package. View all versions.
blacks7ar-SimpleElevators-1.2.0 icon

SimpleElevators

A mod that adds a total of 41 small and large elevators, horizontal, vertical and diagonal platforms.

Date uploaded 3 months ago
Version 1.2.0
Download link blacks7ar-SimpleElevators-1.2.0.zip
Downloads 6232
Dependency string blacks7ar-SimpleElevators-1.2.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202

README

# SimpleElevators

A mod that adds a total of 41 small and large elevators, horizontal, vertical and diagonal platforms.


Watch the video


## Installation (manual)

  • extract SimpleElevators.dll file to your BepInEx\Plugins\ folder

## Features

  • Adds 2 small elevators that can go up and down, wood and black marble variant.
  • Adds 4 large elevators that can go up and down, 2 wood and 2 black marble variants.
  • Adds 2 two-way elevators that can go up and down with 3 destinations, wood and black marble variant.
  • Adds 6 horizontal platforms that can move forward and backward, wood and black marble variant.
  • Adds 6 diagonal platforms that can move up and down diagonaly, wood and black marble variant.
  • Adds 12 vertical platforms that can go up and down, wood and black marble variant.
  • Adds 8 tower elevators that can go up and down, wood and black marble variant.
  • Uses vanilla building sizes and snappoints so you can integrate them with your builds.. wooden and black marble builds.
  • Configurable recipe, category, speed and automatic triggers.
  • Uses ServerSync and built in config watcher.
  • Configurable through config file or Configuration Manager

CHANGELOG

v1.2.1
- updated for the latest valheim build (217.46)
Changelog History (click to expand)

v1.2.0
- as requested added 12 new vertical platforms with different heights.
- fixed alot of namings and descriptions.
- put all pieces into a custom category called SimpleElevators (configurable).
- lessened the use of monobehaviour components and more optimized elevator/platform gameobjects.
- updated serversync.
v1.1.5
- fixed newly built elevator bug, you don't have to logout anymore in order for the elevators to work normally.
- fixed jitter movement while platform is moving.
- fixed player movement while platform is moving.
- added 8 new elevators for tall/high buildings
v1.1.3
- fixed elevators platforms (partially.. please read Known Bugs for more details.)
v1.1.2
- updated to the latest valheim build (217.28)
- updated serversync and dependencies
- updated manifests bepinex dependency string
- put localization example to a zip package to avoid unnecessary duplicates
v1.1.1
- fixed minor translation issue.
- updated manifest bepinex dependency string.
v1.1.0
- fixed multiplayer version check issues
v1.0.9
- updated to the latest valheim build (217.22)
- as requested added an activator to the bottom of the small elevators.
v1.0.7
- removed piece manager.
- added german translation (thanks to @BLUBBSON)
- fixed blackmarbles platform shader (snow and rain now properly applies).
v1.0.6
- updated to the latest valheim build (217.14) hilders request.
v1.0.5
- fixed icons visual glitch.
v1.0.4
- added additional triggers for the two-way elevators to call it up when its down below (end points/beams).
- changed two-way elevators triggers to its end points/beams.
- added config option for platforms speed when moving.
- added elevators/platforms size on its description.
- change the size of small elevators to fit exactly like the wood wall piece size.
- added 4 vertical platforms (4x2 and 4x4, wood and black marble).
- added 4 diagonal platforms (4x2 and 4x4, wood and black marble).
v1.0.2
- added automatic triggers to platforms (can be turned off), if a player step on the platform it will automatically move
v1.0.1
- makes platforms unremovable while player is still on it to avoid a serious bug where if the platform got destroyed the player on it will also be destroyed and unrecoverable.
- fixed an nre when a platform got destroyed while you're on it.
- fixed diagonal platforms integrity.
v1.0.0
- first release