UGX-Mods

Call of Duty 5: World at War => Help Desk => Scripting => Topic started by: SPi on January 25, 2016, 10:07:51 pm

Title: Motion Blur in COD4/COD5
Post by: SPi on January 25, 2016, 10:07:51 pm
Does anyone have any idea if we can do or simulate motion blur in cod4/cod5?
Like the one Advanced Warfare has in missions?
Maybe with a vision file? I have no idea. That's why I ask for help from here.

Well in fact COD4 has those shellshock scenes that makes the player be dizzy or something.
I think those shellshock sequences are made with shader files. Not sure.
During these sequences the screen is less saturated and it has something like motion blur.
So since there's already a sample of it, is there any way we can make a better for our maps
and have this cool motion blur effect like we see in Advanced Warfare campaign that makes missions super cool?

I found this:
http://http.developer.nvidia.com/GPUGems3/gpugems3_ch27.html (http://http.developer.nvidia.com/GPUGems3/gpugems3_ch27.html)
I don't know if it can help.

Any help would be appretiated.
A ready script that will be free for all custom map makers would also be great.
Title: Re: Motion Blur in COD4/COD5
Post by: arceus on January 25, 2016, 10:28:27 pm
theres a few dears using r_motionblur in cod 5 but its the shell shock type and it brightens up everything, i wouldn't use it personally
Title: Re: Motion Blur in COD4/COD5
Post by: gamer9294 on January 25, 2016, 11:05:35 pm
hi,

I don't know if this will help you a little bit:

http://ugx-mods.com/script/#core.Effects.setBlur (http://ugx-mods.com/script/#core.Effects.setBlur)

it is also using by perks, when you have done the drink animation.


best regards,
Gamer9294
Title: Re: Motion Blur in COD4/COD5
Post by: DidUknowiPwn on January 26, 2016, 01:23:21 am
hi,

I don't know if this will help you a little bit:

http://ugx-mods.com/script/#core.Effects.setBlur (http://ugx-mods.com/script/#core.Effects.setBlur)

it is also using by perks, when you have done the drink animation.


best regards,
Gamer9294
That just blurs the viewport it doesn't add any "blurring" effect in movement.

To be honest I don't think motion blur is in at all. I've never seen anything like it until BO3.
Title: Re: Motion Blur in COD4/COD5
Post by: Harry Bo21 on January 26, 2016, 10:45:44 am
was in BO2, although back in the day i had to disable it coz it tanked my FPS lol
Title: Re: Motion Blur in COD4/COD5
Post by: SPi on January 26, 2016, 12:52:37 pm
That just blurs the viewport it doesn't add any "blurring" effect in movement.

To be honest I don't think motion blur is in at all. I've never seen anything like it until BO3.

You haven't seen motion blur until BO3? If that's what you ment:
Well as I said in the first post, there was motion blur in Ghosts and espeically in Advanced Warfare.
Title: Re: Motion Blur in COD4/COD5
Post by: DidUknowiPwn on January 26, 2016, 04:01:57 pm
You haven't seen motion blur until BO3? If that's what you ment:
Well as I said in the first post, there was motion blur in Ghosts and espeically in Advanced Warfare.
Oh right forgot AW was a game
Title: Re: Motion Blur in COD4/COD5
Post by: SPi on February 03, 2016, 06:57:53 am
Anyone?
Title: Re: Motion Blur in COD4/COD5
Post by: Exofile on February 03, 2016, 10:02:56 am
What about how some people blur your screen when a Nova Crawler explodes? Could you technically utilize this to "replicate" the effect, in some way?
Title: Re: Motion Blur in COD4/COD5
Post by: SPi on February 03, 2016, 09:02:40 pm
What about how some people blur your screen when a Nova Crawler explodes? Could you technically utilize this to "replicate" the effect, in some way?

That's basically what the shellshock does in cod4. I don't know how they work. That's why I ask help from here.