Game Development Community

Creators Club version and custome fullscreen fx?

by Danilo Buendia · in Torque X 3D · 10/11/2009 (1:14 am) · 4 replies

I am I right in saying that the CC free version is not capable of customizing the fullscreen effects without the source code?

#1
10/11/2009 (3:33 am)
No, Danilo. You can customize full screen shader effects with the Creators Club version. You need to create a couple things. First, you need the shader .fx file that will process your effect. Next, you need a sub-class of PostProcessor and PostProcessingMaterial. It can all be done outside of the source code. I posted a detailed description a long time ago in these forums. Try this...

www.garagegames.com/community/forums/viewthread/68777

John K.
www.envygames.com
#2
10/11/2009 (6:24 am)
Well, that's great news. I was able to get it work with TorqueX2D a few months ago, but not since?

I'll go back to the drawing board now that I know it's possible.
#3
10/11/2009 (10:32 am)
It's definitely possible, I'm very sorry I can't offer you more just yet - I'm really swamped right now. I will circle back in a bit with more details soon.

John K.
www.envygames.com
#4
10/11/2009 (10:40 am)
No worries. I found some of my old code, so I'm in good shape. Thanks for the lead.