The WIP Thread
Re: WHAT THE HELL are you working on
2008, the year Endoomer returned.
- esselfortium
- Posts: 3862
- Joined: Tue Sep 19, 2006 8:43 pm
- Contact:
Re: WHAT THE HELL are you working on
Stylish! I like it. All the blinking pixels on the bottom might be a bit distracting, though.
- Kinsie
- Posts: 7402
- Joined: Fri Oct 22, 2004 9:22 am
- Graphics Processor: nVidia with Vulkan support
- Location: MAP33
- Contact:
Re: WHAT THE HELL are you working on

Note self: Never try and imitate size-change in DECORATE ever again.
- Tormentor667
- Posts: 13556
- Joined: Wed Jul 16, 2003 3:52 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Germany
- Contact:
Re: WHAT THE HELL are you working on
How.... O_O
- Kinsie
- Posts: 7402
- Joined: Fri Oct 22, 2004 9:22 am
- Graphics Processor: nVidia with Vulkan support
- Location: MAP33
- Contact:
Re: WHAT THE HELL are you working on
Each "frame" of the effect is a different size and alpha level, which is not possible to do normally in our non-Doomscript world. So as a cheap and nasty work around, each "frame" is a different actor, spawned by the previous frame as it vanishes.Tormentor667 wrote:How.... O_O
Hacky? Hells yes. Worth it? Guess I'll see.
- Cutmanmike
- Posts: 11353
- Joined: Mon Oct 06, 2003 3:41 pm
- Operating System Version (Optional): Windows 10
- Location: United Kingdom
- Contact:
Re: WHAT THE HELL are you working on
So it's a sprite? It looks like it goes behind the pillar, I thought it was some model trickery.
- Kinsie
- Posts: 7402
- Joined: Fri Oct 22, 2004 9:22 am
- Graphics Processor: nVidia with Vulkan support
- Location: MAP33
- Contact:
Re: WHAT THE HELL are you working on
It's a model, but each "frame" of movement (when it resizes and goes slightly more transparent) is a different actor.Cutmanmike wrote:So it's a sprite? It looks like it goes behind the pillar, I thought it was some model trickery.
- Cutmanmike
- Posts: 11353
- Joined: Mon Oct 06, 2003 3:41 pm
- Operating System Version (Optional): Windows 10
- Location: United Kingdom
- Contact:
Re: WHAT THE HELL are you working on
Ewwww yeah we totally need doomscript right about now 

- Juan "JacKThERiPPeR
- Posts: 931
- Joined: Sun Jun 03, 2007 7:25 am
- Location: SPAIN
- Contact:
- Kinsie
- Posts: 7402
- Joined: Fri Oct 22, 2004 9:22 am
- Graphics Processor: nVidia with Vulkan support
- Location: MAP33
- Contact:
Re: WHAT THE HELL are you working on
Stress Test Time!






- Tormentor667
- Posts: 13556
- Joined: Wed Jul 16, 2003 3:52 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Germany
- Contact:
Re: WHAT THE HELL are you working on
Couldn't you just use "A_FadeOut"?Kinsie wrote:Each "frame" of the effect is a different size and alpha level, which is not possible to do normally in our non-Doomscript world. So as a cheap and nasty work around, each "frame" is a different actor, spawned by the previous frame as it vanishes.
Re: WHAT THE HELL are you working on
@Torm: That wouldnt make it grow bigger as it expands.
@Kinsie: Would you just use a single model animation state that actively scales up the model, instead of using however many models you're using now? Like the Warcraft 3 Aura effects, they look very similar to this, but just actively scaled as it goes.
@Cutman: DS would be nice, right about now. D:
@Kinsie: Would you just use a single model animation state that actively scales up the model, instead of using however many models you're using now? Like the Warcraft 3 Aura effects, they look very similar to this, but just actively scaled as it goes.
@Cutman: DS would be nice, right about now. D:
- DoomRater
- Posts: 8270
- Joined: Wed Jul 28, 2004 8:21 am
- Preferred Pronouns: He/Him
- Location: WATR HQ
- Contact:
Re: WHAT THE HELL are you working on
That still wouldn't solve the size issue he has. Each frame needs to be a different size, and he wants to do this without resizing each barrel piece in high definition.
Re: WHAT THE HELL are you working on
I've just been working on getting my spriting to tutorial onto my website. Took about 40 minutes, I'd guess, maybe longer. It's all up and working now. Hopefully my dads server handles the displaying of a few pictures on the Stage 1 and Stage 2 pages well enough for it to be useful.
- bagheadspidey
- Posts: 1490
- Joined: Sat Oct 20, 2007 10:31 pm
- Contact:
Re: WHAT THE HELL are you working on
It looks good, but a few big images (T_SpriteFolders.PNG, T_xwesave.PNG, T_spritesheet.PNG) are slowing it down... I'd recommend resizing those images to size you have them set to display at, they will look a little cleaner and load much faster (and save your dad some bandwidth). You could link them to the full size images if you still want people to be able to see them...Phobus wrote:I've just been working on getting my spriting to tutorial onto my website. Took about 40 minutes, I'd guess, maybe longer. It's all up and working now. Hopefully my dads server handles the displaying of a few pictures on the Stage 1 and Stage 2 pages well enough for it to be useful.