 Another Thing To Note
#16231 posted by mjb on 2016/03/15 17:30:35
I think TB (Only one I used) has incorrect Bboxes for some entities such as Quad damage and other artifacts.
Try to compensate for a powerup entity as the size of the player's bounding box. I think you may be confused because the Bbox is smaller than what the game actually thinks it is.
I ran into this problem when I was making my first few maps.
 Bloughsburgh
#16232 posted by Kinn on 2016/03/15 17:32:14
That's gotta be a problem with the def/fgd file then right?
 Yes Kinn
#16233 posted by mjb on 2016/03/15 17:34:02
Yeah, I didn't want to triple post when I caught my mistype. I think the default supplied quake defs/fgd may have the incorrect size. I remember my Quad damage having a Bbox the size of the Quad itself (quite small) when in reality the guy wants a damn auditorium to be happy!
 Huh
So fart the only items that seem to disappear are the Ring of Shadows and the Invulnerability in GUSE1M1, though it seems OK in TrenchBroom 2: https://www.dropbox.com/s/1xps9uadk8vqkgh/guse1m1.map?raw=1
 Okay
#16235 posted by mjb on 2016/03/15 18:12:57
Took a quick look at your map.
Looks like the Ring of Shadows might a bit too close to the surrounding walls. To test, just place a ring out in the open before the secret door.
As for the pentagram, I can see why that is confusing as it looks like it has plenty of room. First thing to try is raise it...just raise to the middle of the room (don't move the light) it will drop down to the first solid brush it encounters. I am thinking it is too close to the floor.
 Not Working
I moved both the pentagram to the ceiling and the ring to outside the secret walkway, but none appear yet :(
Can you still identify the other bonus items that fall off the level? I can't find out any other items that disappear.
 I'd Have To Compile
#16237 posted by mjb on 2016/03/15 19:40:35
If nothing is solved, I'll load the map into my game when I get home.
As for the pentagram, if you moved it pressed to the ceiling then that could impose the same damage as having it pressed on the floor. Try the middle of the room...so there is plenty of space.
#16238 posted by negke on 2016/03/15 19:42:00
All items have a bbox size of 32*32*64 - just like the player and the small monsters. Needs to be at least four units away from walls and ceilings!
 Correction
#16239 posted by negke on 2016/03/15 19:49:38
Height is 56 units.
 Thanks!
Using the metrics kegke shared, I could have both the Penta and the Ring showing. Thank you very much! :)
PS(Offtopic): I only wish the Scragg had a melee animation by spiking the player with it's spikes, and if the player is behind it, poisoning him with the tail/whatever it's called.
Don't care with this Offtopic if you don't want to :)
 Protip
#16241 posted by negke on 2016/03/15 19:57:59
Type "developer 1" in the console before loading the map. Then you'll see warning messages (along with coordinates) if items fall out of the map or monsters are stuck inside geometry.
 Got The Tip
But, what did you guys think of the map?
 Nice Effort
#16243 posted by mjb on 2016/03/15 20:25:45
I like the effect of the dirty water flowing down the cracked floor.
To have the message about exiting not cut off add "\n" in your message to start a new line.
Keep developing concepts and general design...you are heading in the right direction!
 Thanks!
I guess it's because I have a bit of previous mapping experience with UnrealEd (failed due to BSP errors, which Quake doesn't has) and Doom.
 Help! Cage And Trap Not Opening!
Welp, the story is as follows.
I decided to continue GUSE1M1 with the map GUSE1M2 (dur) ( https://www.dropbox.com/s/y35owf8qtxvlavk/guse1m2.map?raw=1 ) (what do you think?) but the secret cage opened by the button near the megahealth secret and the Shambler trap and bridge activated by snagging the Super Nailgun aren't really working!
 I Have A Bounding Box Problem
#16246 posted by Rick on 2016/03/16 18:03:12
There is a super shot gun inside a cage (func_door. The cage is larger than the SSG bounding box by 12 units and is raised by using a button.
I have verified that the positioning of both cage and gun is what I think it is by turning on bounding boxes in the game.
The player is able to pick up the gun without raising the cage.
Any idea what is causing this weirdness?
 Map
#16247 posted by mjb on 2016/03/16 18:06:46
For the SNG door.
Without actually running the map, it looks like the angled door has an angle of 0. Make sure to give it an angle of 360.
Also if you want the "doors" to stay open forever, just set the wait key to a value of -1 as opposed to the Toggle spawnflag.
I honestly do not know if you can have a delay key on an item. But typically you have the sng target a trigger_relay which definitely can make use of the delay key.
As for the button:
It has a target of "secret1" but nothing has a targetname of "secret1". If you are trying to prompt that a secret was found when pressing the button then simply give your trigger_secret a targetname of "secret1".
Also make sure to set the angle for the button (360 for 0) and give it a wait value of -1 if you do not want it pressed only once.
This should help ya out.
 Ok
The SNG trap's angled brush is actually a bridge so the Shambler can smash the player after getting close quickly.
However the door is angle -1 which I believe goes up.
The trigger_relay entity is that should have the targetname "secret1". Thanks!
I'll change Toggle doors by wait "-1" and remove the trigger once.
And as for the SNG trap relay, I don't need it, and items *do* have delay time, but thanks :)
 Learned Something
#16249 posted by mjb on 2016/03/16 18:19:54
I really don't think I ever knew items had a delay key haha.
Is everything working now?
Another fun idea to try is instead of moving an angled door for the Shambler to come across, you can have him jump over the gap to the player via a trigger_monsterjump. Just draw a brush infront of the shambler and use the height + speed keys to find what works for you. You can also set angles x y to have him go at a diagonal.
 Rick
#16250 posted by mjb on 2016/03/16 18:22:37
If the player is picking up the shotgun through the cage (by hugging the cage wall I presume?) then I guess it's just a bit too close. I see you verified bounding boxes but a thing to try is expand the cage by a little and see if you get the desired effect.
 Ok, Thanks
Well, everything works now! :D
Except the penta in the cage secret.
Well, I'll see if I can make the shambler jump to the player. Because I think he isn't really going down the bridge, but I ain't sure since when I tested I didn't see it very well when the trap activated, but maybe a trigger_monterjump be funner :P
Thanks!
 Penta
#16252 posted by mjb on 2016/03/16 18:29:03
The trigger_relay that starts the process of the cage opening is not target-able because it has no targetname. When triggered events are not working, try to look for missing targetnames. In TrenchBroom, clicking on entities/brushes with targetnames/target links will draw a line between them.
You could also just have the trigger_relay open the cage as opposed to it targeting a trigger_once that then triggers the door. :)
 One More Thing
Custom music in Quake 1 maps? Like, I have a WAV, OGG, S3M or even MIDI, and I want it to play in the map.
 Nevermind
I always forget Google :P
Thanks for the "no trigger_once" tip!
#16255 posted by Rick on 2016/03/16 18:36:47
I thought at first it might be some kind of door linking bug since the SSG is actually inside the door's bounding box, but no.
The cage has to be at least 64x64 to keep the player from picking up a 32x32 gun in its center. No, I'm not kidding.
Unfortunately, a cage that big will look stupid in that particular location, so I guess I'll have to come up with a better idea.
|