IMG

 
IMG
IMG   IMG
  Welcome to GTAForums! Be sure to check out the Grand Theft Auto V Forum.

You are not registered! (If you are, click here to login) Registering is fast, free and easy and allows you to instantly reply to any topic on GTAForums.
Why wait? Click here to register your own unique username and become part of the ever-growing community!


( Log In | Register | Revalidate Validation E-mail )
Quick Log-In:
  IMG
       
>
Forum Rules GTA Modification Forums

This section is for obtaining help on creating and releasing tools

GTAGarage.com
free mod hosting from GTANet, simply login with your GTAForums account details

GTAModding.com
GTANet's modding wiki

GTA Modding Chatroom
provided by irc.gtanet.com (Don't have an IRC client? Click here)


Pages: (4) 1 2 [3] 4   ( Go to first unread post ) Reply to this topicStart new topicStart Poll

 [REL|SA] Interface Editor

 Editing properties of screen components
 
AlphaOmega2k  
Posted: Saturday, Jun 28 2008, 18:17
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Jun 6, 2008

XXXXX



QUOTE (spaceeinstein @ Jun 28 2008, 19:42)
I thought the radar ring color is in one of the TXD in the models folder.

Can you list all the addresses for the positions of all the HUD elements?

I changed texture in TXD, but it is still black&white sad.gif

About adresses. All I know is:

CODE
{$CLEO}
0@ = 362035                // health bar
&0(0@,1i) = 0xFF00FFF0

0@ = 362036                // hud.money
&0(0@,1i) = 0xFF00FFF0

0@ = 362038                // SA fonts
&0(0@,1i) = 0xFF0C0CFF

0@ = 362039                // GTA3 fonts
&0(0@,1i) = 0xFF3BB847

0@ = 362040                // fonts.menubackground
&0(0@,1i) = 0xFFFF0000

0@ = 362041                // maplines
&0(0@,1i) = 0xFF00FFF0

// text box top margin
0A8C: write_memory 0x859AD8 size 4 value 125.0 virtual_protect 1            
           
0005: $25 = 420.0
0005: $26 = 135.0
0005: $27 = 110.0
0004: $28 = 0x8000FFF0
0A8C: write_memory 0x583500 size 4 value 0xA499C4 virtual_protect 1  // $25
0A8C: write_memory 0x58A7C7 size 4 value 0xA499C4 virtual_protect 1  // $25
0A8C: write_memory 0x58A868 size 4 value 0xA499C4 virtual_protect 1  // $25
0A8C: write_memory 0x58A913 size 4 value 0xA499C4 virtual_protect 1  // $25
0A8C: write_memory 0x58A9C7 size 4 value 0xA499C4 virtual_protect 1  // $25
0A8C: write_memory 0x58A789 size 4 value 120 virtual_protect 1
0A8C: write_memory 0x58A88F size 4 value 120 virtual_protect 1
0A8C: write_memory 0x58A8D9 size 4 value 120 virtual_protect 1
0A8C: write_memory 0x58A98F size 4 value 120 virtual_protect 1
0A8C: write_memory 0x866B74 size 4 value 60.0 virtual_protect 1
0A8C: write_memory 0x866B78 size 4 value 80.0 virtual_protect 1
0A8C: write_memory 0x58F5FC size 4 value 0xA499C8 virtual_protect 1 // $26
0A8C: write_memory 0x58F5DC size 4 value 0xA499CC virtual_protect 1 // $27
0A8C: write_memory 0x866BB4 size 4 value 10000.0 virtual_protect 1
0A8C: write_memory 0x58F600 size 4 value 0x90909090 virtual_protect 1
0A8C: write_memory 0x58F499 size 4 value 0xA499CC virtual_protect 1 // $27

0A93: end_custom_thread
PM
  Top
 

 
themanking  
Posted: Monday, Jun 30 2008, 17:22
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Aug 10, 2007

XXXXX



Click here for download the car health bar


user posted image

user posted image

as I could adjust the bar cars health to the speedometer - as may be adjusted with the InterfaceEditor.ini?

QUOTE
; Gta San Andreas Interface Editor v1.1
;
; File : InterfaceEditor.ini
;
; Made by : Alexander/Alexander Blade/Alexander Koryakin



[MAIN]
HealthBar.X=141
HealthBar.Y=77
HealthBar.Color=$FF1D19B4

ArmourBar.X=94
ArmourBar.Y=48

BreathBar.X=94
BreathBar.Y=62

Money.X=32
Money.Y=89
Money.Format.Positive=$%08d
Money.Format.Negative=-$%07d
Money.Color=$FF2C6836

Clock.X=32
Clock.Y=22
Clock.Format=%02d:%02d
Clock.BackGround.Color.Alpha=255

Weapon.Icon.X=32
Weapon.Icon.Y=20
Weapon.Ammo.Text.X=47
Weapon.Ammo.Text.Y=43
Weapon.Ammo.Text.Format.OneCartridge=%d
Weapon.Ammo.Text.Format.ManyCartridges=%d-%d

WantedStars.X=29
WantedStars.Y-Fill=114
WantedStars.Y-Empty=114
WantedStars.DistanceBetweenStars=18
WantedStars.Color=$FF106290

CarName.X=32
CarName.Y=104

Fonts.SA.Color=$FFF1CBAC
Fonts.GTA3.Color=$FFE1E1E1
Fonts.MenuBackGround.Color=$FF000000

Radar.Main.X=40
Radar.Main.Y=104
Radar.Main.X-Scale=94
Radar.Main.Y-Scale=76

Radar.RingPlane.X-Scale=94
Radar.RingPlane.X=40
Radar.RingPlane.Y-Scale=76
Radar.RingPlane.Y=104
Radar.RingPlane.Color.Red=255
Radar.RingPlane.Color.Green=255
Radar.RingPlane.Color.Blue=255
Radar.RingPlane.Color.Alpha=255

Radar.Ring.Part1.X=40
Radar.Ring.Part1.Y=104
Radar.Ring.Part1.X-Scale=94
Radar.Ring.Part1.Y-Scale=76
Radar.Ring.Part2.X=40
Radar.Ring.Part2.Y=104
Radar.Ring.Part2.X-Scale=94
Radar.Ring.Part2.Y-Scale=76
Radar.Ring.Part3.X=40
Radar.Ring.Part3.Y=104
Radar.Ring.Part3.X-Scale=76
Radar.Ring.Part3.Y-Scale=94
Radar.Ring.Part4.X=40
Radar.Ring.Part4.Y=104
Radar.Ring.Part4.X-Scale=94
Radar.Ring.Part4.Y-Scale=76
Radar.Ring.Part1.Color.Alpha=255
Radar.Ring.Part2.Color.Alpha=255
Radar.Ring.Part3.Color.Alpha=255
Radar.Ring.Part4.Color.Alpha=255

Radar.ZPosBar.Bar.X=40
Radar.ZPosBar.Bar.Y=104
Radar.ZPosBar.Bar.Color.Red=200
Radar.ZPosBar.Bar.Color.Green=200
Radar.ZPosBar.Bar.Color.Blue=200
Radar.ZPosBar.Bar.Color.Alpha=200
Radar.ZPosBar.BackTexture.X-Scale=20
Radar.ZPosBar.BackTexture.X=40
Radar.ZPosBar.BackTexture.Y-Scale=76
Radar.ZPosBar.BackTexture.Y=104
Radar.ZPosBar.BackTexture.Color.Red=10
Radar.ZPosBar.BackTexture.Color.Green=10
Radar.ZPosBar.BackTexture.Color.Blue=10
Radar.ZPosBar.BackTexture.Color.Alpha=100



[OTHER]
CheckExeVersion=1

; http://Alexander.SannyBuilder.com
; 13:52 19.04.2008


I must add this

[MAIN]
Car.HealthBar.X=141
Car.HealthBar.Y=50
Car.HealthBar.Color=$FF1D19B4
PM
  Top
 

 
Alexander Blade  
Posted: Monday, Jun 30 2008, 19:55
Quote Post


Come As You Are
Group Icon
Group: Members
Joined: Nov 5, 2006

ru.gif

Member Award




no , u can't define ur own params in ini file , this params must be in the asi ) ... i'll add this lines into next version of editor .... coming soon ... maybe ....
Users WebsitePMXbox Live
  Top
 

 
themanking  
Posted: Monday, Jun 30 2008, 20:47
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Aug 10, 2007

XXXXX



QUOTE (Alexander Blade @ Jun 30 2008, 19:55)
no , u can't define ur own params in ini file , this params must be in the asi ) ... i'll add this lines into next version of editor .... coming soon ... maybe ....

biggrin.gif thanks...
PM
  Top
 

 
ddoodm  
Posted: Saturday, Jul 12 2008, 10:11
Quote Post


^_______________^
Group Icon
Group: Members
Joined: Apr 2, 2008

au.gif

XXXXX



Aww! This sucks! I have the wrong exe! sad.gif
Users WebsitePMPlayStation Network
  Top
 

 
Alexander Blade  
Posted: Sunday, Jul 13 2008, 07:30
Quote Post


Come As You Are
Group Icon
Group: Members
Joined: Nov 5, 2006

ru.gif

Member Award




Try 2 find other version )
Users WebsitePMXbox Live
  Top
 

 
