Center of reticule possibilities? [Solved]
Moderator: Moderators
-
JimmyAngler
- High General

- Posts: 837
- Joined: Mon Nov 04, 2013 10:37 am
- Projects :: Battlefront Halation
- xbox live or psn: none
- Location: Area 51
Center of reticule possibilities? [Solved]
Is there a way to change the square in the middle of the reticule? I have never seen this done so I am a bit worried. It looks terrible with my custom huds.
Last edited by JimmyAngler on Fri Jan 03, 2014 7:02 pm, edited 1 time in total.
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Center of reticule possibilities?
I believe it's something along the lines of hud_reticule_bullseye.msh, just replace the msh with a blank msh.
-
JimmyAngler
- High General

- Posts: 837
- Joined: Mon Nov 04, 2013 10:37 am
- Projects :: Battlefront Halation
- xbox live or psn: none
- Location: Area 51
Re: Center of reticule possibilities?
I have this odd thing happening:
The actual one I made looks like this:
Anyone know what the problem is?
Hidden/Spoiler:
Hidden/Spoiler:
- Anakin
- Master of the Force

- Posts: 4817
- Joined: Sat Sep 19, 2009 11:37 am
- Projects :: RC Side Mod - Remastered - SWBF3 Legacy
- Location: Mos Espa (germany)
Re: Center of reticule possibilities?
From two pics??
What does it look like in the swbf viewer?
Just an idea do you have just added polygons or also lines, circels,...??
What does it look like in the swbf viewer?
Just an idea do you have just added polygons or also lines, circels,...??
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Center of reticule possibilities?
Select all of your objects, click Transform, Freeze All Transforms..., and then freeze the operator stack by going into I think Edit, Operator, Freeze Operator Stack.
-
JimmyAngler
- High General

- Posts: 837
- Joined: Mon Nov 04, 2013 10:37 am
- Projects :: Battlefront Halation
- xbox live or psn: none
- Location: Area 51
Re: Center of reticule possibilities?
looks like this in the viewer.
@Marth8880: nope that didn't work
@Anakin: Some of the lines are blue and some are white. I just took a cylinder and cut out the middle and a few polygons to make the circle part.
Edit:
so I made a new one and some parts are working while the little triangles are still causing problems. any ideas?
Hidden/Spoiler:
@Anakin: Some of the lines are blue and some are white. I just took a cylinder and cut out the middle and a few polygons to make the circle part.
Edit:
so I made a new one and some parts are working while the little triangles are still causing problems. any ideas?
Hidden/Spoiler:
- Anakin
- Master of the Force

- Posts: 4817
- Joined: Sat Sep 19, 2009 11:37 am
- Projects :: RC Side Mod - Remastered - SWBF3 Legacy
- Location: Mos Espa (germany)
Re: Center of reticule possibilities?
So i don't understand the problem. The reticule is just the way it's in the mesh viewer.
Have you tryed to remove the triangles and made some new maybe with thin cylinders??
for the color you need an tga file. it looks for me like you just colored the lines. Also for a mesh file you can ONLY use Poly Mesh. You can modfiy these by moving/deleting edges, knots or interfacial with the select options. But your object looks for me to be just lines or strips. Can you show us an textured decal pic??
Have you tryed to remove the triangles and made some new maybe with thin cylinders??
for the color you need an tga file. it looks for me like you just colored the lines. Also for a mesh file you can ONLY use Poly Mesh. You can modfiy these by moving/deleting edges, knots or interfacial with the select options. But your object looks for me to be just lines or strips. Can you show us an textured decal pic??
-
JimmyAngler
- High General

- Posts: 837
- Joined: Mon Nov 04, 2013 10:37 am
- Projects :: Battlefront Halation
- xbox live or psn: none
- Location: Area 51
Re: Center of reticule possibilities?
All of my objects are poly-meshes the rings are poly mesh disks and the strips are poly mesh cubes. I do have a dummyroot null too. here is the textured decal. I haven't added any tga pics to it.
Edit: Ok got it working. The only problem is where do I put the tga file for the reticule to be textured in-game?
Hidden/Spoiler:
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Center of reticule possibilities?
Hmm. Try scaling the mesh by a factor of something like 5.0 in XSI, then see what happens. If this works, then keep that scaling - create a .option file for your msh, and in it, put:
(The reason behind this issue seems to be the fact that very small triangles are sort of automatically welded together in Zero Engine - though I thought this happened during the munge process, but meh, whaaatever. :p)
Code: Select all
-scale 0.2-
JimmyAngler
- High General

