I’d like to know if anyone can help me with regards to the bloom shader as well as the mouse cursor.
I’ve been using a bloom shader as well as a custom cursor script for the game. At the main menu I added the cursor as an overlay scene, now when I enter the actual game, the cursor still stays visible. Anyone maybe now how I can force him to hide it until I go back to the main menu?
Bloom Shader
Now In-game I have a bloom shader active, now the problem is, the moment the shader is active, it looks as if this shader is stacking on himself, because when I switch back to my main menu, the bloom is applied to the scene I switched to and it becomes so bad that I can’t see the menu properly.
Here is a screenshot of what happens with the bloom shader, as well as the custom mouse cursor.
Is there a way to fix this problem?
Blender 2.49b is the build I’m currently using…
Xelus
Yeah, I’m not sure, but from your ‘stacking’ explanation, it would appear that you are somehow triggering the bloom filter more than once - is it triggered on the Main Menu screen? I would recommend making a GUI scene, triggering the bloom script from there, and adding the GUI scene if it doesn’t already exist (if you don’t check, Blender will throw a warning, but it won’t crash or anything).
Well the bloom shader is only active in-game, not on the mainmenu system, I don’t have an idea why he is doing this, but I’m looking for alternatives to solving it, I’m looking at ways for enabling it and disabling it in the settings menu if that is even possible to do.
I’ll try both you guys’s methods and give feedback on it, thank you for the help.
I agree with sollar lune, for 2d filters the best is to let a control panel running the scripts on each scene that you enter, with the 2.5x your ll not have this problem.
Xelus if nothing work try out this one:
Your solution to the bloom problem helped, I wasn’t aware that the shaders can be removed in a scene which doesn’t have the filter connected to it. So thank you, I could disable it in the main menu.
I’ve noticed the bloom shader you have just provided works a bit differently to the on that I have currently, it looks quite a bit better as well as my framerates are a bit higher. I’ll be experimenting with the one you provided, thank you Leonn.