Go Back   EQEmulator Home > EQEmulator Forums > Archives > OpenEQ > OpenEQ::Development

OpenEQ::Development Development discussion for OpenEQ. Do not post for support.

Reply
 
Thread Tools Display Modes
  #1  
Old 12-19-2004, 09:17 AM
MOG
Fire Beetle
 
Join Date: Dec 2004
Posts: 16
Default EverQuest File Formats

What is known so far about the various file formats in EQ? How many ffs are documented so far? I would very much appreciate any info on that.

MOG
Reply With Quote
  #2  
Old 12-19-2004, 12:48 PM
jbb
Hill Giant
 
Join Date: Mar 2003
Location: UK
Posts: 242
Default

There isn't a lot of actual documentation that I'm aware of.

What there is seems to be in this forum and the tools::development forum where it was discussed earlier.

There is also openeq source code and my own renderer program work in progress (which is suffering from a lot of trial and error trying to figure things out but might be of some use).

It would be a good idea if some of it gor written up properly though
Reply With Quote
  #3  
Old 12-19-2004, 02:32 PM
daeken_bb
Discordant
 
Join Date: Mar 2003
Location: Chambersburg, PA
Posts: 469
Default Re: EverQuest File Formats

Quote:
Originally Posted by MOG
What is known so far about the various file formats in EQ? How many ffs are documented so far? I would very much appreciate any info on that.

MOG
The following file formats are entirely (or damn close to it) known:
PFS (used for s3d and eqg files)
.wld
.zon
.ter
.mod
.vpk (EQ2)
.voc (EQ2 -- partially known)

I have been thinking about writing formal documentation for a while now, but for now the docs on the forum will have to do. Perhaps over Christmas break I'll write up some real documentation.
__________________
Keep me unemployed and working on OpenEQ, PM me about donating

Check out my deviantART page at http://daeken.deviantart.com/
Reply With Quote
  #4  
Old 12-19-2004, 10:06 PM
jbb
Hill Giant
 
Join Date: Mar 2003
Location: UK
Posts: 242
Default

I wrote something about the basic file format at
http://www.fx2100.com/eq1ff_1.txt

Please check it as it is from memory and may have fields in the wrong order or have detail wrong.

And this is just some very early thoughts. It needs a lot of tidying up and putting in a nicer format but I though it useful to at least get it down on "paper".

I'll add what detail I can on the static model format when I get the chance.
Reply With Quote
  #5  
Old 12-20-2004, 07:27 AM
MOG
Fire Beetle
 
Join Date: Dec 2004
Posts: 16
Default

I would like to add a couple things that came to mind.

First of all, there would be a lot of legal hassles if you used EQ files directly. So my idea is, why not add a step, that while it might seem unnecessary to some, actually gives the OpenEQ team more protection? Instead of using EQ files, I suggest you completely research all EQ file formats and then create your own format for OpenEQ. Then you code a converter and it will import EQ files into your client. This actually covers your backs a lot more than you think.



MOG
Reply With Quote
  #6  
Old 12-20-2004, 08:04 PM
Mongrel
Hill Giant
 
Join Date: Jul 2003
Location: Germany
Posts: 232
Default

First of all, you can use any file you want as long as you write the importer yourself. Second, they already created their own file format (it's posted about somewhere in the OpenEQ forums)
__________________
EQEMu Zone Previewer (Alpha 0.2)
EQEMu Spell Editor

EQEMu files

Winter's Roar spell database
Reply With Quote
  #7  
Old 12-21-2004, 09:05 AM
daeken_bb
Discordant
 
Join Date: Mar 2003
Location: Chambersburg, PA
Posts: 469
Default

Quote:
Originally Posted by MOG
I would like to add a couple things that came to mind.

First of all, there would be a lot of legal hassles if you used EQ files directly. So my idea is, why not add a step, that while it might seem unnecessary to some, actually gives the OpenEQ team more protection? Instead of using EQ files, I suggest you completely research all EQ file formats and then create your own format for OpenEQ. Then you code a converter and it will import EQ files into your client. This actually covers your backs a lot more than you think.



MOG
Ok. Here's why we're not using importers.
1) We have a system in place where we can add support for new file formats without changing any code other than the primary file loader.
2) We know almost everything about the major EQ file formats and the majority of them are easy enough to use that it's not a problem.
3) Sony's legal team can't touch us when we're just using the files. The second we modify the files or release a tool to modify the files, we open ourselves up to a world of legal fury. Not only that, but we would most certainly have to distribute the already converted files because most people don't want two copies of each model file.

If someone wants to make convertors that's all fine and good, but there's no way we can stop supporting the EQ file formats if we want to use EQ's content. Also, the OpenEQ project won't condone the use of convertors... even the wld2ter convertor I wrote isn't supposed to be used for anything more than testing, and as soon as our WLD loader is coded, even that won't be neccesary.

