Gaming: Difference between revisions

From MalinWiKi
Jump to navigation Jump to search
No edit summary
No edit summary
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Install needed software==
* [[ARK: Survival Evolved]]
 
* [[Emulating]]
setup vrising dedicated server on Debian 11
* [[Eve Online]]
 
* [[Vrising Dedicated Debian 11 Server WINE]]
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
 
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
 
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 + d
 
 
 
 
 
setup headless wine
source: https://superuser.com/questions/902175/run-wine-totally-headless
https://steamcommunity.com/sharedfiles/filedetails/?id=862024047

Latest revision as of 18:51, 12 February 2023