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
Default Light Value Is 300!!!!!!! 
 
:L 
 
Thanks 
Thanks man, now how do I create a worldspawn entity in trenchbroom. If thats what its called 
TB Creates Worldspawn Automatically Once You Lay Down A Brush 
To edit worldspawn properties, select a world brush. 
Thanks 
Thanks. I think thats all I need to know, sorry for all the noob questions 
Change Waterlevels 
HI - Complete noob with mapping...I have Quark and Trenchbroom and some other editors installed, but am clueless on how to alter waterlevels. Probably because I dont understand concepts of the brush too much.

Lets say I want to change the waterlevel on E1M3 so thats its nearly topped off. I think that probably is sort of simple, but how? Next, the tunnel leading off has to now be immersed to a certain level, and also the plat area near the stairs has to be filled. How ? Any help appreciated. 
You Mean... 
have the water change level or move? I don't think this can be done in standard quake. There may be a mod for it but certainly not in standard mode. Maybe you could fake it by having the entire map submerge instead? 
Teknoskillz 
 
Yeah, water is just a brush. You can select it, then change the size in the editor, but I don't think you can change the size dynamically (while playing the map) in regular Quake.

I suppose you could you put a *water texture on a func_door, but then the player couldn't get inside. I think one of the expansion packs added a func_water that could move. 
I Think 
He means changing the water in literally e1m3...

Quake maps are compiled into a format (.bsp) that is not editable. So to change e1m3, you would need the original source .map to work from in an editor like trenchbroom, and then recompile it with your changes. 
You Can Get The E1m3 .map File Here 
Liquids 
There is a way to "Trick" the player into thinking that water levels are rising (or falling for that matter).

Essentially you turn the entire room into a platform (a "Platroom" if you will) while the liquid brush is stationary (you can't actually move a liquid brush in-game using Vanilla Quake that I'm aware of, if you try to tie any entity to a liquid textured brush it will become a solid or disappear IIRC).

So you can get the illusion from the players perspective that the water level is changing as the "Platroom rises or falls just like any other platform. Of course it's a sloppy solution and you have to enclose the "Platroom" inside of another room in order for it to vis and some entities will act a bit funny, but it will work. I've seen it done way back when in one of the earlier player made maps on a compilation CD. Aftershock maybe, it's been a long time.

If you're asking how to insert a liquid brush into a map it's just like any other one as far as editing goes. The liquid effect is a direct result of the texture name as long as it starts with an asterisk (*anynamethatyouwanttogiveit) and the sound effects for them are tied to very specific texture names (*water02).

The default behavior is water as long as the * is there as the first character. If you want lava or slime then the name HAS to start with *slime or *lava. 
Wasn't There A Liquid Mover? 
I'm sure someone mentioned a liquid mover for one of the expansions or something...

Or maybe I was dreaming a sexy sexy quake dream. 
Thanks Guys... 
Yes, I am wanting to do what Scampie says. Edit the .map so the water levels on certain maps, like E1M3 and E2M2 are higher overall. Doing so will result in some other areas of the map needing to be "flooded" so not only are we merely editing an existing water area, gonna need to add some new water to tunnels and other connecting areas that the water will now flow into. 
I'm 100% Sure... 
That the official expansions didn't have "Moving" water (a push brush above a repeating water flow texture is not "Moving water" ;) ).

That extra code (rising or falling water levels) is really something with limited use in a game like Quake in my opinion. While I can see it being used to force the player to get through (or perhaps backtrack through) an area as quickly as possible in some limited scenarios I don't see it happening a lot while making liquid brushes a lot more complicated at the software end. But there are other ways to get there anyway if you really wanted to get the player to run back out in a set time frame without liquids being a factor.

Quake is set in a fairly dry setting (damp yes, but the liquids are almost always there to break up the levels BSP-wise in most maps if you pay attention to that sort of thing due to the way vis works). id was smart about hiding the limitations of the engine from the player but if you know where to look behind the scenes it starts to become obvious pretty quickly.

Then again I just watched the latest Sherlock so who knows, I might be looking for things hidden within things placed behind things with other things being pure fiction and a total red herring meant only to cut down shrubbery in the French forest of NI!

I do believe I will have a beer instead of thinking about this anymore. 
@Teknoskillz 
Are you looking to re-envision the level or simply add water as the level progresses? The first is fairly easy while the second is not at all easy (or may not even be possible). 
@quaketree 
Not looking to change map geometry. Just the areas that have water in them that the maps came with , increase them higher. Like the moat in front of the castle on E2M2 for example. Some other areas on that map may be interesting with higher water levels too like under the bridge near the teleport. Raising the water there woudl mean also taking a look at the small connecting stairway that has a grenade launcher , where the big door opens. The stairs probably would need more water added, because if you add more water to the main area, that area would need more added than what it has now. 
Changing Water Levels 
would have helped me greatly with deck, rather than having a slowly lowering platform I would have much preferred to put a rising slime trap (at the grenadelauncher/shambler ambush).
But the code didn't exist so the trap ended up being quite frustrating for a lot of players.
I can imagine a lot of interesting chase maps developed if there was moving fluids, imagine being chased by a wall of lava through a map (like the lava chase in marble zone in sonic 1). 
Altar Of Storms 
comes to mind, i do recall some rising lava threre.. 
Rising Water 
I used it in FMB-BDG2. It served two purposes: one, to get the player up to a platform to enable escape from an area and two, to gain access to a semi-secret area that conatained a rune. I thought it worked quite well, but then I never had to play the map :) 
Func_water Is Awesome 
But my current implementation is invisible :L 
Oh 
And fish get stuck in it :{ 
Trigger_counter Won't Count Different Monster Types 
any suggestions? 
What A Fool I Am... 
I just figured out how to set counter number limits. all fine now. 
Double Doors With Toggle Flag Won't Open 
how do I fix this? 
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.