GithubHelp home page GithubHelp logo

Comments (6)

fufexan avatar fufexan commented on July 22, 2024

@chayleaf

from nix-gaming.

chayleaf avatar chayleaf commented on July 22, 2024

The legacy setup only works for Wine, not Proton. Not new Proton versions at least, it may or may not work with an old Proton version. Please tell me what "being unable to use non-legacy wizard" means and I may be able to help you.

from nix-gaming.

nojusr avatar nojusr commented on July 22, 2024

Please tell me what "being unable to use non-legacy wizard" means and I may be able to help you.
24-04-27_174407

I was referring to the "legacy setup" in your previous comment.
The directory /tmp/proton_nojus/run does not exist and does not get created when I run the game through steam with the provided launch options.

Which version of proton are you using?

from nix-gaming.

chayleaf avatar chayleaf commented on July 22, 2024

I see, this env var got removed: ValveSoftware/Proton#7575

In the meanwhile, you can either use Proton 8, or manually put the following script where the setup script excepts it to be:

#!/usr/bin/env bash

__PROTON="/path/to/proton"
__STEAMAPPS="/path/to/steamapps"
__STEAM="${XDG_DATA_HOME:-$HOME/.local/share}/Steam"

cd "$__STEAMAPPS/common/Supreme Commander Forged Alliance" || exit
DEF_CMD=("$__STEAMAPPS/common/Supreme Commander Forged Alliance/bin/SupremeCommander.exe")
PATH="$__PROTON/files/bin/:/usr/bin:/bin" \
	TERM="xterm" \
	WINEDEBUG="-all" \
	WINEDLLPATH="$__PROTON/files/lib64/wine:$__PROTON/files/lib/wine" \
	LD_LIBRARY_PATH="$__PROTON/files/lib64/:$__PROTON/files/lib/:/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/aliases:/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/aliases" \
	WINEPREFIX="$__STEAMAPPS/compatdata/9420/pfx/" \
	WINEFSYNC="1" \
	SteamGameId="9420" \
	SteamAppId="9420" \
	WINEDLLOVERRIDES="steam.exe=b;dotnetfx35.exe=b;dotnetfx35setup.exe=b;beclient.dll=b,n;beclient_x64.dll=b,n;d3d11=n;d3d10core=n;d3d9=n;dxgi=n;d3d12=n;d3d12core=n" \
	STEAM_COMPAT_CLIENT_INSTALL_PATH="$__STEAM" \
	WINE_LARGE_ADDRESS_AWARE="1" \
	GST_PLUGIN_SYSTEM_PATH_1_0="$__PROTON/files/lib64/gstreamer-1.0:$__PROTON/files/lib/gstreamer-1.0" \
	WINE_GST_REGISTRY_DIR="$__STEAMAPPS/compatdata/9420/gstreamer-1.0/" \
	MEDIACONV_AUDIO_DUMP_FILE="$__STEAMAPPS/shadercache/9420/fozmediav1/audiov2.foz" \
	MEDIACONV_AUDIO_TRANSCODED_FILE="$__STEAMAPPS/shadercache/9420/transcoded_audio.foz" \
	MEDIACONV_VIDEO_DUMP_FILE="$__STEAMAPPS/shadercache/9420/fozmediav1/video.foz" \
	MEDIACONV_VIDEO_TRANSCODED_FILE="$__STEAMAPPS/shadercache/9420/transcoded_video.foz" \
	"$__PROTON/files/bin/wine64" c:\\windows\\system32\\steam.exe "${@:-${DEF_CMD[@]}}"

from nix-gaming.

nojusr avatar nojusr commented on July 22, 2024

Thanks, manually setting up the script you gave for Proton 9.0 worked

from nix-gaming.

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.