mirror of
https://github.com/xzeldon/rdr2_screenshot_converter.git
synced 2025-04-20 14:25:46 +03:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
0d715f2fdd | |||
2507c010c0 | |||
5c69f3ad5d | |||
cd04c5d78b |
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -43,12 +43,9 @@ version = "1.1.0"
|
||||
dependencies = [
|
||||
"colored",
|
||||
"core",
|
||||
"ctrlc",
|
||||
"dirs",
|
||||
"embed-resource",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
11
README.md
11
README.md
@ -4,21 +4,30 @@ Convert and save photomode screenshots from Red Dead Redemption 2 to JPEG format
|
||||
|
||||

|
||||
|
||||
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)
|
||||
|
||||
## QuickStart
|
||||
Just [download](https://github.com/xzeldon/rdr2_screenshot_converter/releases/download/1.0.0/rdr2_screenshot_converter.exe) the executable file from releases and run it. It will automatically find your screenshots and save them.
|
||||
|
||||
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.
|
||||
|
||||
## Arguments
|
||||
|
||||
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.
|
||||
|
||||
```
|
||||
cli.exe C:\screenshots
|
||||
```
|
||||
|
||||
This command will save screenshots to ```C:\screenshots```
|
||||
|
||||
## Building
|
||||
|
||||
All instructions tested on Windows 10 Pro for workstations 19042.928.
|
||||
|
||||
You need:
|
||||
|
||||
* [Rust](https://www.rust-lang.org)
|
||||
|
||||
```
|
||||
cargo build --release --bin cli
|
||||
```
|
||||
|
@ -12,14 +12,8 @@ version = "1.1.0"
|
||||
[dependencies]
|
||||
colored = "2.0.0"
|
||||
core = {path = "../core"}
|
||||
ctrlc = {version = "3.0", features = ["termination"]}
|
||||
dirs = "4.0.0"
|
||||
serde = {version = "1.0", features = ["derive"]}
|
||||
serde_json = "1.0"
|
||||
|
||||
[target.'cfg(target_os="windows")'.dependencies.winapi]
|
||||
features = ["consoleapi", "errhandlingapi", "fileapi", "handleapi", "processenv"]
|
||||
version = "0.3"
|
||||
|
||||
[build-dependencies]
|
||||
embed-resource = "1.6"
|
||||
|
Loading…
x
Reference in New Issue
Block a user