Click Here to find great hosting deals from Branzone.com


Go Back   TribalWar Forums > Current Gaming > Tribes Talk
Reload this Page [T:V Reticules] Making Your Own!
Page 1 of 6
Thread Tools
byteasc
Veteran++
Old
1 - 09-10-2004, 02:42 AM
Reply With Quote
After doing some looking thru some scripts and verifying information, here is what is needed to basically make your own reticules.. I suspect it won't work right off the bat for most people, but lets see...

You obviously need to get all of the Reticules, so you will need to open TribesEd and bring up the Texture Browser.

File/Open - HUD.pkg in Content\Art should be the file you need and you will see all kinds of reticules. Just right-click and do Export and pick where to put them (I recommend making a folder to export them all into).

You will then need to open them all in Photoshop or Paintshop Pro (DDS Plugins are needed to properly work)... and have fun!

Most of them are Alphaed just for the white, so if you just do a Flood fill of color, then Save out, it will change color

When you goto Save, make sure you do save as DDS and pick DXT3 from the Dropdown box. I would recommend keeping the Texture files the same name, unless you plan to do Multiple sets of Reticules in One package.

Once you have all of the Textures edited, Bring back/Reopen TribesEd and go back to Texture Browser...

Goto File/Import and Browse to you folder and Shift Select (Ctrl A) all of the Textures and click Open. You will then get a Box with a dropdown for Compression, set it to DXT3 also just for Failsafe. you can leave Mipmap option checked by default. This is the most important step:

Package needs to be something Unique.. DO NOT LEAVE IT AS IT IS, or you will import into a Base package and cause yourself a headache. Everything else should be fine, as it is, so just click Ok To All... Will take a minute or so...

All of your textures should now show and the package name should show in the Dropdown box... Click File/Save and make sure to save it to Content\Art and you're good to go.. Almost...

You need to browse to Program\Bin folder and make a file named Weapons.ini and open it in Notepad or whatever for the next Step.

http://www.alteredbeast.org/~marshallx/byte/Weapons.txt


You need to do a Ctrl+A (Select All) and Copy and Paste that into the Weapons.Ini you made just a sec ago

All you basically need to do is edit the hudReticule line to properly reflect your files:

[EquipmentClasses.WeaponBl aster]
hudReticule=texture'HUD.R eticuleDirect'

My PackageName is HUD (Filename is HUD.pkg - a base package) and the texture name is ReticuleDirect (the default for alot of weapons)...

You will just need to go thru changing each weapon down the list with each Reticule. There are some extras which may or may not be used or seen, but are listed for continuity. If you do not replace a Reticule for a Weapon or Turret or anything, Remove it from Weapons.Ini. You can try commenting it out with ; symbols, but not sure if those will work.

Once you do that, save the file and you should be able to load the Game and have your new Reticules.

Disclaimer: If you break something, don't look at me
 
byteasc is offline
 
Last edited by byteasc; 09-10-2004 at 04:17 AM.
Remove Thread Advertisements by Registering Sponsored Links
Banshee
Veteran++
Old
2 - 09-10-2004, 02:46 AM
Reply With Quote
RETICLE
 
Banshee is offline
 
IrritAnt
Veteran5
Old
3 - 09-10-2004, 02:47 AM
Reply With Quote
You can change the default colour of the reticule in your TribesHUD.ini file.

BTW either reticle or reticule are acceptable spellings
 
IrritAnt is offline
 
At0m|c
Veteran++
Contributor
Old
4 - 09-10-2004, 02:48 AM
Reply With Quote
@ reticules, didn't know it was correct (http://dictionary.reference.com/search?q=reticule)

Better than reticals I guess...
 
At0m|c is offline
 
Banshee
Veteran++
Old
5 - 09-10-2004, 02:52 AM
Reply With Quote
Take your damn aussie spelling elsewhere.


p.s. when a word is defined by meaning the other word, it doesnt count:

ret·i·cule ( P ) Pronunciation Key (rt-kyl)
n.
  1. A reticle.
 
Banshee is offline
 
Greywolf
Veteran++
Old
6 - 09-10-2004, 02:55 AM
Reply With Quote
Im getting a pack out right now.....can someone help me figure out what reticles go with each weapons?. What reticle does the buggy use? disc?
turrets do they use the disc reticle or chain gun?
 
Greywolf is offline
 
byteasc
Veteran++
Old
7 - 09-10-2004, 03:07 AM
Reply With Quote
Also, if your reticule needs some adjustments, you can add this under each section:

hudReticuleWidth=128
hudReticuleHeight=128
hudReticuleCenterX=64
hudReticuleCenterY=64

Obviously making the proper adjustments for your textures, etc
 
