Stationeers

Stationeers

Jetpack Height Unlocker
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.