Stationeers

Stationeers

评价数不足
Jetpack Height Unlocker
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
1.359 MB
10 月 13 日 上午 10:32
10 月 14 日 上午 3:20
4 项改动说明 ( 查看 )

订阅以下载
Jetpack Height Unlocker

在 lorexcold 的 1 个合集中
StreamMods-lorexcold
10 件物品
描述
Jetpack Height Unlocker
WARNING: This is a Stationeers Launchpad Plugin Mod.
It requires BepInEx to be installed with the Stationeers Launchpad plugin.
Installation Guide: https://github.com/StationeersLaunchPad/StationeersLaunchPad?tab=readme-ov-file#fresh

This mod allows for the change of the height limit for all jetpacks. The maximum height can be customized through the BepInEx config file or by clicking on the mod in the workshop.

Features
  • Set custom jetpack height cap via config

Requirements
  • StationeersLaunchPad with BepInEx installed.

Source: https://github.com/Michael-Codelabs/JetpackHeightUnlocker
7 条留言
Popeye 10 月 15 日 上午 9:54 
Works like a turbo hamster wheel now, thanks lorexcold
lorexcold  [作者] 10 月 14 日 下午 10:06 
@Popeye, that was due to the async function where we awaited the game state to change from none to running.

i removed that function and changed it into an event listener, so make sure the mod is updated by unsubscribing and subscribing again.
Popeye 10 月 14 日 上午 10:04 
Why is this mod making my game take 5 minutes to load?
lorexcold  [作者] 10 月 14 日 上午 3:20 
📜 Changelog
Version 1.0.3
Hooked Prefab.RegisterExisting so all newly spawned jetpacks automatically have the increased height.
lorexcold  [作者] 10 月 14 日 上午 2:19 
📜 Changelog
Version 1.0.2
Removed async await and changed the hook into an event instead due to async causing the game to load slower, and high CPU usage.
lorexcold  [作者] 10 月 13 日 上午 11:35 
📜 Changelog
Version 1.0.1
Fixed config not applying to jetpacks due to race conditions, we now fire an async patch and await the gamestate to turn to gamestate.running before actually applying the changes
lorexcold  [作者] 10 月 13 日 上午 10:50 
Im aware of the mod not working properly under certain conditions, a fix is in the works.