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
Goldenboy 
About your 2nd question (i.e key sound when opening SK/GK), I checked it and it generates no sounds, except door opening sound... I'm in worldtype 2 (base)... and maybe it doesn't work at all here.... though... 
 
Triggers with angle do work the way I said. Try different angles or touching them while moving backwards and you'll see.

Is the powerup suspended or does it drop to the floor? It has to be placed above the spot the func_train will apprear in-game (first path_corner) and it should work. If it doesn't rise with the platform, try placing it higher above. 
Triggers And Angles... 
note: angle 0 won't work for this, use 360 instead (quakec treats a "0" value in a map the same as the value not being set at all.) 
 
direction dependent triggers: just tried this for both trigger_once and trigger_multiple:
"target" "silver"
"angle" "270"
works fine.
I suspect this: regardless of the direction the player moves is the misunderstanding. The angle specifies that the trigger only fire when its value matches the player's direction of facing, not their direction of movement.


key sounds: it would hep if you told us what key type you're using. If it's the quoth 'elder keys' then neither gold nor silver makes the key sound along with the door sound when used. I guess this was a deliberate decision to prevent the much more intrusive key sound from drowning out the door sound, though I can't honestly remember.
I tried out the other keys in appropriate maps and got the correct sound with all of them.


falling cross: I think this is a quoth1 error, caused by changes to the func_train that has them spawned in a map after items, instead of before as in id1 progs. I think. 
 
also, what metl said about 0/360 :P 
 
All right, thanks for helping.

Key sounds: Worldtype 1. Hm, if it works for you Kell, then it's probably my fault. JPL: Were you using Quoth? If so, I'm certain it should play key sounds when opening base keydoors. It does in one of my maps. Standard Id1 does _not_ play those sounds although they're in the pak files.

Angle triggers: Same. Anyway I changed all of them to info_notnulls so they, in turn, wait for another trigger. Works even better for me. (What Ricky said.) I knew about the 0/360 thing, but I couldn't get 180 to work either. Whatever...

Falling cross: I'll have to find another way then. Hordespawn can spawn items, right? That might work.

gb 
 
oh umm, JPL, I think Quoth1 doesn't have the key sound thing. :-P sorry, mess-up on my part. 
Hordespawn 
It's not a good idea to use hordespawn for items in quoth1, as it will probably break your monster count on the map. This is fixed in quoth2. 
Gb: No Problem ;) 
I indeed tested your issue with Quoth1 ... I didn't understood you weer beta testing Quoth2 :P

And I'm also waiting patiently for Quoth2 release, as there's no hurry on my side as my project is half completed regarding brush count... 
Hehe... 
Yes, It Is!! 
That just makes me wanna do aliens Quake levels again. Make sum, I mean! Played Rubicon last night for the first time. I thought it was quite 'Alienesque'. I suppose my current map is a bit alien style. I'd like to think so. Theres something about creeping around dark techy corridors, exploring at the same time as looking out for nasty beasties! Hehe - new map will have SSG, SNG, PG and GL. They all fit that sort of style!

S00ry - I diverge.... 
Preach 
Good to know. That'll do then. 
Sound Switching On/off.... 
Question: is there a way to swith on off sounds in Quoth ? Example: I want an alarm sound to start using a trigger (this one is supported), but if I want to switch it off, I don't know if it is possible (using a toggle field, etc...).. Any clue ? 
.MAP And .WAD File Locations 
A user on my blog has come across something which I'm not 100% sure is a problem. What do you guys think?

He saved his maps and wads into another directory on his machine, seperate from Quake. When he went to compile it, ToeTag crashed on him and he couldn't re-open the map.

ToeTag, at this point, requires your MAP files to be in "id1/maps" and your WADs to be in "id1/gfx". Is that unreasonable? Do other editors allow you to keep files wherever you feel like on your hard drive? 
 
Oh, and of course you can use mods. Like if you're using Quoth, then "quoth/maps" and "quoth/gfx" work fine. 
Yeah That's Kinda Unreasonable In My Opinion 
Neither .maps nor .wads (map texture ones at least) are ever used by the engine so there is no need for them to be anywhere special. 
 
OK, fair enough. That's something I didn't consider when initially writing the editor since that's not how I personally work (I just use the maps and gfx directories).

Will fix for version 1.0! 
I Think 
you should require the string "toetag" in the editor path and "quake" in the compiler and "maps" in the map path just to be sure that ... that what?

But yeah, seriously, allow people to keep their wads and maps and bsp:s anywhere. Someone could make a map for a mod that is named start.bsp so it definitely needs to be in the right subdir to work. 
Anybody Would Consider... 
... to answer #6943? 
JPL 
1. Trigger a play_sound_triggered

2. Trigger a trigger_relay, which killtargets the play_sound_triggered after "delay" seconds

That's just guessing though, I didn't try it. 
JPL To #6943 
One way to do it
(starts a loop)
trigger_relay
target soundplayer
targetname soundplayer
delay # (slightly longer than the sound)

play_sound_triggered
targetname soundplayer
speed -1 (same volume everywhere in level)
noise misc/alarm.wav

trigger_once
killtarget soundplayer

I dont't see a way to toggle. Have to use another loop 
Gb / Mechtech 
I already tried to use a killtarget, but it did not stop the sound... also, if it would have worked, I doubt I would be able to restart the sound again, like a toggle...

I think there was a trick somewhere (except QC).. Anyway, thanks for the inputs...

Kell: is it something added in Quoth2 ? 
 
The trick is you need to make the entity play a different non-looping sound on the same channel.

How you do this in quoth I don't know. 
Err... 
...didn't Mr Woodham get togglable music happening in his last masterpiece (which used Quoth)? 
Distrans 
Was it based on Quoth, but with some QC modifications ? 
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.