/Caseity

Visualize your Counter Strike case opening history

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Caseity

A simple CS case visualizer written in Rust and JavaScript

Table of Contents

Setup

Download a release and extract it to a folder of your choice. Or, if you don't trust it (that is fair), you can build it yourself.

If it freezes up, feel free to just restart the program. If you have a vast CS inventory history, the program will probably take a little while.

*You should make sure to put it in a folder that does not require admin permissions, in case you want to save your dumps!

Getting your Steam Cookie

  1. Open your browser's developer tools (F12)
  2. Go to the Network tab
  3. Go to Steam
  4. Click on the first request
  5. Go to the Headers tab
  6. Copy the whole value of the cookie field

It should go without saying that giving your cookie to a random program is a bad idea. If you don't trust me, you can build the program yourself and check the source code.

Screenshots

Expand for screenshots

Building

Requirements

Build steps

  1. Clone the repository
  2. Navigate to the respository's root directory (cd /path/to/Caseity)
  3. Run yarn install to install the JavaScript dependencies
  4. Run cargo install to install Rust dependencies
  5. Run yarn tauri build to build the program

Your built program will be in the src-tauri/target/release folder.

Contributing

Want to make a change? Great! Pull requests, issues, etc. are all welcome!

Thank you