Skip to content

jcnils/protonhax_ao

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protonhax

Tool to help running other programs (i.e. Cheat Engine) inside Steam's proton.

Usage

In Steam set the launch options for the desired game to protonhax init %COMMAND%

To list all running appids use
protonhax ls

To run a program with proton use
protonhax run <appid> <path/to/program> [args...]
NOTE: The PATH variable is ignored

To run cmd.exe use
protonhax cmd <appid>

To run a program natively with the environment variables that were used to launch the game originally use
protonhax exec <appid> <path/to/program> [args...]
NOTE: The PATH variable is ignored

Installing

Arch Linux

Contributing

Contributions are always welcome! Especially if they are packages for other distributions.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 60.5%
  • C 36.6%
  • Makefile 2.9%