Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Elite Dangerous

The Original Forum. Game archives, full of resources. How to open them? Get help here.
twisted
veteran
Posts: 100
Joined: Mon Apr 23, 2007 11:25 pm
Has thanked: 2 times
Been thanked: 7 times

Elite Dangerous

Post by twisted »

Anyone had a look at Elite Dangerous ovl files? I can rip files out with offzip but knowing the structure would be helpful.

Here's the beginning of one

Image
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: Elite Dangerous

Post by Ekey »

Upload samples.
twisted
veteran
Posts: 100
Joined: Mon Apr 23, 2007 11:25 pm
Has thanked: 2 times
Been thanked: 7 times

Re: Elite Dangerous

Post by twisted »

If anyone needs samples drop me a PM.
zzz
beginner
Posts: 21
Joined: Wed May 21, 2014 2:36 pm
Has thanked: 2 times
Been thanked: 5 times

Re: Elite Dangerous

Post by zzz »

Code: Select all

https://www.mediafire.com/?tznzxrbxoqjbseb
Sample files from the Combat Demo Items\Ship\Eagle folder. Almost all files types are in the OVL format. Regarding sound I found this:
The OVL and OVS files are compressed with zlib.

OVL files make up parts of a virtual serialized filesystem, and are partially compressed. OVS files are completely compressed and contains most of the bulk data.

Can't give you more info than that at the moment as I'm at work and I've not looked at them for a while.
though replacing models is the thing I'm most interested in.
eriger777
beginner
Posts: 26
Joined: Wed Sep 24, 2014 10:30 pm

Re: Elite Dangerous

Post by eriger777 »

Bump?

viewtopic.php?f=21&t=12572&p=103469#p103469 I'm looking for the same thing. Although I made a new thread.
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4284
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1146 times
Been thanked: 2242 times

Re: Elite Dangerous

Post by shakotay2 »

zzz wrote:though replacing models is the thing I'm most interested in.
would be the last step in the chain just started:
You do not have the required permissions to view the files attached to this post.
Tuts: a) Bigchillghost, viewtopic.php?f=29&t=17889
b) Extracting simple models: http://forum.xentax.com/viewtopic.php?f=29&t=10894
"Quoting the whole thing. Would u ever stop this nonsense?"
eriger777
beginner
Posts: 26
Joined: Wed Sep 24, 2014 10:30 pm

Re: Elite Dangerous

Post by eriger777 »

How'd you do it^
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4284
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1146 times
Been thanked: 2242 times

Re: Elite Dangerous

Post by shakotay2 »

I used hex2obj (view link in my sig)
Press the tut(orial) button in hex2obj to read more.

But it's not a one click solution. Do the tutorial example to understand how it works.
Tuts: a) Bigchillghost, viewtopic.php?f=29&t=17889
b) Extracting simple models: http://forum.xentax.com/viewtopic.php?f=29&t=10894
"Quoting the whole thing. Would u ever stop this nonsense?"
blinxies
ultra-n00b
Posts: 8
Joined: Tue Feb 21, 2012 12:11 pm
Has thanked: 1 time

Re: Elite Dangerous

Post by blinxies »

shakotay2 wrote:I used hex2obj (view link in my sig)
Press the tut(orial) button in hex2obj to read more.

But it's not a one click solution. Do the tutorial example to understand how it works.
I have tried your example and it worked very well. Ended up with a female torso.
But now I tried what you said with the Eagle_Debris and It doesn't work, even with your screenshot settings matching.
None of Data.ovl, Data.ovs.models_l0 and Data.ovs.models_l1 result in anything.

I want the vulture model to 3D print it but yeah, I just cannot understand that part.
Did Frontier changed the files lately or something ?

Because I am sure that none of the files have anything starting at 130
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4284
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1146 times
Been thanked: 2242 times

Re: Elite Dangerous

Post by shakotay2 »

blinxies wrote:But now I tried what you said with the Eagle_Debris and It doesn't work, even with your screenshot settings matching.
None of Data.ovl, Data.ovs.models_l0 and Data.ovs.models_l1 result in anything.
Eagle_Debris-models_l0.dat (742700 bytes) is working with hex2obj v.0.23
I want the vulture model to 3D print it but yeah, I just cannot understand that part.
Did Frontier changed the files lately or something ?

Because I am sure that none of the files have anything starting at 130
I don't have that vulture model but starting address of face indices may vary from model to model.
Tuts: a) Bigchillghost, viewtopic.php?f=29&t=17889
b) Extracting simple models: http://forum.xentax.com/viewtopic.php?f=29&t=10894
"Quoting the whole thing. Would u ever stop this nonsense?"
blinxies
ultra-n00b
Posts: 8
Joined: Tue Feb 21, 2012 12:11 pm
Has thanked: 1 time

Re: Elite Dangerous

Post by blinxies »

This is the vulture from the Demo https://mega.co.nz/#!kMtT1L6Q!dhEHiReG2 ... bSJ0tfoJss
(Link is a zipped file of the folder containing the data.ovl, and both LOD models, where only data.ovs.models_l0 is important.
This link should not be an issue with the site rule)

I have tried and succeeded with the debris model example you have provided in your screenshot previously.
I noticed I had to deflate the zlib stream from the OVS first.

Regardless, I am unable to reproduce the same manip with any other files that is not the eagle debris.
And your tutorial does not explain how you end up with a VB size of 20 and UV pos of 16
When I tried with a Nav Beacon, the render ended up being totally flat.

Would be nice to provide a quick example with E:D files.
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4284
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1146 times
Been thanked: 2242 times

Re: Elite Dangerous

Post by shakotay2 »

blinxies wrote:This is the vulture from the Demo
thx, but I can't download it atm (I'm not at my working PC).
And your tutorial does not explain how you end up with a VB size of 20 and UV pos of 16
After you got the vertex count (from max face indices) just devide the vertex section size (VSS) by vertexcount -> VBsize
(may not work for all models; you'll get VSS by experience or not)

UV pos you get by experience or just VBsize - (size of uv coords), as simple as that. (Does not work always.)
When I tried with a Nav Beacon, the render ended up being totally flat.
yeah, I know this problem
Would be nice to provide a quick example with E:D files.
But iirc it was not easy to extract models from this format.

edit: well, for the vulture's first submesh it was:
Vulture_1.JPG
You do not have the required permissions to view the files attached to this post.
Tuts: a) Bigchillghost, viewtopic.php?f=29&t=17889
b) Extracting simple models: http://forum.xentax.com/viewtopic.php?f=29&t=10894
"Quoting the whole thing. Would u ever stop this nonsense?"
eriger777
beginner
Posts: 26
Joined: Wed Sep 24, 2014 10:30 pm

Re: Elite Dangerous

Post by eriger777 »

Any more updates on this?
eriger777
beginner
Posts: 26
Joined: Wed Sep 24, 2014 10:30 pm

Re: Elite Dangerous

Post by eriger777 »

bump
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4284
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1146 times
Been thanked: 2242 times

Re: Elite Dangerous

Post by shakotay2 »

eriger777 wrote:Any more updates on this?
I'm not working on these models.
Why don't you try it out for yourself?
It's pretty simple:
vulture_SM_3.JPG
You do not have the required permissions to view the files attached to this post.
Tuts: a) Bigchillghost, viewtopic.php?f=29&t=17889
b) Extracting simple models: http://forum.xentax.com/viewtopic.php?f=29&t=10894
"Quoting the whole thing. Would u ever stop this nonsense?"
Post Reply