Stationeers

Stationeers

Not enough ratings
Better Waste Tank [StationeersLaunchPad]
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
2.142 MB
4 Nov, 2023 @ 6:34am
20 Jul @ 4:34pm
42 Change Notes ( view )

Subscribe to download
Better Waste Tank [StationeersLaunchPad]

In 1 collection by Vinus
Vinus Mods & IC Scripts
17 items
Description
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/actions
16 Comments
Vinus  [author] 9 May @ 12:09pm 
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 15 Mar @ 3:44pm 
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.
Vinus  [author] 15 Mar @ 2:34pm 
@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 13 Mar @ 11:19pm 
***** 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 13 Mar @ 11:05pm 
@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 13 Mar @ 6:05pm 
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 13 Mar @ 5:51pm 
Thanks so very much. I can't play without all your mods! They are too valuable.
Vinus  [author] 13 Mar @ 1:58pm 
@Annastasya that should be fixed for this and all my other mods
Annastasya 12 Mar @ 10:22pm 
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 12 Mar @ 10:21pm 
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)