Post Reply 
infobar .prx modification
Author Message
bstronga
Vimperator

Posts: 457.2241
Threads: 19
Joined: 11th Mar 2007
Reputation: -5.33618
E-Pigs: 22.6748
Offline
Post: #1
infobar .prx modification
well people used to put a 480x272 image as optionmenu_base to get a proper looking option menu. however this has serveral issues.

- white box glitch if having a 480x272 background
- height stretching
[Image: snap004.jpg]

wee can fix it thru common_gui.prx :>


3.40 common_gui.prx

Spoiler for how it works:
all floats
0x4278 - width of option menu
0x427C - height of option menu

0x422C - relative(?) cursor/option text position

0x4230 text line size
0x4234 & 0x426C text size

0x4238 fade-in time(?) (normal option menu) very interesting :>
0x423C fade-out

language specific:
optionmenu's postion for
0x4098 & 0x409C - japanese
0x40A8 & 0x40AC - english
0x40B8 & 0x40BC - french
0x40C8 & 0x40CC - spanish
0x40D8 & 0x40DC - german
0x40E8 & 0x40EC - italian
0x40F8 & 0x40FC - dutch
0x4108 & 0x410C - portuguese
0x4118 & 0x411C - russian

date & time settings barmenu's
0x40A0 & 0x40A4 - japanese
0x40B0 & 0x40B4 - english
0x40C0 & 0x40C4 - french
0x40D0 & 0x40D4 - spanish
0x40E0 & 0x40E4 - german
0x40F0 & 0x40F4 - italian
0x4100 & 0x4104 - dutch
0x4110 & 0x4114 - portuguese
0x4120 & 0x4124 - russian

default_text_focus stretch value for time zones infobar
0x4160 - japanese
0x4170 - english
0x4180 - french
0x4190 - spanish
0x41A0 - german
0x41B0 - italian
0x41C0 - dutch
0x41D0 - portuguese
0x41E0 - russian

default_text_focus stretch value for other infobars
0x4158 & 0x415C - japanese
0x4168 & 0x416C - english
0x4178 & 0x417C - french
0x4188 & 0x418C - spanish
0x4198 & 0x419C - german
0x41A8 & 0x41AC - italian
0x41B8 & 0x41BC - dutch
0x41C8 & 0x41CC - portuguese
0x41D8 & 0x41DC - russian

CommonGui 3.71

Spoiler for OFFSETS:
5D14 - width of option menu
5D18 - Height

5CC8 - relative(?) cursor/option text position

5CCC - text line size
5CD0 & 5D08 - text size


5CD4 - fade-in time
5CD8 - fade out time

Language specific:
optionmenu's postion for

JApanese - 5B30 & 5B34
English - 5B40 & 5B44
french - 5B50 & 5B54
Spanish - 5B60 & 5B64
German - 5B70 & 5B74
Italian - 5B80 & 5B84
Dutch - 5B90 & 5B94
Portuguese - 5BA0 & 5BA4
Russian - 5BB0 & 5BB4



Date & time settings barmenu's:

JAP - 5B38 & 5B3C
EN - 5B48 & 5B4C
FR - 5B58 & 5B5C
SP - 5B68 & 5B6C
GER - 5B78 & 5B7C
ITA - 5B88 & 5B8C
DUTCH - 5B98 & 5B9C
POR - 5BA8 & 5BAC
RUS - 5BB8 & 5BBC


Default_text_focus stretch value for time zones infobar

JAP - 5BF8
ENG - 5C08
FR - 5C18
SP - 5C28
GER - 5C38
ITA - 5C48
DUTCH - 5C58
POR - 5C68
RUS - 5C78


Default_text_focus stretch value for other infobars

JAP - 5BF0 & 5BF4
ENG - 5C00 & 5C04
FR - 5C10 & 5C14
SP - 5C20 & 5C24
GER - 5C30 & 5C34
ITA - 5C40 & 5C44
DUTCH - 5C50 & 5C54
POR - 5C60 & 5C64
RUS - 5C70 & 5C74

Common Gui 3.80

Spoiler for OFSSETS:
3.80Language specific:
optionmenu's postion for

