Actually
#12455 posted by Kinn on 2013/03/04 15:58:03
I won't be able to use unity's mesh importers at run-time, and I ain't writing my own (I'm too busy right now). It'll have to stay as editor-only. I can make it a bit more user-friendly though.
The Unity editor is free to download and use though, so anyone can use it if they don't mind installing it.
Maps
#12456 posted by Kinn on 2013/03/04 19:24:59
by the way, if anyone wants to have a gander at the .map of that terrain shizzle, to see what it looks like, here is that cavey test thing:
this one has all the brushes as worldspawn and doesn't seem to leak:
https://dl.dropbox.com/u/61424391/Quake%20Stuff/bdwtest07a.map
This is the same geometry, but the terrain is in a func_group for convenience. Leaks in txqbsp currently. (yes I am using -group).
https://dl.dropbox.com/u/61424391/Quake%20Stuff/bdwtest07.map
Mesh
#12457 posted by Tyrann on 2013/03/04 23:00:45
When I wrote above I was thinking of just using the triangles of the mesh in the .map format, not having full tetrahedrons. Anyway, a few good ideas here. :)
Recently...
#12458 posted by quaketree on 2013/03/05 11:14:28
I was thinking about messing around in mapping for Quake. I last played around with it about 2002 or so and was discouraged by the engine limitations and the communities (then) general disdain for newer engines at the time and the maps that required them (I was using TxQuake I think but don't hold me to it, it was a GLQuake spin off) so I stopped trying as everything I was doing was going to kill the original engine in R-Speeds alone and so many comments here were purist in nature that I didn't consider it worthwhile to go on. I see now that that opinion has changed considerably so I'm willing to look into it again.
The problem that I am facing now is that I've forgotten pretty much everything regarding spawnflags, triggers and the like (I still have a what I consider to be a firm grasp on the basics of brush manipulation and r-speeds and all of that).
Is there a basic guide that is still out there that covers the basics? Consider me as a newbie that needs everything spelled out in excruciating detail.
I searched through this entire thread and what I am seeing is a lot of dead links (For example using "triggers" or "guide" as search terms).
Google isn't much help as just about everything seems to be sending me to USGS type sites regarding earthquakes.
I have already installed Hammer 3.3 and the Quake One configuration utility, have the wads and have refamiliarized myself with the software changes from 1.6 although I haven't as yet bothered with the more recent tyre-tools 0.5 as I'm not getting that far into it as of yet.
Any suggestions would be appreciated.
Doesn't
#12459 posted by ijed on 2013/03/05 11:21:50
Baker's quake adapter have a mini-guide? For WC you can also search the Forge tutorials which were beginner things on setting up stuff like doors, keys, counters and so on.
Might well be 404 though. I'll have a search once I get to a computer.
In Fact
#12460 posted by ijed on 2013/03/05 11:23:23
I seem to remember WC 1.6a had some docs included inside for Quake.
#12461 posted by quaketree on 2013/03/05 11:33:36
I didn't see a guide for Quake adapter that addressed the entities in detail but I will look again. It assumed a basic knowledge of flags IIRC. I used to have that written down or remembered but after over a decade I've forgotten much of that.
Quakeforge.net is pretty sparse and really seems to also assume a knowledge base that I currently don't have anymore.
I didn't think of WC1.6 but I suppose that I could install it and see what's there. I'm pretty sure that I have a copy buried somewhere.
And To Add...
#12462 posted by quaketree on 2013/03/05 11:39:29
The PQ stuff is now gone, which was my first idea in this search for information. Many of the dead links went to things like Necros's guide which is what I probably was going to reference first anyway.
Almost Everything...
that you need can be found in The Forge -
http://www.quakewiki.net/archives/worldcraft/index2.shtm
For Entities -
http://www.quakewiki.net/archives/worldcraft/entity/standard/standard.shtm
I'd say that's fairly comprehensive.
Also QuakeAdapter is good for getting you started, though I think at this point jumping into TrenchBroom is the best option (but I know you had trouble getting it to work).
#12464 posted by quaketree on 2013/03/05 11:49:51
Yeah. I just came across that on my own after trying different quake and forge combinations in Google (and adding archives to the search). I'll use that and play around with it to try and re-familiarize myself with it.
I still expect to put up some dumb questions though. I'm "Special" like that sometimes. Thanks for the reply though.
Kinn
#12465 posted by Tyrann on 2013/03/06 00:06:25
Good news: current git version of tyrutils qbsp with func_group support has no problems with bdwtest07.map.
Help The Noob :)
#12466 posted by Dunno on 2013/03/06 18:19:51
Hi, I'm completely new at mapping for Quake. I found this site via Carmack's tweet and thought I'd give it a try. So I have a very basic question-how do you save your map so it is seen by Quake? And what do you have to do to just make it work? I'm on Mac OS X 10.6. Thank you!
Hey "dunno"
There's several things you need on top of the TrenchBroom editor. When you make levels with it it will save .map files. These then need to be converted to the quake .bsp file format (which is in turn placed in quake/id/maps).
To create a .bsp file you'll need a BSP program, a Light program and a Vis program.
You can download these tools from here -
http://disenchant.net/files/utils/tyrutils-0.5-win32.zip
Next you'll want to make compiling your .map to .bsp super easy so download Necros compiling program -
http://shoresofnis.wordpress.com/2010/03/30/ne_q1spcompilinggui/
And you'll also need to get yourself the textures used in Quake to create your levels, the one that has all the standard textures in one .wad file are here -
https://www.quaddicted.com/files/wads/id.wad.zip
Also the help document for TrenchBroom is here -
http://kristianduske.com/trenchbroom/docs/
But He's On A Mac
#12468 posted by SleepwalkR on 2013/03/06 19:08:58
You will need these tools:
http://disenchant.net/files/utils/tyrutils-0.5-osx.zip
and the compiling GUI doesn't run on the Mac. You will have to look at the command line parameters of the tools, I'm afraid. Are you familiar with the Terminal?
He's On Mac OSX
#12469 posted by negke on 2013/03/06 19:10:25
So those tools won't help. Are there native Mac versions available somewhere? Has someone ever attempted to port BJP's compilers?
Oh, I See
#12470 posted by negke on 2013/03/06 19:10:53
(stop beating me to it)
I Have
#12471 posted by SleepwalkR on 2013/03/06 19:35:42
ported BJPs tools to OS X, but I haven't published them. But I will provide OS X builds of rebb's tools at some point.
My Mistake...!
My brain was half-asleep! :P
Thanks A Lot!
#12473 posted by Dunno on 2013/03/06 21:06:42
The main thing I love about open-source communities is that everyone is always so eager to help, even if their brains are half-asleep :D
I have windows installed on my Mac (boot camp), so I guess I can download those utilities for windows and use those. From what I understand, these formats are cross-platform compatible, right?
And I've already downloaded the WAD and read the help :)
Thanks again
P.S:
#12474 posted by Dunno on 2013/03/06 21:09:55
I use Terminal now and then, so I'll also give Mac utils a try :)
#12475 posted by JneeraZ on 2013/03/06 21:11:26
If you can use Windows, I would just use Windows. Tools and utilities for the Mac are few and far between...
But yes, the file formats are all compatible.
No, That's Not True
#12476 posted by SleepwalkR on 2013/03/06 21:48:11
Tyrann's tools are readily available for the Mac, so there's really no need to go to Windows for this. Also, the quakespasm engine (quakespasm.sourceforge.net) is cross-platform and runs very well on the Mac.
#12477 posted by JneeraZ on 2013/03/06 21:56:08
You can get by, yes. But you don't have many choices. There's usually one of everything so I hope you like it! :)
True
#12478 posted by SleepwalkR on 2013/03/06 22:15:06
But tyrann's tools are pretty good!
#12479 posted by JneeraZ on 2013/03/06 22:41:16
That they are.
|