Stormworks: Build and Rescue

Stormworks: Build and Rescue

CSV Logger
12 条留言
Andrew 1 月 12 日 下午 4:47 
Idk how any of this works but I know how to use it. Could there be a way to output the results in real time?
Razor 2024 年 10 月 15 日 下午 3:05 
@SHIBAZ89 and @Stinger , I have made a tutorial for how to use this: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3349046716
C-Corgi 2024 年 1 月 4 日 下午 12:17 
@Plf_paf Go to the releases tab instead of the code: https://github.com/LupusTheCanine/StormLogger/releases
Plf_paf 2023 年 4 月 20 日 上午 8:45 
How do you use the C program? I just get error messages about the code when I try to compile it.
Lupus the Canine  [作者] 2023 年 1 月 27 日 上午 10:21 
Thanks @TKTom
TKTom 2023 年 1 月 23 日 上午 7:29 
An incredibly useful tool for anyone trying to optimise a creation or understand the underlying relationships for game mechanics.
frank110294 2022 年 9 月 25 日 上午 11:07 
You will have to install a c compiler yourself. You can find a guide on how to do that on the VS code website:

https://code.visualstudio.com/docs/languages/cpp#_example-install-mingwx64[/url] You then have to compile the program with: "gcc Stormlogger.c -Wall -g -pedantic-errors -pedantic -Wextra -lwsock32 -lws2_32" Paste the above line in command prompt (look for cmd in windows). Be sure you are in the correct directory. When installing the compiler and compiling the program: Read everything before you click on things! So don't just go changing the installation location of the compiler and click away the errors. That can give serious problems

You then have to compile the program with:

"gcc Stormlogger.c -Wall -g -pedantic-errors -pedantic -Wextra -lwsock32 -lws2_32"

Paste the above line in command prompt (look for cmd in windows). Be sure you are in the correct directory. When installing the compiler and compiling the program: Read everything before you click on things! So don't just go changing the installation location of the compiler and click away the errors. That can give serious problems.
bongokat1 2022 年 8 月 5 日 上午 12:32 
Can you make a tutorial on how to set this up?
KwentiN 2022 年 1 月 15 日 上午 8:22 
Thank you so much for this! This is so powerful for analizing data and this is so much easier than manually noting down data points :steamthumbsup:
Stinger 2021 年 12 月 19 日 下午 4:52 
Any word on a usage guide?
tartanski 2021 年 9 月 1 日 下午 12:58 
Great tool for extracting data for analysis, charts etc. Lupus the Canine has personally helped me get going with it. I will do :steamhappy: a video recording on how I set it up.
GrumpyOldMan 2021 年 4 月 30 日 上午 8:34 
Gonna use this one for some nice charts, pretty straightforward and easy to set up. Allows for custom sampling frequency and has a few formatting options. Great tool, can only recommend!