GPChannel Posted March 20, 2018 Posted March 20, 2018 Is this possible to add a video (like roq)to my map as a texture?
AshuraDX Posted March 20, 2018 Posted March 20, 2018 On 3/20/2018 at 9:34 AM, GPChannel said: Is this possible to add a video (like roq)to my map as a texture?There should be a shader stage for this, you should look for that in the q3a shader manual.
Solution RebelChum Posted March 20, 2018 Solution Posted March 20, 2018 On 3/20/2018 at 9:34 AM, GPChannel said: Is this possible to add a video (like roq)to my map as a texture? This is definitely possible! The way to do this is via shaders. Below is an example shader. I don't know your texture folder path so I had to guess. If I didn't mess anything up, this should be a texture you can put in your map that will play the opening logos .roq. Obviously replace the paths to link your content.textures/GPChannelsmap/video { qer_editorimage textures/GPChannelsmap/video q3map_nolightmap { videoMap video/openinglogos } { videoMap video/openinglogos alphagen const 0.25 blendFunc GL_SRC_ALPHA GL_ONE glow } } Smoo and GPChannel like this
RebelChum Posted March 20, 2018 Posted March 20, 2018 On 3/20/2018 at 2:31 PM, GPChannel said: Thank you No problemo! Let me know if you have any problems with it.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now