View Single Post
  #3  
Old 07-26-2017, 10:27 PM
sounion sounion is offline
Aviak

sounion's Avatar

Join Date: Nov 2015
Posts: 81
Default

Okay, so running the .sh file only opens the text file. The game is not loading.

See my file below:

Quote:
#!/bin/sh
# if you don't have the script's cwd set, you get XML errors
export WINEPREFIX=/home/name/.wine/

cd /home/name/.wine/drive_c/'Program Files (x86)'/Sony/EverQuest

# Bind to one core of the processor and launch.
# The client will spew a lot of errors, especially every time
# you target a mob, hence the stdout/stderr redirect.
# You probably want to leave off the 2>/dev/null until you're satisfied
# everything is working.

taskset -c 0 padsp wine eqgame.exe patchme
Any issues?
Last edited by sounion; 07-26-2017 at 10:37 PM..
Reply With Quote