Crosshair mods- how to make/where to find them?

Need some nice Mods? Here, you are right!
Post Reply
Mantha065
Novice
Posts: 9
Joined: Tue Jul 13, 2021 2:31 am
Personal rank: RetronaissanceKnight

Crosshair mods- how to make/where to find them?

Post by Mantha065 »

Hi. I'm trying to find mods that add more crosshairs. I haven't had any luck yet, so I also tried making them, using this guide I found here
(viewtopic.php?t=444), but it didn't work.
Can anyone either show me where to download custom crosshairs, or tell me how to make my own?
User avatar
sektor2111
Godlike
Posts: 6403
Joined: Sun May 09, 2010 6:15 pm
Location: On the roof.

Re: Crosshair mods- how to make/where to find them?

Post by sektor2111 »

Crosshairs are located in UTX texture files and their activation/deactivation is saved in User.ini file like here:

Code: Select all

[Engine.HUD]
HudMode=0
Crosshair=13 //current crosshair

[Botpack.ChallengeHUD]
bUseTeamColor=False
FavoriteHUDColor=(R=0,G=8,B=16,A=0)
CrosshairColor=(R=0,G=16,B=0,A=0)
HudScale=1.000000
Opacity=1
StatusScale=1.000000
...
...
CrosshairCount=14 //0 - 13
CrossHairs[0]=Botpack.CHair1
CrossHairs[1]=Botpack.CHair2
CrossHairs[2]=Botpack.CHair3
CrossHairs[3]=Botpack.CHair4
CrossHairs[4]=Botpack.CHair5
CrossHairs[5]=Botpack.CHair6
CrossHairs[6]=Botpack.CHair7
CrossHairs[7]=Botpack.CHair8
CrossHairs[8]=Botpack.CHair9
CrossHairs[9]=Chairs_Ns.Chair_Ns
CrossHairs[10]=Chairs_Ns.Chair1_Ns
CrossHairs[11]=Chairs_Ns.Chair2_Ns
CrossHairs[12]=Chairs_Ns.Chair2_L_Ns
CrossHairs[13]=Chairs_Ns.Chair3_Ns
CrossHairs[14]=
CrossHairs[15]=
CrossHairs[16]=
CrossHairs[17]=
CrossHairs[18]=
CrossHairs[19]=
FontInfoClass=Botpack.FontInfo
Resolution can be seen in stock crosshairs - which can be used as new resources for modified crosshairs added in other UTX texture files.
Mantha065
Novice
Posts: 9
Joined: Tue Jul 13, 2021 2:31 am
Personal rank: RetronaissanceKnight

Re: Crosshair mods- how to make/where to find them?

Post by Mantha065 »

Sorry, I wasn't very descriptive in the first message. I made the crosshair, converted it to pcx, and activated the file, followed the steps to the letter, but in the game, the last crosshair in the selection is invisible. I can't actually see it. Even in a match it doesn't show up.
User avatar
sektor2111
Godlike
Posts: 6403
Joined: Sun May 09, 2010 6:15 pm
Location: On the roof.

Re: Crosshair mods- how to make/where to find them?

Post by sektor2111 »

Crosshair is UTX not PCX, PCX is the "source-code".
Mantha065
Novice
Posts: 9
Joined: Tue Jul 13, 2021 2:31 am
Personal rank: RetronaissanceKnight

Re: Crosshair mods- how to make/where to find them?

Post by Mantha065 »

I converted it to pcx, then imported it to Unreal Editor and I guess stuck it in a utx file. Have a look at the guide I put in the first post, I guess I'm not 100% sure what I was doing, but I followed that step by step.
User avatar
UT Sniper (SJA94)
Inhuman
Posts: 753
Joined: Thu Jun 24, 2010 10:35 pm
Personal rank: Retard
Location: England
Contact:

Re: Crosshair mods- how to make/where to find them?

Post by UT Sniper (SJA94) »

I did make a poor tool to create some basic ones, including a tutorial on how to import them.

viewtopic.php?f=12&t=14372&p=126298
Mantha065
Novice
Posts: 9
Joined: Tue Jul 13, 2021 2:31 am
Personal rank: RetronaissanceKnight

Re: Crosshair mods- how to make/where to find them?

Post by Mantha065 »

I had a look at your tool. It only lets me make a basic "+" style crosshair, whereas I'm looking to make something more complex.
User avatar
OjitroC
Godlike
Posts: 3605
Joined: Sat Sep 12, 2015 8:46 pm

Re: Crosshair mods- how to make/where to find them?

Post by OjitroC »

It's difficult to offer advice without actually seeing the crosshair you made.

However you can check
1 That you do have a .utx file in your Textures folder with your crosshair in;
2 That, in your User.ini, you have replaced Botpack.CHair9 with the correct package name and crosshair name - that is, no typos;
3 Your UnrealTournament.log for any information on why the crosshair doesn't show - so start UT, select the last (invisible) crosshair, start a game, exit and then check the log.

The most likely explanation is that there is a problem with the format of the .pcx file.
Mantha065
Novice
Posts: 9
Joined: Tue Jul 13, 2021 2:31 am
Personal rank: RetronaissanceKnight

Re: Crosshair mods- how to make/where to find them?

Post by Mantha065 »

Yesterday I tried simply remaking a custom crosshair, and I ended up discovering that the first guide I used didn't tell me to tick the "Masked" option when in Unreal Editor. I tried doing that after re-reading your tutorial, and I guess that was what made my first crosshair fail to work, because I'm now making perfectly working crosshairs. Thanks for posting your tutorial! I admit I'm not 100% sure if the "Masked" option was the problem, or if I just misread something else the first time I went through making a crosshair, but I now have it working.
That said, are there any places I can check out crosshair mods made by other people?
Post Reply