et mod question


(Stogie_380) #1

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?


(nUllSkillZ) #2

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.


(Stogie_380) #3

thanks for lookin’ it 2 it man and yes it’s the sniper crosshair


(nUllSkillZ) #4

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.


(Stogie_380) #5

where exactly is this source code at and wat can I open it up in???


(nUllSkillZ) #6

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.