Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
MaT1g3R committed May 18, 2023
1 parent 96bf797 commit 59f402b
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
# Slice and dice tools

A set of slice and dice utlities
A set of slice and dice utilities

## Display curse

This tool will read the curses for your current run and output it to a text file.
The text file can be read by programs such as OBS to display your current
curses to viewers.

### Usage

Download the program from the [releases page](https://github.com/MaT1g3R/slice-and-dice-tools/releases/) based on your
OS and CPU architecture. For example, if you are using an x86 Windows PC, download `slice-and-dice-tools_Windows_x86_64.zip`

Unpack the downloaded archive and put the `display-curse` program somewhere.

The options to the program are:

```bash
Usage display-curse
-gamemode string
The gamemode to use (default "classic")
-input string
Path to the slice and dice save file (default "$HOME/.prefs/slice-and-dice-2")
-output string
Path to output the current curse text file
```

You will want to set the `-output` option to some file location that OBS will use as a text source. On windows the default
`-input` location might not work, the save file might be located at: `C/Users/YOUR_NAME/.prefs/slice-and-dice-2`

As an example, running this program on Windows via either powershell or cmd:

```bash
./display-curse -input C/Users/YOUR_NAME/.prefs/slice-and-dice-2 -output C/Users/YOUR_NAME/some-file.txt
```

Then you can have OBS read `C/Users/YOUR_NAME/some-file.txt` to display curses on stream.

0 comments on commit 59f402b

Please sign in to comment.