Same Crosshair For All Weapons?

GneralasGneralas Join Date: 2004-01-20 Member: 25523Members
I dont know if this should be in here or in the customization forum but...say i have this crosshair and i want to make it the crosshair for all the weapons, how would i go about doing that?

Comments

  • Marik_SteeleMarik_Steele To rule in hell... Join Date: 2002-11-20 Member: 9466Members
    You guessed right, people would be more likely to help you out if I <span style='color:orange'>*move*</span> this from General to the customization forums.
  • NEO_PhyteNEO_Phyte We need shirtgons&#33; Join Date: 2003-12-16 Member: 24453Members, Constellation
    edited October 2004
    ummm, move the thread?

    :edit: there you go
  • Marik_SteeleMarik_Steele To rule in hell... Join Date: 2002-11-20 Member: 9466Members
    You guessed right, people would be more likely to help you out if I <span style='color:orange'>*move*</span> this from General to the customization help & troubleshooting forums.
  • VerthandiVerthandi Join Date: 2002-12-12 Member: 10687Members, NS1 Playtester
    edited October 2004
    Open and edit all the corresponding weapon text files:<ul><li>Loate the 'crosshair 640' from each of the files.</li><li>Change 'xhairwhatever' to the sprite you want to use.</li><li>There will be four numbers after the sprite name; change the <b>last</b> two numbers to the width and height of the sprite you want to use.</li></ul>
  • ClashenClashen Join Date: 2003-08-22 Member: 20087Members
    I need help with this too, i'd liketo use the 1.04 crosshair for everything the LMG, Pistol, HMG, Spit, Parasite, Devour etc, everything but the SG. :/
  • GneralasGneralas Join Date: 2004-01-20 Member: 25523Members
    edited October 2004
    How do i find the height and width?

    also in some txt files i have found 2 xhair things which one do i change? <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html//emoticons/sad-fix.gif' border='0' style='vertical-align:middle' alt='sad-fix.gif' /><!--endemo-->
  • VerthandiVerthandi Join Date: 2002-12-12 Member: 10687Members, NS1 Playtester
    <!--QuoteBegin-Gneralas+Oct 12 2004, 04:03 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Gneralas @ Oct 12 2004, 04:03 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->How do i find the height and width?
    ...<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    Width and height can be found by opening the sprite file in Sprite Viewer, clicking on the 'View' menu, and then clicking on 'Sprite Information'. The dimensions will be shown in the format "Maximum size : width x height"

    <!--QuoteBegin-Gneralas+Oct 12 2004, 04:03 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Gneralas @ Oct 12 2004, 04:03 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->...
    also in some txt files i have found 2 xhair things which one do i change?  <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html//emoticons/sad-fix.gif' border='0' style='vertical-align:middle' alt='sad-fix.gif' /><!--endemo--><!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    You should only need to edit the 'crosshair 640' line.
  • GneralasGneralas Join Date: 2004-01-20 Member: 25523Members
    What if i dont want a crosshair?

    i'm sorry i should have asked all this at once <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html//emoticons/biggrin-fix.gif' border='0' style='vertical-align:middle' alt='biggrin-fix.gif' /><!--endemo--> <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html//emoticons/wink-fix.gif' border='0' style='vertical-align:middle' alt='wink-fix.gif' /><!--endemo-->
    oh yeah thanks! <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
  • VerthandiVerthandi Join Date: 2002-12-12 Member: 10687Members, NS1 Playtester
    Nullify the 'crosshair 640' line, by adding "//" at the start, like this:
    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->//crosshair  640 xhairmg  0 0 64 64<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
  • GneralasGneralas Join Date: 2004-01-20 Member: 25523Members
    1 last question..i promise <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html//emoticons/wink-fix.gif' border='0' style='vertical-align:middle' alt='wink-fix.gif' /><!--endemo--> How do i add a crosshair to a weapon that doesnt already have one?
  • VerthandiVerthandi Join Date: 2002-12-12 Member: 10687Members, NS1 Playtester
    Add in a 'crosshair 640' line, enter the appropriate values, and make sure the number in the top-left corner of the weapon text file is equal or larger than the number of lines are below it. For clarification, follow the example below:

    Default weapon_knife.txt:
    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->10
    weapon   320 320w 160 140 80 20
    weapon_s  320 320w-s 160 140 80 20
    ammo   320 320hud2 0 16 18 18
    weapon   640 640mw1 0 135 170 45
    weapon_s  640 640mw1-s 0 135 170 45
    ammo   640 640hud7 0 72 24 24
    <!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    Adding in the crosshair line, we get:
    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->10
    weapon   320 320w 160 140 80 20
    weapon_s  320 320w-s 160 140 80 20
    ammo   320 320hud2 0 16 18 18
    weapon   640 640mw1 0 135 170 45
    weapon_s  640 640mw1-s 0 135 170 45
    ammo   640 640hud7 0 72 24 24
    crosshair  640 xhairkn 0 0 (width) (height)
    <!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    Number in the top left corner (10) is okay; there are only seven lines of text below it.
Sign In or Register to comment.