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
The Final Version Of Vertig 
Well, I guess it's done! I made some adjustments, like adding more spawns to keep things distributed, and changing around some items. I added dirtdepth (1024) to give it some darkness, and to keep it from being fullbright. This is all I am doing with vertig, and I am moving (I should say going to move) to a different map idea.

Map:
http://www.mediafire.com/download/ct5yza6iyaurh5c/vertig.bsp

Me traversing the map (recorded in Quakespasm):
http://www.mediafire.com/download/m87686884veu5pr/vertig.dem 
SpecialBomb 
For your first map, that's a really good effort. You listened to some criticism and made some changes for the better. Nice going!

Anything looks better than fullbright (Even total darkness!)

Moving on to different map ideas AFTER you have completed the current project is the way to be. Starting a map is one thing, but finishing one is another thing entirely. 
 
I looked at it. Is it supposed to be played in near total darkness? I don't really see how that would be fun.

You can't really say it's "done" until it's lit. The map is not that big or complicated. It wouldn't take more than a hour to light it adequately enough for what it is and it would be a major improvement. 
Bah, Why Not? 
Guess I'll just try and light it for the fourth time. I already posted the map on Quaddicted, bet if I check there again I'm gonna have people yelling at me. Lazy-switch is off tonight. 
My Next Map Isn't DM Either, Btw 
The map I'm working on now is a singleplayer map, and it's more of a test for all of the entities available (doors, monsters, etc.), and I'm not posting it. I'm 100% sure it's not going to be special. Plus I'm going to try and light it correctly so that way I can practice up on it. I slept on a good idea for a DM map, but I forgot what it was. 
Always A Place For Criticism 
Exciting to hear about a single player map! I can fully understand not posting it as in that regard, I technically have 9 maps under my belt but every one was me learning.

However I implore you to take advantage of the Screenshots and Betas thread and post the map there...there you can receive technical advice/criticism but avoid a full blown public release. I know I plan on doing that first before publicly releasing my first map. 
Bloughsburgh 
Thanks for that! As a complete n00b, I really have no idea how to publish maps, so now I know to put screenshots and stuff there before posting all over the place. Apparently, Kinn is super famous, so I should check out his maps since he has patiently looked at mine and helped me out here. Drop a link to yours as well :) 
UT Like Jump Pad In Quake Using Func_push? 
I was wondering if it would be possible to make a UT like jump pad in Quake, because my current experiments say no. 
Angles 
I believe the angles (with an s) key can allow for diaognal pushing. 
Ah, Thanks 
I just got trigger_push working, and I didn't set the speed. Boy, that scared the SHIT outta me when I tested it. 
Angles Didn't Work... 
For some reason, I can't make push go in a specific angle, just 90 degrees up and down, and full rotation going around. So, yeah. 
Try Something Like 
angles 90 45

You have to specify more than one direction when using the angles key. In Quakespasm...to really get exact, you can play the map and in the console type: r_pos 1

This will give you constant location data of your player including viewing angle. Have your player face the direction where you want the push to go and record the values labeled Pitch Yaw Roll. For your requirements, you are looking for Pitch and Yaw values.

At least I think this is how it works. :p 
You're Right 
That's what I did, but more
angles 90 85

It failed to launch me into the air, and looked like it was trying to accelerate me into the ground. 
Try 
angles -15 45 0

if you want it to push you up, first value should be negative (-90 straight up, 90 straight down) 
That's Right 
I looked back at the one time I used the angles key for a trigger_push and the pitch should be negative for upwards motions...DeeDoubleU has it right.

I still recommend using r_pos 1 (or viewpos) to get the exact desired "push" you are looking for! ;) 
Thanks, Botha Ya! 
Now all I have to do is calculate (aka experiment) how much force (speed) I need to go 64 units up plus the angle. Make it triggerable with a floor button, and bang. Jump pad! 
Confused 
I use a trigger_once for a func_door or plat elevator able one time? triggered by a button 
JohnisonBoa 
So, what I think you are asking is how to press a button once, and it will trigger only once. To do that, add this in keys/values of the button:

time -1

What time does is after you press the button, it will stay depress for x amount of time before being repressable. Setting time to -1 just means for the button to stay indented after pressed. 
 
in a way, it's too bad everyone is using only hammer and tb these days. both those editors do not display the old school entity descriptions like radiant did and that is a much easier way to learn the stuff. :(

Plats are always drawn in the
extended position, so they will
light correctly.

If the plat is the target of another
trigger or button, it will start out
disabled in the extended position
until it is triggered, when it will lower
and become a normal plat.

Flags:
"plat_low_trigger"
plat will only be triggered when in
lowered position

Keys:
"speed"
moving speed, default is 150
"height"
determines the amount the plat
moves, instead of being implicitly
determined by the model's height.
"sounds"
1 = base fast
2 = chain slow


so a trigger_once in this case would unlock and lower a plat and then the plat would work as normal. 
SpecialBomb 
I believe you meant "wait" key. 
Necros 
What editor are you using? I'm interested... 
Yep, Whoops 
 
Ok To All 
I get try 
 
i use tb now, but i used to use qeradiant for many years, then a version of radiant sikkpin had worked on. radiant doesn't have those 'smart' keys, instead it just displays the text left by the developers and you would have to manually add in the key names. it was a bit more work, but you would learn how the entity behaved a lot faster.
of course, radiant, as an editor isn't as fun to use as tb. and it's not hammer either. if you want to give radiant a spin, netradiant 1.5 is the one that is still being worked on. 
Well, SleepWalkeR Is Already Making TB2... 
Hopefully in his successor, he will add an entity list with keys and examples of values. 
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.