Thread: Touch Pro Logo
View Single Post
  #76 (permalink)  
Old 08-28-2009, 12:10 PM
krohnjw's Avatar
krohnjw
Regular 'Geeker
Offline
Location: IL
 
Join Date: Jul 2007
Posts: 276
Reputation: 432
krohnjw is becoming a PPCGeeks regularkrohnjw is becoming a PPCGeeks regularkrohnjw is becoming a PPCGeeks regularkrohnjw is becoming a PPCGeeks regularkrohnjw is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Touch Pro Logo

Quote:
Originally Posted by jdmsleepr View Post
how did you go about getting it to work if you dont mind me asking...did you mod the home.mode9 file??? and is that the way that you want the layout to look like!!
You can modify the layout on the mode9 editor as follows for rhodium 2.1 (Not using flip clock so the other left me with a disabled clock and the static word "Date" in the upper left). So if anyone is interested in just editing the file instructions are below for ease

Traverse through

Code:
<Character>Type="ComponentClipCharacter"
-> <Object>"Type="ComponentClip"
-><Group>
-> <Object>Type="2D Camera"
-> <Group>
-> <Object> Type="Group"
-> <Group>
-> <Object> Type="Group"
-> <Group>
Here are the objects for the layout
To remove carrier text
-> <Object>Type="GLESText"
-> Set Name=Instance Value="" (Should say CarrierText or something of the sort)

To Add logo to upper left
-> <Object>Type="GLESSprite2D"
You'll need to add some properties here - right click and hit insert if any are not present
<Property>Name=Instance Value="OperatorLogo"
<Property>Name=Position Value="PosX=240 PosY=0 PosZ=0"
<Property>Name=Size Value="Width=240 Height=60"
<Property>Name=Texture Path Value=".\Assets\Images\Home\VGA\operator_logo.qtc"
Save, copy to the windows dir (back up the old file first please just in case!) and restart manila

Worked quite well for me- SS Below running NSFFan's rom
Reply With Quote