Post Reply 
Stupid Question - Custom wallpaper beind xmb wave
Author Message
WoobiE
Paradigmatic Entity

Posts: 173.2251
Threads: 21
Joined: 11th Apr 2009
Reputation: 0.85528
E-Pigs: 17.6274
Offline
Post: #1
Stupid Question - Custom wallpaper beind xmb wave
Ok please be frank with me, I know I've made quite a number of themes but I have not made one in yonks due to cancer. Treatment kinda made my mind forget a lot of stuff.
So simple question, i need a custom wallpaper behinf the xmb wave, I know you can add a image inside system_plugin_bg. There is also another way of doing it and I would like to ask if anyone else knew the method of not needing to add a image to the rco file. Vegetano1 has done it but I don't want to bother him, he probably is working one something right now.
Cheers
WoobiE
27/04/2011 08:36 PM
Find all posts by this user Quote this message in a reply
Vegetano1
$urf

Posts: 9,083.2507
Threads: 397
Joined: 2nd Mar 2007
Reputation: 6.06988
E-Pigs: 2756.6280
Offline
Post: #2
RE: Stupid Question - Custom wallpaper beind xmb wave
Man that's terrible news,.. :( Treatment is a drag,. me mom had cancer,. she is ok now but the treatment was "hell" << in lame words but eeah it was,..
please get well soon!

whot cfw is this new theme for??

here is how you do it,. it very simple you can also just copy this code,.. and also its possible not to use the classic wave infront of the wallpaper but the original,.
this is for classic: move the modelobject to the wallpaper page

Code:
1
2
3
4
5
6
7
8
9
10
11
			<Page name="page_default_theme_3D" unknownInt0="0x111" onInit="nothing" onCancel="nothing" onContextMenu="nothing" onActivate="nothing">
				<ModelObject name="default_theme_model" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="8.5" scaleHeight="8.5" elementScale="8.5" iconOffset="0x0" onLoad="event:native:/page_default_theme_3D_onInit" model="model:mdl_bg"></ModelObject>
				<Group name="camera_target" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing"></Group>
			</Page>
			<Page name="page_default_theme2_3D" unknownInt0="0x111" onInit="event:native:/page_default_theme2_3D_onInit" onCancel="nothing" onContextMenu="nothing" onActivate="nothing"></Page>
			<Page name="page_wallpaper_theme" unknownInt0="0x111" onInit="event:native:/page_wallpaper_theme_onInit" onCancel="nothing" onContextMenu="nothing" onActivate="nothing">
				<Plane name="wallpaper_theme_plane" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" image="nothing" unknownInt18="0xffff"></Plane>
				<Plane name="wallpaper_theme_cover" posX="0" posY="0" objectScale="0" redScale="0.6" greenScale="0.62" blueScale="0.7" alphaScale="0.85" width="480" height="272" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" image="nothing" unknownInt18="0x0"></Plane>
				<ModelObject name="default_theme_model" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="8.5" scaleHeight="8.5" elementScale="8.5" iconOffset="0x0" onLoad="event:native:/page_default_theme_3D_onInit" model="model:mdl_bg"></ModelObject>
				<Group name="camera_target" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing"></Group>
			</Page>

added the whole model line to the wallpaper page

this is for original:add the original wave event to the wallpaper onactivate command

Code:
			<Page name="page_wallpaper_theme" unknownInt0="0x111" onInit="event:native:/page_wallpaper_theme_onInit" onCancel="nothing" onContextMenu="nothing" onActivate="event:native:/page_default_theme2_3D_onInit">
				<Plane name="wallpaper_theme_plane" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" image="nothing" unknownInt18="0xffff"></Plane>
				<Plane name="wallpaper_theme_cover" posX="0" posY="0" objectScale="0" redScale="0.6" greenScale="0.62" blueScale="0.7" alphaScale="0.85" width="480" height="272" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" image="nothing" unknownInt18="0x0"></Plane>
				<Group name="camera_target" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing"></Group>
			</Page>


added onActivate="event:native:/page_default_theme2_3D_onInit"> to page_wallpaper_theme

i am not sure but i think this is an old xml code i copied because still says onload instead of oninit at some places,.. mebbe just use a clean rco with the latest rcomage ;)

let me know if you got more question's



Make loads of $$!! it wurks!!
[Image: csbanner_anim_03.gif]
Signed Homebrew by bsanehi & OMightyBuggy
http://endlessparadigm.com/forum/showthr...?tid=25707
Spoiler for My miniBlog:
27/04/2011 10:44 PM
Visit this user's website Find all posts by this user Quote this message in a reply
WoobiE
Paradigmatic Entity

Posts: 173.2251
Threads: 21
Joined: 11th Apr 2009
Reputation: 0.85528
E-Pigs: 17.6274
Offline
Post: #3
RE: Stupid Question - Custom wallpaper beind xmb wave
You treatment is a drag, glad you mum is ok now. I got some more to go before I get a stem cell transplant.
I got exactly what you got. I'm on 5.50 Prometheus-4. I'm starting to think this is the problem.
Just another question about theme making, there are no bookmarks for the 6.xx firmwares, how do you make a theme? I want to make new themes but no bookmarks.
(This post was last modified: 27/04/2011 11:00 PM by WoobiE.)
27/04/2011 10:55 PM
Find all posts by this user Quote this message in a reply
Cirehpsa
Let's finger this out.
Fractal Insanity

Posts: 2,549.3603
Threads: 63
Joined: 9th Oct 2009
Reputation: -4.69042
E-Pigs: 724.9902
Offline
Post: #4
RE: Stupid Question - Custom wallpaper beind xmb wave
I think people just use pat pats prx editor? : | I could be wrong.

