Barotrauma

Barotrauma

Showperf Extensions
Showing 31-40 of 54 entries
< 1  2  3  4  5  6 >
Update: 12 Oct, 2024 @ 5:12am

Refactored GUI a lil bit
No new captures yet

i'm planning to capture more things, but after autumn update becaues devs will change the code and i'll have to copy paste it all over again

Update: 6 Sep, 2024 @ 12:54pm

added WholeSubmarineUpdate category

Update: 6 Sep, 2024 @ 10:56am

removed MapEntitysUpdate category

added: HullUpdate, StructureUpdate, ItemUpdate, GapUpdate

Update: 1 Sep, 2024 @ 9:59am

fixed System.ArgumentOutOfRangeException on scroll

Update: 27 Aug, 2024 @ 7:38am

fixed showperf_fps command

Update: 27 Aug, 2024 @ 5:55am

Refactor

Update: 24 Aug, 2024 @ 4:09pm

forgot to make AITargets also per id

Update: 24 Aug, 2024 @ 11:07am

a bit more informative ItemComponents

Update: 23 Aug, 2024 @ 6:09am

Added ItemComponents - update time of item components

Changed mod name, again...

Now this garbage really needs refactor

Update: 21 Aug, 2024 @ 10:50am

I think i found at least one problem: It always did one step if (TotalTime - lastTime > window.frameDuration)
Now it does as many steps as it should

Returning back to ms
Also, idk, i think formula for ticks to ms conversion is correct
And it doesn't match with vanilla showperf because vanilla counts ms/frame when i count ms/sec

Idk which is better, could implement secondd way later