|
Yes I Tried It
Jury-Rigged BJP Tools work OK. Thank you.
Crushers & Buttons
1) How does one make a crusher in standard Quake (i.e. no Quoth, etc.)?
I tried to do it with a func_door, but the door seems just to stop when there is a monster in its way, instead of, well, crushing said monster.
Then I changed the func_door into a func_train and placed two path_corner entities in the map, but I cannot get that setup to work properly at all -- when the crusher gets triggered, it just disappears instead of moving downwards. Plus I cannot figure out exactly where to put those path_corners in TrenchBroom (I found some online guides, but they all refer to other editors, with 2d views, e.g. this one).
2) Also, how do I get something trigger-able with two buttons, i.e. that both buttons are required to trigger the thing? I've got two buttons set up with the same target, but now they trigger the target separately (i.e. if I push one I don't need to push the other).
Thanks in advance!
#14335 posted by ijed on 2014/08/27 21:35:58
Targeted func_door and give it a 'dmg' value.
Enjoy! http://quakewiki.org/wiki/Getting_Started_Mapping
Thanks very much ijed. That clears up the first issue.
I still cannot figure how to make two (or more) buttons work together, though (there's nothing about that on quakewiki.org -- not that I can see, anyway).
#14337 posted by mfx on 2014/08/27 21:50:07
Trigger_counter does the trick, it�s all explained in the wiki.
If You Know What To Look For, I Guess...
Thanks, mfx.
There is no entry for "trigger counter", though (just a blank template) and no mention of trigger_counter on the func_button or func_door pages. I would never have thought of looking up "trigger counter" if you had not mentioned it.
And I still don't know what to do with it...
Ok
#14339 posted by mfx on 2014/08/27 22:11:45
2 buttons, both targeting the counter.
Trigger_counter is a point entity, and has the following keys:
targetname: Used to target the counter.
count: Numerical value of how many buttons do i need to press, to activate(in your case 2). Basically how many events it needs to be activated.
target: What should be "fired" when count is reached. In your case the targetname of the door.
message: This text is printed on the screen when the counter fires. Like: A door opens nearby, hoohoho..
delay: delay in seconds before the counter fires.
Spawnflag 1 turns off the messages of the count. (Only one more to go)
Thank You
Thank you so much. You have just made my life a whole lot easier.
I've been scratching my head over this for a couple of hours now, trying various things that did not work and trying to find the answers elsewhere before asking here.
What is on quakewiki.org is great and has helped me tremendously before (the Getting Started Mapping guide is great), but there are many gaps...
So The Deal
#14341 posted by mfx on 2014/08/27 22:23:20
is now you create an account there an update the wiki.
I suck at formatting.
For Later Generations..
#14342 posted by mfx on 2014/08/27 22:24:17
if this throttles you..
Mfx
#14343 posted by Spirit on 2014/08/27 23:25:23
Did signup even work? I think I need to setup a mail server D:
Total_newbie
#14344 posted by Cocerello on 2014/08/27 23:33:41
If you happen to get across something like that again. Check what the entity does here.
http://www.quakewiki.net/archives/worldcraft/index2.shtm
Hmm..
#14345 posted by mfx on 2014/08/27 23:34:34
I got an confirmation mail link.
And can log in.
Cocerello: Thanks! I came across that site once in the past, but then I couldn't find it again. I have now bookmarked it.
mfx: Very likely -- once I've learned some more; i.e. once I have leveled up and am no longer a total newbie.
Mfx
#14347 posted by Spirit on 2014/08/28 00:03:30
awesome
Why?
#14348 posted by mfx on 2014/08/28 00:05:21
#14349 posted by Spirit on 2014/08/28 00:55:33
Because I assumed it was not working. The stuff on quaddicted.com at least needs some love from me to be able to mail again.
Sorry..
#14350 posted by mfx on 2014/08/28 01:25:43
I can�t help you there.
But i always wanted to update the wiki, or add missing parts.
Maybe someday..:)
You Don't Need
#14351 posted by SleepwalkR on 2014/08/28 07:15:46
a mail server to be able to send emails.
Little Quake Sin
#14352 posted by madfox on 2014/08/28 09:16:36
Couldn't keep my hands of the Sinlevel "Gogre".
Something in the map's layout was puzzling my fantasy in the way the long road stretches out the whole outstreching level.
The ground under it is builed on several layers and gives a very canyon atmosphere.
Converted it to quake and got a nasty pack of homs on my plate but now it fits well.
U 4 = bad
Just To Clarify
That archived Worldcraft page Cocerello linked to, while very useful, doesn't say anything about trigger_counter on its func_door and func_button entries either. So without mfx's explanation I would have been lost anyway. Thanks again, mfx!
Also, while said page does have a trigger_counter entry, it lists only three variables, instead of the six mfx listed. Does anyone know of a site that has a complete list of all entities and all variables in Quake (i.e. including the things one cannot find on that Worldcraft page)?
Explanation
#14354 posted by Cocerello on 2014/08/29 13:36:20
As said on the func_counter entry, it works on any entities triggering it with the ''target'' field and trigger any trigeareable entity that matches the ''target'' field it has (that includes fun_doors and func_buttons as they are triggeareable).
The variables that webpage has are the ones that were known back in 1996, those that Mfx posted are those that you could see in subsequent years.
About oher sources of information. On the wiki, on the entity list page, on the top part of it, there is a link for an old web with info. Maybe you can fill the gaps with it.
Thanks, Cocerello
Yeah, what I mean is that the problem is that the converse information is not there -- if you already know about trigger_counter entities, then that's great.
However if, like me, you just knew about func_door and func_button entities and were trying to get the two to interact in the right way, then there is sadly nothing on either quakewiki.org or on on the The Forge that tells you you should be looking at "trigger_counter". (A simple "see also: trigger counter" would have helped tremendously. As it stands, the entries on The Forge just say "see also: func_door_secret, func_plat" and "see also: trigger_once, trigger_multiple" respectively.)
As for adding the missing information myself (as mfx also suggested), I may very well do so soon, but as I am still currently learning, it would be great if there were a source of up-to-date information I could refer to. Hence my question.
PS
There is of course always the option of asking in this thread (and people have been incredibly helpful here), but I usually try to figure things out on my own and to use the information that is already on the internet, before posting questions here.
Well
#14357 posted by ijed on 2014/08/29 14:52:03
There are not that many entities. If you're using an editor that shows you the fields then just open it and start plonking entities in to find out what they do.
Some entities are test stuff or only useful in very specific situations, but most do work for something.
All games have their entities built around a structure that can be learned.
It would be nice for 'someone' to update the wiki, and possibly even write some simple tutorials. I'd like to, if I could find the time and energy aside from everything else.
That sort of stuff has existed, but gotten lost over time as websites have been closed or been forgotten.
|
|
You must be logged in to post in this thread.
|
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.
|
|