Outerra forum

Anteworld - Outerra Game => Modding: Importer, Tools & Utilities => Topic started by: theshanergy on November 07, 2014, 11:34:40 am

Title: .pkg file format / web viewer
Post by: theshanergy on November 07, 2014, 11:34:40 am
Does anyone know what the actual pkg file format is? I'm wondering specifically if there would be any way to create a basic webgl viewer for model files? Something like threejs perhaps? Here is an example. http://helloracer.com/webgl/ It would be really cool to be able to do this with Outerra models, but I don't know if it is feasible.
Title: Re: .pkg file format / web viewer
Post by: cameni on November 07, 2014, 11:48:06 am
It's unlikely to be possible for several reasons. Licensed game models usually have clause that the model must be stored in a format that can't be (easily) decompiled, to avoid creating derivative works. Also the format isn't stable yet - we are converting the old formats to new ones, but internally the format is already at its 9th iteration. The data are supposed to load directly to GPU and assume certain things about the rendering engine, etc.
Title: Re: .pkg file format / web viewer
Post by: theshanergy on November 07, 2014, 11:52:39 am
That's too bad, I had an idea that was the case though. Would there be any possibility of an embedded proprietary web viewer released directly by you guys at some point down the line once the format is stable?
Title: Re: .pkg file format / web viewer
Post by: cameni on November 07, 2014, 01:18:15 pm
Possibly. Or maybe the importer could generate a separate simplified 3D file for previewing.