byteasc is offline
 
byteasc
Veteran++
Old
8 - 09-10-2004, 03:21 AM
Reply With Quote
Somebody asked about the Reticule when Zoomed - That is controlled in TribesHud.ini under [default_weaponReticule]

Defaults:

Code:
zoomBlurMaterial=(material=texture'HUD.ZoomBorder',drawColor=(R=255,G=255,B=255,A=255),style=1)
zoomReticuleMaterial=(material=texture'HUD.Zoom',drawColor=(R=255,G=255,B=255,A=255),style=1)
zoomReticuleWidth=256
zoomReticuleHeight=256
zoomReticuleCenterX=128
zoomReticuleCenterY=128
It refuses to remove the spaces that show up in the 2 material lines, so make sure to remove those

You can treat it the same way, just make a new Texture in your own package and change it from the defaults and add it under the proper section
 
byteasc is offline
 
Last edited by byteasc; 09-10-2004 at 03:35 AM.
KnightMare
Veteran++
Contributor
Old
9 - 09-10-2004, 03:23 AM
Reply With Quote
sticky
 
KnightMare is offline
 
Banshee
Veteran++
Old
10 - 09-10-2004, 03:36 AM
Reply With Quote
Quote:
Originally Posted by IrritAnt
You can change the default colour of the reticule in your TribesHUD.ini file.
what the crap. i just changed every default reticle related color definition and it didnt change a thing. LIES.
 
Banshee is offline
 
Wulfen
VeteranX
Old
11 - 09-10-2004, 03:52 AM
Reply With Quote
Quote:
Originally Posted by Banshee
what the crap. i just changed every default reticle related color definition and it didnt change a thing. LIES.
I just tried the same thing, no luck.
 
Wulfen is offline
 
Greywolf
Veteran++
Old
12 - 09-10-2004, 04:19 AM
Reply With Quote
Quote:
Originally Posted by Wulfen
I just tried the same thing, no luck.
it can be done, i had to do it for my reticle packfor the no ammo cross, over the reticle
 
Greywolf is offline
 
KnightMare
Veteran++
Contributor
Old
13 - 09-10-2004, 04:31 AM
Reply With Quote
how do I get my own from scratch to work?
 
KnightMare is offline
 
Solarius
Veteran4
Old
14 - 09-10-2004, 06:43 AM
Reply With Quote
So I'm guessing that text editing tribeshud.ini so that your G,B values on your reticule are = 0 won't change your reticule to Red eh. That would have been too easy.. That white just drives me nuts.. disappears against everything.. I hope the final version ships with an easier way.
 
Solarius is offline
 
Kray
Veteran5
Contributor
Old
15 - 09-10-2004, 09:34 AM
Reply With Quote
Quote:
Originally Posted by At0m|c
@ reticules, didn't know it was correct (http://dictionary.reference.com/search?q=reticule)

Better than reticals I guess...
ofn
 
Kray is offline
 
mikeax2
Veteran5
Old
16 - 09-10-2004, 09:44 AM
Reply With Quote
Will the full release have different reticles to choose from? The reason I ask is being a resident member of the color blind community the default reticle is hard to see..especially against certain backgrounds (actually it's invisible to my eyes at times). In T1 I had to use a 2 color reticle that my eyes can distinguish.


No big deal if it isnt included, but it would be a nice subtle bonus.
 
mikeax2 is offline
 
ParoxysM
Veteran++
Contributor
Old
17 - 09-10-2004, 10:01 AM
Reply With Quote
recticle, damn near killed em...
 
ParoxysM is offline
 
Greywolf
Veteran++
Old
18 - 09-10-2004, 10:16 AM
Reply With Quote
Quote:
Originally Posted by Solarius
So I'm guessing that text editing tribeshud.ini so that your G,B values on your reticule are = 0 won't change your reticule to Red eh. That would have been too easy.. That white just drives me nuts.. disappears against everything.. I hope the final version ships with an easier way.
actually that does work
 
Greywolf is offline
 
Banshee
Veteran++
Old
19 - 09-10-2004, 12:53 PM
Reply With Quote
please elaborate. i cannot get it to work at all.
 
Banshee is offline
 
Greywolf
Veteran++
Old
20 - 09-10-2004, 01:10 PM
Reply With Quote
From what i remember when i had to do it for the no ammo reticle. had to set the drawcolour to the colour you want(example red) and then because it fades in and out, i had to set those also to red.

But i made my own textures, and dont need to use that method :P
 
Greywolf is offline
 
Page 1 of 6
Reply


Go Back   TribalWar Forums > Current Gaming > Tribes Talk
Reload this Page [T:V Reticules] Making Your Own!

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT -5. The time now is 05:27 AM.