JApanese - 5CCO & 5CC4
English - 5CD0 & 5CD4
french -  5CE0 & 5CE4
Spanish - 5CF0 & 5CF4
German - 5D00 & 5D04
Italian - 5D10 & 5D14
Dutch - 5D20 & 5D24
Portuguese - 5D30 & 5D34
Russian - 5D40 & 5D44



Default_text_focus stretch value for other infobars

JAP - 5D80 & 5D84
ENG - 5D90 & 5D94
FR - 5DA0 & 5DA4
SP -  5DB0 & 5DB4
GER - 5DC0 & 5DC4
ITA - 5DD0 & 5DD4
DUTCH - 5DE0 & 5DE4
POR - 5DF0 & 5DF4
RUS - 5E00 & 5E04


Default_text_focus stretch value for time zones infobar

JAP - 5D88
ENG - 5D98
FR -  5DA8                      ^
SP - 5DB8                       I
GER - 5DC8                      I
ITA - 5DD8                      I
DUTCH - 5DE8                    I
POR -  5DF8                     I
RUS - 5E08                      I
5E18 ???                        I
5E28 ???   «----THOSE MUST BE--I
5E38 ???



Date & time settings barmenu's:

JAP - 5CC8 & 5CCC
EN - 5CD8 & 5CDC
FR - 5CE8 & 5CEC
SP - 5CF8 & 5CFC
GER -5D08 & 5D0C
ITA - 5D18 & 5D1C
DUTCH - 5D28 & 5D2C
POR - 5D38 & 5D3C
RUS - 5D48 & 5D4C



5E58 - TEXT POSITION = X
5E50 - CONTROLS THE SECOND INFOBAR IN THEMES SETTINGS
5E54 - CONTROLS THE SECOND BAR FOR MUSIC-PHOTO-VIDEO
5E5C - TEXT LINE SIZE
5E60 & 5EA0 - TEXT SIZE ?
5E64 - FADE TIME IN
5E68 - FADE OUT
5EAC - x SIZE INFOBAR
5EB0 - y SIZE INFOBAR
***5E40 - Scroll in

Examples

Spoiler for example screenshots:
so now using a 128x272(set visible dimensions to 120x272) image as optionmenu_base
[Image: snap003.jpg]

or using a different size
[Image: fin.jpg]

or silly stuff Hahaha
[Image: snap002.jpg]

Pre-Done common_gui.prx's with system_plugin.rco to download
Note: common_gui.prx goes to Nodule!

V3
added custom infobar for music sidebar

Alternative Versions:

V3-no scroll - fade.rar: instead coming from the right it just slowly fades to the screen
Spoiler for "preview":
[Image: video38cu0.gif]
V3-no scroll - fade2.rar: like above just fades out quicker.

V3-scrollin left slow & fade.rar: instead coming from the right, it scrolls in from the left + fade to make it look more smooth.
Spoiler for "preview":
[Image: video39ti7.gif]
V3-scrollin right - slow.rar: quite basic, only scrolls in slower
Spoiler for "preview":
[Image: video40om0.gif]
Spoiler for preview:
[Image: video24.gif]
please report any issues.


Attached File(s)
.rar  V3 - 352 prx compressed.rar (Size: 363.56 KB / Downloads: 1645)
.rar  V3 - 351.rar (Size: 370.87 KB / Downloads: 1340)
(This post was last modified: 11/09/2009 03:53 PM by gsmoke.)
09/05/2007 05:52 AM
Find all posts by this user Quote this message in a reply
(o Y o)
Paradigmatic Entity

Posts: 185.1713
Threads: 21
Joined: 5th Apr 2007
Reputation: 4.14684
E-Pigs: 1.4785
Offline
Post: #2
RE: common_gui.prx - custom option menu sizes
kewl
09/05/2007 06:01 AM
Find all posts by this user Quote this message in a reply
YoYoBallz
L4YoY0s

Posts: 6,057.4567
Threads: 644
Joined: 3rd Mar 2007
Reputation: 15.01961
E-Pigs: 13327.7533
Offline
Post: #3
RE: common_gui.prx - custom option menu sizes
I think I like them waves......

<Myth0s> i love boys
-------------------------------------------------------------------
I Go To Earth When Mars Is Boring.
-------------------------------------------------------------------
¿ʞɔпɟ əɥʇ ʇɐɥʍ I was first EPerson to have upside down title.
-------------------------------------------------------------------
09/05/2007 07:19 AM
Find all posts by this user Quote this message in a reply
matchung
Turok Makto

