News | Forum | People | FAQ | Links | Search | Register | Log in
Mapping Help
This is the place to ask about mapping problems, techniques, and bug fixing, and pretty much anything else you want to do in the level editor.

For questions about coding, check out the Coding Help thread: https://www.celephais.net/board/view_thread.php?id=60097
First | Previous | Next | Last
I Have Some Basic Knowledge 
of Unity, though I'm not currently working on anything with that engine.

The power of it is that it's free, if you include the logo at the start.

Have you tried throwing it at your phone or a browser yet? 
Well 
It's currently just some crap i bashed together as a script i can use via the unity editor.

So that others can use this, I think the best thing then would be for me to turn this into a standalone app that you can just run without needing to install Unity. I'll try to get on this asap.

Of course it's overkill doing something like this through Unity. I just did it like this for my own convenience at the time because it imports almost any mesh format already, already has an interface for me to input settings, options etc... 
Actually 
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 
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 
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... 
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 
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 
I seem to remember WC 1.6a had some docs included inside for Quake. 
 
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... 
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). 
 
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 
Good news: current git version of tyrutils qbsp with func_group support has no problems with bdwtest07.map. 
Help The Noob :) 
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 
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 
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 
(stop beating me to it) 
I Have 
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! 
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: 
I use Terminal now and then, so I'll also give Mac utils a try :) 
 
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 
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. 
 
You can get by, yes. But you don't have many choices. There's usually one of everything so I hope you like it! :) 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.