justifun
blackhornet and Gigatron - could you try converting alpha threshold effect please? the original author says he's too busy to get around to it these days
Download link:
https://my.pcloud.com/publink/show?code ... umljLEgdl7
Thanks!
Just converted in lightspeed ... means 80 times restart C3.. clear cache, rename zip file to .c3addon ... errors somewhere and restart again ... + 3 beers ..
A Nightmare to converting something for C3.
So try this if it's same as the original ;
http://gigatron3k.free.fr/html5/C3/FX/atreshold.c3addon
Regards
PS: blackhornet
The conversion is pretty simple .... the hell is the 2 other files especially the en-US.json , the best way is
just integrate this file on addon.json .. finally we have effect.fx + addon.json ...
here an example for what i would like ;
{
"is-c3-addon": true,
"type": "effect",
"name": "AThreshold",
"id": "atr",
"version": "1.0.0.0",
"author": "Paulo Ricardo Reinehr",
"website": "https://www.construct.net",
"documentation": "https://www.construct.net",
"description": "Alpha values below the threshold are converted to transparent and above to opaque with a smoothness control. ",
"file-list": [
"lang/en-US.json",
"addon.json",
"effect.fx"
],
"category": "color",
"blends-background": false,
"cross-sampling": false,
"preserves-opaqueness": true,
"animated": false,
"extend-box": {
"horizontal": 0,
"vertical": 0
},
"parameters": [
{
"id": "Threshold",
"type": "percent",
"initial-value": 0.5,
"name": "Threshold",
"decs" : " Description of the function ",
"uniform": "threshold"
},
]
}
[/code:j7anmqi5]