View previous topic :: View next topic |
Author |
Message |
FrikaC Site Admin

Joined: 08 Oct 2004 Posts: 947
|
Posted: Thu Oct 12, 2006 5:03 pm Post subject: Quake Map Sources |
|
|
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 |
|
 |
scar3crow Inside3D Staff

Joined: 18 Jan 2005 Posts: 837 Location: Las Vegas, NV
|
Posted: Thu Oct 12, 2006 9:33 pm Post subject: |
|
|
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 |
|
 |
Entar

Joined: 05 Nov 2004 Posts: 422 Location: At my computer
|
Posted: Thu Oct 12, 2006 9:43 pm Post subject: |
|
|
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 |
|
 |
leileilol

Joined: 15 Oct 2004 Posts: 1321
|
Posted: Thu Oct 12, 2006 10:04 pm Post subject: |
|
|
dm3 ctf! _________________
 |
|
Back to top |
|
 |
Sajt
Joined: 16 Oct 2004 Posts: 1026
|
Posted: Fri Oct 13, 2006 1:08 am Post subject: |
|
|
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 |
|
 |
FrikaC Site Admin

Joined: 08 Oct 2004 Posts: 947
|
Posted: Fri Oct 13, 2006 4:29 am Post subject: |
|
|
Sajt, I need to pester you about something. |
|
Back to top |
|
 |
Sajt
Joined: 16 Oct 2004 Posts: 1026
|
Posted: Fri Oct 13, 2006 8:11 pm Post subject: |
|
|
I know  _________________ 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 |
|
 |
FrikaC Site Admin

Joined: 08 Oct 2004 Posts: 947
|
Posted: Sat Oct 14, 2006 8:32 pm Post subject: |
|
|
No, not that, something else. |
|
Back to top |
|
 |
Sajt
Joined: 16 Oct 2004 Posts: 1026
|
Posted: Sun Oct 15, 2006 12:01 am Post subject: |
|
|
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 |
|
 |
Tonik
Joined: 19 Oct 2006 Posts: 3 Location: Moscow, Russia
|
Posted: Thu Oct 19, 2006 5:13 pm Post subject: |
|
|
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  |
|
Back to top |
|
 |
leileilol

Joined: 15 Oct 2004 Posts: 1321
|
Posted: Thu Oct 19, 2006 5:37 pm Post subject: |
|
|
.lits, pfft who needs those? _________________
 |
|
Back to top |
|
 |
Spirit

Joined: 20 Nov 2004 Posts: 476
|
Posted: Thu Oct 19, 2006 5:49 pm Post subject: |
|
|
Could you extract the lightmap from a bsp? Maybe you could apply the old lightmaps to the new build bsp.  |
|
Back to top |
|
 |
Tonik
Joined: 19 Oct 2006 Posts: 3 Location: Moscow, Russia
|
Posted: Thu Oct 19, 2006 6:32 pm Post subject: |
|
|
Spirit wrote: | Maybe you could apply the old lightmaps to the new build bsp.  |
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  |
|
Back to top |
|
 |
Dr. Shadowborg Inside3D Staff

Joined: 16 Oct 2004 Posts: 726
|
Posted: Thu Oct 19, 2006 9:25 pm Post subject: Re: Quake Map Sources |
|
|
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 |
|
 |
Tomaz
Joined: 05 Nov 2004 Posts: 49
|
Posted: Fri Oct 20, 2006 12:12 am Post subject: |
|
|
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 |
|
 |
|