Reticle Swapping
Reticle Swapping
Is it possible to swap a weapons reticle with another? To be specific I want to switch the assault rifle reticle to the pistols.
Thanks
Thanks
-
- Posts: 65
- Joined: Sun Sep 16, 2007 8:04 am
- Location: Ark System
- Cryticfarm
- Posts: 3611
- Joined: Sat Dec 09, 2006 7:23 pm
- Location: canada
- Contact:
ui/hud/bitmaps/combined/hud_reticles
there are 13 total there with one for unknown. preview them in the paint program of choice. they are all the same DXT formats so you can simply inject one over another like swapping the AR for the pistol if you wanted to.
if you wish to make a custom one then you will have to edit them in your paint program and save them correctly under the "8.8.8.8" format i think. <- dont quote me on that even thoe i quoted myself. im just typing from memory here.
the fun part is when you start editing the hud displays for your zooms. then it gets really cool.
but alas that is for another thread..
there are 13 total there with one for unknown. preview them in the paint program of choice. they are all the same DXT formats so you can simply inject one over another like swapping the AR for the pistol if you wanted to.
if you wish to make a custom one then you will have to edit them in your paint program and save them correctly under the "8.8.8.8" format i think. <- dont quote me on that even thoe i quoted myself. im just typing from memory here.
the fun part is when you start editing the hud displays for your zooms. then it gets really cool.
but alas that is for another thread..
Life is not how you survive the storm, but how you dance in the rain
- UntalkativeBunny
- Posts: 396
- Joined: Tue Oct 09, 2007 2:44 pm
- Location: Pictou, Nova Scotia
- Contact:
Yeah I believe it is a simple matter of editing a variable that we as a whole cannot access as of yet. Each reticle has a number associated with it.Altimit01 wrote:It's the same bitmaps, it just references a different subsection. No one's quite sure where or how that particular value is changed. It's not the sequence index though.
also remember this when editing your .dds file for these...
whats white in the pic is black in game.
whats black in the pic is clear in the game
gray is used for your transparency. the darker the gray the more clear it will be in game. the lighter the gray the blacker it will be in game.
that might help also
whats white in the pic is black in game.
whats black in the pic is clear in the game
gray is used for your transparency. the darker the gray the more clear it will be in game. the lighter the gray the blacker it will be in game.
that might help also

Life is not how you survive the storm, but how you dance in the rain