Comments

Log in with itch.io to leave a comment.

Hey! it would be great if you there we're some examples of shockwaves in the documentation, i didn't find anything :(

(+1)

Hey, there are implementation examples in the .yyz project. I can include it in the documentation later (as a tutorial), thanks for the suggestion ;)

Hi, I imported it into my game.. used the getting started code to try but my game does not show up anymore.. it show only one room with the effect but other will not display

Hi, make sure the object is persistent, this way it is not destroyed when changing rooms. Unless you want to manually place it in all rooms.

(+1)

I finded why it was not working properly.. even if the object was persistent.. it was because the object was not the first created in initialization's room 

I do not understand how to properly use i HQ4X in my pixel art game... it makes everything so blurry

The purpose of the HQ4x effect is to turn pixel-art into HD art, but you need to experiment different parameters. If you have more questions, send them on Discord, it will be better to answer there :)

(+1)

Very exciting. I'll be sure to pick it up if it goes on sale!

(+1)

It's on offer right now, enjoy ;)

(+4)

I am a noob. totally. I bought this...I did like it said, installed in ten minutes. Even got support! These effects will TRANSFORM your game...think creatively....I cannot OVERSTATE how awesome this is. GM should pay this man like 100k to buy this extension! It is THAT awesome. Thank you fox, can't wait for your lighting and other stuff, because simply they are easy for new people like me to integrate into their project how you do them!!

(+2)

I'm so glad that you like PPFX, seriously, thank you very much for your kindness. It's a pleasure to help ^^

