Crates.io | nvidia-gamestream-presets-tool |
lib.rs | nvidia-gamestream-presets-tool |
version | 0.0.2 |
source | src |
created_at | 2022-06-22 17:43:30.011894 |
updated_at | 2022-06-22 20:05:50.057335 |
description | Create NVIDIA GameStream Presets from Steam Shortcuts. Useful with SteamRomManager |
homepage | https://github.com/Uklosk/nvidia-gamestream-presets-tool |
repository | https://github.com/Uklosk/nvidia-gamestream-presets-tool |
max_upload_size | |
id | 611027 |
size | 887,321 |
cargo build --release
Configuration parameters can be passed to NVIDIA GameStream Presets Tool by CLI arguments or loaded from an ini file. CLI arguments have preference over ini ones. By default, a file conf.ini is expected in the working directory.
The assets directory with the default box art png must be placed in the working directory.
cargo run --release -- -t "C:\Home\Games\Emus\Yuzu\yuzu.exe" -s "C:\\Program Files (x86)\\Steam\\userdata\\99999999\\config\\" -d "C:\\Users\\USER\\AppData\\Local\\NVIDIA Corporation\\Shield Apps\\"
cargo run --release -- -c "config\\customconfig.ini"
For running the tool without cargo, place in the same directory: - The nvidia-gamestream-presets-tool.exe in target/release directory. - The assets directory. - The conf.ini. After properly setting your config in the conf.ini file, just double click in nvidia-gamestream-presets-tool.exe everytime you want to re-create your presets.