Project 1999

Project 1999 (/forums/index.php)
-   Technical Discussion (/forums/forumdisplay.php?f=40)
-   -   P99 on a Chromebook, guide! (/forums/showthread.php?t=192462)

gierkep 12-23-2016 05:21 PM

So i just got a new chromebook. Is this still the best way to go about getting a everquest running on it or would just installing it on a USB 3.0 be a better way to go. 32GB SSD and 4GB Memory Intel CPU.

BlazedCat 12-24-2016 07:55 PM

show us a video
 
show a video of you playing eq99 on a chromebook

Tann 12-29-2016 12:26 PM

Quote:

Originally Posted by gierkep (Post 2429361)
So i just got a new chromebook. Is this still the best way to go about getting a everquest running on it or would just installing it on a USB 3.0 be a better way to go. 32GB SSD and 4GB Memory Intel CPU.

can't update the OP but the xubuntu stuff is no longer supported or developed, the new linux option for chromebooks is GalliumOS which I just got up and running recently.

Quote:

Originally Posted by BlazedCat (Post 2430066)
show a video of you playing eq99 on a chromebook

sure, not sure why you need that considering you could run p99 on a potato but i'll work on getting a vid.

brknglss 12-29-2016 06:37 PM

I've been looking into doing just this, to get eq on the acer c740 running gallium. Ideally the EQ lite version that FatMagic put together. I'll report my progress in the coming weeks as I get started, shouldn't be too difficult.

gierkep 12-30-2016 03:12 PM

Got GalliumOS up and running with a dualboot (using chrx and mrchromebook.tech), got exFat installed (via sudo) so i moved the EQ files over, but now Im at a dead end as to what to do next.

brknglss 01-01-2017 07:08 PM

I actually ordered the acer r11 and it's supposed to be arriving tomorrow. I'll see if I can get it working and let you know... though right now I can't get the game working on my mac after this patch.

I imagine you checked out this thread ?
https://www.project1999.com/forums/s...ad.php?t=14125

Tann 01-03-2017 10:17 AM

Quote:

Originally Posted by gierkep (Post 2433325)
Got GalliumOS up and running with a dualboot (using chrx and mrchromebook.tech), got exFat installed (via sudo) so i moved the EQ files over, but now Im at a dead end as to what to do next.

once you got the OS up and running its pretty straight forward, install wine, run wine config (so it creates a virtual drive ), move EQ to the virtual drive it creates, and either follow the more updated linux guide or do what I did in the OP (which was copied from said linux guide anyway):

 
Quote:

Originally Posted by Tann (Post 1884914)
Step 5, Desktop icon (if desired).
(credit https://www.project1999.com/forums/s...ad.php?t=14125)

- Load terminal (Ctrl+Alt+T) and type Run Gedit
- Copy paste below script and save file wherever you like:

Code:

#!/bin/sh
# if you don't have the script's cwd set, you get XML errors
export WINEPREFIX=$HOME/.wine/
cd ~/.wine/drive_c/Program\ Files/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 2>/dev/null

- Load terminal (Ctrl+Alt+T) and type sudo apt-get install --no-install-recommends gnome-panel
- Then type gnome-desktop-item-edit --create-new ~/Desktop
- Point/browse to the above created script file and name accordingly.

Probably need to disable vertex shaders in the client file (otherwise get floating weapons with no character models):
edit eqclient.ini, where VertexShaders=TRUE change to VertexShaders=FALSE



Quote:

Originally Posted by brknglss (Post 2434493)
I imagine you checked out this thread ?
https://www.project1999.com/forums/s...ad.php?t=14125

yessir, tis where I got the script/icon stuffs and I did give credit and link to it in OP!

brknglss 01-03-2017 02:13 PM

Hm. Ok pardon my complete nubness, first time linux user. I've been running EQ on a mac via wineskin but seems slightly more complicated with linux as I'm not at all familiar with command prompts, amazing I got gallium up and running.

So I've managed to get a virtual drive using playonlinux which seems to just be GUI for wine. Now I've copied over my entire Sony/Everquest folder from my mac install into the program files on the virtual drive so the path is

/home/chrx/PlayOnLinuxs_virtual_drives/EQ/drive_c_Program Files/sony/EverQuest

(forgot change the user from chrx)

I'm now trying to run it, and not exactly sure what to do. Run Gedit is an unknown command but it looks like that bit of code you pasted is creating a script to launch to launch the game?

Instead I've used the creat shortcut with PlayOnLinux it points to the exe. though it's trying to run the patcher when I launch...

Mostly used this thread for reference getting this far

https://www.project1999.com/forums/s...d.php?t=212710



Any ideas?

** edit I tried this
"The way I do the "patchme" for the shortcut is I go to PlayOnLinux Config, select the shortcut I made under the Wine instance, and just put "patchme" without quotes in the Arguments field."

But no luck, still trying to patch

Tann 01-03-2017 04:36 PM

hmm i've never used playonlinux for p99, other games like hearthstone yea. The guide you linked has a lot of unnecessary steps, if installing PoL you don't need to do step 1, steps 5/6/8 are all unnecessary as well.

for just running eq or wow elysium the stock wine you get via terminal works fine with 0 modifications to .dll's and nothing required from winetricks.

IMO:

1. open terminal, type: sudo apt-get install wine
2. in terminal, type: winecfg (exit after it creates drive)
3. copy EQ directory somewhere on the drive_c
5. if you want a desktop icon, in terminal type: sudo apt-get install gedit
6. followed by what I posted above, just make sure to fix the path in the "cd ~/.wine/drive_c/Program\ Files/Sony/EverQuest" bit.
7. if you don't want to use said icon just open a terminal in the EQ directory and copy/paste: taskset -c 0 padsp wine eqgame.exe patchme 2>/dev/null

that works for me on both a chromebook (galliumOS) and my intel nuc (ubuntu 16.04), results may vary depending on specs but the PoL route is kinda overkill for p99 imo

brknglss 01-03-2017 05:27 PM

Thanks for responding...

Run Gedit command output:

bash: Run: Command not found


I did install gedit (sudo apt-get install gedit)


All times are GMT -4. The time now is 04:56 AM.

Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.