Code Monkey home page Code Monkey logo

chaostools-legacy's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chaostools-legacy's Issues

CD improvements

  • Don't nest the folders in zip
  • sdk_launcher.exe can't find the steam dll even though it's there
  • Pack steam_appid.txt for linux
  • Fix release data

Settings menu for proton

A little settings menu for proton configuration would be nice:

  • Configure prefix path
  • Option to enable/disable wined3d
  • Option to enable/disable fsync
  • Option to enable/disable logging
  • Select proton version

Hammer Launch support with Proton

Add support for launching hammer on linux. Mainly just for my own reference

Some notes for how to do this:

  • Proton install directory can be obtained using the steam api
  • Set STEAM_COMPAT_CLIENT_INSTALL_PATH="/home/$USER/.steam"
  • Set PROTON_USE_WINED3D. DXVK does not work with MFC for whatever reason. Can look into contributing fixes to dxvk for this at some point.
  • Set SteamGameId=440000 (for p2ce for example)
  • Set STEAM_COMPAT_DATA_PATH=<steam library>/steamapps/compatdata/<appid>/pfx/ (for the proton prefix) Alternatively, a custom prefix can be specified and put anywhere.
  • Run <Proton install dir>/proton run hammer.exe ...

Prefix setup

Run proton with STEAM_COMPAT_DATA_PATH set to the EMPTY prefix (folder must exist too!)

Steam DLLs will not be copied in by default, we need to do that ourselves:

cp ~/.local/share/Steam/legacycompat/Steam.dll "$PREFIX/pfx/drive_c/Program Files (x86)/Steam/"
cp ~/.local/share/Steam/steamclient.dll "$PREFIX/pfx/drive_c/Program Files (x86)/Steam/"
cp ~/.local/share/Steam/steamclient64.dll "$PREFIX/pfx/drive_c/Program Files (x86)/Steam/"

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.