Jump to content

GZDoom disable Partial invisibility "fading" effect


E4io

Recommended Posts

Basically i am trying to figure out how to disable the Partial invisibility sphere's "fading effect" (where it starts to vanish, then come back) it has in GZDoom, as i am trying to get it to look more like vanilla doom, without the "fading effect".

 

I have Slade, & i looked throught my gzdoom.pk3, but i am still not sure where i can find the line where the fading is located.

 

Any help would be greatly appreciated.

Share this post


Link to post

If you mean the fading on the item itself, remove the VISIBILITYPULSE flag from the item.

 

If you mean fading of invisibility on the player/weapon itself when the power is running out, put INVENTORY.NOSCREENBLINK on it.

Share this post


Link to post

I am referring  to the item itself, do you where i can find the item for the Partial invisibility sphere?

 

I am assuming it must be somewhere in the gzdoom.pk3, but i have not seen any txt's that mention the Partial invisibility sphere & its VISIBILITYPULSE

Share this post


Link to post

Ok i found that the Partial invisibility sphere's class location under gzdoom.pk3/zscripts/actors/doom/doomartifacts.zs & i removed the VISIBILITYPULSE flag from the , but i have ran into a new problem altogether.

 

The BlurSphere has a level of transparency, & i am trying to remove the transparency so it looks closer to vanilla doom, but any change i do to the BlurSphere class seems to not make any changes, like the transparency is stuck on.

 

I have tried

 

-Removing the "+ZDOOMTRANS" line

-Changing "RenderStyle "Translucent"" to RenderStyle "Normal"

-Removed the "RenderStyle "Translucent"" line altogether

 

Is there possibly another location that the transparency level could be controlling the BlurSphere from?

Share this post


Link to post
38 minutes ago, E4io said:

Ok i found that the Partial invisibility sphere's class location under gzdoom.pk3/zscripts/actors/doom/doomartifacts.zs & i removed the VISIBILITYPULSE flag from the , but i have ran into a new problem altogether.

 

The BlurSphere has a level of transparency, & i am trying to remove the transparency so it looks closer to vanilla doom, but any change i do to the BlurSphere class seems to not make any changes, like the transparency is stuck on.

 

I have tried

 

-Removing the "+ZDOOMTRANS" line

-Changing "RenderStyle "Translucent"" to RenderStyle "Normal"

-Removed the "RenderStyle "Translucent"" line altogether

 

Is there possibly another location that the transparency level could be controlling the BlurSphere from?

Do you mean that when you pick up invisiblity sphere your character is transparent? Or is the sphere sprite transparent?

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...