Gaming: Difference between revisions

From MalinWiKi
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
==Install needed software==
==VRising dedicated server Debian11==


setup vrising dedicated server on Debian 11
Add non-free and contrib to /etc/apt/sources.list after main
 
change line:
 
<pre>deb http://deb.debian.org/debian bullseye main</pre>


Add non-free and contrib to /etc/apt/sources.list after main
with
 
<pre>deb http://deb.debian.org/debian bullseye main non-free contrib</pre>


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


dpkg --add-architecture i386
Download gpg-key


apt update
wget -nc https://dl.winehq.org/wine-builds/winehq.key


apt install winehq-stable winetricks steamcmd:i386
Add key


winetricks allfonts
sudo apt-key add winehq.key
 
sudo dpkg --add-architecture i386
 
sudo apt update
 
sudo apt install winehq-stable winetricks steamcmd:i386
 
su - steam


create user steam
create user steam
Line 21: Line 35:
useradd steam -m -s /bin/bash
useradd steam -m -s /bin/bash


su - steam
winetricks allfonts


steamcmd
steamcmd
Line 37: Line 51:
Steam> app_update 1829350
Steam> app_update 1829350


When the server software is installed, exit steamcmd ctrl + d
When the server software is installed, exit steamcmd ctrl + c





Revision as of 18:31, 17 June 2022

VRising dedicated server Debian11

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

change line:

deb http://deb.debian.org/debian bullseye main

with

deb http://deb.debian.org/debian bullseye main non-free contrib

Add winehq repo for Debian

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

Download gpg-key

wget -nc https://dl.winehq.org/wine-builds/winehq.key

Add key

sudo apt-key add winehq.key

sudo dpkg --add-architecture i386

sudo apt update

sudo apt install winehq-stable winetricks steamcmd:i386

su - steam

create user steam

useradd steam -m -s /bin/bash

winetricks allfonts

steamcmd

Steam>login anonymous

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

Steam>@sSteamCmdForcePlatformType windows

If you want to install to a specific directory in the /home/steam folder:

Steam>force_install_dir ./<name of folder>

Steam> app_update 1829350

When the server software is installed, exit steamcmd ctrl + c



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