patpat Wrote: [ -> ]Ebenezer Wrote: [ -> ]patpat Wrote: [ -> ]Ebenezer Wrote: [ -> ]My PSP go was freezed after cxmb enabled..
Previous version has no problem.
Maybe try it again is ok, i already test it in my two friends' PSPGO
Thank you for reply.
Attached 3rd BD theme was good.
But my own created theme(icon-replaced only) was not.
Is that the newest cxmb not work well and old cxmb is no problem?
Using CTF Tool GUI-archived my own theme was good,
but newer cxmb-archived CTF was malfuntional.
Older cxmb-archived CTF has no problem.
Yes, just use rcomage move script from sysconf_plugin.rco to system_plugin_bg.rco is ok ;)
[/quote]
Hey PatPat, I downloaded Rcomage and dumped the .rco into .xml, then i tried compiling the file back and its giving me issues, is there like a guide somewhere on the net. hahaha
Yeah I'm trying to do that too but its coming out like this....
Anyone know why this is happening.
I'm trying to make the snow animation work on system_plugin_bg.
Yea, i hear you. I'm trying to do that as well but I am VERY lost. You are closer then I am.....
If anybody makes it work, may you please upload the file, I am VERY lost.
Johover112 Wrote: [ -> ]If anybody makes it work, may you please upload the file, I am VERY lost.
I'm gonna give it another go... when I have time. and if i get it working i will upload it.
One question, patpat.
In fact, I inject the tex_wave & anim_wav of yours into my own system_plugin_bg.rco.
<Plane name="plane_wave_1" posX="0" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="0" width="0" height="0" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" o
nLoad="anim:anim_wave_1_init" image="nothing" unknownInt18="0x0"></Plane>
<Plane name="plane_wave_1_1" posX="0" posY="0" objectScale="0" redScale="0" greenScale="0" blueScale="0" alphaScale="0" width="480" height="40" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" o
nLoad="anim:anim_wave_1_1" image="image:tex_wave" unknownInt18="0x0"></Plane>
<Plane name="plane_wave_1_2" posX="0" posY="0" objectScale="0" redScale="0" greenScale="0" blueScale="0" alphaScale="0" width="480" height="30" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" o
nLoad="anim:anim_wave_1_2" image="image:tex_wave" unknownInt18="0x0"></Plane>
<Plane name="plane_wave_1_3" posX="0" posY="0" objectScale="0" redScale="0" greenScale="0" blueScale="0" alphaScale="0" width="480" height="26" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" o
nLoad="anim:anim_wave_1_3" image="image:tex_wave" unknownInt18="0x0"></Plane>
[
attachment=4561]
How I change the tex_wave color to white?
I attach the 1.50_3.40 version of my system_plugin_bg.rco.
Please help.
just replace redScale="0" greenScale="0" blueScale="0" to redScale="1" greenScale="1" blueScale="1" is ok