Adding .ent file support

Discuss programming topics for the various GPL'd game engine sources.
Post Reply
Baker
Posts: 3666
Joined: Tue Mar 14, 2006 5:15 am

Adding .ent file support

Post by Baker »

To my knowledge, DarkPlaces is the only engine that supports reading external entity files.

Is there another engine that does this as well? I don't expect there is a tutorial on this, so I'm looking for a less modified engine to study the code from (although I imagine reading .ent files is a straightforward process).

I'm looking at attempting to compile a Linux version of ProQuake and really when it comes to mods like CTF, the ability to support .ent instead of recompiling maps would be a great plus.
Baker
Posts: 3666
Joined: Tue Mar 14, 2006 5:15 am

Post by Baker »

Nevermind ;)
ShoTro
Posts: 61
Joined: Tue Mar 18, 2008 2:46 pm
Location: Virginia, USA

Post by ShoTro »

Baker wrote:Nevermind ;)
Why nevermind? What did you find for history's sake?
Shoot everything that moves. When it stops moving shoot it again just for good measure.
Spike
Posts: 2914
Joined: Fri Nov 05, 2004 3:12 am
Location: UK
Contact:

Post by Spike »

Probably that .ent files are supported in nearly all deathmatch-oriented quake engines, and that its fairly trivial to do.
Baker
Posts: 3666
Joined: Tue Mar 14, 2006 5:15 am

Post by Baker »

ShoTro wrote:
Baker wrote:Nevermind ;)
Why nevermind? What did you find for history's sake?
Spike wrote:Probably that .ent files are supported in nearly all deathmatch-oriented quake engines, and that its fairly trivial to do.
Yeah, what Spike said ;)

.ent read from the .bsp or .ent from a textfile ... not a big difference.
Post Reply