[SOLVED]Effects sprites transferring trouble

Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: [SOLVED]Effects sprites transferring trouble

Re: [SOLVED]Effects sprites transferring trouble

by Void Weaver » Wed May 30, 2018 9:27 am

Problem was solved, at last!

To smooth deletening background is better to use alpha-channels selection inverting. I use Photosho CS6 with next actions:

Code: Select all

(Image)RGB=>
(Layers)Layer from Background=>
(Image)Adjustments>Brightness\Contrast(Auto)=> //This action is optional adn individual for each image
(Image)Adjustments>Brightness\Contrast(Auto)=> //This action is optional adn individual for each image
(Image)Adjustments>Color Balance(+40 Blue)=> //This action is optional adn individual for each image
(Channels)Load channel as selection=>
ПКМ=>Select Inverse=>Delete
Result is:
Image
Oh, just important note: an effect must be edited separately from other image objects (diablo body in my case).

[SOLVED]Effects sprites transferring trouble

by Void Weaver » Wed Apr 18, 2018 2:40 pm

Like as Sandro (TS) had shows in his own thread:
Image

I have the similar problem with sprites transferring, but even bit complicated probably.
Spoiler:
Spoiler: Animated examples
And moreover, all should be ok since the DECORATE allows to assign for actor a some specific properties like as:

Code: Select all

RenderStyle Add
Alpha [i]value[/i]
but it will force to render whole sprite, not only effect.

And like as Sandro had wrote: "I expect this to be a novice mistake, but I would be grateful if someone could provide a solution."
P. S. Since that matter is very important for my work, so your advice will be welcomed in anytime, unless it will be solved or closed.

Top