| Date uploaded | 3 years ago |
| Version | 1.0.0 |
| Download link | SmokyAce-GliderPickup-1.0.0.zip |
| Downloads | 308 |
| Dependency string | SmokyAce-GliderPickup-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_IL2CPP
BepInEx pack for IL2CPP Unity games. Preconfigured and ready to use.
Preferred version: 6.0.667README
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:
- Find the glider you want to pickup and stand right next to it (IMPORTANT)
- Do not pick it up, let it sit on the ground besides you
- Press the key you have set in the configfile/ConfigurationManager or default key NUMPAD1
- BOOM the glider will diapers from the ground and are carrying it with you.
How to get the glider from you inventory:
- You need to have picked up the glider before you are able to place it down - :)
- Press the key you have set in the configfile/ConfigurationManager / or default key NUMPAD1
- 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
Requires BepInEx IL2CPP
Installation
- Download BepInEx from the link above or use Thunderstore mod manager
- Drag contents of the BepInEx zip file into Sons of the Forest game directory (right click in steam > browse local files)
- Open GliderPickup.zip drag BepInEx into the base game directory
- 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