Inside3D!
     

Quake Map Sources
Goto page 1, 2, 3  Next
 
Post new topic   Reply to topic    Inside3d Forums Forum Index -> Mapping
View previous topic :: View next topic  
Author Message
FrikaC
Site Admin


Joined: 08 Oct 2004
Posts: 947

PostPosted: Thu Oct 12, 2006 5:03 pm    Post subject: Quake Map Sources Reply with quote

If you're living under a rock you might not have notices the news of Romero releasing the Quake map sources on the [url=inside3d.com]main page of i3d[/url] or over at PQ. Anyway I was wondering if anyone has comments or plans for these releases.

I myself was plainning back in 2001 to do a standalone deathmatch game based on Quake and FrikBot, but plans fell through. The one thing that makes Quake DM so fun, imo, is the maps and without those you end up with... bleh. Currently I have no plans, but I'm interested to hear what other people have in mind.
_________________
Back to top
View user's profile Send private message Send e-mail
scar3crow
Inside3D Staff


Joined: 18 Jan 2005
Posts: 837
Location: Las Vegas, NV

PostPosted: Thu Oct 12, 2006 9:33 pm    Post subject: Reply with quote

Id be interested in the standalone deathmatch mod with Frikbots, especially if you go more in depth with their combat ai.

I know multiple people have spoken of doing quake.bsp, a unified map for all of singleplayer Quake. Sajt has taken steps towards it, and LordHavoc had spoken of it as well with me on irc.
Back to top
View user's profile Send private message AIM Address
Entar



Joined: 05 Nov 2004
Posts: 422
Location: At my computer

PostPosted: Thu Oct 12, 2006 9:43 pm    Post subject: Reply with quote

scar3crow wrote:
I know multiple people have spoken of doing quake.bsp, a unified map for all of singleplayer Quake. Sajt has taken steps towards it, and LordHavoc had spoken of it as well with me on irc.

Wouldn't that be freaking huge, to the point where DP (and maybe FTEQW) would be the only engine(s) running it, and it would still have trouble? :p

Anyhoo, I'd also like to see a standalone deathmatch mod from FrikaC and his bots.
_________________
woh... feelin woozy... too much cider...
http://entar.quakedev.com
games fascination - My Game Development Blog/Journal
Back to top
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
leileilol



Joined: 15 Oct 2004
Posts: 1321

PostPosted: Thu Oct 12, 2006 10:04 pm    Post subject: Reply with quote

dm3 ctf!
_________________
Back to top
View user's profile Send private message
Sajt



Joined: 16 Oct 2004
Posts: 1026

PostPosted: Fri Oct 13, 2006 1:08 am    Post subject: Reply with quote

I have been planning two projects, one after the other:

1. Fixing the errors, z-fighting, wad problems, etc. in the maps in a public subversion repository, so hopefully there won't be a bunch of different projects doing the same thing.

2. Making a tool to create a quake.bsp: an OpenGL .map renderer, which allows you to import .map files and move them around or rotate them by 90 degrees yaw, and remove certain brushes (i.e. the black walls at the back of the exit doorways, and patch changelevels into teleports, and rename targetnames to <mapname>_<targetname> etc. This can then be exported into a big .map or saved in its own format, which should allow for easily updating the big map if something was changed in the other .maps.

I'm going to start them up as soon as I can think of a name for the project ('Quake Map Project' doesn't really cut it) and get a webspace and svn off of Echon.
_________________
F. A. Špork, an enlightened nobleman and a great patron of art, had a stately Baroque spa complex built on the banks of the River Labe.
Back to top
View user's profile Send private message
FrikaC
Site Admin


Joined: 08 Oct 2004
Posts: 947

PostPosted: Fri Oct 13, 2006 4:29 am    Post subject: Reply with quote

Sajt, I need to pester you about something.
Back to top
View user's profile Send private message Send e-mail
Sajt



Joined: 16 Oct 2004
Posts: 1026

