ZiNgA BuRgA
Smart Alternative
Posts: 17,022.2988 Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
|
RE: [PSP] Rcomage v1.0.1 - new RCO manipulation tool
"Recolour" should be fine (I renamed "ColourChange" to "Recolour") and unknown tags should generate a warning by rcomage.
Rcomage doesn't guarantee that compiled RCOs will be accepted by the PSP unfortunately.
Looking at your XML, everything actually looks fine. If you give me the compiled RCO, I can take a look, otherwise, I'd probably start by trying to remove the two Plane objects you added and see if it works alright.
|
|
15/11/2009 04:19 PM |
|
ZiNgA BuRgA
Smart Alternative
Posts: 17,022.2988 Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
|
RE: [PSP] Rcomage v1.0.1 - new RCO manipulation tool
The RCO you supplied does appear to work perfectly fine on my 5.00 PSP.
I did notice this though:
You actually named the objects without the "tex_" prefix (yeah, I know rcomage doesn't have enough error checking at the moment).
See if that helps.
|
|
16/11/2009 07:07 PM |
|
yammata684
Able One
Posts: 63.3604 Threads: 7
Joined: 7th Oct 2009
Reputation: 1.25679
E-Pigs: 0.6648
|
RE: [PSP] Rcomage v1.0.1 - new RCO manipulation tool
I had a problem with the plain text feature. I was making custom text entries in topmenu_plugin.rco - long story, but my problem was that I had to save everyting in unicode (It takes a while when you have to save 50+ new text entries uusing notepad and metapad). I had originally tried to use DOS and ANSI text files. When you would open the RCO I made using ANSI or DOS text encoding in RCOEditor, it would show it as as having ?????e - (???? then some random letter, usually). Could you add support for other formats or explain how to fix this.
Yes I know you could care less, but my avatar is actually a picture of my PSP.
WIP - XMB+
Zing Burg
If it weren't for Team-GEN the PSP scene would have died at a few months ago - Thank you to Team GEN for keeping it alive
|
|
17/11/2009 01:20 PM |
|
WoobiE
Paradigmatic Entity
Posts: 173.2251 Threads: 21
Joined: 11th Apr 2009
Reputation: 0.85528
E-Pigs: 17.6274
|
RE: [PSP] Rcomage v1.0.1 - new RCO manipulation tool
Yo Zinga Burga, What is meant by "delay time" in the XML? I know that "duration" is how long the event will last but "delay" after the "duration" kinda confuses me.
|
|
17/11/2009 04:32 PM |
|
ZiNgA BuRgA
Smart Alternative
Posts: 17,022.2988 Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
|
RE: [PSP] Rcomage v1.0.1 - new RCO manipulation tool
yammata684 Wrote:I had a problem with the plain text feature. I was making custom text entries in topmenu_plugin.rco - long story, but my problem was that I had to save everyting in unicode (It takes a while when you have to save 50+ new text entries uusing notepad and metapad). I had originally tried to use DOS and ANSI text files. When you would open the RCO I made using ANSI or DOS text encoding in RCOEditor, it would show it as as having ?????e - (???? then some random letter, usually). Could you add support for other formats or explain how to fix this.
Are the text data in XML or TXT files after dumping? If XML, did you update the "encoding" directive in the XML? Also note that Rcomage sticks UTF-8/UTF-16 signatures for these files, so you may have to remove them if you're using ANSI encoding.
Otherwise, libxml2/iconv does the character set encoding, so I imagine they work fine >_>
WoobiE Wrote:Yo Zinga Burga, What is meant by "delay time" in the XML? I know that "duration" is how long the event will last but "delay" after the "duration" kinda confuses me.
The PSP executes instructions in an <Animation> sequence in parallel. That is, say you had something like:
- Move, duration=100ms
- Resize, duration=100ms
Both the above instructions would be executed at the same time for the same duration of time.
This works until the PSP hits a <Delay> instruction, where it will pause execution until the delay time is up. For example:
- Move, duration=100ms
- Delay, time=100ms
- Resize, duration=100ms
The move will be executed, then straight after it finishes animating, the resize will be executed.
Hope that helps.
(This post was last modified: 17/11/2009 05:07 PM by ZiNgA BuRgA.)
|
|
17/11/2009 05:06 PM |
|
WoobiE
Paradigmatic Entity
Posts: 173.2251 Threads: 21
Joined: 11th Apr 2009
Reputation: 0.85528
E-Pigs: 17.6274
|
RE: [PSP] Rcomage v1.0.1 - new RCO manipulation tool
Oh thanks man. That explains everything about delays and durations. I also would like to appologise for calling you "Zing Burg", You proper name in Zinga Burga and I was just a bit frustrated at the time and I typed in your name wrong.
|
|
18/11/2009 02:59 AM |
|
ZiNgA BuRgA
Smart Alternative
Posts: 17,022.2988 Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
|
RE: [PSP] Rcomage v1.0.1 - new RCO manipulation tool
No that's perfectly fine :P
|
|
18/11/2009 03:41 AM |
|