View Single Post
  #2  
Old 11-07-2011, 04:14 PM
Naez 4.20 Naez 4.20 is offline
Banned


Join Date: Oct 2011
Location: s0cal
Posts: 99
Send a message via ICQ to Naez 4.20 Send a message via AIM to Naez 4.20 Send a message via MSN to Naez 4.20 Send a message via Yahoo to Naez 4.20
Default

Make a file on desktop called EQEmu.sh, then put the following script in it

Code:
#!/bin/bash
cd "/path/to/Sony/EQEmu"
taskset -c 0x1 wine eqgame.exe patchme
Right click->properties->Permissions: Read&Write, Allow execution as program.

Give it a pretty icon


You might not need the 'taskset -c 0x1' since your processor is 6 cores, its a "dual core bug" fix and not sure if it affects you or not.
Last edited by Naez 4.20; 11-07-2011 at 04:19 PM..
Reply With Quote