[SOLVED]Effects sprites transferring trouble

Ask about editing graphics, sounds, models, music, etc here!
Shaders (GLSL) and SNDINFO questions also go here!

Moderators: GZDoom Developers, Raze Developers

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 Reply
User avatar
Void Weaver
Posts: 724
Joined: Thu Dec 18, 2014 7:15 am
Contact:

[SOLVED]Effects sprites transferring trouble

Post by Void Weaver »

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.
User avatar
Void Weaver
Posts: 724
Joined: Thu Dec 18, 2014 7:15 am
Contact:

Re: [SOLVED]Effects sprites transferring trouble

Post by Void Weaver »

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).
Post Reply

Return to “Assets (and other stuff)”