Project 1999

Go Back   Project 1999 > General Community > Starting Zone

Reply
 
Thread Tools Display Modes
  #1  
Old 12-18-2022, 10:10 AM
speculater speculater is offline
Skeleton


Join Date: May 2013
Posts: 15
Default

Quote:
Originally Posted by svelto [You must be logged in to view images. Log in or Register.]
Got everything working, but no servers at the select screen just like many Linux users complain of. Anyone experienced this?

P99 servers don't like Linux machines. You'll have to use a VPN if you're getting a blank list. Specifically you'll use OpenVPN from any service you'd like.


--- Follow this install guide but use the bottom method to get pacman to work.

https://support.surfshark.com/hc/en-...Linux-Manjaro-

--- To get OpenVPN supported on Steam Deck

***** Step 0. Go to terminal and type passwd and set an !!! easy to remember !!! system password


1. make a new text file called "InstallOpenVPN.sh" (the .sh part is the important bit)
2. copy the following into the text file:

#! /bin/sh
sudo steamos-readonly disable
sudo pacman-key --init
sudo pacman-key --populate
sudo pacman -Syu
sudo pacman -S networkmanager-openvpn
sudo steamos-readonly enable

3. You have to switch the script to executable.

4. Open a terminal window from the folder containing your script, then run the following command:

sudo chmod 744 installOpenVPN.sh
(This is where you use that password)

5. Run the script to install everything from terminal.

sudo ./installOpenVPN.sh

6. Follow prompts, test VPN.

WARNING: These settings get reset on any system update and you'll have to repeat the 10s install process periodically.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:09 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.