Space Engineers

Space Engineers

Taleden's Inventory Manager (Unofficial) Updated 2025
XReelZ  [udvikler] 25. sep. 2021 kl. 9:57
Tim Quotas Extractor
Hi all,
I have made one little tool in order to get quotas from Space Engineers folder.
Added mod support (kinda...). It is in very early stage of development so it may be buggy.
Feel free to check it out and leave feedback.
Here is the script:

https://github.com/XReelZ/TIMQuotasExtractor/releases
< >
Viser 1-15 af 15 kommentarer
Johny 26. sep. 2021 kl. 23:15 
google chrome keeps deleting the file without even giving an option
Pontiac  [udvikler] 27. sep. 2021 kl. 6:20 
That's because Chrome doesn't allow downloading unsigned EXEs quite often.
XReelZ  [udvikler] 27. sep. 2021 kl. 14:39 
@Johny
Try other browser or try changing the settings in chrome so it ask you where to save manually.
I personally use Brave browser and its way better than chrome imo.
Johny 27. sep. 2021 kl. 23:13 
ok got it to run, assume "main folder" is "E:\Program Files (x86)\Steam\steamapps\common\SpaceEngineers" if that is correct then it gives me an error:

************** Exception Text **************
System.InvalidOperationException: Sequence contains more than one matching element
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
at TIMQuotasExtractor.Main.Execute()
at TIMQuotasExtractor.Main.btnExtractQuotas_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C
CodeBase: file:/C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
TIMQuotasExtractor
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///D:/Users/johna/Downloads/TIMQuotasExtractor.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C
CodeBase: file:/C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4300.0 built by: NET48REL1LAST_C
CodeBase: file:/C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.8.3752.0 built by: NET48REL1
CodeBase: file:/C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
CodeBase: file:/C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C
CodeBase: file:/C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.8.3752.0 built by: NET48REL1
CodeBase: file:/C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Xml.Linq
Assembly Version: 4.0.0.0
Win32 Version: 4.8.3752.0 built by: NET48REL1
CodeBase: file:/C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
Sidst redigeret af Johny; 27. sep. 2021 kl. 23:14
XReelZ  [udvikler] 28. sep. 2021 kl. 9:51 
Hi @Johny
I updated the program, download and try again.
mazrados 14. mar. 2022 kl. 13:58 
It does not extract anything from DNSK.
XReelZ  [udvikler] 16. mar. 2022 kl. 1:28 
Hi @mazrados,
Can you give some more info on what is DNSK, or post a link for the mod so I can check it out ?
XReelZ  [udvikler] 16. mar. 2022 kl. 10:55 
Hi @mazrados
I've just updated the tool, give it a try and tell if anything breaks ;)
Johny 16. mar. 2022 kl. 12:31 
awesome! thanks
mazrados 17. mar. 2022 kl. 11:34 
@XReelZ There is organic from this mod but no water or any food.
So a bit better but still not right ;)

All food and water are ingots.
Isy's script for example recognizes water as ingot/waterFood, "used" water as ingot/GreyWater. Can't find any ingot that might be related to this mod.
XReelZ  [udvikler] 17. mar. 2022 kl. 14:22 
Hi @mazrados,
that is very weird as I tested it and it seems to work for me.
https://imgur.com/MVCQy6s
is this that you are looking for ?
XReelZ  [udvikler] 17. mar. 2022 kl. 14:24 
one more thing - you have to download latest release 0.6-alpha
mazrados 17. mar. 2022 kl. 14:51 
Oh yes. That's why it does not work :)
mazrados 17. mar. 2022 kl. 14:56 
Yes, it works :) Thanks a lot.
< >
Viser 1-15 af 15 kommentarer
Per side: 1530 50