'LinKin Posted September 27, 2014 Share Posted September 27, 2014 Hello, Is there some function that I could use in order to blur the screen? Thanks. Link to comment
manve1 Posted September 27, 2014 Share Posted September 27, 2014 You will need a shader. Link to comment
'LinKin Posted September 27, 2014 Author Share Posted September 27, 2014 Hmm, I don't mean motion blur (the one that appears when you're at certain speed) but just like a static-blur. Link to comment
Bonsai Posted September 27, 2014 Share Posted September 27, 2014 Do you ever use the search? There are plenty of answers, even downloads on google. Link to comment
manve1 Posted September 27, 2014 Share Posted September 27, 2014 Hmm, I don't mean motion blur (the one that appears when you're at certain speed) but just like a static-blur. You'll need a shader, i told you, motion blur in vehicles is already implemented, but if you want a static or a motion blur, then you will need to get a shader, the best resource to edit is this: https://community.multitheftauto.com/index.php?p= ... s&id=10163 Link to comment
'LinKin Posted September 27, 2014 Author Share Posted September 27, 2014 I found this: https://community.multitheftauto.com/in ... ls&id=7349. Using a value like 15 for blur strength causes it to look very bad. How ever I think I'll use the default blur (6). - This client side. But, the real thing that I forgot to mention at the beggining is if I can do this server side, since the point is to set the cameraMatrix of a player who's downloading the resources and blur the background since some text is showing "Loading Resources" Link to comment
Ren_712 Posted September 27, 2014 Share Posted September 27, 2014 who's downloading the resources and blur the background since some text is showing "Loading Resources" You can't do that. Unless you handle resource downloading with functions introduced in mta 1.4. Link to comment
'LinKin Posted September 27, 2014 Author Share Posted September 27, 2014 Yeah, I'd need to create some kind of download tree.. I've wanted to do so but Idk where to start from. Link to comment
Ren_712 Posted September 28, 2014 Share Posted September 28, 2014 Use that for client-side files - like textures, models, sounds, fonts etc. https://wiki.multitheftauto.com/wiki/DownloadFile https://wiki.multitheftauto.com/wiki/On ... adComplete Store the urls and inResource directories in a table. Link to comment
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