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
Func_detail Madfox 
Thanks for the reply madfox! :) 
No 
Func_detail are not like func_wall. Func_detail can be used to seal the map. They are normal walls for all intents and purposes except compile time. 
_detail Is Structural? I.e. Can Be Used To Seal? 
are you sure? 
 
func_detail & void?

>.< 
 
I started a map in Valve texture mode. It was just meant to be a little test. Now its...huge and I wanna convert it to Standard...is this possible?

Even if its hacky as hell and I need to realign textures. 
 
Scratch the last question...

http://imgur.com/r0QLDRz

anyone have any clue why when i do the "sky" cvar in quakespasm it says my sky is "moonrise_" but it doesnt match the one in my ad/gfx/env:

http://imgur.com/2B9tWlS 
 
your should specify the sky name in worldspawn 
 
It's the same skybox but obscured by fog. 
 
OTP had it. Not sure why that didnt occur to me, thanks! 
Train Sound At Long Distances 
I have a very long train that acts sort of like a battering ram trap in my current project. Once triggered it travels from one end of a long hall to the other. The goal is for the player to ride atop of the trap. To do this the player must backtrack through a portion of the hall to get aboard. It seems as though the sound of the train emanates from the "front" of the brush. When that portion of the train is down the hall the train is basically silent to the player. Is there I sound setting that will allow the sound of the train to travel farther? It's not the end of the world but as the player is backtracking this giant battering ram is silent. 
 
Sound cutoff is hardcoded into the engine.

Typically at a distance of 1000. DarkPlaces probably uses 1500.

If you change that number from 1000, some of the mappers get irritated because then you can hear thing you shouldn't be able to hear in some of their maps. 
Thx Baker 
I wonder then if I could put another train underneath or nearby out of view that generates the same sound. I'll have to experiment. 
Yes 
Dummy trains should work so long as they are hidden inside a func_wall or a hollowed out wall. Are you using a particular mod? Some have support for triggered sounds or loops like hipnotic, AD, rogue, or Quoth to name a few that support it. 
 
Maybe you could try to put several train sounds, evenly distributed along the length of your train. It would avoid extra brushwork and would sound more realistic. 
 
Qmaster no mods this time around, sadly I'm in vanilla Quake.

Mugwump - not sure I can do that as the battering ram is triggered by a button. I don't think you can trigger sounds on and off in vanilla Quake. (?) 
 
Noymthing sad about that. I think that you could have multiple trains, though might be more trouble than its worth since they don't tend to sync well and need more paths. 
Invisible Brushes 
how do I create invisible brushes that can be walked on? Im making some detailing on the ground and the terrain becomes dificult to walk on, so I want to create an invisible ramp so moving would be smoother.
Also I have waterfalls but the waterfall texture isnt liquid so I cant walk threw it, how do I make it so that its liquid or i can walk threw it? 
Clips 
Apply the "Clip" texture to a brush to make it invisible but has collision.

For waterfalls, make them func_illusionary 
 
thanks once again Bloughsburgh! :) 
What Is Error Bsp->nummodels Is 0! 
what models is it talking about? I'm just trying to test my map with only neccessary things like walls, ceilings etc. I added armor and one flame there, but I still get this error message, it must mean something else then? 
Newhouse 
The first model in a .bsp is the world, subsequent ones are func_ entities like doors, etc.
So the error means there is no world.. it's coming from my light tool right? I don't know but either you have no brushes in the map, or it's a tool bug. 
Newhouse 
Do you have an info_player_start? 
Noob Question XD 
Hey, im almost at the end of my map, how do i add an exit? 
Trigger_changelevel 
 
 
dude, i did that and nothing happened! 
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.