- Get link
- X
- Other Apps
Posted by
Thedemon007
on
- Get link
- X
- Other Apps
I see what some people want play Axie Infinity in GNU/Linux OS right now i no can show a full guide but can tell you some tips.
I used proton i no try with other similar software, for install it first install steam you need install a game in steam for Windows like cryofall demo, so Steam download and install proton.
I no know if mavis hub run i no used it i copy the folder of game fron windows.
I wrote a sh script for launch the game this is the code:
pathof game=~/Axie\ Infinity/axie_infinity-1.0.0ac-windows-20210727/axie_game.exePROTON_NO_ESYNC=1 PROTON_USE_WINED3D=1 STEAM_COMPAT_CLIENT_INSTALL_PATH=~/.local/share/Steam/ STEAM_COMPAT_DATA_PATH=~/proton ~/.local/share/Steam/steamapps/common/Proton\ 6.3/proton run "$pathof game" -env "production" -token paste_qr_text_here
Like you see you need add some parameters like token you can see how obtain it in this post click here to check so you need reemplace "paste_qr_text_here" with you token.
PROTON_USE_WINED3D for Use OpenGL-based wined3d instead of Vulkan-based DXVK for d3d11, d3d10, and d3d9.
PROTON_NO_ESYNC Do not use eventfd-based in-process synchronization primitives.
Comments
Post a Comment