
Voxel Chibi Doom! Version 5.2 (Jan 24 2020)
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.
-
- Admin
- Posts: 6196
- Joined: Thu Feb 26, 2004 3:02 pm
- Preferred Pronouns: He/Him
Re: Voxel Chibi Doom! Update: 10/06/2017
Yep, it's possible. Look in (but don't change!) GZDoom.pk3 for the decal graphics and [wiki]DECALDEF[/wiki]. Those can be overridden in your mod the same as anything else.


-
- Posts: 151
- Joined: Fri Feb 03, 2017 11:47 pm
Re: Voxel Chibi Doom! Update: 10/06/2017
Yes. You can find these decals within GZDoom's pk3 file.
Also this beautiful and I can't wait to see the other monsters :)
Also this beautiful and I can't wait to see the other monsters :)
-
- Posts: 1325
- Joined: Tue Dec 06, 2016 11:25 am
Re: Voxel Chibi Doom! Update: 10/06/2017
Ony Archvile and the bosses are missing now 

-
- Posts: 1325
- Joined: Tue Dec 06, 2016 11:25 am
Re: Voxel Chibi Doom! Update: 10/06/2017
Whelp, I'm kinda stuck on the Archvile voxel conversion. I don't wont him to be as squat as the normal humanoid monsters since he is very tall and also emanciated with long, spindly limbs, but this doesn't translate well to the style I chose.
-
- Posts: 1325
- Joined: Tue Dec 06, 2016 11:25 am
Re: Voxel Chibi Doom! Update: 10/12/2017
New version uploaded (v3). All items are finally done and there are also some decoration objects, like dead marines and gore pools.
https://www.dropbox.com/s/v25f81ku5ig5k ... 3.pk3?dl=0
I have been thinking about XDeaths, currently they are just copies of the normal death (white blinking, then disappearing). To keep with the voxel style, I might create a massive voxel spawner that generated a variety of voxels from the monster's color range and makes them explode in all directions. It could be a performance killer, in which case I'll just do a similar, albeit simpler thing, using voxel animation frames.
https://www.dropbox.com/s/v25f81ku5ig5k ... 3.pk3?dl=0
I have been thinking about XDeaths, currently they are just copies of the normal death (white blinking, then disappearing). To keep with the voxel style, I might create a massive voxel spawner that generated a variety of voxels from the monster's color range and makes them explode in all directions. It could be a performance killer, in which case I'll just do a similar, albeit simpler thing, using voxel animation frames.
-
- Posts: 28
- Joined: Wed Jan 21, 2015 4:23 am
-
- Posts: 80
- Joined: Thu Mar 22, 2012 4:41 pm
Re: Voxel Chibi Doom! Update: 10/12/2017
This is cool. Any chance of the Cyberdemon and Spider Mastermind getting the same treatment?
-
- Posts: 1325
- Joined: Tue Dec 06, 2016 11:25 am
Re: Voxel Chibi Doom! Update: 10/12/2017
Yes, but I have trouble finding the right design for them... With their size, I think I will make them look like SNES era bosses which often had limbs made from several round sprites (like the huge wor in A Link to the Past).
On a side note, my voxel explosions for messy deaths work great and will be included in the next version.
BTW, latest version is v3:
Download
voxelchibi_v3.pk3
Recommended with Low-Res Doom!
On a side note, my voxel explosions for messy deaths work great and will be included in the next version.
BTW, latest version is v3:
Download
voxelchibi_v3.pk3
Recommended with Low-Res Doom!
-
- Posts: 1162
- Joined: Mon Oct 05, 2015 8:37 am
Re: Voxel Chibi Doom! Update: 10/12/2017
Out of curiosity, do you plan to alter the blood splatters so that they match their subject's blood colour?
-
- Posts: 1325
- Joined: Tue Dec 06, 2016 11:25 am
Re: Voxel Chibi Doom! Update: 10/12/2017
I thought about it, but I'm not sure if and how I can make it work. I suppose the voxels that replace the sprites can't be tinted like the blood particles.
-
- Posts: 1325
- Joined: Tue Dec 06, 2016 11:25 am
Re: Voxel Chibi Doom! Update: 10/12/2017
Blood colors (blue for Cacos and green for Hellknights and their big brothers) are in!
I have also added hand and arm to the shotgun so the cocking doesn't look as weird.
Now I have to finally start working on the last three enemies (plus the Wolfenstein SS guy).
I have also added hand and arm to the shotgun so the cocking doesn't look as weird.
Now I have to finally start working on the last three enemies (plus the Wolfenstein SS guy).
-
- Posts: 1162
- Joined: Mon Oct 05, 2015 8:37 am
-
- Posts: 1325
- Joined: Tue Dec 06, 2016 11:25 am
Re: Voxel Chibi Doom! Update: 10/12/2017
I now have completed the archvile, I made him like the zombie soldiers but naked and with an even larger head (or rather, brain) to give him an air of royalty. However, I always get an error with the VILE^ sprite. I named the file like this because the wiki tells me that "\" is forbidden in pk3s but the DECORATE code will still refer to the ^ sprite when calling the \ sprite frame. I had this error before and neither then nor now do I have any idea how to solve this.
-
- Posts: 179
- Joined: Sun Aug 26, 2012 5:28 pm
- Preferred Pronouns: They/Them
- Location: Hong Kong
Re: Voxel Chibi Doom! Update: 10/12/2017
Just as a reminder, you forgot to add A_BossDeath in the Baron's Death state. You might wanna fix that for the next release asap.
-
- Posts: 151
- Joined: Fri Feb 03, 2017 11:47 pm
Re: Voxel Chibi Doom! Update: 10/12/2017
Have you tried quotes? eg
Edit: what exactly is the error? It seems like you got the results you wanted.
Code: Select all
VILE "\" 2 A_FaceTarget
Last edited by Voros on Sat Oct 14, 2017 3:03 am, edited 1 time in total.