Quake2 Map

Started by
4 comments, last by Gunhed 23 years, 10 months ago
Are there any sources or maybe complete sources/libs to load a Quake2 Map!
Advertisement
Check out Flipcode.com''s tutorial section, there they have a tutorial called ''Loading QuakeII maps'' (or something close to that, dont'' remember the exact name). THey dont'' have any real code to load it, but the tutorial shows you how the file is set up and all that good stuff. if you''re up to displaying quakeII level''s in your engine then you should be able to write a file parser no problem. I personally am just writing my own level editor (much fun), cause quakeII maps confuse the heck outta me. Cheers!
Thanks!

But you''re right its too confusing!
I have to go the hard way and write my own LevelEdidor!

Gunhed
Parsing quake2''s map data isnt that hard at all, if anyone wants it i can post some code here.
I thought about it!

I didn''t want to copy Quake2!
I only wanted to use its maps, but there are easier ways to get maps!

Thanks
Gunhed
I agree, parsing QuakeII files isn''t that hard, but it''s just alot of data. Making your own level editor is good for the soul anyways .

This topic is closed to new replies.

Advertisement