ItsMods

Full Version: Problem with overlay
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I made a reaper mod for MW2 and I want to set it the shader from the MW3 reaper overlay, I have looked in the MW3's .iwd files and didn't find the image file for it, just for the ac130 and some others.

Can someone send me the name the file for the reaper overlay and the things I need to write inside the gsc file to get this work?
Some stuff is hardcoded or in weapon file.
I tried to use heli_player_controer_mp weapon, and overlay was automaticly.
It's called heli_controls_blablbla.iwi or reap_control_blablabla.iwi
Look at the GSC files it's bound to have it.
(01-08-2013, 18:46)DidUknowiPwn Wrote: [ -> ]Look at the GSC files it's bound to have it.

I even looked at the MW3 gsc files and didn't find anything that could help
Please help, all I need is the image file name
The osprey gunner and the remote missile both share the same overlay, so try looking for that. The osprey gunner has the same weapon name as the mw2 chopper gunner had, so try looking for chopper gunner - overlay .iwi if you can't find anything.

Edit:
Forgot to say that I tried, but with no luck.


Edit 2:
Finally found it!

[Image: ac813523ed4ee16dd374e5f6d8685a9c.png]

IW_04
(01-10-2013, 16:20)Rendflex Wrote: [ -> ]The osprey gunner and the remote missile both share the same overlay, so try looking for that. The osprey gunner has the same weapon name as the mw2 chopper gunner had, so try looking for chopper gunner - overlay .iwi if you can't find anything.

Edit:
Forgot to say that I tried, but with no luck.


Edit 2:
Finally found it!

[Image: ac813523ed4ee16dd374e5f6d8685a9c.png]

IW_04

That's not it...
I used IWI viewer and the overlay is for something else:
[Image: damn.png]
As you can see in the right I have tried every possible image file that could be the overlay, but non of them is the one for the reaper.
Try the reticle Tongue
(01-10-2013, 19:34)Rendflex Wrote: [ -> ]Try the reticle Tongue

The overlay in "remote_chopper_hud_reticle" is for the chopper gunner from MW2, not for the reaper... And when I finally found the gsc file for the reaper in mw3 gscs (it called _remotemortar.gsc), they didn't mention the overlay in there, just the: "self giveWeapon("mortar_remote_mp");", so the weapon file probably includes the overlay.

Edit: NVM, I found the overlay for the reaper, it's called viper_overlay_mp , never expected this name...