Stationeers

Stationeers

评价数不足
Better Waste Tank [StationeersLaunchPad]
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
2.137 MB
2023 年 11 月 4 日 上午 6:34
10 月 16 日 上午 9:43
45 项改动说明 ( 查看 )

订阅以下载
Better Waste Tank [StationeersLaunchPad]

在 Vivien 的 1 个合集中
Vinus Mods & IC Scripts
21 件物品
描述
Better Waste Tank
WARNING: This is a StationeersLaunchPad Plugin Mod. It requires Bepinex to be installed with the StationeersLaunchPad plugin.
See: https://github.com/StationeersLaunchPad/StationeersLaunchPad

Improves the wastetank by making the suit use the full potential of the canisters capacity.

The new max pressure of the waste tank is (TankMaxPressure - 101)
Regular Canister: (10132.5 - 101) = 10031.5kpa
Smart Canister: (20265 - 10) = 20164kpa
High Volume Canister: (25331 - 101) = 25130kpa

you can also go here to get the dll itself if you want to just put it in your bepinex/plugins folder:
https://github.com/TerameTechYT/StationeersSharp/
16 条留言
Vivien  [作者] 5 月 9 日 下午 12:09 
Hello all! if you are reading this StationeersMods has been officially DISCONTINUED, all future mod updates will occur on a new framework called StationeersLaunchPad, github link and more info in description
Annastasya 3 月 15 日 下午 3:44 
All I know is it said it couldn't find something it was looking for in Z drive. And since I don't have your Z drive (or do I! >_> ) that makes sense.
Vivien  [作者] 3 月 15 日 下午 2:34 
@Annastasya i think your misunderstanding how the stack traces work, it never gets anything from the z drive it just tells me where to look to fix it
Annastasya 3 月 13 日 下午 11:19 
***** IF YOU ARE STILL SEEING THE Z DRIVE ERROR IN YOUR LOGS:

Steam likely isn't updating to the 3-13-25 update of the mod correctly. In my case Steam didn't bother to download the update. To fix it and update to the working mod version Unsubscribe from the mod, wait a few moments while Steam removes the mod from your computer, then re-Subscribe to the mod. If you use more than one of Vinus's mods that is having this issue, wait until Steam has finished the download and install of the re-Subscribe and then do the same thing for the other mods. From what I have seen on my installation the only mods effected are BetterPower, BetterWasteTank and BetterWaterCumbuster.
Annastasya 3 月 13 日 下午 11:05 
@Cereal

From an earlier version of one of the mods the same issue caused it to break and if I understood correctly from what Vinus told me, it was a line of code used in testing that referred to their local Z drive, which unless you have a Z drive with Vinus's test files on it, the mod would not find and error. The test code that was accidentally left in should now be removed and allow the mods to work again without issues. No reinstall of anything needed, just ensure that you are updated to the 3-13-25 release version, either through steam workshop or with the github DLL file. :steamthumbsup:
Cereal 3 月 13 日 下午 6:05 
BetterPowerMod
BetterWasteTank
DetailedPlayerInfo
BetterWaterCombuster
ExternalSuitReader

All throw this error , just tested it a few minutes ago. Your mods are amazing, your a wizard at what you do . thankyou :)
Annastasya 3 月 13 日 下午 5:51 
Thanks so very much. I can't play without all your mods! They are too valuable.
Vivien  [作者] 3 月 13 日 下午 1:58 
@Annastasya that should be fixed for this and all my other mods
Annastasya 3 月 12 日 下午 10:22 
Cysharp.Threading.Tasks.UniTaskScheduler:PublishUnobservedTaskException(Exception)
Cysharp.Threading.Tasks.<>c:<Forget>b__16_0(Object)
Cysharp.Threading.Tasks.UniTaskCompletionSourceCore`1:TrySetException(Exception)
Cysharp.Threading.Tasks.CompilerServices.AsyncUniTask`1:SetException(Exception)
BetterWasteTank.<OnBaseLoaded>d__10:MoveNext() (at Z:\VS Projects\StationeersSharp\Source\BetterWasteTank\Plugin.cs:70)
Cysharp.Threading.Tasks.CompilerServices.AsyncUniTask`1:Run()
Cysharp.Threading.Tasks.AwaiterActions:Continuation(Object)
Cysharp.Threading.Tasks.UniTaskCompletionSourceCore`1:TrySetResult(Object)
Cysharp.Threading.Tasks.WaitUntilPromise:MoveNext()
Cysharp.Threading.Tasks.Internal.PlayerLoopRunner:RunCore()
Cysharp.Threading.Tasks.Internal.PlayerLoopRunner:Run()

(Filename: Z:/VS Projects/StationeersSharp/Source/BetterWasteTank/Plugin.cs Line: 70)

I am seeing a similar error in BetterWasteTank mod and BetterWaterCombuster mod
Annastasya 3 月 12 日 下午 10:21 
I am seeing an error with the newest mod update. I have attempted remove and reinstall through the workshop which was successful but the error remains.

MissingFieldException: Field not found: System.Collections.Generic.List`1<ModData> .ModConfig.Mods Due to: Could not find field in class
at BetterWasteTank.Plugin.OnBaseLoaded () [0x00097] in Z:\VS Projects\StationeersSharp\Source\BetterWasteTank\Plugin.cs:70
at Cysharp.Threading.Tasks.CompilerServices.AsyncUniTask`1[TStateMachine].GetResult (System.Int16 token) [0x00000] in <c1ab5aa958314e679ba8884aba5e35d2>:0
at Cysharp.Threading.Tasks.UniTaskExtensions+<>c.<Forget>b__16_0 (System.Object state) [0x00007] in <c1ab5aa958314e679ba8884aba5e35d2>:0
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)