Wow that looks amazing. That would look great for if a fireball hits a curtain or something like that! Amazing work! Thank you so much. Yeah these are some great ideas! I'll start testing these out in my game shortly and share a little video of it. I'll do some tonight! These are amazing effects.HAL9000 wrote:No problem. Feel free to tweak the actor files.Hidden Hands wrote: Thank you so much for this! I can't wait to try it out tonight. I'll be trying it when I get home later, and of course I'll definitely add you to the games credits!
Based on current actors you can for example create new base "curtain_new" actor and when you shoot it it can turn to "curtain_damaged" or "curtain_destroyed" model...Just an idea....
Also, just crossed my mind.... I will create burn animation for curtains just in case you want to set them on fire or idk...
Something like this: (yeah it looks bad at the moment, this was just a test...)Spoiler:
Curtains blowing in the wind?
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Please bear in mind that the people helping you do not automatically know how much you know. You may be asked to upload your project file to look at. Don't be afraid to ask questions about what things mean, but also please be patient with the people trying to help you. (And helpers, please be patient with the person you're trying to help!)
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Please bear in mind that the people helping you do not automatically know how much you know. You may be asked to upload your project file to look at. Don't be afraid to ask questions about what things mean, but also please be patient with the people trying to help you. (And helpers, please be patient with the person you're trying to help!)
- Hidden Hands
- Posts: 1053
- Joined: Tue Sep 20, 2016 8:11 pm
- Location: London, England
- Contact:
Re: Curtains blowing in the wind?
Re: Curtains blowing in the wind?
Here is the current animation if you want to test it out.
I will create better one tho..

I will create better one tho..

- Hidden Hands
- Posts: 1053
- Joined: Tue Sep 20, 2016 8:11 pm
- Location: London, England
- Contact:
Re: Curtains blowing in the wind?
That looks amazing. Wow. I'm about to add the files to my game now. My game is in wad format, how would I go about adding these into the game? When I try to copy over the files from pk3 to my wad, they all sort of clump into the wad loose, and lose folders and so on. It also has an error when I try to boot a pk3, that says it doesn't understand "NOFRICTIONBOUNCE".? I've never worked with models, zscript or PK3s before so any help would be awesome!HAL9000 wrote:Here is the current animation if you want to test it out.
I will create better one tho..
Re: Curtains blowing in the wind?
Well, that looks amazing! I might also use this as I hoard all resources I see.
- Hidden Hands
- Posts: 1053
- Joined: Tue Sep 20, 2016 8:11 pm
- Location: London, England
- Contact:
Re: Curtains blowing in the wind?
I just PM'd you HAL9000. Hope you can help.
- Hidden Hands
- Posts: 1053
- Joined: Tue Sep 20, 2016 8:11 pm
- Location: London, England
- Contact:
Re: Curtains blowing in the wind?
I've recenrly tried getting this to work again. This curtain is so amazing, I really want to get it to work. When I place the item in the map, it appears as a missing sprite. Why is this happening? I can summon the curtains with the console PERFECTLY. They look amazing. But I can't seem to place them in a map successfully?
The DOOMED Number of the curtain is 11001 and so I place that number item on the map in GZDoom, but nope... not showing up in game. I konw I'm overlooking a silly detail but I'm not entirely sure what.
The DOOMED Number of the curtain is 11001 and so I place that number item on the map in GZDoom, but nope... not showing up in game. I konw I'm overlooking a silly detail but I'm not entirely sure what.
- wildweasel
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
- Contact:
Re: Curtains blowing in the wind?
Can you post a runnable example that somebody can look at? We cannot debug a paragraph.
- Hidden Hands
- Posts: 1053
- Joined: Tue Sep 20, 2016 8:11 pm
- Location: London, England
- Contact:
Re: Curtains blowing in the wind?
Ok, here's a demo PK3. I've set up an example level. There are three sets of curtains place in the map, all of which are 3d models.wildweasel wrote:Can you post a runnable example that somebody can look at? We cannot debug a paragraph.
The DOOMED numbers of these three zscript model curtains are :
Code: Select all
11001 = Curtain_destroyed
11002 = Curtain_damaged
11003 = Curtain_new
Code: Select all
summon curtain_new
summon curtain_damaged
summon curtain_destroyed
NOTE: Please remember you have to have Hardware Acceleration on for these to work at all. I've had to upload this to mediafire since the attachment system was claiming it's too big, so apologies for that.
Hope someone can help me! Thanks in advance.
https://www.mediafire.com/file/nkotldlq ... m.pk3/file
Re: Curtains blowing in the wind?
It's an issue with missing sprites.
It seems models still need a sprite in order to be placed properly.
Simply create 3 dummy sprites and name them: CU00A0, CU02A0 and CU04A0.
The sprites can be anything, even a simple pixel should do it.
It seems models still need a sprite in order to be placed properly.
Simply create 3 dummy sprites and name them: CU00A0, CU02A0 and CU04A0.
The sprites can be anything, even a simple pixel should do it.
- Hidden Hands
- Posts: 1053
- Joined: Tue Sep 20, 2016 8:11 pm
- Location: London, England
- Contact:
Re: Curtains blowing in the wind?
Perfect fix, thank you!

