Project 1999

Go Back   Project 1999 > General Community > Technical Discussion

Reply
 
Thread Tools Display Modes
  #1  
Old 04-06-2016, 01:18 AM
Rhyken Rhyken is offline
Decaying Skeleton


Join Date: Mar 2015
Posts: 2
Default Running P99 On a chromebook (toshiba chromebook 2)

Hello,

I know there's a couple posts like this one out there and I've read through them, but the answers to my question tends to get glossed over so I'm a little confused. Here goes:

I'm attempting to play p99 on my Toshiba Chromebook 2. I have had no trouble running games (it plays half life 2 just fine) and I have wine installed. So What I've done is copied a windows installation of P99 over and put it in the .wine/program files/sony/everquest folder. Now what? I've seen a script to run it, but unfortunately I have no idea how to run the script. I've tried running the game straight from the eqgame.exe but it tells me to run the everquest.exe instead.(which of course doesn't work) Other posts said I had to edit the eqgame.exe and add patchme to it, but again, being the newb that I am I can't quite grasp what I'm supposed to do now that I have my p99 installation copied over, so I'm just spinning my wheels. Any help would be greatly appreciated.
Last edited by Rhyken; 04-06-2016 at 01:31 AM..
Reply With Quote
  #2  
Old 04-06-2016, 08:37 AM
Pep Pep is offline
Sarnak

Pep's Avatar

Join Date: May 2012
Posts: 300
Default

You may have accidentally patched the client when trying different ways to run it, delete it and then copy again your windows installation on your chromebook.

Create a script that will start the game:
Code:
echo "cd ~/.wine/program\ files/sony/everquest/" > ~/starteq
echo "wine eqgame.exe patchme" >> ~/starteq
Make the script file executable:
Code:
chmod +x ~/starteq
Run the script file:
Code:
cd ~
./starteq
You should see a client window open asking to accept (or not) the EULA, after which you can login to play.

Post results and questions.
Reply With Quote
  #3  
Old 04-06-2016, 07:59 PM
Rhyken Rhyken is offline
Decaying Skeleton


Join Date: Mar 2015
Posts: 2
Default

I've never written a script, or even attempted to make one. I opened gedit, pasted in the code and saved it, is that the correct way to do it?
So then I typed:

(precise)drew@localhost:~$ chmod +x ~/starteq
(precise)drew@localhost:~$

then I type:
(precise)drew@localhost:~$ ./starteq
./starteq: line 1: ??~/starteq: No such file or directory
./starteq: line 2: ??~/starteq: No such file or directory


Not sure what I'm doing wrong.
Reply With Quote
  #4  
Old 04-07-2016, 10:50 AM
Pep Pep is offline
Sarnak

Pep's Avatar

Join Date: May 2012
Posts: 300
Default

Quote:
Originally Posted by Rhyken [You must be logged in to view images. Log in or Register.]
then I type:
(precise)drew@localhost:~$ ./starteq
./starteq: line 1: ??~/starteq: No such file or directory
./starteq: line 2: ??~/starteq: No such file or directory
The script doesn't have the correct path to the game. There are many ways to skin a cat, do as Tann suggests instead and post results.
Reply With Quote
  #5  
Old 04-06-2016, 05:12 PM
Tann Tann is offline
Planar Protector

Tann's Avatar

Join Date: Oct 2010
Posts: 1,123
Default

you don't even need to run a script, just load the terminal in the directory that has eqgame.exe and run

Code:
taskset -c 0 padsp wine eqgame.exe patchme 2>/dev/null

this works for me at least, results may vary ><
__________________
< Knights Who Say Ni >
Qeynos questing and leveling (all quests nerfed) | Off the beaten path 24-40.
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 12:41 PM.


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.