Descriptive Problem Summary:
If a plane master has its blend_mode set to BLEND_MULTIPLY, and uses render_target, editing a variety of its appearance related variables (transform, alpha, filters) will cause the plane master to just go invisible.
Numbered Steps to Reproduce Problem:
Create plane master with blend_multiply
Create render relay (screen object that uses render_source to copy over the plane master, and plane to draw it to another plane master)
Create another plane master
Set the alpha variable of the first plane master to 254. Or edit its transform at all, or add any sort of filter.
Code Snippet (if applicable) to Reproduce Problem:
https://github.com/LemonInTheDark/basic-test-project/tree/ blend_hell
See src/windows.dm
Expected Results:
Normal behavior
Actual Results:
Suffering
Does the problem occur:
Every time? Or how often? yes
In other games? seen in /tg/ ss13, tested in bare dm
In other user accounts? N/A
On other computers? N/A
When does the problem NOT occur?
not sure what this means in this context
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
N/A
Workarounds:
Create holder objects to relay onto that set blend_mode to multiply for all render_sources that want it, rather then using the plane master itself. I think.
ID:2813589
![]() Aug 19 2022, 11:57 pm
|
|||||||||||||
Resolved
| |||||||||||||
![]() Sep 7 2022, 10:32 am
|
|
Lummox JR resolved issue with message:
|