Flag in lava

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
Post Reply
patrisp
Posts: 5
Joined: Mon Apr 25, 2016 8:35 pm

Flag in lava

Post by patrisp »

Hello, I was looking for this issue in the forum but I can't find anything. Why have we wait so long to have the flag returned when it falls into the lava? The player inmediately spawn in another place of the map, but not the flag. How can I fix this? Thank you.
cityy
Posts: 1020
Joined: Mon Aug 10, 2009 8:23 am

Re: Flag in lava

Post by cityy »

You need to place a common/nodrop brush inside the lava.
www.ferdinandlist.de/leveldesign
sst13
Posts: 298
Joined: Mon Feb 15, 2010 11:05 pm

Re: Flag in lava

Post by sst13 »

Duplicate the lava brush and apply the "common/nodrop" shader on the entire brush. All items dropping into this brush will be removed. (Weapons, gibs & flags...)

It's a good idea to use this in deep pits where you can't escape.
But not in shallow lava (like the one in q3dm7 under the rail) where you still have the possibility to recover a flag.
[url=https://sst13.de]Q3A Maps - by sst13[/url]
[url=https://steamcommunity.com/id/_sst13_/myworkshopfiles]Quake Live Workshop[/url]
patrisp
Posts: 5
Joined: Mon Apr 25, 2016 8:35 pm

Re: Flag in lava

Post by patrisp »

Ah, inside, ok, I had tried ON the lava but didn't work, ok, ok, now works perfectly inside the lava, thank you both of you, specially citty.
Post Reply