Jump to content
Sign in to follow this  
Acid81

GL 2D cursor retexure

Recommended Posts

Is there any way change the look of the initial onscreen 2d GL cursor for rifle attached grenade launchers ?

Share this post


Link to post
Share on other sites

yes it is possible. When i'll get to my gaming PC, i'll let you know about what files needs to be edited

Share this post


Link to post
Share on other sites
yes it is possible. When i'll get to my gaming PC, i'll let you know about what files needs to be edited

Ok, thanks.

Is this read from an overlay or is it generated from some kind of config code ?

Share this post


Link to post
Share on other sites
Is this read from an overlay or is it generated from some kind of config code ?

It is a .paa texture file located in

\Arma2\addons\ui\ca\ui\data\cursor_w_gl_gs.paa

You'll need to make a replacement file for the following, poiting to your own .paa file:

class CfgWeaponCursors
     {
      class GLCursor: RifleCursor
            {
             texture = "\ca\ui\Data\cursor_w_GL_gs";
             };
     };

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×