You are viewing a potentially older version of this package. View all versions.
SmokyAce-GliderPickup-1.0.2 icon

GliderPickup

You are now able to pickup the glider and carry it with you

Date uploaded 3 years ago
Version 1.0.2
Download link SmokyAce-GliderPickup-1.0.2.zip
Downloads 1214
Dependency string SmokyAce-GliderPickup-1.0.2

This mod requires the following mods to function

BepInEx-BepInExPack_IL2CPP-6.0.667 icon
BepInEx-BepInExPack_IL2CPP

BepInEx pack for IL2CPP Unity games. Preconfigured and ready to use.

Preferred version: 6.0.667

README

You are now able to carry the glider with you at any time! Default key to pickup and place the glider is Numpad1, easily configruable in GliderPickup.cfg or the better way with BepInEx ConfigurationManager.

How to pickup the glider:

  1. Find the glider you want to pickup and stand right next to it (IMPORTANT)
  2. Do not pick it up, let it sit on the ground besides you
  3. Press the key you have set in the configfile/ConfigurationManager or default key NUMPAD1
  4. BOOM the glider will diapers from the ground and are carrying it with you.

How to get the glider from your inventory:

  1. You need to have picked up the glider before you are able to place it down - :)
  2. Press the key you have set in the configfile/ConfigurationManager / or default key NUMPAD1
  3. The glider will be put in your hands and you are ready to go.

The plugin is a bit unoptimized at this moment, i will be improving the efficiency in the near future At this moment the hanglider does not show in your inventory or on your backpack, this may be implemented in the future If there is two gliders the inside a radius of 2 from you, one of the gliders will be permanently removed, so be careful, only stand next to one glider at a time when you want to pickup the glider. Consider taking a backup of you save before using this mod

Remember To Drop It From Your Backpack Before Quitting The World! - Will be fixed in future update

Requires BepInEx IL2CPP

Installation

  1. Download BepInEx from the link above or use Thunderstore mod manager
  2. Drag contents of the BepInEx zip file into Sons of the Forest game directory (right click in steam > browse local files)
  3. Open GliderPickup.zip drag BepInEx into the base game directory
  4. Enjoy!

CHANGELOG

Update 1.2.7

  • Fixed Issue where Glider always was saved when joining the world

Update 1.2.6

  • Removed Quit Warning
  • Added Glider Save System on leaving and joining a world
  • Pickup Glider UI Text now only shows when glider is picked up

Update 1.2.5

  • Fixed Bug - Ui Element Spawned on Screen on Gamestart

Update 1.2.4

  • Added pickup notification
  • Added support for dedicated servers
  • Fixed text collision with KnightVPickup
  • Removed Mache for Network Events

Update 1.2.3

  • Added Multiplayer Support
  • Using Mache To Send/Recive Network Event

Update 1.2.2

  • Added Warning Ui when trying to quit if glider is in inventory
  • Fixed Deactivate Warning UI setting

Update 1.2.1

  • Removed FindObjectsOfTypeAll (Made alot of lag)
  • Glider is now found with hit colliders from a overlap sphere (Almost zero lag)
  • Improved mod settings names

Update 1.1.1

  • Made the MonoBehaviour run async, improves the issue about FindObjectsOfTypeAll making the screen freeze for about 0.5-1.5 seconds.
  • Fixed so only one instance of FindObjectsOfTypeAll can be runned at once
  • Fixed Logging posting to Console
  • Fixed broken English on the information page.
  • Added Changelog