Try To Change Angle
#16015 posted by PuLSaR on 2016/02/21 18:29:12
it sometimes breakes with angle = 0. Try an angle that is different from zero.
Tried various angles; no luck.
I've just created a new brush and converted it to a func_door, and it's the same story. When I don't touch the default Keys & Values, it just doesn't work.
This is what TB shows me when I create a brand new func_door. Is there anything there that I should change? So far I've tried changing the values of the keys "lip", "angle" and "spawnflags" (from "0" to "4"), but to no avail...
By the way, thank you very much to everyone who's responded so far.
#16017 posted by DeeDoubleU on 2016/02/21 19:52:54
I made a door in gtkradiant, tested it just to be sure it is working and opened map in TB.
Here is what it looks like
https://i.gyazo.com/32870bdc8156910a054ccb3a843f9a8a.png
Maybe try voodoo magic tricks if nothing else works?
Can you remove all over keys except classname and spawnflags ans check if it helped?
DW
TB doesn't allow me to remove any of the default keys; I can just change the value.
Anyway, I've finally managed to create a working door elsewhere in the same map. The strange thing is, though, that I've created it in exactly the same way as the first one -- the brushwork is even almost identical. The first one still doesn't move at all, though.
I'm completely confused now.
Can You Post The .map?
#16019 posted by adib on 2016/02/21 20:27:38
#16020 posted by necros on 2016/02/21 20:35:17
yes, it's very likely because of door linking.
doors link automatically if their bounding boxes are touching. what is happening is a door nearby has a targetname which is causing your new doors to link and also require a trigger to open.
I have specified no targets or targetnames anywhere in this map; the door (or set of doors) was the first brush entity I created in the map. Everything else was just world brushes and one info_player_start.
I can copy and paste just the door, arch and floor brushes into an empty .map file and get the same result. In fact, I just tested with a brand new map, making the simplest of doors with just 4 world brushes and a single func_door, and it still doesn't work.
This is what this new test map looks like in a text editor:
// Game: Quake
// Format: Standard
{
"classname" "worldspawn"
{
( -304 -64 -16 ) ( -304 -63 -16 ) ( -304 -64 -15 ) __TB_empty 0 0 0 1 1
( 656 64 16 ) ( 656 64 17 ) ( 656 65 16 ) __TB_empty 0 0 0 1 1
( -64 -320 -16 ) ( -64 -320 -15 ) ( -63 -320 -16 ) __TB_empty 0 0 0 1 1
( 64 400 16 ) ( 65 400 16 ) ( 64 400 17 ) __TB_empty 0 0 0 1 1
( 64 64 16 ) ( 64 65 16 ) ( 65 64 16 ) __TB_empty 0 0 0 1 1
( -64 -64 -16 ) ( -63 -64 -16 ) ( -64 -63 -16 ) __TB_empty 0 0 0 1 1
}
{
( 464 208 208 ) ( 496 -192 208 ) ( 464 -192 208 ) __TB_empty 0 0 0 1 1
( 464 -192 16 ) ( 464 208 208 ) ( 464 -192 208 ) __TB_empty 0 0 0 1 1
( 496 -192 208 ) ( 464 -192 16 ) ( 464 -192 208 ) __TB_empty 0 0 0 1 1
( 496 208 16 ) ( 496 -192 208 ) ( 496 208 208 ) __TB_empty 0 0 0 1 1
( 464 208 16 ) ( 496 208 208 ) ( 464 208 208 ) __TB_empty 0 0 0 1 1
( 464 48 128 ) ( 464 32 128 ) ( 592 32 128 ) __TB_empty 0 0 0 1 1
}
{
( 464 -192 16 ) ( 464 208 208 ) ( 464 -192 208 ) __TB_empty 0 0 0 1 1
( 496 -192 16 ) ( 464 208 16 ) ( 464 -192 16 ) __TB_empty 0 0 0 1 1
( 496 208 16 ) ( 496 -192 208 ) ( 496 208 208 ) __TB_empty 0 0 0 1 1
( 464 208 16 ) ( 496 208 208 ) ( 464 208 208 ) __TB_empty 0 0 0 1 1
( 464 48 128 ) ( 592 32 128 ) ( 464 32 128 ) __TB_empty 0 0 0 1 1
( 464 64 96 ) ( 592 64 64 ) ( 464 64 64 ) __TB_empty 0 0 0 1 1
}
{
( 464 -192 16 ) ( 464 208 208 ) ( 464 -192 208 ) __TB_empty 0 0 0 1 1
( 496 -192 16 ) ( 464 208 16 ) ( 464 -192 16 ) __TB_empty 0 0 0 1 1
( 496 -192 208 ) ( 464 -192 16 ) ( 464 -192 208 ) __TB_empty 0 0 0 1 1
( 496 208 16 ) ( 496 -192 208 ) ( 496 208 208 ) __TB_empty 0 0 0 1 1
( 464 48 128 ) ( 592 32 128 ) ( 464 32 128 ) __TB_empty 0 0 0 1 1
( 464 -64 64 ) ( 592 -64 80 ) ( 464 -64 80 ) __TB_empty 0 0 0 1 1
}
}
{
"classname" "info_player_start"
"origin" "392 -0 40"
"angle" "-0"
}
{
"classname" "func_door"
{
( 472 -192 16 ) ( 472 208 208 ) ( 472 -192 208 ) __TB_empty 0 0 0 1 1
( 496 -192 16 ) ( 464 208 16 ) ( 464 -192 16 ) __TB_empty 0 0 0 1 1
( 480 208 16 ) ( 480 -192 208 ) ( 480 208 208 ) __TB_empty 0 0 0 1 1
( 464 48 128 ) ( 592 32 128 ) ( 464 32 128 ) __TB_empty 0 0 0 1 1
( 464 64 96 ) ( 464 64 64 ) ( 592 64 64 ) __TB_empty 0 0 0 1 1
( 464 -64 64 ) ( 464 -64 80 ) ( 592 -64 80 ) __TB_empty 0 0 0 1 1
More Questions
#16022 posted by JohnisonBoa "TheQstion" on 2016/02/21 22:02:20
In a trigger_teleporter I don't know how to use the target and targetname...
#16023 posted by JneeraZ on 2016/02/21 22:05:25
Total_newby
#16024 posted by madfox on 2016/02/21 22:36:24
Use angle "-1" for up and "-2" for downward door.
An angle of 360 won't work, either as because the door can only move 90 or 270.
See here for your map.
:P
Lol
#16025 posted by JohnisonBoa on 2016/02/21 22:44:35
Thanks, Jneeraz
Total_newbie
#16026 posted by adib on 2016/02/21 22:45:51
{
"classname" "func_door"
"angles" "0 270 0"
{
( 472 -64 16 ) ( 472 64 16 ) ( 472 -64 128 ) #DEFAULT [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1
( 480 64 16 ) ( 480 -64 16 ) ( 480 64 128 ) #DEFAULT [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1
( 472 64 16 ) ( 480 64 16 ) ( 472 64 128 ) #DEFAULT [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1
( 472 -64 16 ) ( 472 -64 128 ) ( 480 -64 16 ) #DEFAULT [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1
( 472 64 16 ) ( 472 -64 16 ) ( 480 64 16 ) #DEFAULT [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1
( 472 -64 128 ) ( 472 64 128 ) ( 480 -64 128 ) #DEFAULT [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1
}
}
This should work.
Sorry
#16027 posted by adib on 2016/02/21 22:46:46
I changed the texture. You're missing the key "angles" in this door entity.
#16028 posted by metlslime on 2016/02/21 23:09:44
are you sure its angles? I always just set "angle" with a single float value.
Thanks for the responses once again.
adib, TB won't allow me to set an "angles" value. I could of course just try to do it manually in a text editor, but I'd like to get this working in-editor. It shouldn't be this must hassle just to get a door to work...
Madfox, the map you pasted above works perfectly when I compile it, but when I try to do the same thing in TB, it doesn't work.
I assumed this was a case of PEBCAK, but maybe it's an editor issue? I am using the latest test build of TB2, so I guess it's possible that this might be some weird bug...
"this much", not "this must"
2 Problems...
#16031 posted by JohnisonBoa on 2016/02/22 00:19:38
1- trigger_multiple: I wrote a message, and, how I can use the INTRO button for the message? When press intro in TB the message don't get it.
2- Texture offset: what's up with the QUAKE, NORMAL, HARD textures? I changed the scale and the offset for the design, but when I test the map appears misaligned.
#16032 posted by madfox on 2016/02/22 00:31:18
_@newbe : map loads perfect in TB1.
-@JB : if your trigger_multiple has a brush with the clip.tex
you don't need an intro by way of trigger_touch. Just make sure you end the message with a "n" option and has not more then 6 or 8 words.
#16033 posted by madfox on 2016/02/22 00:33:23
"\n"
Total Newbie
#16034 posted by SleepwalkR on 2016/02/22 00:35:01
Make sure you use the latest build. There was a bug with entity properties that I fixed yesterday.
Just Updated
That actually made things worse... The doors still don't work, and now I can't edit the entity properties at all.
Should I post this on github, or am I doing something stupid?
Reply
#16036 posted by JohnisonBoa on 2016/02/22 02:23:55
Lol, I mean said that the INTRO keyboard button: I press it, and after, the message, in process of writing, the message don't gets this space down and message in game appears outside the screen, for write enough words.
I need how to write plus two verses in a message(Trg_multiple).
I Guess You Mean ENTER Key
#16037 posted by DeeDoubleU on 2016/02/22 08:56:54
If so, do as MadFox said
message "line 1 \n line 2"
Angles
#16038 posted by adib on 2016/02/22 12:59:36
Metl, Jackhammer produced that "angles" entry when I changed door's orientation in editor. That door wasn't working, but did work when I set that.
Sorry Mad & Adib
#16039 posted by JohnisonBoa on 2016/02/22 16:05:13
I don't dominate the english, I know some words but not all. :s
|