Coding

 Reply to this postStart new topic

how to move the health bar for android

Haf
post Apr 14 2014, 10:44 AM
Post #1


Newbie In Training

Posts: 12
Joined: 14-April 14



want to change the position of the same health bar to be the same as the pc
Go to the top of the page
 
+Quote Post
Mora Hannover
post Nov 6 2014, 02:15 PM
Post #2


Ameteur Member

Posts: 42
Joined: 3-November 14



You need to use memory addresses. I don't know if android use the same memory addresses but this would be helpful
This topic : http://gtagmodding.com/forums/index.php?showtopic=265
Scroll down that topic. You will find mysteries


--------------------
Rest in Peace Yeardley Diamond (Dec. 21, 1985 - Aug. 20, 2014)
Rest in Peace Kitty0706 (1994 - Jan. 25, 2015)
Go to the top of the page
 
+Quote Post
Mora Hannover
post Nov 7 2014, 07:25 AM
Post #3


Ameteur Member

Posts: 42
Joined: 3-November 14



If you want to know how to get a Screen Position then @down
Original Source: http://gtagmodding.com/forums/index.php?showtopic=385
QUOTE
GTA San Andreas Scale

For X below
pixels = points * (X_screen_size / 640)
points = pixels / (X_screen_size / 640)

For Y below:
pixels = points * (Y_screen_size / 480)
points = pixels / (Y_screen_size / 480)

________________________________________________

QUOTE
There is more easier way.
Open your screenshot in Photoshop, then resize it to 6400x4480
Then, open "Info" window (F8 or Window->Info)
Then, you'll see a little cross there (near X and Y position). Right Mouse Click there and select "pixels"

Then, put cursor anywhere (where you want) in your picture. And you'll see the coordinates. If it will be, for example,
X: 3400
y: 256
Then, you must write
... 340.0 25.6


P.S: GTAG tutorials are gold, so that is why you should read them before you post. wink.gif


--------------------
Rest in Peace Yeardley Diamond (Dec. 21, 1985 - Aug. 20, 2014)
Rest in Peace Kitty0706 (1994 - Jan. 25, 2015)
Go to the top of the page
 
+Quote Post
Reply to this postStart new topic

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