PostPosted: Fri Oct 13, 2006 8:11 pm    Post subject: Reply with quote

I know Sad
_________________
F. A. Špork, an enlightened nobleman and a great patron of art, had a stately Baroque spa complex built on the banks of the River Labe.
Back to top
View user's profile Send private message
FrikaC
Site Admin


Joined: 08 Oct 2004
Posts: 947

PostPosted: Sat Oct 14, 2006 8:32 pm    Post subject: Reply with quote

No, not that, something else.
Back to top
View user's profile Send private message Send e-mail
Sajt



Joined: 16 Oct 2004
Posts: 1026

PostPosted: Sun Oct 15, 2006 12:01 am    Post subject: Reply with quote

Well, I'm on #mindart now.
_________________
F. A. Špork, an enlightened nobleman and a great patron of art, had a stately Baroque spa complex built on the banks of the River Labe.
Back to top
View user's profile Send private message
Tonik



Joined: 19 Oct 2006
Posts: 3
Location: Moscow, Russia

PostPosted: Thu Oct 19, 2006 5:13 pm    Post subject: Reply with quote

Guys, fixing map bugs is a good idea, but there's a gotcha: you'll need a different set of .lits to use with the modified maps (or a smart algorithm that will align the data in the lighmap lump with the original bsp's).

I'm doing some research here (http://quakeworld.nu/forum/viewtopic.php?pid=13110#p13110) in an attempt to produce an identical (lightmap wise at least) remake of id maps.

The problem is that I don't have the same version of qbsp that was used to compile the maps in pak0/1.pak. The one I have, from qutils.zip/q1tools_gpl.tgz, is a newer version. One obvious difference is that skies are no longer treated as solid. This one is easy to revert, but there must be other changes resulting in different vertex/node/leaf etc counts.

What I'm thinking, by any chance, does someone have an old version of qbsp identical to what id used? It can be identified by the peculiar treatment of sky brushes.

Your help is appreciated Smile
Back to top
View user's profile Send private message Visit poster's website
leileilol



Joined: 15 Oct 2004
Posts: 1321

PostPosted: Thu Oct 19, 2006 5:37 pm    Post subject: Reply with quote

.lits, pfft who needs those?
_________________
Back to top
View user's profile Send private message
Spirit



Joined: 20 Nov 2004
Posts: 476

PostPosted: Thu Oct 19, 2006 5:49 pm    Post subject: Reply with quote

Could you extract the lightmap from a bsp? Maybe you could apply the old lightmaps to the new build bsp. Shocked
Back to top
View user's profile Send private message Visit poster's website
Tonik



Joined: 19 Oct 2006
Posts: 3
Location: Moscow, Russia

PostPosted: Thu Oct 19, 2006 6:32 pm    Post subject: Reply with quote

Spirit wrote:
Maybe you could apply the old lightmaps to the new build bsp. Shocked

Well yes, it should be possible to modify lightmap offsets to match those in the original bsp.
In fact you'll be able to use a slightly modified bsp (map bugs fixed etc) with the old .lit!

Someone just has to write the tool to do that Smile
Back to top
View user's profile Send private message Visit poster's website
Dr. Shadowborg
Inside3D Staff


Joined: 16 Oct 2004
Posts: 726

PostPosted: Thu Oct 19, 2006 9:25 pm    Post subject: Re: Quake Map Sources Reply with quote

FrikaC wrote:
Anyway I was wondering if anyone has comments or plans for these releases.


Muahahahahahahaha!

Or, rather, that's what I'd like to say. If I had any time that is. :/
_________________
"Roboto suggests Plasma Bazooka."
Back to top
View user's profile Send private message
Tomaz



Joined: 05 Nov 2004
Posts: 49

PostPosted: Fri Oct 20, 2006 12:12 am    Post subject: Reply with quote

Why are you even worried about the bsps being identical? If you want them identical, dont compile these and use the bsps from your quake cd.. problem solved.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Inside3d Forums Forum Index -> Mapping All times are GMT
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2004 phpBB Group