My current mod reuses all the standard DooM weapons, but the scorch marks and bullet holes produced in GZDooM are not appropriate to the mod.
I was able to get rid of the scorch marks for the rocket, plasma, and BFG ball simply by cloning them, but the pistol, shotgun and chaingun leave bullet holes.
Is it possible to eliminate the bullet holes without redefining the weapons? I don't want to turn off decals. I just want to get rid of the bullet holes.
The wiki was not helpful to me for this. Does anyone know what I need to do to get rid of the bullet holes?
How Do I Turn Off Bullet Holes?
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
- Boingo_the_Clown
- Posts: 139
- Joined: Mon Sep 17, 2012 7:25 am
- Location: Canada
- Contact:
- Matt
- Posts: 9696
- Joined: Sun Jan 04, 2004 5:37 pm
- Preferred Pronouns: They/Them
- Operating System Version (Optional): Debian Bullseye
- Location: Gotham City SAR, Wyld-Lands of the Lotus People, Dominionist PetroConfederacy of Saudi Canadia
- Contact:
Re: How Do I Turn Off Bullet Holes?
They're defined by the weapon... you'll have to make a new playerclass to affect the pistol, unfortunately.
- BloodyAcid
- Posts: 372
- Joined: Thu Jul 26, 2012 10:28 pm
- Location: Canadia
Re: How Do I Turn Off Bullet Holes?
Maybe modify hitscan to fire a highspeed invisible projectile that leaves no mark?
- Ed the Bat
- Posts: 3060
- Joined: Thu May 03, 2012 1:18 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Maryland, US
- Contact:
Re: How Do I Turn Off Bullet Holes?
What about a quick DECALDEF lump that replaces the bullet chips with invisible graphics (TNT1A0)?
Re: How Do I Turn Off Bullet Holes?
Hey now, you're all sledgehammering. 
The default weapons have all their decal info set in DECALDEF -- open it up in zdoom.pk3 and notice the "Generator" sections. Copy that part into a new DECALDEF and change the decal reference to something blank. That'll do the trick.
The default weapons have all their decal info set in DECALDEF -- open it up in zdoom.pk3 and notice the "Generator" sections. Copy that part into a new DECALDEF and change the decal reference to something blank. That'll do the trick.
Re: How Do I Turn Off Bullet Holes?
You write in the console: cl_maxdecals 0
There won't be any decals at all.
There won't be any decals at all.
Re: How Do I Turn Off Bullet Holes?
Xaser has the best approach to the problem.Boingo_the_Clown wrote: I don't want to turn off decals. I just want to get rid of the bullet holes.
- Ed the Bat
- Posts: 3060
- Joined: Thu May 03, 2012 1:18 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Maryland, US
- Contact:
Re: How Do I Turn Off Bullet Holes?
I wasn't entirely sure if he wanted all bullet holes gone, or just the ones the player's guns make. If he wants, for instance, monster bullet holes gone too, he'd just need to make sure to take care of those as well if he was redefining the generators.
- Boingo_the_Clown
- Posts: 139
- Joined: Mon Sep 17, 2012 7:25 am
- Location: Canada
- Contact:
Re: How Do I Turn Off Bullet Holes?
Tried it.Xaser wrote:Hey now, you're all sledgehammering.
The default weapons have all their decal info set in DECALDEF -- open it up in zdoom.pk3 and notice the "Generator" sections. Copy that part into a new DECALDEF and change the decal reference to something blank. That'll do the trick.
Worked like a charm.
