ZDaemon Forum Index ZDaemon
Client/Server DOOM
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[not needed actually] Actor flag VISIBILITYPULSE

 
Post new topic   Reply to topic    ZDaemon Forum Index -> Implemented Requests
View previous topic :: View next topic  
Author Message
Aeyesx
Dominating!


Joined: 13 Oct 2012

PostPosted: Tue Dec 24, 2013 2:21 pm    Post subject: [not needed actually] Actor flag VISIBILITYPULSE Reply with quote

http://zdoom.org/wiki/Actor_flags

VISIBILITYPULSE
The actor's translucency is pulsing between 25% and fully opaque.

Adding there for info/remember >) Simple flag, it may be nice to have in future and maybie it could be even easy to implent


Last edited by Aeyesx on Tue Nov 04, 2014 11:31 pm; edited 3 times in total
Back to top
View user's profile Send private message Send e-mail
Body-Guard
Unstoppable!


Joined: 08 Jan 2006
Location: Hungary

PostPosted: Wed Dec 25, 2013 12:43 pm    Post subject: Reply with quote

Until then, you can use SetActorProperty as an ACS alternative Wink
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Aeyesx
Dominating!


Joined: 13 Oct 2012

PostPosted: Thu Dec 26, 2013 7:50 pm    Post subject: Reply with quote

Ah I completly missed that feature, okay taking back as completly unnecesary feature
Back to top
View user's profile Send private message Send e-mail
Aeyesx
Dominating!


Joined: 13 Oct 2012

PostPosted: Mon Dec 08, 2014 11:09 pm    Post subject: Reply with quote

Some news!

I was digging in older sources while i found...

Code:
class ABlurSphere : public APowerup
{
   DECLARE_ACTOR (ABlurSphere, APowerup)
public:
   virtual void PostBeginPlay ()
   {
      Super::PostBeginPlay ();
      effects |= FX_VISIBILITYPULSE;
      visdir = -1;
   }
};


It appears this feature already exists in the engine even in 1.06.
So only the dehacked entry is missing.
Back to top
View user's profile Send private message Send e-mail
Body-Guard
Unstoppable!


Joined: 08 Jan 2006
Location: Hungary

PostPosted: Tue Dec 09, 2014 10:11 am    Post subject: Reply with quote

It is an unimplemented Zdoom feature, just the name is there since ages. If you fire up Zdoom 2 and spawn a BlurSphere, you can notice that its translucency is actually pulsing, while in Zdaemon it stays fully opaque.
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Aeyesx
Dominating!


Joined: 13 Oct 2012

PostPosted: Tue Dec 09, 2014 11:21 am    Post subject: Reply with quote

Body-Guard wrote:
It is an unimplemented Zdoom feature, just the name is there since ages. If you fire up Zdoom 2 and spawn a BlurSphere, you can notice that its translucency is actually pulsing, while in Zdaemon it stays fully opaque.


Yea, but in times of 1.06 it was pulsing either. Translucity of objects was later removed due some people complained (so far i heard) because its not oldschool. However the ability to apply it could remain (for modding purposes). But since there is patchinfo and ability to load ACS, i don't really mind as it can't be work-arounded. So possibly the only purpose could be compatiblity or comfy purposes who know >)
Back to top
View user's profile Send private message Send e-mail
Aeyesx
Dominating!


Joined: 13 Oct 2012

PostPosted: Mon Aug 24, 2015 6:31 pm    Post subject: Reply with quote

Okay,

r_zdoomtrans 1

This is in engine it just does not have a keyword for dehacked
Back to top
View user's profile Send private message Send e-mail
Kilgore
Air Cavalry


Joined: 17 Jun 2003
Location: Up the river

PostPosted: Wed Aug 26, 2015 1:01 am    Post subject: Reply with quote

Implemented; will show up on the next release.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    ZDaemon Forum Index -> Implemented Requests All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group