View Single Post
  #1  
Old 09-08-2025, 10:08 AM
patlefort patlefort is offline
Skeleton


Join Date: Apr 2012
Posts: 19
Default AppImage for running Project 1999 on linux.

Project on GitLab
Download (Click the AppImage link in the latest release)
Readme
Report problem

Don't copy the appimage into your everquest folder

Your system need to have bubblewrap and fuse2 installed.

Running:
Code:
chmod +x Project1999.AppImage
./Project1999.AppImage <Everquest installation location>
Read the readme for more options. Read the section on Ubuntu if you use that.

Running this game smoothly on linux can be difficult. This AppImage solve many problems with the game by running it in a container with tested packages and selected tools. It is a bit bulky because it is essentially an Arch based container. For stability it will not be updated often. It does not have a GUI, configuration is done with environment variables. I have tested it on Arch, Fedora and Ubuntu.
Reply With Quote