Skip to content
Snippets Groups Projects
  • Simon McVittie's avatar
    f7fd019c
    Add an experimental UI to launch games with pressure-vessel · f7fd019c
    Simon McVittie authored
    
    Instead of setting the game's launch options every time, you can
    configure them once, with:
    
        env PRESSURE_VESSEL_WRAP_GUI=1 .../bin/pressure-vessel-unruntime -- %command%
    
    and then use the launcher. It is currently hard-coded to look for
    runtimes in ../scout and ../spy relative to its own executable, so
    you'll want a directory structure like this:
    
        pressure-vessel-0.x
            bin/
                pressure-vessel-test-ui
                pressure-vessel-unruntime
                ...
            lib/
                i386-linux-gnu/
                    ...
                x86_64-linux-gnu/
                    ...
            scout/
                files/
                    ...
            spy/
                files/
                    ...
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
    f7fd019c
    History
    Add an experimental UI to launch games with pressure-vessel
    Simon McVittie authored
    
    Instead of setting the game's launch options every time, you can
    configure them once, with:
    
        env PRESSURE_VESSEL_WRAP_GUI=1 .../bin/pressure-vessel-unruntime -- %command%
    
    and then use the launcher. It is currently hard-coded to look for
    runtimes in ../scout and ../spy relative to its own executable, so
    you'll want a directory structure like this:
    
        pressure-vessel-0.x
            bin/
                pressure-vessel-test-ui
                pressure-vessel-unruntime
                ...
            lib/
                i386-linux-gnu/
                    ...
                x86_64-linux-gnu/
                    ...
            scout/
                files/
                    ...
            spy/
                files/
                    ...
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
pressure-vessel-unruntime 3.17 KiB