hey guys I’m making a mod on et 2.55 and I waz wondering how u get rid of the default crosshair I’ve changed the reticle picture but the default corsshair is still there and I can c my custom one over it… ne1 know wat the file name is?
et mod question
Which crosshair do you mean?
The one if you sniper?
The one if you use binoculars?
The “lines” of the binoculars are coded.
I’ve had a look into this.
You should take a look in the source code.
But I think they are also coded.
I guess the reason is that the textures / images are stretched to match the chosen resolution.
But you could write a little mod (actually it’s only erasing a few lines in the source) and place the lines in the image.
Here are some mirrors:
http://www.splashdamage.com/modules.php?op=modload&name=Downloads&file=index&req=viewsdownload&sid=8
Actually you must have some basic C-programming knowledge.
You can open the source code files with any text editor.
But you will need a compiler to compile the source code into dll’s / so’s.