Stationeers

Stationeers

Detailed Player Info [StationeersLaunchPad]
26 条留言
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
jarhead 4 月 2 日 下午 3:22 
Can you add "Shift K" to allow viewing Fahrenheit?
Vivien  [作者] 3 月 22 日 下午 2:14 
it scales it to 100% always but it still technically is 175% max
Cereal 3 月 22 日 下午 12:14 
one of the recent mod updates broke player hydration, even with the best food, hyrdration would only ever fill to 100 not 175. worked as expected when mod was uninstalled
Vivien  [作者] 3 月 21 日 上午 11:31 
i think ive fixed it
Vivien  [作者] 3 月 20 日 上午 11:35 
try putting the mod as the last thing in the list (you can disable it and reenable it so it will be at the bottom faster)
Geneticus 3 月 20 日 上午 12:26 
Screenshots from the bugs discussion in my last post link. This mod is failing to recognize the dependency. Other mods that use it seem fine. Could it be a bug related to the lib being loaded for one mod, then failing because another mod is trying to reload it?
Geneticus 3 月 20 日 上午 12:17 
When playing robot character, battery warning will show 0% because it is looking at the suit battery, which on the robot is located in the uniform slot.
Geneticus 3 月 19 日 下午 11:58 
Got an error that a lib was required (lib subbed and is loaded), ws link in Stationeers resulted in steam saying this mod was removed from steam by Author. Had to come in direct from steam to leave this comment. Maybe adding the lib to people who had already subbed exposed a bug in Stationeers WS code?
Vivien  [作者] 2024 年 12 月 21 日 下午 4:13 
mod should hopefully be working with the latest version of stationeersmods
Vivien  [作者] 2024 年 7 月 4 日 上午 11:50 
mod has been updated to fix nullref when suit is not equipped
decxi 2024 年 6 月 3 日 下午 7:10 
Exact-er numbers make my brain tickle. Thank you so much for this mod Vinus!
Vivien  [作者] 2024 年 4 月 30 日 下午 2:01 
once*
Vivien  [作者] 2024 年 4 月 30 日 下午 2:01 
@annastasya I have updated it should work now, it should only print an error one now if there are any problems.
Annastasya 2024 年 4 月 29 日 下午 7:54 
Just started using your mod (and a few others) and I am immediately seeing continuous exception log spam in the console. The Player log shows hundreds of repeats of the error even after having the game only running for seconds.

"InvalidCastException: Specified cast is not valid.
at DetailedPlayerInfo.Functions.Update (Assets.Scripts.UI.PlayerStateWindow& window) [0x0002e] in Z:\Repositories\StationMods\Source\DetailedPlayerInfo\Functions.cs:137
at DetailedPlayerInfo.Patches.PatchFunctions.PlayerStateWindowUpdate (Assets.Scripts.UI.PlayerStateWindow& __instance) [0x00000] in Z:\Repositories\StationMods\Source\DetailedPlayerInfo\PatchFunctions.cs:37
at (wrapper dynamic-method) Assets.Scripts.UI.PlayerStateWindow.DMD<Assets.Scripts.UI.PlayerStateWindow::Update>(Assets.Scripts.UI.PlayerStateWindow)

(Filename: Z:/Repositories/StationMods/Source/DetailedPlayerInfo/Functions.cs Line: 137)"
Vivien  [作者] 2024 年 2 月 7 日 下午 8:24 
ive updated the mod if you want to try using it again
kn-heal 2024 年 1 月 19 日 下午 2:27 
bepinex/plugins
Vivien  [作者] 2024 年 1 月 19 日 下午 1:39 
Would you be able to upload your log? I'm not able to see any errors while playing the game. Also are you using stationeersmods or have the mod in bepinex/plugins?
kn-heal 2024 年 1 月 18 日 上午 9:48 
NullReferenceException: Object reference not set to an instance of an object
at DetailedPlayerInfo.Patches.DetailedPlayerInfo.PlayerStateWindowUpdate (Assets.Scripts.UI.PlayerStateWindow __instance) [0x00122] in <9cd0451de55146869ca5f0484d3aa4d8>:0
at (wrapper dynamic-method) Assets.Scripts.UI.PlayerStateWindow.DMD<Assets.Scripts.UI.PlayerStateWindow::Update>(Assets.Scripts.UI.PlayerStateWindow)
Vivien  [作者] 2024 年 1 月 16 日 下午 7:01 
Updated mod for new patch
Vivien  [作者] 2023 年 12 月 21 日 上午 9:55 
That issue should now be fixed.
Vivien  [作者] 2023 年 12 月 20 日 下午 9:26 
I see, thank you, i will fix that later today/tomorrow.
BoNes 2023 年 12 月 18 日 下午 6:59 
I have found a bug. While in Celsius mode, whenever the temperature is negative it just shows Nil for the temperature.

In PlayerStateWindowUpdate you use:
num = DetailedPlayerInfo._kelvinMode ? __instance._tempExternalK : __instance._tempExternal;
text3 = ( num <= Chemistry.Temperature.Minimum) ? "Nil" : num.ToString("F");

But it should be:
num = DetailedPlayerInfo._kelvinMode ? __instance._tempExternalK : __instance._tempExternal;
text3 = ( __instance._tempExternalK <= Chemistry.Temperature.Minimum) ? "Nil" : num.ToString("F");

It should only show Nil when the Kelvin temperature is below 1. There 2 instances of this that I've found in the code.
Vivien  [作者] 2023 年 12 月 16 日 下午 3:52 
I have updated the mod for the new version, and fixed the kelvin display mode.
Kastuk 2023 年 12 月 12 日 上午 2:27 
Need updating, some vanilla parameter names got changed, like MaxHydrationStorage become MAX_HYDRATION_STORAGE