A hole in the roof!

Tutorials and discussions about Mapping - Introduce your own ones!
Post Reply
Pileyrei
Masterful
Posts: 745
Joined: Tue May 05, 2009 3:10 pm
Personal rank: UT Survivor

A hole in the roof!

Post by Pileyrei »

Hi all

I'm looking to create a realistic looking "hole" or "crater" in the roof of a map and then create the effect of snow falling in through the hole.
Not necessarily a simple hole but maybe a hole created by a crashing meteor :)

I'm a bit of a cube mapper and so whilst I could probably do it "my way" it wont be right :cry:

I think a good skybox would be needed too.

Please could you share with me mapping tips on how to achieve this?
Example maps would also be welcome!

Thank you
Piley
Image

Our Server
Image

[donate][/donate]
Donate to UT99.org!
User avatar
PrinceOfFunky
Godlike
Posts: 1200
Joined: Mon Aug 31, 2015 10:31 pm

Re: A hole in the roof!

Post by PrinceOfFunky »

Pileyrei wrote:Hi all

I'm looking to create a realistic looking "hole" or "crater" in the roof of a map and then create the effect of snow falling in through the hole.
Not necessarily a simple hole but maybe a hole created by a crashing meteor :)

I'm a bit of a cube mapper and so whilst I could probably do it "my way" it wont be right :cry:

I think a good skybox would be needed too.

Please could you share with me mapping tips on how to achieve this?
Example maps would also be welcome!

Thank you
Piley
If you don't mind to use custom actors and dll's, XEmitter would be a good solution:
EmitterUT.rar
(77.23 KiB) Downloaded 60 times
Try changing this emitter settings to make it snow, I was in the mood to make it rain lol...
RainyDay_Emitter.unr
(762.84 KiB) Downloaded 49 times
"Your stuff is known to be buggy and unfinished/not properly tested"
User avatar
Barbie
Godlike
Posts: 2802
Joined: Fri Sep 25, 2015 9:01 pm
Location: moved without proper hashing

Re: A hole in the roof!

Post by Barbie »

If you don't mind to use [...] dll's
Nice choice if you don't want your map seen on a server based on Linux. :lol:

<EDIT>
There is also a similar thread here: How to make snow falling ?
If rain instead snow is an option, I remember the map MH-BukieMall+Fix2 as an example for it. It uses the WSPack1.
</EDIT>
<EDIT2>
Pileyrei wrote:I'm looking to create a realistic looking "hole" or "crater" in the roof of a map
Hmm, I think you mean a hole in the ceiling of a building or cave? Something like this?
UnevenHole.jpg
It was created by UnrealEx Tunnel.
</EDIT2>
Attachments
UnevenHole.unr
(39.05 KiB) Downloaded 48 times
"Multiple exclamation marks," he went on, shaking his head, "are a sure sign of a diseased mind." --Terry Pratchett
Pileyrei
Masterful
Posts: 745
Joined: Tue May 05, 2009 3:10 pm
Personal rank: UT Survivor

Re: A hole in the roof!

Post by Pileyrei »

Thanks guys.

Yes Barbie I think that looks about right.
Will have a look at your file :tu:
Image

Our Server
Image

[donate][/donate]
Donate to UT99.org!
Eviltom
Skilled
Posts: 150
Joined: Tue Jul 12, 2016 12:08 pm

Re: A hole in the roof!

Post by Eviltom »

For the hole just make a jagged hole shape with the 2d shape editor and subtract it from the ceiling, subtract a cube above it (with all faces set as backdrop, so it looks like sky above)

For Snow? The simplest way would be a few vertical sheets with a panning masked falling snow texture. But that would look pretty basic!
Pileyrei
Masterful
Posts: 745
Joined: Tue May 05, 2009 3:10 pm
Personal rank: UT Survivor

Re: A hole in the roof!

Post by Pileyrei »

Thanks for all the comments and feedback.
Definitely want a jagged hole. I'm rubbish with the 2D editor but will try it out!
Image

Our Server
Image

[donate][/donate]
Donate to UT99.org!
User avatar
sektor2111
Godlike
Posts: 6410
Joined: Sun May 09, 2010 6:15 pm
Location: On the roof.

Re: A hole in the roof!

Post by sektor2111 »

There are "PrecipitationGenerator" types without to mock player with DLL stuff. It is only needed a wrapper because code is crapped but it's usable by writing 4 lines. It works without "ADDS" and trashes which a default server is NEVER sending making player to not play and server to stay empty. Good luck at hosting these ! If I well recall I have even posted fixed code somewhere, probably G00gle knows about it...
Edit:
A Note about these spammers
If you are not a fan of XC_Engine, these lousy spawners will devastate machine's memory having all chances to stuck server if game is running a long time. GarbageCollector will process a lot at end of match because of huge number of actors created and removed into garbage objects, if memory boundaries have not been touched yet...
Perhaps I have to write a sort of recycling system for reusing these precipitation actors, depending on my state... or maybe doesn't worth too many efforts.
Post Reply