- Posts: 837
- Joined: Mon Nov 04, 2013 10:37 am
- Projects :: Battlefront Halation
- xbox live or psn: none
- Location: Area 51
Re: Center of reticule possibilities?
Edit: Ok got it working.![]()
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Center of reticule possibilities?
Well then. 
Regarding your next question, typically textures should be in the same folder as their msh, but in the case of ingame.lvl (and really any files in the Common directory), you'll need to add the texture('s/s') name(s) under the "texture" header in ingame.req (or the REQ of whichever LVL file into which you are compiling these assets). Do note, however, that reticules might not support textures, being unique HUD elements.
Regarding your next question, typically textures should be in the same folder as their msh, but in the case of ingame.lvl (and really any files in the Common directory), you'll need to add the texture('s/s') name(s) under the "texture" header in ingame.req (or the REQ of whichever LVL file into which you are compiling these assets). Do note, however, that reticules might not support textures, being unique HUD elements.
-
JimmyAngler
- High General

- Posts: 837
- Joined: Mon Nov 04, 2013 10:37 am
- Projects :: Battlefront Halation
- xbox live or psn: none
- Location: Area 51
Re: Center of reticule possibilities?
well there's two I think:
And the second one already has the original (mine too) texture file in it : "hud_white"
Hidden/Spoiler:
Hidden/Spoiler:
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Center of reticule possibilities?
Wait, you're using hud_white.tga? That texture is literally just white and nothing else. Regardless, you'd ideally put the texture name under the header that doesn't contain "platform=pc", though it technically won't matter which you use as long as you don't put it under "platform=xbox" or "platform=ps2".
(The "platform=" parameter simply specifies assets that are to be used exclusively for specific consoles, which also coincides with the "PC" folder in many assets folders.)
(The "platform=" parameter simply specifies assets that are to be used exclusively for specific consoles, which also coincides with the "PC" folder in many assets folders.)
-
JimmyAngler
- High General

- Posts: 837
- Joined: Mon Nov 04, 2013 10:37 am
- Projects :: Battlefront Halation
- xbox live or psn: none
- Location: Area 51
Re: Center of reticule possibilities?
so, what do I do? The req already has that texture loaded.
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Center of reticule possibilities?
What does it currently look like in-game?
-
JimmyAngler
- High General

- Posts: 837
- Joined: Mon Nov 04, 2013 10:37 am
- Projects :: Battlefront Halation
- xbox live or psn: none
- Location: Area 51
Re: Center of reticule possibilities?
looks like this:
Hidden/Spoiler:
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Center of reticule possibilities?
Hmm... How dark red/blue does the reticule get when it targets an enemy/friendly unit?
Also, go into the mesh's material settings and change the ambient color to all-white instead of that dark-ish shade of grey it default to. If that doesn't work, I guess create an .option file for the msh and inside the file, insert the following:
Also, go into the mesh's material settings and change the ambient color to all-white instead of that dark-ish shade of grey it default to. If that doesn't work, I guess create an .option file for the msh and inside the file, insert the following:
Code: Select all
-nocollision -vertexlighting-
JimmyAngler
- High General

- Posts: 837
- Joined: Mon Nov 04, 2013 10:37 am
- Projects :: Battlefront Halation
- xbox live or psn: none
- Location: Area 51
Re: Center of reticule possibilities?
uhh normal red/blue. Only the inside-is part though.
as for mesh's material settings, I have no clue where that is.
as for mesh's material settings, I have no clue where that is.
- Anakin
- Master of the Force

- Posts: 4817
- Joined: Sat Sep 19, 2009 11:37 am
- Projects :: RC Side Mod - Remastered - SWBF3 Legacy
- Location: Mos Espa (germany)
Re: Center of reticule possibilities?
make a file called my_reticule_name.msh.option and write it in there.
Do you want an custom color on the reticule or do you want it to be like BF2 with the team color??
Do you want an custom color on the reticule or do you want it to be like BF2 with the team color??
-
JimmyAngler
- High General

- Posts: 837
- Joined: Mon Nov 04, 2013 10:37 am
- Projects :: Battlefront Halation
- xbox live or psn: none
- Location: Area 51
Re: Center of reticule possibilities?
custom color. The -vertxlighting thing didn't work. 






