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
 
and uh... slime too i guess. :S 
Liquid Volumes Touching Skies? 
When would this even happen? :)
I guess if you were to make a horizon but, damn the size of the water brush would be huge! 
 
It's almost always a mistake. You copy a brush, move stuff around, etc. It happens. 
Yeah 
Make sure all water/lava face's texture attributes are 0 
Yeah 
Make sure all water/lava face's texture attributes are 0 
Except For The Scale Attributes 
Which should be 1 
Can Anyone 
Point me to a .bat FAQ or whatever so I can make my compile a bit more clever.

I want to copy the mapfile, change some of the data within it (texture names for {) and then compile the copy.

Or... does your compile tool already allow for something like this Necros? 
Fyi 
the latest trenchbroom 1.x release can work with { textures, in case you were working around that.

Not sure about where to get a good bat file tutorial, sorry 
Lol - Had To Look Up What You Meant 
so, alpha textures start with "{" ...You're kidding me...how many tools does that break? 
Ijed 
The compiler gui thing doesn't do that, although writing some kind of command line application that regex replaces stuff would be trivial.

I don't do i/o stuff much, but I imagine you could do the replace in between your input and output streams and never even have to load the file into memory, just scan the buffer before you feed it to the output? 
 
"We mark important threads by prefixing the name with a semicolon and the words 'DROP TABLE'" 
Aha 
Yeah I was just going to work around the TB problem, but if it's already solved in editor then I'm good. 
Kinn 
Well, older versions of TB for one.

Using the - symbol would have been much better. I wasn't much involved when that particular discussion was going on though. 
 
it's a terrible idea, but apparently it matches the half life convention, which means someone at Valve also had a terrible idea.

Though personally i have a bigger objection to the fact that it's typographically ugly. 
 
in other news, in order to prevent people from stealing your textures for other maps, just call it "ground 3" or something.

tbh, my stance is that editors should just be quoting texture names anyway, and that its only okay to drop the quotes if its alpha-numeric-plus-underscore.

my solution to batch files is to install cygwin, then you can use 'sed' or whatever. probably overkill though. 
 
someone at Valve also had a terrible idea

what NO 
Mac Utilities 
Does anyone know if there are any WAD tools for OS X? Want to extract a WAD from a BSP, maybe make my own WADS, etc. Or am I being ridiculously optimistic and should just fire up a virtual machine? 
Tyrutils 
will do the trick for extracting a wad from a bsp:
"bsputils --extract-textures e1m1.bsp"
(from http://disenchant.net/utils/ )

for other things, I just use wine for OS X (http://winebottler.kronenberg.org/) 
Brilliant 
many thanks ericw, just what I needed 
Advanced BSP Resources? 
Anyone know of some particularly useful/interesting/advanced/silly/stupid bsp tuts?

domes, concave semi-cirles, anything not exclusively right angles, rules-of-thumb for unusual multi-faced polygons, etc...

I can already hear the cacophonous chant "just use meshes!"

but yeah, bsp stuff plz :) 
Have You Seen The Czg Circles Tut? 
 
I Have Not... 
...but looking now 
Seconding The Czg Tut 
Very valuable resource for beginners; I always refer to it when I map ... err, I mean when I incompetently mess around with TB. (Not sure how useful it would be for you, KillPixel, seeing as the finished parts of kpcn2014 are better than anything I could hope to complete in this lifetime.)

But for other newbies who may stumble across this thread and have trouble finding the guide in question:
http://www.quaketerminus.com/hosted/happymaps/curv_tut.htm 
Meshes Are The Lazy Way Out! 
 
 
CZG's tut is nice but making those pipes in TB isn't too easy IMO, I end up doing a lot of vertex work instead. 
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.