Alexander Blade  
Posted: Monday, Jul 21 2008, 20:36
Quote Post


Come As You Are
Group Icon
Group: Members
Joined: Nov 5, 2006

ru.gif

Member Award




fixed :
-zone name x-pos bug

link doesn't change
Users WebsitePMXbox Live
  Top
 

 
gtacarl  
Posted: Saturday, Jun 20 2009, 10:58
Quote Post


Playing Dead Frontier, Free Online MMO. My username is TheWheelO
Group Icon
Group: Members
Joined: Aug 12, 2008

ia.gif

XXXXX



How do we know the positions are correct is there any tool about it
Users WebsitePMYahoo
  Top
 

 
ViceDiaz  
Posted: Friday, Jul 3 2009, 05:38
Quote Post


Rockstar USA Leader
Group Icon
Group: Members
Joined: Dec 16, 2007

us.gif

XXXXX



how do i turn off the CheckExeVersion
PMPlayStation Network
  Top
 

 
gtacarl  
Posted: Friday, Aug 7 2009, 13:06
Quote Post


Playing Dead Frontier, Free Online MMO. My username is TheWheelO
Group Icon
Group: Members
Joined: Aug 12, 2008

ia.gif

XXXXX



Hey alexander can you make the xy grid image for hud making
Users WebsitePMYahoo
  Top
 

 