(looking for latest ver)

[Image: VCvmsjM.gif][Image: DecdMVG.gif][Image: glI7KKK.gif][Image: OJilHSf.gif]
(This post was last modified: 27/04/2011 11:05 PM by Cirehpsa.)
27/04/2011 11:03 PM
Find all posts by this user Quote this message in a reply
WoobiE
Paradigmatic Entity

Posts: 173.2251
Threads: 21
Joined: 11th Apr 2009
Reputation: 0.85528
E-Pigs: 17.6274
Offline
Post: #5
RE: Stupid Question - Custom wallpaper beind xmb wave
I got version 1.1 but it only has certain 5.00 and 5.50 bookmarks.
27/04/2011 11:05 PM
Find all posts by this user Quote this message in a reply
Vegetano1
$urf

Posts: 9,083.2507
Threads: 397
Joined: 2nd Mar 2007
Reputation: 6.06988
E-Pigs: 2756.6280
Offline
Post: #6
RE: Stupid Question - Custom wallpaper beind xmb wave
http://endlessparadigm.com/forum/showthr...?tid=24034

ctftoolgui5 ;) just install and when you double click a prx file prxeditor 1.2 will open,..

@Aspheric you ninja'd me but i ninja'd you Itchingsmile


Make loads of $$!! it wurks!!
[Image: csbanner_anim_03.gif]
Signed Homebrew by bsanehi & OMightyBuggy
http://endlessparadigm.com/forum/showthr...?tid=25707
Spoiler for My miniBlog:
(This post was last modified: 27/04/2011 11:08 PM by Vegetano1.)
27/04/2011 11:06 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Cirehpsa
Let's finger this out.
Fractal Insanity

Posts: 2,549.3603
Threads: 63
Joined: 9th Oct 2009
Reputation: -4.69042
E-Pigs: 724.9902
Offline
Post: #7
RE: Stupid Question - Custom wallpaper beind xmb wave
(27/04/2011 11:06 PM)Vegetano1 Wrote:  http://endlessparadigm.com/forum/showthr...?tid=24034

ctftoolgui5 ;) just install and when you double click a prx file prxeditor 1.2 will open,..

@Aspheric you ninja'd me but i ninja'd you Itchingsmile

DAMN

When I searched I just kept getting the damn credits for themes :\/

[Image: VCvmsjM.gif][Image: DecdMVG.gif][Image: glI7KKK.gif][Image: OJilHSf.gif]
27/04/2011 11:11 PM
Find all posts by this user Quote this message in a reply
WoobiE
Paradigmatic Entity

Posts: 173.2251
Threads: 21
Joined: 11th Apr 2009
Reputation: 0.85528
E-Pigs: 17.6274
Offline
Post: #8
RE: Stupid Question - Custom wallpaper beind xmb wave
(27/04/2011 11:06 PM)Vegetano1 Wrote:  http://endlessparadigm.com/forum/showthr...?tid=24034

ctftoolgui5 ;) just install and when you double click a prx file prxeditor 1.2 will open,..

@Aspheric you ninja'd me but i ninja'd you Itchingsmile

Saved my donkey, but yeah no luck with the wave and background. I used your XML code and nothing. I'm gonna upgrade CFW to 6.35 and hopefully something will happen.
27/04/2011 11:14 PM
Find all posts by this user Quote this message in a reply
Vegetano1
$urf

Posts: 9,083.2507
Threads: 397
Joined: 2nd Mar 2007
Reputation: 6.06988
E-Pigs: 2756.6280
Offline
Post: #9
RE: Stupid Question - Custom wallpaper beind xmb wave
(27/04/2011 11:14 PM)WoobiE Wrote:  
(27/04/2011 11:06 PM)Vegetano1 Wrote:  http://endlessparadigm.com/forum/showthr...?tid=24034

ctftoolgui5 ;) just install and when you double click a prx file prxeditor 1.2 will open,..

@Aspheric you ninja'd me but i ninja'd you Itchingsmile

Saved my donkey, but yeah no luck with the wave and background. I used your XML code and nothing. I'm gonna upgrade CFW to 6.35 and hopefully something will happen.

changeing the cfw won't make a difference,. did the xml compile ok in rcomage??

if your PSP is pandorable,. you can try out any cfw i guess ;)

upgrade to 620 ofw and use 620TN-E here is a thread:
http://endlessparadigm.com/forum/showthr...?tid=26549
there is also a link for aloader v1.25 in that thread

ctftoolgui will install the latest CXMB


Make loads of $$!! it wurks!!
[Image: csbanner_anim_03.gif]
Signed Homebrew by bsanehi & OMightyBuggy
http://endlessparadigm.com/forum/showthr...?tid=25707
Spoiler for My miniBlog:
27/04/2011 11:22 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Cirehpsa
Let's finger this out.
Fractal Insanity

Posts: 2,549.3603
Threads: 63
Joined: 9th Oct 2009
Reputation: -4.69042
E-Pigs: 724.9902
Offline
Post: #10
RE: Stupid Question - Custom wallpaper beind xmb wave
(27/04/2011 11:14 PM)WoobiE Wrote:  I used your XML code and nothing. I'm gonna upgrade CFW to 6.35 and hopefully something will happen.

You could get veggy's sonymod theme for 5.50 and compare the two codes :X

http://endlessparadigm.com/forum/showthr...552&page=1

[Image: VCvmsjM.gif][Image: DecdMVG.gif][Image: glI7KKK.gif][Image: OJilHSf.gif]
(This post was last modified: 27/04/2011 11:24 PM by Cirehpsa.)
27/04/2011 11:23 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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

 Quick Theme: