What about those who have already purchased the extension from ClickStore?
Posts by Kage
Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
Clickteam.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
Clickteam.
-
-
Also looking for "Shadow object" like HWA compatible. Could someone help?
Please login to see this link.
-
Is the author still active on the forum? Is there a chance that the shadow object could be ported to HWA?
-
How to build an application with directX? Fusion says it's incompatible.
-
Updated example from this thread, special thanks to BartekB and SergioAndre
Please login to see this media element.
-
Nice, thank you!!
-
in the current update it is now impossible to add a frame to the animation, it is simply not displayed in the game, only importing the full character graphics from the folder at once helps
-
yes please add a flip fuction. it will save a bunch of game resources.
-
I have a question: is it possible to make a realtime Qualifier disable feature for object(s)?
-
i tried to do the installation 3 times, all modes work correctly, except for percentage, sometimes they show the value 0.1 but then fade out. anyway thanks for the release, very cool stuff.
Please login to see this attachment. Please login to see this attachment.I noticed a bug in the groups (OTHER group), now it's working ;D
-
Try copying the code again. Probably there's an "activate group..." action that got deleted at some point
i tried to do the installation 3 times, all modes work correctly, except for percentage, sometimes they show the value 0.1 but then fade out. anyway thanks for the release, very cool stuff.
Please login to see this attachment. Please login to see this attachment. -
-
Will it be possible to remove or increase the 65500 image limit in future updates? My game is a fighting game with a lot of characters, it gets worse because I have to duplicate the second side of the sprites, and I'm afraid to quickly reach the limit. I don't really like the function of loading images due to fps delay. Thanks.
-
-
After I wrote this post, I realized that the shader from the topic cannot correctly show the 256 color palette, is there such a variant of the shader with internal storage of palettes in a row inside active object?
Please login to see this picture.
-
The shader works fine, but I have some FPS drop when loading the palette from the hard drive, I think in my case it's better to use the shader variant from this topic, where all the palettes are already stored inside the character.
NaitorStudios sorry to ask again, but could you add a flip function to this shader as well? I mean from Warguy555. -
Hi, is it possible to add the "reverse active points" option for active object? When I rotate sprites with the FlipX Shader, the hotspots are not positioned correctly on the other side. Or just add normal option to programmatically rotate/flip for animations. Thanks.
-
it's a very hard work, I've been working on the MK engine for over a year and I know what I'm talking about.
Please login to see this media element.
-
Works excellent! Thank you guys, yiu are the best.
Please login to see this picture.
-
MuddyMole Kage I've already know how to fix Alpha Dither since I did ported it to DX11 before.
After porting it, I found a user who also did a port as well but that was slightly broken so I shared mine.Also, I suggest adding a parameter that completely fills the sprite with one solid color to this new shader.
I could have the dither but I don't think old school games could do this, either they would completely fill it with a color or change the palette.
Technically alpha can be used when setting color through a workaround, so no need to a separated parameter.thanks, now that elusive palette changing feature is finally achievable