phucnguyen0209 wrote:Can you make Fognini Grunts?

Grunts Fognini -
http://www.mediafire.com/?th65qrulipu1sz5phucnguyen0209 wrote:Another thing,not belongs to this thread,do you know how to change the position of break point bar,time,service speed?I have to modified what file?
For break point bar: You must edit hudabove file (for example A250_hudabove.menu). You'll find line:
//=== Key points alert
item
{
Image Ico/ATP250/HudKeyPoints KeyPointsBarW KeyPointsBarH
Pos /Intern/KeyPointsBarX /Intern/KeyPointsBarY
Left Up ShowIf /Intern/HudInfo 2 4
ShowIf /Intern/IG_InfoS -0.999f 10.0f
}
item HudInfo
{
CycleButton #Text /Intern/HudInfoOther /Intern/HudInfoNum
Pos /Intern/KeyPointsBarTextX /Intern/KeyPointsBarTextY
Center Center Font KeyPointsBarF
ShrinkToMaxPixel KeyPointsBarW
OnAction
{
SlideCfg /Intern/HudInfo 0 100
}
ShowIf /Intern/HudInfo 2 4
ShowIf /Intern/IG_InfoS -0.999f 10.0f
UnSelectable
}
This
Left Up is a position of break point bar, and
Center Center is a position of text in break points bar. So change that value and you'll change position of break points bar.. And this for time,service speed, i didn't understand? What do you want to do with that?