Page 1 of 1

custom scopes

Posted: Tue Jan 20, 2009 6:11 pm
by (RAPTOR)BENSTWO{SGT}
Ok, this is a little bit of a noobish question, but I looked around and couldn't find anything about it. If you have a rifle or somthing, is there / how do you make a custom scope or zoom feature?

Thanks :D

Re: custom scopes

Posted: Tue Jan 20, 2009 7:36 pm
by AQT
The weapon scope textures are located in the data_***\Common\interface\PC folder. Choose the texture you want to edit. Once you are done, save it under a different name (for example, weapon_scope5). Place this file in your side's msh folder. Reference the texture's name in your weapon's .odf file:

Code: Select all

ScopeTexture        = "weapon_scope5"
Munge your side and you are done.