Giter Club home page Giter Club logo

Comments (4)

eXhumer avatar eXhumer commented on July 30, 2024

It should be possible by modifying the PROTON_REMOTE_DEBUG_CMD environment variable. Add an unescaped space instead of \ and pass the argument for the executable after it. If the argument has spaces in it, make sure to escape it with \ instead of .

In your case, suppose the PROTON_REMOTE_DEBUG_CMD="path/to/Cheat\ Engine.exe" is set currently, you will need to modify it to PROTON_REMOTE_DEBUG_CMD="path/to/Cheat\ Engine.exe cheat_table.ct" or if the path to cheat_table.ct contains spaces PROTON_REMOTE_DEBUG_CMD="path/to/Cheat\ Engine.exe path/with\ spaces/to/cheat_table.ct".

from cheatdeck.

eXhumer avatar eXhumer commented on July 30, 2024

Proton uses python's shlex.split to parse the remote debug command out of the environment variable.

from cheatdeck.

SheffeyG avatar SheffeyG commented on July 30, 2024

Also the host disk would be mounted as z:\home\deck\... in the proton container. you can try PROTON_REMOTE_DEBUG_CMD="path/to/Cheat\ Engine.exe\ z:\\home\\deck\\path\\to\\cheat_table.ct" if that home\deck\... path dosen't work.
referance here

from cheatdeck.

ACiDxCHRiST avatar ACiDxCHRiST commented on July 30, 2024

Thanks, I edited the launch option from:
PROTON_REMOTE_DEBUG_CMD="/home/deck/Cheat\ Engine\ 7.5/Cheat\ Engine.exe" ...

to:
PROTON_REMOTE_DEBUG_CMD="/home/deck/Cheat\ Engine\ 7.5/Cheat\ Engine.exe cheat_table.ct" ...

It works as desired since the table is in the same folder.

from cheatdeck.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.