Posts: 1,744.2413
Threads: 180
Joined: 5th Mar 2007
Reputation: -1.62846
E-Pigs: 162.3154
Offline
Post: #4
RE: common_gui.prx - custom option menu sizes
funny, try it tomol ;)
09/05/2007 07:29 AM
Visit this user's website Find all posts by this user Quote this message in a reply
chinz
...THE GEORDIE MOD...

Posts: 443.4972
Threads: 32
Joined: 14th Feb 2007
Reputation: -1.78625
E-Pigs: 7.0712
Offline
Post: #5
RE: common_gui.prx - custom option menu sizes
1207

09/05/2007 09:27 AM
Find all posts by this user Quote this message in a reply
bstronga
Vimperator

Posts: 457.2241
Threads: 19
Joined: 11th Mar 2007
Reputation: -5.33618
E-Pigs: 22.6748
Offline
Post: #6
RE: common_gui.prx - custom option menu sizes
added common_gui.prx for 120x272 baseoption_base images.
and example system_plugin.rco
[Image: dsf-1.jpg]

wave ;o
the wave animation is by Z33 i just put in a different image texture and increased the speed.
http://www.sendspace.com/file/uafytu
09/05/2007 12:24 PM
Find all posts by this user Quote this message in a reply
YoYoBallz
L4YoY0s

Posts: 6,057.4567
Threads: 644
Joined: 3rd Mar 2007
Reputation: 15.01961
E-Pigs: 13327.7533
Offline
Post: #7
RE: common_gui.prx - custom option menu sizes
ohhh my! is that system_plugin.rco in the download right? the thing on the right is in the system plugin right?

[Image: dsf-1.jpg]

<Myth0s> i love boys
-------------------------------------------------------------------
I Go To Earth When Mars Is Boring.
-------------------------------------------------------------------
¿ʞɔпɟ əɥʇ ʇɐɥʍ I was first EPerson to have upside down title.
-------------------------------------------------------------------
(This post was last modified: 09/05/2007 12:43 PM by YoYoBallz.)
09/05/2007 12:43 PM
Find all posts by this user Quote this message in a reply
YoYoBallz
L4YoY0s

Posts: 6,057.4567
Threads: 644
Joined: 3rd Mar 2007
Reputation: 15.01961
E-Pigs: 13327.7533
Offline
Post: #8
RE: common_gui.prx - custom option menu sizes
I think the option menu is in system plugin. but not too sure... Im not a very good hex-er

<Myth0s> i love boys
-------------------------------------------------------------------
I Go To Earth When Mars Is Boring.
-------------------------------------------------------------------
¿ʞɔпɟ əɥʇ ʇɐɥʍ I was first EPerson to have upside down title.
-------------------------------------------------------------------
09/05/2007 12:47 PM
Find all posts by this user Quote this message in a reply
.:ʕΘЯg@nʔ:.™
Elite EPerson

Posts: 1,613.1974
Threads: 235
Joined: 14th Apr 2007
Reputation: 3.87089
E-Pigs: 67.0595
Offline
Post: #9
RE: common_gui.prx - custom option menu sizes
YoYoBalls Wrote:I think the option menu is in system plugin. but not too sure... Im not a very good hex-er

That's right it is

[Image: hw_wow_sig.php?cardCharacterName=Tetriz]
09/05/2007 12:58 PM
Find all posts by this user Quote this message in a reply
YoYoBallz
L4YoY0s

Posts: 6,057.4567
Threads: 644
Joined: 3rd Mar 2007
Reputation: 15.01961
E-Pigs: 13327.7533
Offline
Post: #10
RE: common_gui.prx - custom option menu sizes
bstronga, will upload this system plugin it rocks! and your waves do too. are they ready to flash on 3.30 OE-A'?

[Image: dsf-1.jpg]

<Myth0s> i love boys
-------------------------------------------------------------------
I Go To Earth When Mars Is Boring.
-------------------------------------------------------------------
¿ʞɔпɟ əɥʇ ʇɐɥʍ I was first EPerson to have upside down title.
-------------------------------------------------------------------
09/05/2007 01:01 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: