Extraweapons HUD problem [Solved]

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
Deviss
Master of the Force
Master of the Force
Posts: 3772
Joined: Tue Aug 12, 2008 7:59 pm
Projects :: Clone Wars Extended
Games I'm Playing :: BF2

Extraweapons HUD problem [Solved]

Post by Deviss »

i used the Fragme's tutorial, but the icon appear duplicated and part of this only how in this image the DC-15 blaster rifle
Hidden/Spoiler:
Image
help please!! thanks :)
RepSharpshooter
Gametoast Staff
Gametoast Staff
Posts: 1351
Joined: Tue Jul 10, 2007 4:10 pm

Re: Extraweapons HUD problem

Post by RepSharpshooter »

Your weapon is glitching through the backdrop. Try changing the rotation, or find the position value to move it more in front.
Deviss
Master of the Force
Master of the Force
Posts: 3772
Joined: Tue Aug 12, 2008 7:59 pm
Projects :: Clone Wars Extended
Games I'm Playing :: BF2

Re: Extraweapons HUD problem

Post by Deviss »

RepSharpshooter wrote:
Hidden/Spoiler:
Your weapon is glitching through the backdrop. Try changing the rotation, or find the position value to move it more in front.

i tryed to change the position and rotation but don't work :(
Deviss
Master of the Force
Master of the Force
Posts: 3772
Joined: Tue Aug 12, 2008 7:59 pm
Projects :: Clone Wars Extended
Games I'm Playing :: BF2

Re: Extraweapons HUD problem

Post by Deviss »

the problem of weapon double solved, but the dc15rifle the same appear part of this only:
Image

anyone could help me??
i only need fix this for finish my mod lol
thanks
FragMe!
Gametoast Staff
Gametoast Staff
Posts: 2244
Joined: Sat May 13, 2006 12:34 am
Projects :: Not sure keep changing my mind.
Games I'm Playing :: F1 and SWBF
xbox live or psn: No gamertag set
Location: Origin name GT_FragMe
Contact:

Re: Extraweapons HUD problem

Post by FragMe! »

From the Floating Icons.txt file

MeshInfo("gar_weap_inf_pistol")
{
Position(-0.258881, 0.364262, 0.013887, "Viewport")
Rotation(0.804269, 90.747269, 359.999695)
Scale(0.720000, 0.720000, 0.720000)
}




For positioning, rotation and scale you can copy numbers from a similar weapon from the HUD1 file and
just play with them until you get the position and scale correct. For postion the numbers are as such
(X,Y,Z) X= left/right Y = up/down and Z = in/out (this last one is for if the icon appears to be behind the
icon bar)


You should change the number in green, if you want to see if it is actually doing something make it 1. instead of 0. that will be very drastic but it will let yo see that it is moving.
Deviss
Master of the Force
Master of the Force
Posts: 3772
Joined: Tue Aug 12, 2008 7:59 pm
Projects :: Clone Wars Extended
Games I'm Playing :: BF2

Re: Extraweapons HUD problem

Post by Deviss »

FragMe! wrote:From the Floating Icons.txt file

MeshInfo("gar_weap_inf_pistol")
{
Position(-0.258881, 0.364262, 0.013887, "Viewport")
Rotation(0.804269, 90.747269, 359.999695)
Scale(0.720000, 0.720000, 0.720000)
}




For positioning, rotation and scale you can copy numbers from a similar weapon from the HUD1 file and
just play with them until you get the position and scale correct. For postion the numbers are as such
(X,Y,Z) X= left/right Y = up/down and Z = in/out (this last one is for if the icon appears to be behind the
icon bar)


You should change the number in green, if you want to see if it is actually doing something make it 1. instead of 0. that will be very drastic but it will let yo see that it is moving.
wow you are perfect :bowdown: i changed the number to 10.00000 and this work fine :D

Position(-0.215000, 0.355000, 10.000000, "Viewport")
Rotation(1.538445, 95.690582, 4.455857)
Scale(0.800000, 0.800000, 0.800000)

thanks in advance sir, problem solved :bowdown:
Post Reply