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
 
 
Is that velocity in units per second? 
 
Looks like it yeah. 
 
Hi I am trying to make an elevator in my map... the problem I am having is the elevator is triggered by a button... the only problem is when it gets to the bottom it comes back up... how do I make it stop till triggered again at the bottom of the elevator shaft? thanks.

In "vanilla" Quake once a func_plat is triggered it will lower and wait for the player. Once the player steps into the "trigger volume" of the elevator it will rise up.

If you want a elevator that toggles using a button that use a func_door instead. This is covered in my entity tutorial here: https://youtu.be/TQ8MN8V0JuE?t=233

Watch the whole way through as I show how to toggle a door - which is the method you will use to toggle the elevator. 
Two Questions 
1. Hi I am trying to make an elevator in my map... the problem I am having is the elevator is triggered by a button... the only problem is when it gets to the bottom it comes back up... how do I make it stop till triggered again at the bottom of the elevator shaft? thanks.

2. I am trying to make triggerable enemies but when i set them some where and apply a trigger to a dog for example i pass the trigger point and it still sits in the spot i had put it.... 
 
1. There should be a flag to set the elevator to just toggleable.

2. Double check targetnames etc. Should just be a matter of trouble shooting. 
Gillandro 
Often the trick to making an elevator that does what you want is to use the func_door class instead, and vary the lip field to get the height you want. In your case you will want to apply the TOGGLE spawnflag to your "door" so that it never moves without being triggered. 
Preach 
thank you for your help... but what is the plat function for? 
Specialised Task 
func_plat is designed to be an self contained platform that doesn't need any other triggers to function. So it automatically rises when the player steps on it, and automatically descends again afterwards. It's not useless, but it can't really be customised if you want it to behave differently. 
Door Issues 
how do you get a door to go up and down instead of side to side? thanks. 
Re: Door Issues 
Set the angle to -1 for up, -2 for down 
Secrets 
Hi all... I was wondering... when I make a secret door to hide maybe an item or something... what do I do to make the game display a "you have discovered a secret"
message? I know I would probably have to trigger it... or is it in the secret door function as an option? thanks. 
Secrets 
Hi all... I was wondering... when I make a secret door to hide maybe an item or something... what do I do to make the game display a "you have discovered a secret"
message? I know I would probably have to trigger it... or is it in the secret door function as an option? thanks. 
Secrets 
never mind...found it just wasn't sure how to delete my previous post about the matter thanks. 
Gillandro 
I think you missed my post above with the YouTube link that explains plats and doors. Here's the link again:

https://youtu.be/TQ8MN8V0JuE?t=233

also here is a long video that explains how secret doors work.

https://www.youtube.com/watch?v=jw1c7O5WkbI&t=334s 
Where Do Black Ops 3 Mappers Lurk? 
Not really sure if this belongs here or in the General thread.

Since creators of custom maps for Black Ops 3, both multiplayer and zombies mode, do exist, where do these people "hang out"? I went through a few large discords I could find, but they had no mapping/modding channels. Wasn't successful at finding some forum-based community either.

What gives? 
Blops Custom 
3 seconds later and google autocomplete delivers
https://discordapp.com/invite/PncbcvT 
 
Perhaps it's more for general abuse, but I'm not sure.

Was there ever an all-colab jam? I.e. every map was worked on by 2+ people (or exactly 2 people, but that doesn't mean one person couldn't colaborate on multiple maps or with multiple people).

TIA! 
There's Literally One Ending Today 
sm199 
 
XD I knew the name was "Tag Team Championship!" but didn't really connect the dots. Thanks! 
 
So I have a pretty simple map with a circular wall around it and just one light, the sun. Its mangle set to 0 -90 0 (straight down according to ericw's documentation). Yet one side of the wall is completely dark, while the other is bright. As if the sun was at an angle. Why could this be? How do I make the sun light all sides of the map evenly? 
 
try the sunlight_penumbra worldspawn settings, a value of 8-12 gives good results.
Else, a small sunlight2 value might help.
Your circular structure needs to be centered at 0 0 0 of the world to work correctly if i remember right. 
 
Thanks for the suggestion. I actually figured out what the issue was. I had bounce lighting enabled and had only filled in architecture on one side of the map so far, so the undeveloped side had nothing for the light to bounce off of. 
Np 
i'd still suggest to at least try the penumbra effect. 
1 post not shown on this page because it was spam
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.