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

GliderPickup

You can now conveniently carry your glider with you at all times!

Date uploaded 10 months ago
Version 1.2.7
Download link SmokyAce-GliderPickup-1.2.7.zip
Downloads 19042
Dependency string SmokyAce-GliderPickup-1.2.7

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 can now conveniently carry your glider with you at all times! Default key to pick up and place the glider is Numpad1, easily configurable in GliderPickup.cfg or more efficiently using BepInEx ConfigurationManager. Works in Multiplayer Too, but Host need to have the mod installed

How to Pick Up the Glider:

  1. Locate the glider you wish to pick up and stand directly beside it (IMPORTANT)
  2. Allow the glider to remain on the ground next to you
  3. Press the key specified in the config file/ConfigurationManager or the default key NUMPAD1
  4. Voila! The glider disappears from the ground and you're now carrying it.

How to Retrieve the Glider from Your Inventory:

  1. You must have picked up the glider before attempting to place it down - :)
  2. Press the key specified in the config file/ConfigurationManager or the default key NUMPAD1
  3. The glider will appear in your hands, and you're ready to glide.

At the moment, the hang glider does not appear in your inventory or on your backpack; this may be implemented in a future update. If two gliders are within a radius of 2 units(very close) from you, one of them will be permanently removed, so be cautious and stand next to only one glider at a time when picking it up. Consider taking a backup of your save before using this mod.

Glider is now saved on the world you are playing, you can now leave and join and not loose the glider.

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