Page 1 of 1

BF Log Error

Posted: Tue Jun 03, 2014 1:24 pm
by JimmyAngler
Could anyone explain this error and how to remove it?

Code: Select all

Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\HUDElement.cpp(367)
HUD Element Scale requires 3 arguments

Re: BF Log Error

Posted: Tue Jun 03, 2014 1:54 pm
by Nedarb7
Hmmm... Try looking for a scale hud element in your hud file that only has two or less arguments (values I'd assume; x, y, z). It could be that you are missing either the x, y, or z axis value.

Re: BF Log Error

Posted: Tue Jun 03, 2014 1:56 pm
by Anakin
please post your hud file

Re: BF Log Error

Posted: Tue Jun 03, 2014 2:22 pm
by JimmyAngler
Finny thing is, I haven't set up any hud items yet. :P
Hidden/Spoiler:
FileInfo("HaloHUD")
{
Viewports(1)
}

Group("player1reticule")
{
EventPosition("player1.weapon1.reticule.position")
Position(0.500000, 0.315481, 0.000000, "Viewport")
Alpha(0.650000)
EventEnable("player1.weapon1.reticule.position")
EventDisable("player1.weapon1.reticule.disable")

Model3D("player1reticule_shape")
{
Mesh("reticule")
Scale(0.260000, 0.260000, 0.260000)
Alpha(0.520000)
ColorChangeRate(0.001000)
EventEnable("initialize")
EventColor("player1.weapon1.target.teamColor")
}
Model3D("player1reticule_outline")
{
Mesh("reticule")
Scale(0.260000, 0.260000, 0.260000)
Alpha(0.500000)
Color(0, 0, 0)
EventEnable("initialize")
}

}

Re: BF Log Error

Posted: Wed Jun 04, 2014 5:10 am
by Anakin
Ok this looks all fine. Try to remove the custom ingame file and look if the problem is still there.
And remember to copy the ingame file manuel.

Re: BF Log Error

Posted: Wed Jun 04, 2014 9:56 am
by JimmyAngler
Custom ingame? I have many... :P The ingamebmpkill one you had in your tutorial?

Re: BF Log Error

Posted: Thu Jun 05, 2014 5:13 pm
by Anakin
So start with removing them all and add one after the other. Than find the file that causes the problems