nvidia-gamestream-presets-tool

Crates.ionvidia-gamestream-presets-tool
lib.rsnvidia-gamestream-presets-tool
version0.0.2
sourcesrc
created_at2022-06-22 17:43:30.011894
updated_at2022-06-22 20:05:50.057335
descriptionCreate NVIDIA GameStream Presets from Steam Shortcuts. Useful with SteamRomManager
homepagehttps://github.com/Uklosk/nvidia-gamestream-presets-tool
repositoryhttps://github.com/Uklosk/nvidia-gamestream-presets-tool
max_upload_size
id611027
size887,321
Jose Manuel (Uklosk)

documentation

README

NVIDIA GameStream Presets Tool

NVIDIA GameStream Presets Tool

Building with cargo

cargo build --release

Running

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.

Running with CLI arguments

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\\"

Running with custom ini file

cargo run --release -- -c "config\\customconfig.ini"

Portable installation

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.

Commit count: 4

cargo fmt