If you have any further questions or input on the issue, please let me know
__________________
Keep me unemployed and working on OpenEQ, PM me about donating

Check out my deviantART page at http://daeken.deviantart.com/
Reply With Quote
  #8  
Old 12-21-2004, 09:10 AM
mattmeck
Guest
 
Posts: n/a
Default

WC was asked about editing existing EQ zones, and quote the law on why it would never happen on that project.


Imagin people editing there air maps to have bridges to the diferent islands, or adding shortcuts through mountains, or a lot of other exploits.
Reply With Quote
  #9  
Old 12-21-2004, 09:39 AM
Windcatcher
Demi-God
 
Join Date: Jan 2002
Posts: 1,175
Default

That's right. That's why I have no intention of releasing a version of OpenZone that can read .WLD. The last thing I want or need is a bunch of losers trying to use it to cheat on EQLive (and I have no doubt that someone would). I'm actually quite surprised that no one has tried adding an importer and recompiling, but I guess that the kids who would try aren't old enough to know Delphi/Pascal :P (and don't have $1,000 to buy the professional flavor of Delphi, which the program requires).

OpenZone's purpose is and always was to allow people to create their own original content, not to corrupt EQLive. If someone tried using it to do that I'd be tempted to exhort SOE myself to shut them down.

Though I've said all this, I should warn anyone who might try that OpenZone really doesn't have the architecture to fully support everything in a .WLD and if at all possible I'd like to keep it that way to discourage anyone from trying. I expect that anyone who tries to rig an importer onto OpenZone *will* be detected, and as far as I'm concerned, anyone who tries cheating EQLive deserves whatever punishment SOE dishes out.
Reply With Quote
  #10  
Old 12-22-2004, 12:46 AM
jbb
Hill Giant
 
Join Date: Mar 2003
Location: UK
Posts: 242
Default

I'm fairly suprised that they don't appear to digitally sign the resource files and exe files for eqlive and have the client check the signatures on startup. It's obviously not foolproof when the software is running on a potential cheat's own computer but it's really easy and would be a very good anti-cheating measure.

OpenEQ will suffer from that even more I suspect as being open source it will be a lot easier to cheat, and frankly a lot of the potential players are exactly the people I would expect to try to cheat Probably needs some thinking about.
Reply With Quote
  #11  
Old 12-22-2004, 01:32 AM
daeken_bb
Discordant
 
Join Date: Mar 2003
Location: Chambersburg, PA
Posts: 469
Default

Quote:
Originally Posted by jbb
I'm fairly suprised that they don't appear to digitally sign the resource files and exe files for eqlive and have the client check the signatures on startup. It's obviously not foolproof when the software is running on a potential cheat's own computer but it's really easy and would be a very good anti-cheating measure.

OpenEQ will suffer from that even more I suspect as being open source it will be a lot easier to cheat, and frankly a lot of the potential players are exactly the people I would expect to try to cheat Probably needs some thinking about.
Opensource games are no easier to cheat on than closed source games if you design the protocols properly. We can't use security through obscurity like SOE does to secure their games. Things like run speed and such will have to be serverside or there's no way we're going to be able to curb the cheating.

OpenEQ being Opensource will only force us to design a smarter protocol and server implementation that, if done properly, will not allow cheating.
__________________
Keep me unemployed and working on OpenEQ, PM me about donating

Check out my deviantART page at http://daeken.deviantart.com/
Reply With Quote
  #12  
Old 12-22-2004, 01:45 AM
jbb
Hill Giant
 
Join Date: Mar 2003
Location: UK
Posts: 242
Default

Well I'm thinking of things like making a modified client which renders the walls slightly transparently so that you can see what mobs are around the next corner. It's not at all easy with EQlive but would be very easy indeed if you have the source code.

The server can obviously only send updates for nearby creatures but I think it's totally impractical to do complete visibility tests on every creature for every client on the server.

Also I think there are some things that you need to do client side simply through lack of cpu power on the server. I think that it's impractical to do all collision detection on the server for all players. Which mean that if people modifuy their maps locally they'll be able to walk through walls, and get to places they should be able to. I just don't think that any reasonable server is going to be able to spend the cycles to do full collision detection for all clients. Perhaps doing occaional random checks on the clients to catch cheaters would be enough
Reply With Quote
  #13  
Old 12-22-2004, 03:47 AM
a_Guest03
Demi-God
 
Join Date: Jun 2002
Posts: 1,693
Default

Even if someone can see through walls, that doesn't help any more than ShowEQ. SEQ was very organized data - wall invisibility is opportunistic.
__________________
It's never too late to be something great.
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 09:49 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