
Resource Request thread *Read 1st post*
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
Re: Resource Request thread *Read 1st post*
Can anyone adjust a Classic Baron Of Hell to have red glowing hands and throws red fireballs like in Doom 64. I just need the individual sprites themselves. Hopefully putting them in shouldn't be difficult. 

- Captain J
-
- Posts: 16891
- Joined: Tue Oct 02, 2012 2:20 am
- Location: An ancient Escape Shuttle(No longer active here anymore)
- Contact:
Re: Resource Request thread *Read 1st post*
Just made it quickly. Hope you like it!silentzora wrote:Anyone got a centered version of Kirpi4's pistol? Think I might be able to use it for something.
If not, if someone could make one, that'd be equally as awesome.
- Skelegant
- Posts: 1436
- Joined: Sun Aug 03, 2014 2:38 am
- Preferred Pronouns: She/Her
- Location: All over the walls and floor of E2M8
Re: Resource Request thread *Read 1st post*
Stick this in both the baron and fireball decorate code:Mav3r1ck wrote:Can anyone adjust a Classic Baron Of Hell to have red glowing hands and throws red fireballs like in Doom 64. I just need the individual sprites themselves. Hopefully putting them in shouldn't be difficult.
Code: Select all
Translation 112:127=170:191

Re: Resource Request thread *Read 1st post*
Thank You!Skelegant wrote:Stick this in both the baron and fireball decorate code:Mav3r1ck wrote:Can anyone adjust a Classic Baron Of Hell to have red glowing hands and throws red fireballs like in Doom 64. I just need the individual sprites themselves. Hopefully putting them in shouldn't be difficult.That should workCode: Select all
Translation 112:127=170:191

EDIT: Got a Translation must be in range error on startup.

EDIT2: Nevermind, I made a silly mistake. Thanks for the code.

EDIT3: What's the translation for making the Demon's eyes go from gold to red?
- silentzora
- Posts: 460
- Joined: Sun Jan 04, 2004 6:24 pm
- Contact:
Re: Resource Request thread *Read 1st post*
Nice, I'm digging it. Thanks a ton!Captain J wrote:Just made it quickly. Hope you like it!silentzora wrote:Anyone got a centered version of Kirpi4's pistol? Think I might be able to use it for something.
If not, if someone could make one, that'd be equally as awesome.
- zrrion the insect
- Posts: 2432
- Joined: Thu Jun 25, 2009 1:58 pm
- Location: Time Station 1: Moon of Glendale
Re: Resource Request thread *Read 1st post*
Does anyone have a sprite sheet of a zombieman, but with a dark brown armor instead of tan?
Re: Resource Request thread *Read 1st post*
zrrion the insect wrote:Does anyone have a sprite sheet of a zombieman, but with a dark brown armor instead of tan?

- zrrion the insect
- Posts: 2432
- Joined: Thu Jun 25, 2009 1:58 pm
- Location: Time Station 1: Moon of Glendale
Re: Resource Request thread *Read 1st post*
Something to that order, yeah.
I seem to remember a player skin that was a zombieman, but with green armor for recoloring purposes. Something like that would get me close enough.
I seem to remember a player skin that was a zombieman, but with green armor for recoloring purposes. Something like that would get me close enough.
- Woolie Wool
- Posts: 1713
- Joined: Mon Dec 15, 2003 3:36 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Arch Linux, Windows 11
- Graphics Processor: nVidia with Vulkan support
- Contact:
Re: Resource Request thread *Read 1st post*
Has anyone made any standing frames of the chaingunner?
- Captain J
-
- Posts: 16891
- Joined: Tue Oct 02, 2012 2:20 am
- Location: An ancient Escape Shuttle(No longer active here anymore)
- Contact:
Re: Resource Request thread *Read 1st post*
I think Smooth Doom has something fitting;
Re: Resource Request thread *Read 1st post*
Can anyone slap the Doom RL's muzzle flash on this? I tried it, but the animation failed miserably. (By the way, I only need the 2nd+ frames, since I already have the 1st frame made.)

Edit: Forgot other images. Is it me, or is imgur fucking images up?



Edit: Forgot other images. Is it me, or is imgur fucking images up?
Last edited by eppn5 on Sat Oct 08, 2016 3:42 am, edited 1 time in total.
Re: Resource Request thread *Read 1st post*
How about you look at SARGA1 in SLADE 3, use the color remap feature, and experiment a bit?Mav3r1ck wrote:EDIT3: What's the translation for making the Demon's eyes go from gold to red?
Note that red eyes on the demon won't look very good either, because of the demon's pink skin. You need something that contrasts a bit. But perhaps if you recolor the demon's skin to a different color it'll work.
Re: Resource Request thread *Read 1st post*
I was curious to see if a translation would do it. I'm not knowledgeable when it comes to Slade 3 but I can give it a try.Gez wrote:How about you look at SARGA1 in SLADE 3, use the color remap feature, and experiment a bit?Mav3r1ck wrote:EDIT3: What's the translation for making the Demon's eyes go from gold to red?
Note that red eyes on the demon won't look very good either, because of the demon's pink skin. You need something that contrasts a bit. But perhaps if you recolor the demon's skin to a different color it'll work.
Last edited by Mav3r1ck on Sat Oct 08, 2016 11:03 am, edited 1 time in total.
- Skelegant
- Posts: 1436
- Joined: Sun Aug 03, 2014 2:38 am
- Preferred Pronouns: She/Her
- Location: All over the walls and floor of E2M8
Re: Resource Request thread *Read 1st post*
Not sure if this is what you're after, but here you go:
Code: Select all
NANI A 1 A_fadeout(0.1)
loop
Re: Resource Request thread *Read 1st post*
I don't believe that's it. If I had to guess, its a complex code you use in ACS. I do it when using the fade in code.Skelegant wrote:Not sure if this is what you're after, but here you go:Code: Select all
NANI A 1 A_fadeout(0.1) loop