OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Screap on 05 Aug 2005, 12:04:36
-
I installed ECP the first time and I think it is a very nice Mod. Everything they've changed is better than the original but not the crosshair. With a Ak or M16 I've got the same crosshair like the M60 or PK.
Is there a ability to get the original ofp-crosshairs in ECP?
-
Quote from Kumona on the BI forums (http://www.flashpoint1985.com/cgi-bin/ikonboard311/ikonboard.cgi?s=1a887ecbf45cc6971e22dbfd487c650b;act=ST;f=4;t=47526;st=450):
Yes, we do. That cursor is implemented by Dynamic range. In order to change it back to default, do the following, but make a backup copy just in case you screw up:
Open the Dynamic Range configuration header ["Sound_dr.h"], which is under "$Your_OFP_inst_dir\@ECP\Bin". Scrool the header down to the definition of "RIFLE_CURSORS". Then, replace
Code Sample
#define RIFLE_CURSORS cursor="w_weapon";\
cursorAim="w_lock";
by
Code Sample
#define RIFLE_CURSORS cursor="w_weapon_T";\
cursorAim="w_weapon_S";
That's it!
Edit. Ooh and (first time i get to say this :P) welcome to the Ofpec forums
:)
-
thanks very much for the answer, this works.
I didn't thouht it would be that easy.
-
No problem. Remember to hit da "Solved" button in left buttom corner when your topic is solved.