Gaming: Difference between revisions

From MalinWiKi
Jump to navigation Jump to search
Line 1: Line 1:
==vrising dedicated server==
==vrising dedicated server==


====setup vrising dedicated server on Debian 11====
setup vrising dedicated server on Debian 11


Add non-free and contrib to /etc/apt/sources.list after main
Add non-free and contrib to /etc/apt/sources.list after main


Add winehq repo for Debian
Add winehq repo for Debian
echo "deb https://dl.winehq.org/wine-builds/debian/ bullseye main" >> /etc/apt/sources.list.d/winehq.list


Install wine 7.0
Install wine 7.0


apt install winehq-stable winetricks
dpkg --add-architecture i386
 
apt update
 
apt install winehq-stable winetricks steamcmd:i386
 
winetricks allfonts
 
create user steam
 
useradd steam -m -s /bin/bash
 
su - steam
 
steamcmd
 
Steam>login anonymous
 
First, tell SteamCMD that you want the Windows version of VRising (the only version, currently):
 
Steam>@sSteamCmdForcePlatformType windows
 
Steam>
 
 


setup headless wine
setup headless wine
source: https://superuser.com/questions/902175/run-wine-totally-headless
source: https://superuser.com/questions/902175/run-wine-totally-headless
https://steamcommunity.com/sharedfiles/filedetails/?id=862024047

Revision as of 18:15, 17 June 2022

vrising dedicated server

setup vrising dedicated server on Debian 11

Add non-free and contrib to /etc/apt/sources.list after main

Add winehq repo for Debian

echo "deb https://dl.winehq.org/wine-builds/debian/ bullseye main" >> /etc/apt/sources.list.d/winehq.list

Install wine 7.0

dpkg --add-architecture i386

apt update

apt install winehq-stable winetricks steamcmd:i386

winetricks allfonts

create user steam

useradd steam -m -s /bin/bash

su - steam

steamcmd

Steam>login anonymous

First, tell SteamCMD that you want the Windows version of VRising (the only version, currently):

Steam>@sSteamCmdForcePlatformType windows

Steam>


setup headless wine source: https://superuser.com/questions/902175/run-wine-totally-headless https://steamcommunity.com/sharedfiles/filedetails/?id=862024047