Dark_Dake  
Posted: Sunday, Oct 18 2009, 01:35
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Aug 3, 2009

XXXXX



How can use this app on my eu version?
PM
  Top
 

 
Sagari12  
Posted: Tuesday, Oct 27 2009, 15:33
Quote Post


Never forget: September 11, 2001 WTC
Group Icon
Group: Members
Joined: Feb 26, 2009

pl.gif

XXXXX



Can anyone make a tutorial how to edit this hud? Because Im a complete newbie.

PM
  Top
 

 
JohnPro  
Posted: Thursday, Dec 3 2009, 14:41
Quote Post


I wanna take you there
Group Icon
Group: Members
Joined: Apr 12, 2007

XXXXX



Any color I use the Changes is always yellow? If I put defaults back then default values work but when I use this it just stays yellow.

HealthBar.X=141
HealthBar.Y=77
HealthBar.Color=$FF6699FF

Money.X=32
Money.Y=89
Money.Format.Positive=$%08d
Money.Format.Negative=-$%07d
Money.Color=$FF6699FF

Both Money and Healbar are damn yellow. I cant seem to make it any other color no matter what I do.
Users WebsitePMMSNYahoo
  Top
 

 
DDX-GTA  
Posted: Friday, Dec 25 2009, 19:33
Quote Post


It's Just Business
Group Icon
Group: Members
Joined: Sep 26, 2007

uk.gif

XXXXX



QUOTE (ViceDiaz @ Jul 3 2009, 05:38)
how do i turn off the CheckExeVersion

I to am having the problem. Wait shouldn't this tool work for English PAL users?

This post has been edited by DDX-GTA on Friday, Dec 25 2009, 19:43
PM
  Top
 

 
at72  
Posted: Sunday, Jan 3 2010, 22:28
Quote Post


Square Civilian
Group Icon
Group: Members
Joined: Jan 14, 2009

sn.gif

XXXXX



Is there any way to change the size of the writing or the font itself?
My problem is that a part of the (changed) car name is hidden behind the radar. Of course I could shift everything around for it fits somehow, but it would look better the other way.
Or even better: Show the car's name in fitting size below money constantly - is that possible?
Thanks in advance & cheers,
Andrej

This post has been edited by at72 on Sunday, Jan 3 2010, 22:57
PM
  Top
 

 
FuRioS  
Posted: Friday, Feb 5 2010, 22:20
Quote Post


Player Hater
Group Icon
Group: Members
Joined: May 20, 2009

XXXXX



Hi. I want change size weapon icon with this file but how i can do this? Sorry for my english

This post has been edited by FuRioS on Friday, Feb 5 2010, 22:42
PM
  Top
 

 
mr. Joker34  
Posted: Saturday, Feb 6 2010, 14:07
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Feb 6, 2010

tk.gif

XXXXX



Thank you alex, was a good work
Users WebsitePM
  Top
 

 
alin_nebunu17  
Posted: Friday, Feb 12 2010, 17:56
Quote Post


Back in duty !
Group Icon
Group: Members
Joined: Oct 10, 2009

ro.gif

XXXXX



hey alex your site doesn`t work ... and i want to download the interface editor ..where do I find it ?
Users WebsitePMYahoo
  Top
 

 
gangmug  
Posted: Saturday, Jul 10 2010, 15:51
Quote Post


My nicknames are Rob,Jack and Nick.
Group Icon
Group: Members
Joined: Jan 6, 2010

uk.gif

XXXXX



can any of u guys show me how to use this
i am a newbie at this biggrin.gif
PMPlayStation Network
  Top
 

 
Timske  
Posted: Tuesday, Jul 20 2010, 18:08
Quote Post


Street Cat
Group Icon
Group: Members
Joined: Apr 20, 2009

XXXXX



Can i add spongebob pictures or something? tounge.gif
PM
  Top
 

 

0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)

0 Members:

Pages: (4) 1 2 [3] 4 

Topic Options Reply to this topicStart new topicStart Poll
Search topic for posted by (exact match)



 
IMG IMG