Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Linux Servers

Support::Linux Servers Support forum for Linux EQEMu users.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #35  
Old 01-30-2009, 04:16 PM
cubber
Discordant
 
Join Date: Apr 2006
Posts: 374
Default

Here are a couple other scripts that I have been using:

This one starts the eqclient.exe file with the patchme flag and binds it to cpu0

I call it start and put it in your EverQuest folder.

Code:
#!/bin/sh

#start eqgame.exe on cpu0 and bypass the patcher.
taskset -c 0 wine eqgame.exe patchme

This launches the game in it's own X session and will give a boost in performance. You can launch this from the console without logging into your Window Manager to free up resources. This calls the start script above that is located in your EverQuest directory. Edit it to suit your needs.

Code:
#!/bin/sh

#Start EQ in a separate X session
X :3 -ac &
cd "/home/insert-your-user-here/.wine/drive_c/Program Files/Sony/EverQuest"
sleep 2
DISPLAY=:3 ./start
Reply With Quote
 


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 11:27 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3