Acid81 0 Posted February 18, 2011 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
PuFu 4600 Posted February 19, 2011 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
Acid81 0 Posted February 19, 2011 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
PuFu 4600 Posted February 20, 2011 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