Skip to content

Commit

Permalink
Merge branch 'csharp' of https://github.com/ckuma/scplay into csharp
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuma committed Jul 2, 2024
2 parents 0e1b759 + 650445e commit 8985696
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ You need to give the path to your logbackups folder and it'll do the rest.
# How do I run this?

## Executable
If you trust me, you can grab the exe in release and open that, then select the folder "logbackups" in your StarCitizen install.
You don't have to trust me if you can run the python code yourself (and even generate the executable) from the main branch.
Otherwise clone the repo, build the solution (C#) yourself, or run the Python code yourself :)
If you trust me, you can grab the exe in release and open that, then select the folder "logbackups" in your StarCitizen install.

In most typical installs it would be in `C:\Program Files\Roberts Space Industries\StarCitizen\LIVE\logbackups`.
Note: LIVE would be for the typical production env, feel free to use other envs to calculate your total there.

**You don't have to trust me** if you can run the python code yourself from the main branch (and even generate the executable).
**You don't have to trust me** if you can clone this branch and build the solution using Visual Studio 2022 (I use the community edition, and have very little in the way of dependencies).

**TL;DR:** build the solution (C#) yourself, or run the Python code yourself, or trust that I am not a pirate (although I do love me some Drake ships).

## What the program does

Expand All @@ -19,7 +25,10 @@ Since the stats aren't available anywhere, the only way to gather that informati
The logic is basic and has very little error handling.
Looks for log files in logbackups, adding the `Game.log` file one folder up (most recent log), and then calculates deltas within each of those files between the first timestamp and the last one.

![image](https://github.com/ckuma/scplay/assets/51863237/a9332bc2-0b20-46b7-893b-50551317728f)


# License

Do whatever you want with it, it's not mine it's everybody's. Cheers.
(Tentatively put MIT but probably more [WTFPL](http://en.wikipedia.org/wiki/WTFPL) to be honest!)
(Tentatively put MIT but probably more [WTFPL](http://en.wikipedia.org/wiki/WTFPL) to be honest!)

0 comments on commit 8985696

Please sign in to comment.