good job dude, I bought it yesterday, but I didn`t find CRT effect, Can I make a CRT effect? (Sorry for my bad English)

(1 edit)

Hello, yes you can;

The CRT effect is made using a combination of the effects that Post-Processing FX gives you. You can mix it up until you get there (for example: Lens Distortion + Scan Lines + Vignette + VHS, etc).

Note: If you need Dot Matrix stuff, this is a work in progress. But you could use the FX_TextureOverlay() with "multiply" blendmode to achieve this.

Thanks ^^

(+1)

OK. Thank you!

Looks impressive! Are these regular OpenGL ES shaders that could be used with other game engines as well or do they rely on specific Game Maker features?

(1 edit)

Thanks! The license says that Post-Processing FX (including its source code) can only be used with GameMaker.

(1 edit)

Thanks for your answer. Is there a reason for it?

I'm asking because GLSL ES is a shader language that's commonly used in a variety of game engines.

(1 edit) (+1)(-1)

Yes, other engines already have a big monopoly, especially Unity (which even has a similar model license for assets made in it - like URP), so I'm using the same tactic.

(+1)

Did I miss the winter sale? I'm eyeing this asset pack very hard, looks amazing!

(+1)

It started today, enjoy ;)

(2 edits)

It is impressive how EXTREMELY EASY it is to implement this package in a project, it also takes up very little storage space but at the same time has an immense variety of effects, foxy of Jungle is literally god.

I have a small problem, when I use the debug ui, and activate or deactivate an effect, nothing happens on the screen, I can only control the effects that I had already activated by code

(+1)

Thanks a lot, I'm glad you're enjoying it ^^

You need to import the profile with the effects you want to use, this way you can activate and deactivate the effect.

(+1)

Oh ok, thanks!

This is a terrific app and I'm so glad I found it! 

I'm trying to use the Layer_renderer, but as mentioned in the documentation it does not work with my 3D camera.

Is there a workaround to using only Bloom+Sunshafts for a single layer? I'm using a 3D camera but I'm not trying to draw 3D models, I'm only using 2D sprites, but I don't want bloom and sunshafts from all of my (often stark-white) objects, and without drawing to layers everything works as-intended

(+2)

Hello, Noahtroduction, I'm glad you like it :D

The most correct way to do this is using HDR.

This way, you can select exactly which pixels will glow (with bloom and sunshafts), independent of the layer, in addition to getting better performance, than applying an entire system to a layer, just for sunshafts and Bloom. I have another library that handles this, if you're interested.

(+1)

Thank you for your kind reply and for pointing me to a good solution, I was going to ask if it was compatible with PPFX but it already looks like that's the case. If it works anything like like PPFX I'll probably have that in my game as a solution before tomorrows' done, thank you!

(+1)

It is amazing!!! Highly recommended. Works just as described. There is no Post Effects pack like it! Thank you so much for the amazing work. 

I'm so glad you like it! :D

thank you for the kindness ;)

(+1)

It is incredible, I tried lots of different post effects plugins/assets, but this was by far the best, everything worked seamlessly on HTML5 export which I mostly use. Genius!

(+1)

Can't wait for the winter sale!

Does this work across multiple viewports? The layer effects that come with Gamemaker are nice, but completely break if there are multiple viewports present :(

Yes! Works fine with multiple viewports ;)

(+1)

This is super amazing! Are there any sales happening anytime soon? :3

Thanks! Winter sale. :)

(+1)

Hi! New owner, amazing showcase of tools here - can't wait to implement some things. Dumb question -- where is the manual?

(1 edit)

Hey! Welcome :) Thank you!

Here's the manual: https://kazangames.com/assets/ppfx/docs

Also, this is my Discord server: 

https://discord.gg/aGv4peF

Some fx doesn't work on MacOS like sunshafts (showing some little rectangles)

(2 edits)

Ah yes, I'm aware that Sunshafts doesn't work properly on MacOS. I'm working on it. What other effect doesn't work? I fixed the Gaussian Blur in the last update, which is what was reported.

(1 edit)

In FX after ShockWave I got error:

"

ERROR in

action number 1

of Draw Event

for object __obj_ppf_rain_renderer:

Platform doesn't support surface created with format 14

 at gml_Object___obj_ppf_rain_renderer_Draw_0 (line 12) -        rain_surface_a = surface_create(width, height, surface_rgba16float);

############################################################################################

gml_Object___obj_ppf_rain_renderer_Draw_0 (line 12)

gml_Script_anon_PPFX_DisplaceMapRenderer_gml_GlobalScript___ppf_displacemap_system_2478_PPFX_DisplaceMapRenderer_gml_GlobalScript___ppf_displacemap_system (line 105)

gml_Object_obj_ppfx_displacemaps_Draw_0 (line 3) - displacemap_renderer_id.Render(ppfx_id, view_camera[view_current]);""


In some examples I also have glitches on the screen. I dont have time to test exactly. Of course some FX work correctly..

Ah ok, this is not part of the PPFX, but the rain example. Your GPU does not support the used texture format - I will include a warning so that an exception does not occur.

The glitches you saw are most likely caused by 1 or 2 effects that are incompatible with your GPU - I'm working to fix it. In the examples I use them in some places. I believe ~97% of the effects work correctly.

Hello, I've posted an update that fixes the rain example. Could you check? I also made some changes to the Sunshafts effect, tell me how it behaves on your GPU. Thanks :)

(+1)

I use this in a few of my professional projects and couldn't recommend it more! It's fantastic and worth every dollar.

(+1)

This comment means a lot to me :D I'm flattered. Feel free to share your creations here too, I'm sure more people will enjoy seeing them 😁

(+1)

Here's a quick peek at some bloom/color grading effects provided by this asset! 

(1 edit) (+1)

Wow! looking pretty cool honestly. Thanks for sharing

It's amazing and ready-to-use!

I'm glad you like it, thanks :)

can the shockwave effect work with platformer games where character has a following camera.Already love the effects and set to buy

Yes, the shockwaves can be anywhere in the room. The asset calculates everything automatically. Camera zoom is also supported. Thanks ^^

(1 edit) (+1)

awesome this when have seen notification that you replied. thankyou so much for the feedback because thats one challenge i had with one shader couldn't add effect after camera moved  beyond first part of the room because your tool will make me make crazy game feel experience soo excited

I hope you have fun! If you have any questions, just enter the Kazan Games server and clear your doubts. Also take a look at the manual to see how it works.

(1 edit) (+1)

Thanks finally got the package today time to testing out the first part had asked about shockwaves

Great! :D I hope you have fun, thanks :)

(+4)

Post-Processing FX v3.1 Released!

(+1)

Well done. I wish there were more professional assets for game maker like this.

Thanks a lot ^^

I'm glad you like it! :D

Hey,

the asset pack is really great.

But I have a couple of problems with the layer system. When I turn off the draw function to use the layer function, post processing is not being applied after a room switch.

Also the apply function randomly starts showing "layer_effects_id" as an error but also shows it as correct sometimes. Maybe that has something to do with it.

I followed all the steps in the layer section of the documentation and I can't find the error :D

Hey SoulPixel,

I'm glad you're enjoying Post-Processing FX ^^

Do not disable the "draw_layer" parameter of the ppfx_layer_apply() function. I had made a modification to that function and it hasn't been updated in the manual yet, I will soon.

The error line is a Feather xD thing, so it's not a PPFX issue currently, don't worry.

Remember to pay attention to the order in which you insert the layer id, and check if there is a "warning" message in the Console.

Cheers! ^^

Ah yes the draw_layer parameter was the one issue!

The Layer id should be in the right order.

Now the layer system works in all of my menu screens.

But in-game everything included in the layer post processing effects is not getting rendered. (Right now every layer except my UI)

That's weird because the fullscreen draw functions work great in every room.

Does it have something to do with my camera?

Hey, I saw you joined Discord server, I'll answer you there :)

(2 edits) (+1)

Hi, this is an amazing asset and I would recommend this to anyone!

Quick question though! Can I change the sunshaft effect to black as if casting a shadow?

(1 edit) (+1)

Hey, Thank you!

You had luck! The Sunshafts effect takes 14 arguments, so there is one left, which could be the color xD, so it's possible to blend a color, which can be black.

Thanks for the suggestion! :D

(+1)

Ah haha the planets align, sounds perfect! Thank you.

(+1)

Absolutely, would recommend. 

Is it compatible with mobile phones? (Android/iOS)

(1 edit)

Hello!

Yes, Post-Processing FX is cross-platform. :)

If you find any bug, you can contact me on Discord and we can fix it.

Great to hear that. Sure!

Please also release it on Yoyogames official marketplace to showcase the true powers of GMS to newcomers.

Post-Processing FX is also available on Marketplace :)

(+1)

Great👍👍

My dumbass bought this thinking It was for godot, I clearly didn't read, I was just excited to make my job easier. 

Now I'm stuck with it lol

Unless you learn GameMaker, the best 2D engine :P

(+1)

I hear gamemaker is easier to learn though i already started learning in godot and love it and it does feel more versatile for when I make 3D games. I'll most likely just give the pack away to someone else who uses gamemaker. 

I'm glad you're enjoying it, it's great to feel comfortable with what you do and that's what matters. Nice attitude to give someone the project! ^^

Deleted 145 days ago

Thanks! I'm very happy that you liked it! ^^

Hello Foxy!

First, can’t praise your work enough! This is a great asset & really has helped me solve some hurdles for my own game.

Second, and the main meat of this message, just wanted to suggest a slight enhancement to your layers system Would it be possible to instead of focusing on a layer ID, could effects be implemented based off depth as well? Ideally, I think having both available would just increase the flexibility of this amazing asset package you have here, but I lack the expertise to know if this would be too much of a pain in the butt to accomplish.

In any regard, this is just some thoughts I’ve had recently using your layers system, please take it with a grain of salt! XD

Thanks again for your dope work! -Abstract the Origin

(+1)

Hi! Thank you ^^

This can't happen due to the way it works internally (the Layer system uses layer_script, which asks for layers and not depth), sorry... Thanks for the sugestion!

(+1)

No worries! Never hurts to ask! :D Have a dope day!

(+4)

To anyone considering buying this asset - Just Do It!

Hands down one of the best assets you will find for GMS2 - fantastic quality product and exceptional support.

I'm so glad for this comment! Thank you so much! ^^ 

Hey, like the last comment said i would really like a way to use efects on objects. can you work on that as well?

Hi! We recently added the Layer System, which means you can use post-processing on single objects, backgrounds, sprites, and more:

In the image above, I applied the glitch and scanlines effect on my player, which is a tree. And the background also has some effects.

(+1)

LOVE YOU

Thanks ^ ^

please let me know when the docs are updated so i can see how i can use it! Thanks 

Sure! Please note that there are 13 separate examples. One of them is about layers.

I bought it and felt great. However, there is a question: can it be used for an object or instance alone. Like a torch or a flaming arrow?

Hey!

PPFX has a drawing function called ppfx_draw(surface, x, y, w, h, view_w, view_h, system), which receives a surface, so it's more recommended for screen post-processing only. In the future I intend to make an asset only with effects for objects.

(+1)

OK, I see. Thank you for your reply!

Is there a demo to download? The link above just links to the license text file?

Hey! There is no demo, only the video at the moment. But I can later make the HTML5 version of it available. :)

Hey again, I just added the demo:

https://kazangames.com/assets/ppfx/demo/

Hi, very cool stuff, I'm very interested in getting it for a project, I was wondering if you provide tech support sometimes? I would like to draw the effect only to an area if the screen via sn arbitrary sprite as a mask, is this possible with this tool?

Do you have a discord server?

Thank you!

Hi! Yes, we are pleased to answer any questions you may have on Discord: "Kazan Games":

https://discord.gg/4azKEdMNze

Yes, it is possible to do it. I will even do some example demonstrating this in future updates.

Thanks for getting in touch! :)

coe fox ensina só como faz o blur :(

(+1)

Hello, do you need help with the asset?

(+1)

Amazing stuff here!

Thank you so much! I'm so glad to hear that 😁

O foxy só não é perfeito pq é furry

Deleted 1 year ago

Ser furry não é só aquilo que muitos pensam

(+1)

It's far too early for me to be buying resource packs for my game but I couldn't help myself when I saw this. I'm motivated to work harder so I can test out some of these effects in my own creation. Thanks a lot and keep up the good work.

(+1)

Your comment is very satisfying and is what motivates me to create these cool things, thank you very much!

Hi - I can't seem to find an example of how to create the shockwaves effect? Is it included somewhere?

Thanks

Hello! The example of how this is done is in version 1.2, which will be released soon ;)

Stay tuned, there are amazing things coming.

(1 edit)

Awesome, do you have an ETA on v1.2 at all?

(+1)

Tomorrow at the latest, if everything goes as expected.

(+1)

well that is much closer than I expected, thanks for taking the time to reply

(+1)

Released! :D

(+2)

Your post-processing effects pack is incredibly beautiful, the effects are well made and professional, I think that whatever the game is it will be very beautiful and with a Professional Studio game aspect, congratulations on your project, I will be buying for mine projects This pack is the best I’ve ever found and I’ve looked for many. congratulations

(1 edit) (+1)

Thank you! I am very grateful to read this! :D