Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::General Support

Archive::General Support Archive area for General Support's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
  #1  
Old 09-01-2004, 03:29 PM
tony187
Fire Beetle
 
Join Date: Sep 2004
Location: Washington
Posts: 5
Default Eqemu question

Hi everyone I just have a quick question I was told that I have to get the eqemu program from hackersquest and follow the guide from this website to set it up is this what needs to be done to play it and also where is the setup guide found I tried looking for it but no luck.
__________________
tony187
  #2  
Old 09-01-2004, 03:44 PM
molimo140
Hill Giant
 
Join Date: Dec 2003
Posts: 104
Default

Please god someone ban these idiots....

1) THE ONLY RELEASE COMPATIBLE WITH THE EQEMU SERVER IS A DEV RELEASE, MEANING UNCOMPILED SOURCE. YOU MUST HAVE VS.NET OR SIMILAR C++ COMPILER IN ORDER TO COMPILE THE SOURCE.
2) YOU CANNOT PLAY ON EQEMU SERVERS IF YOU HAVE PATCHED SINCE JULY 16 2004.
3) YOU DONT NEED A PROGRAM IN ORDER TO PLAY.

4) If you havent patched though, make your account, the guide is here on forums somewhere under the name NEw Registration Process Also change your eqhost.txt to
Code:
[Loginserver]
eqemulator.net:5997
Create a shortcut to eqgame.exe adding at the end of the target line -patchme.

You're all set.
__________________
Server-OP and host of Lord of the Rings [Legit-Custom] Server
  #3  
Old 09-01-2004, 04:24 PM
tony187
Fire Beetle
 
Join Date: Sep 2004
Location: Washington
Posts: 5
Default

Thank you and no I haven't patched yet just loaded the game up to try this out so all I need to do is follow the setup guide here and then I am set right?
__________________
tony187
  #4  
Old 09-01-2004, 05:08 PM
Doodman's Avatar
Doodman
Developer
 
Join Date: Aug 2003
Posts: 246
Default

Unfortunately, just loading the game does not put you at the right a patch, it's too old.

And currently, if you patch to live, your client is too new to play (at the momment)

5.8-DR1 would be out soon which is live compatible.
  #5  
Old 09-01-2004, 05:09 PM
tony187
Fire Beetle
 
Join Date: Sep 2004
Location: Washington
Posts: 5
Default

I can't seem to find the setup guide or the link is not working do you or anyone else know where I can find it at?
__________________
tony187
  #6  
Old 09-01-2004, 05:13 PM
tony187
Fire Beetle
 
Join Date: Sep 2004
Location: Washington
Posts: 5
Default

Quote:
Originally Posted by Doodman
Unfortunately, just loading the game does not put you at the right a patch, it's too old.

And currently, if you patch to live, your client is too new to play (at the momment)

5.8-DR1 would be out soon which is live compatible.
Thanks so I am pretty much out of luck till it comes out right do you know when this might happen?
__________________
tony187
  #7  
Old 09-01-2004, 05:20 PM
layziethekid
Fire Beetle
 
Join Date: Jul 2004
Posts: 18
Default

Not ETA.
  #8  
Old 09-01-2004, 05:40 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Re: Eqemu question

Quote:
Originally Posted by tony187
Hi everyone I just have a quick question I was told that I have to get the eqemu program from hackersquest and follow the guide from this website to set it up is this what needs to be done to play it and also where is the setup guide found I tried looking for it but no luck.
Hackersquest is COMPLETELY different from EQEMu.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
  #9  
Old 09-01-2004, 07:52 PM
tony187
Fire Beetle
 
Join Date: Sep 2004
Location: Washington
Posts: 5
Default

Thanks all for leading me in the right direction but I read the lastest new on the main page and it said that the 5.8 test is out would that be ok to try or should I stay away from that. Also I still haven't found the guide to even get this thing setup could someone help me out please.
__________________
tony187
  #10  
Old 09-02-2004, 06:18 PM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Not trying to make you feel unwelcome Tony, nor is anyone else here, but you have to realize that the questions you are asking have been answered MANY times JUST in the last week or so... If you would simply help yourself by doing a search from the link at the top of the page, THEN if you are having problems after following all that is said to do, you will probably find that everyone is a LOT more receptive....

Now, to get on to the new test server, you need to probably first patch to live... then after you have done that... do what was mentioned above

Quote:
Create a shortcut to eqgame.exe adding at the end of the target line -patchme.
Then you need to come back here and go into the news forum and look under the 5.8 beta server (or something to that nature). There you should see what you need to do as far as changing your eqhost.txt file and login account with eqemu...

Hope you get it straightened out.. and have fun..

[edit] Sorry it is called "live compatible login server" that you need to look at...[/edit]
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
  #11  
Old 09-02-2004, 06:55 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by samandhi
Not trying to make you feel unwelcome Tony, nor is anyone else here, but you have to realize that the questions you are asking have been answered MANY times JUST in the last week or so... If you would simply help yourself by doing a search from the link at the top of the page, THEN if you are having problems after following all that is said to do, you will probably find that everyone is a LOT more receptive....

Now, to get on to the new test server, you need to probably first patch to live... then after you have done that... do what was mentioned above

Quote:
Create a shortcut to eqgame.exe adding at the end of the target line -patchme.
Then you need to come back here and go into the news forum and look under the 5.8 beta server (or something to that nature). There you should see what you need to do as far as changing your eqhost.txt file and login account with eqemu...

Hope you get it straightened out.. and have fun..

[edit] Sorry it is called "live compatible login server" that you need to look at...[/edit]
-patchme doesnt work for me, it has to be "eqgame.exe" in quotes, then after just 'patchme' (without apostrophies)
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
  #12  
Old 09-02-2004, 07:05 PM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Quote:
-patchme doesnt work for me, it has to be "eqgame.exe" in quotes, then after just 'patchme' (without apostrophies)
/agree

Some work some don't... Try both methods if the one or the other doesnt work...
If that doesnt work try eqwindows (if it is still up to date, dont know I havent been around for a few months...)
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
  #13  
Old 09-03-2004, 05:10 PM
Charmy
Discordant
 
Join Date: May 2004
Location: The DeathStar of David
Posts: 337
Default

off topic but the reason you need the quotes is becuase of white space in your path to eqgame.exe

i.e
Code:
C:\Program Files\Sony\Everquest\eqgame.exe
the space between Program and Files causes msdos to trunicate (spelled it right &lt;shrug>) the text as if the whitespace was an end line character, so passing it in quotes sends it as a single string. then the patchme after is passed as an arg to the program.
__________________
Mess with the Jews, and we will take all your money
Grunties Rule
And with that... I end
Any Other Questions, please refer to the Following:
http://iliilllli1.netfirms.com
  #14  
Old 09-03-2004, 05:53 PM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Quote:
off topic but the reason you need the quotes is becuase of white space in your path to eqgame.exe
VERY true and good point.. BUT, if everyone followed directions correctly then they wouldnt have to worry about "Program Files" as they would have made a backup directory of EQ.... heh
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
 


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:47 AM.


 

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