Jump to content
Sign in to follow this  
SOGSEAL

[Request]Making Default Cursor to plain Dot.

Recommended Posts

hey guys does anyone knows how to change stupid dafault cursor to Dot cursor?

tnx. banghead.gif

Share this post


Link to post
Share on other sites

post a screen about what you are talking about wink_o.gif

Share this post


Link to post
Share on other sites

yeah the Aiming cursor...like in the game when u try to shoot its like erm

_ _

l l <-------- default is like these :P

but i wanna dot:P tnx guys

Share this post


Link to post
Share on other sites

First you need a 100% transparent 64x64 .paa texture, name it "empty.paa" (if you can't make or acquire one, PM me I can send you one). Put it in a folder named "DotCursor" and download PBOMaker (look at www.ofp.info under utilities for it) and make a PBO out of that folder, and place it in your addons folder.

Then get BinView by CoC, open your config.bin (in the OFP/BIN directory), save it as a .cpp with BinView, open it in notepad, find "class CfgWeapons", everything under that should be indented, find the indented "class Rifle" some ways down. Under that should be an open bracket (a "{") and under that add the following:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> cursor = w_lock;

cursorAim ="\DotCursor\empty.paa";

Save it, download CPP2BIN at OFP.info and convert the edited config.cpp back to a .bin file and put override your existing config.bin in your BIN folder. Now you won't have any cursor (as in the one that moves according to where you're looking) but just a dot to aim with (trained on your line of fire).

MP compatability not guaranteed...

Share this post


Link to post
Share on other sites

not simple wink_o.gif

as there is cursor for rifles and the one for machineguns and vehicles - both consists of two elements whistle.gif

Share this post


Link to post
Share on other sites
not simple  wink_o.gif

as there is cursor for rifles and the one for machineguns and vehicles - both consists of two elements  whistle.gif

Machineguns already use a dot...

Share this post


Link to post
Share on other sites

tnx man i apriciate it i will try...working now have no time:*(

tnx again

Share this post


Link to post
Share on other sites

I have an idea, FFUR 06 has a small dot in its aiming cursor, you could use that if it wasnt too small

Share this post


Link to post
Share on other sites

damn kinda hard to make it.. :P

so much new stuff for me

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  

×