The "How do I..." Thread

Archive of the old editing forum
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.
Zombieguy
Posts: 1880
Joined: Mon May 24, 2010 4:38 pm
Location: C:\Earth>

Re: The "How do I..." Thread

Post by Zombieguy »

I just thought all it needed was a health value, a death state, and the +SHOOTABLE flag. But that didn't work. I'll experiment some more later.

Edit: I got it working.
User avatar
FDARI
Posts: 1097
Joined: Tue Nov 03, 2009 9:19 am

Re: The "How do I..." Thread

Post by FDARI »

I'm not sure.

Code: Select all

+SHOOTABLE
-NOBLOCKMAP
Health 1
However, it may be able to re-detonate if it has a proper missile impact later on. If that is a possibility (and one that you need to avoid) you may need to change some flags (and perhaps set momentum to 0) at the beginning of the death state. And...... About the firing two at once; add the THRUSPECIES flag? I don't know if that's restricted to monsters.

And... for people with autoaim, should they autoaim at these projectiles, or should it be more random/involuntary (hit a projectile when shooting for something else)? (The important question: Will it be more annoying to have autoaim distracted by these, or will it be more annoying to aim for these and be forced to shoot a nearby monster instead?)

EDIT: Well, oh; there was another page. You got it, I see.
User avatar
insightguy
Posts: 1730
Joined: Tue Mar 22, 2011 11:54 pm

Re: The "How do I..." Thread

Post by insightguy »

how do I make a "power up" last a whole level and can be carried along different levels?
Powerup.Duration 0?
User avatar
jpalomo
Posts: 776
Joined: Mon May 17, 2010 9:45 am

Re: The "How do I..." Thread

Post by jpalomo »

Updating my personal mod with the recent addition of the Fast keyword and I have a question. Is it possible to use multiple state keywords on one line? I want to use Fast and Bright on a replacement Zombie's attack.
Blue Shadow
Posts: 5046
Joined: Sun Nov 14, 2010 12:59 am

Re: The "How do I..." Thread

Post by Blue Shadow »

insightguy wrote:how do I make a "power up" last a whole level and can be carried along different levels?
Powerup.Duration 0?
To make the powerup last forever (it's not actually forever, but it's long enough to be used as 'forever'), you use a duration of 0x7FFFFFFF.

As for how to make it stay when travelling between levels, you use INVENTORY.PERSISTENTPOWER flag.
User avatar
arookas
Posts: 265
Joined: Mon Jan 24, 2011 6:04 pm
Contact:

Re: The "How do I..." Thread

Post by arookas »

jpalomo wrote:Updating my personal mod with the recent addition of the Fast keyword and I have a question. Is it possible to use multiple state keywords on one line? I want to use Fast and Bright on a replacement Zombie's attack.
Looks like you can. When I tested it, it worked without any errors for me.
Myself wrote:Is it at all possible to make textures defined in TEXTURES or TEXTURE* lumps be treated as hi-res textures (e.g. replace and become the size of the resource that has the same name)?
I hope this is possible. If it isn't, I'm just going to have to go with the bigger filesize. D:
User avatar
BigProjectAlone
Posts: 780
Joined: Wed Mar 21, 2012 5:38 am
Location: canada

Re: The "How do I..." Thread

Post by BigProjectAlone »

how do i put a sound that play when you walk, but don't play when you jump? and change depending on what you walk on, you know what i mean :) thanks
User avatar
Ravick
Posts: 2055
Joined: Sun Aug 22, 2010 10:59 pm
Location: Tubarão, Brasil
Contact:

Re: The "How do I..." Thread

Post by Ravick »

is there a way to prevent a wall to get blood decals?
Zombieguy
Posts: 1880
Joined: Mon May 24, 2010 4:38 pm
Location: C:\Earth>

Re: The "How do I..." Thread

Post by Zombieguy »

Why would you want to do that? Just out of curiosity.
Blue Shadow
Posts: 5046
Joined: Sun Nov 14, 2010 12:59 am

Re: The "How do I..." Thread

Post by Blue Shadow »

Ravick wrote:is there a way to prevent a wall to get blood decals?
Define the texture in question in [wiki]TEXTURES[/wiki] and add the NoDecals option to the definition.
User avatar
Sgt Dopey
Posts: 558
Joined: Thu Jan 13, 2011 8:44 pm
Graphics Processor: nVidia (Modern GZDoom)
Location: Australia

Re: The "How do I..." Thread

Post by Sgt Dopey »

Zombieguy wrote:Why would you want to do that? Just out of curiosity.
Decals on animated texture look silly
User avatar
Enjay
 
 
Posts: 27627
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Re: The "How do I..." Thread

Post by Enjay »

The default for animated walls is that they won't get decals on them. The "allowdecals" word has to be used on them in their definition to... er, allow decals. :biggrin:
User avatar
ChronoSeth
Posts: 1631
Joined: Mon Jul 05, 2010 2:04 pm
Location: British Columbia

Re: The "How do I..." Thread

Post by ChronoSeth »

jaegerman45 wrote:Decals on animated texture look silly
Only on fluid textures.
User avatar
Reactor
Posts: 2091
Joined: Thu Feb 03, 2011 6:39 pm
Location: Island's Beauty, Hungary

Re: The "How do I..." Thread

Post by Reactor »

I would like to have a question about glass.

[cough cough] Well! I heard a rumor about there is a way to create glass in GZDoom. Yes, transculent glass,which can be used as a texture. This is something new for me, so I'd be better if I ask you about this.
- The glass HAS to be a single colour, or it can be a texture as well?
- Where to set transculency for the "glass" texture?
- Is it possible to put this glass texture into window frames that the window frames will NOT be transculent, only the "glass" texture is?
User avatar
hideousdestructor
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: The "How do I..." Thread

Post by hideousdestructor »

Back when I could do some mapping of some sort I'd just use two linedefs (to give the illusion of thickness) and each would have some brown grit texture set to a very low alpha. Worked great for making dirty mirrors too.

I don't remember what exactly I did, but basically I just poked around in DoomBuilder 1 until I found what I needed. If you're using DB2 I don't see why it should be that different.
Locked

Return to “Editing (Archive)”