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

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

Reply
 
Thread Tools Display Modes
  #16  
Old 10-03-2004, 04:11 AM
Windcatcher
Demi-God
 
Join Date: Jan 2002
Posts: 1,175
Default

The format concept sounds good to me. I've been thinking along those lines, of atomic structures where there is a standard way of extending any structure (WLD's concept of fragments was hokey at best and done poorly at worst).

Well, there are four zones of mine that are available...if we can agree on a file format I can get an exporter in OpenZone post-haste and release it. I've been redesigning OpenZone's engine since August and it's come along nicely. I have to admit I'm still against the idea of converting existing SOE zones...how many zones do you think you'd need for rigorous testing? I'd like to see if an effort can be made to satisfy your requirements before taking that step. Khan, how are your zones coming along? Can any be released? Is anyone else working on zones?
Reply With Quote
  #17  
Old 10-03-2004, 04:14 AM
daeken_bb
Discordant
 
Join Date: Mar 2003
Location: Chambersburg, PA
Posts: 469
Default

Quote:
Originally Posted by Windcatcher
The format concept sounds good to me. I've been thinking along those lines, of atomic structures where there is a standard way of extending any structure (WLD's concept of fragments was hokey at best and done poorly at worst).

Well, there are four zones of mine that are available...if we can agree on a file format I can get an exporter in OpenZone post-haste and release it. I've been redesigning OpenZone's engine since August and it's come along nicely. I have to admit I'm still against the idea of converting existing SOE zones...how many zones do you think you'd need for rigorous testing? I'd like to see if an effort can be made to satisfy your requirements before taking that step. Khan, how are your zones coming along? Can any be released? Is anyone else working on zones?
See, this is really what the community needs more of; people working together to reach a common goal

I'll start a thread in the OpenEQ dev forum immediatly and hopefully we can hammer out an initial file format today. As long as the atom headers don't change, it's 100% backwards and forwards compatible, so that's not a big issue.

If you can get me 4 or 5 decent sized zones, I should have no problem doing some nice testing and all with it.

As always, it's a pleasure working with you WC
__________________
Keep me unemployed and working on OpenEQ, PM me about donating

Check out my deviantART page at http://daeken.deviantart.com/
Reply With Quote
  #18  
Old 10-03-2004, 04:15 AM
killspree
Dragon
 
Join Date: Jun 2002
Posts: 776
Default

Agreed about the converter...we can probably come up with enough zones pretty quickly with OpenZone to use instead of using EQ zones if you really need it.
Reply With Quote
  #19  
Old 10-03-2004, 04:21 AM
Windcatcher
Demi-God
 
Join Date: Jan 2002
Posts: 1,175
Default

Well the four I've already created are all large outdoor zones. The trick will be knowing that I'm exporting them correctly. It would be nice if I had a viewer or something that I could use to validate the output, but I'll do the best I can.
Reply With Quote
  #20  
Old 10-03-2004, 04:29 AM
daeken_bb
Discordant
 
Join Date: Mar 2003
Location: Chambersburg, PA
Posts: 469
Default

Quote:
Originally Posted by Windcatcher
Well the four I've already created are all large outdoor zones. The trick will be knowing that I'm exporting them correctly. It would be nice if I had a viewer or something that I could use to validate the output, but I'll do the best I can.
As soon as we agree on a file format, I'll start work on making OpenEQ work with it so you have a viewer to test with

One other thing we need is a file format to package it all together, which is trivial and then some.

I think I'm going to rewrite OpenEQ almost completely from scratch to accomodate the new changes... going to keep the draw code pretty much intact, though, I think.
__________________
Keep me unemployed and working on OpenEQ, PM me about donating

Check out my deviantART page at http://daeken.deviantart.com/
Reply With Quote
  #21  
Old 10-03-2004, 04:46 AM
Edgar1898
Senior Member
Former EQEmu Developer
Current EQ2Emu Lead Developer
 
Join Date: Dec 2002
Posts: 1,065
Default

I agree with you guys that the new client is the way to go, but from what I have heard its still months away from a viable solution. So until then if we dont continue to support the EQLive client we are going to have a lot of unhappy people :P


Couple of questions: Why are you guys using archaic C, when you could be using C++? and do you guys have a cvs server setup so it would be easier for people to help contribute?
__________________
Lethal Encounter
Reply With Quote
  #22  
Old 10-03-2004, 04:49 AM
daeken_bb
Discordant
 
Join Date: Mar 2003
Location: Chambersburg, PA
Posts: 469
Default

Quote:
Originally Posted by Edgar1898
One Question: why are you guys using archaic C, when you could be using C++
Because C is _far_ from "archaic". I'm considering using C++ for the rewrite of OpenEQ simply because I'm sick of dealing with passing structs to functions. I still won't touch the STL with a 10-foot clown pole. I'd rather keep the bloat out and do a little bit more work by hand.
__________________
Keep me unemployed and working on OpenEQ, PM me about donating

Check out my deviantART page at http://daeken.deviantart.com/
Reply With Quote
  #23  
Old 10-04-2004, 06:26 AM
Yodason
Hill Giant
 
Join Date: Jan 2002
Posts: 205
Default

as you know daeken, my previous objection to helping this project had been I wasn't going to touch that mess of struct passing with a 10 foot pole. Having said that, if you really are serious about changing over to c++, I'll drop by and see if I can't offer some help. (I have currently been contemplating using ogre to do a similar goal as your openeq.. but only until I was able to get some origonal content made)...

-- Yodason
Reply With Quote
  #24  
Old 10-04-2004, 06:58 PM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

How many different players per day on EQemu login servers ATM ?
How many of them also own and pay for a EQ account ?
i wonder if the loss of money for SOE, represented by the players that don't fit in the second category is enough to pay a lawyer to put EQemu down. After all, for SOE, its only a question of money, they proved so many times... My opinion, as humble as it has to be, is that EQemu has no reasons to worry about SOE, even more with the upcoming release of EQ2. Tho, i m less optimistic for an EQEmu2 that would start with EQ2.
__________________
Muuss - [PEQGC] Dobl, the ogre that counts for 2 !
http://www.vilvert.fr/page.php?id=10
Reply With Quote
  #25  
Old 10-05-2004, 12:31 AM
jbb
Hill Giant
 
Join Date: Mar 2003
Location: UK
Posts: 242
Default

Quote:
I still won't touch the STL with a 10-foot clown pole. I'd rather keep the bloat out and do a little bit more work by hand.
What don't you like about STL? I hate the syntax sometimes for iterators and so on but STL itsself seems very solid and if used right doesn't lead to "bloat"...
Reply With Quote
  #26  
Old 10-05-2004, 01:56 AM
RangerDown
Demi-God
 
Join Date: Mar 2004
Posts: 1,066
Default

Sometimes, I reactivate my EQLive account to packet collect or look at specifics of how a game mechanic works. Thanks to EQEmu, SOE's making money off me :P
__________________
<idleRPG> Rogean ate a plate of discounted, day-old sushi. This terrible calamity has slowed them 0 days, 15:13:51 from level 48.
Reply With Quote
  #27  
Old 10-05-2004, 02:05 AM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default

Same as rangerdown. actually i've had my live account active for about 4 months now. 4 months sony would NOT have had if i hadn't found emu. I had quit, and still dont actually play. I just have it active to packetcollect
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 10:28 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3