rdr2_screenshot_converter/README.md

34 lines
1.0 KiB
Markdown
Raw Normal View History

2021-04-17 01:56:06 +00:00
# RDR2 Screenshot converter [![Licence](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
2021-04-17 01:12:25 +00:00
2021-04-17 02:27:44 +00:00
Convert and save photomode screenshots from Red Dead Redemption 2 to JPEG format.
2021-04-17 01:12:25 +00:00
![Imgur](https://i.imgur.com/ZGbmHYd.png)
2022-08-23 13:24:41 +00:00
Mirror on my [<img src="https://git.zeldon.ru/assets/img/logo.svg" align="center" width="20" height="20"/> Git](https://git.zeldon.ru/zeldon/rdr2_screenshot_converter)
2021-04-17 01:12:25 +00:00
## QuickStart
2022-08-23 13:24:41 +00:00
2022-01-23 01:02:19 +00:00
Just [download](https://github.com/xzeldon/rdr2_screenshot_converter/releases) the executable file from releases and run it. It will automatically find your screenshots and save them.
2021-04-17 01:12:25 +00:00
## Arguments
2022-08-23 13:24:41 +00:00
2021-04-17 01:12:25 +00:00
You can define a path for saving screenshots. To do this, open a command prompt, specify the path to the executable file and the path to save the screenshots.
2022-08-23 13:24:41 +00:00
2021-04-17 01:12:25 +00:00
```
cli.exe C:\screenshots
2021-04-17 01:12:25 +00:00
```
2022-08-23 13:24:41 +00:00
2021-04-17 01:12:25 +00:00
This command will save screenshots to ```C:\screenshots```
## Building
2022-08-23 13:24:41 +00:00
2021-04-17 01:12:25 +00:00
All instructions tested on Windows 10 Pro for workstations 19042.928.
You need:
2022-08-23 13:24:41 +00:00
2021-04-17 01:12:25 +00:00
* [Rust](https://www.rust-lang.org)
2022-08-23 13:24:41 +00:00
2021-04-17 01:12:25 +00:00
```
cargo build --release --bin cli
2021-04-17 01:12:25 +00:00
```