Post Reply 
Rotating game icon...
Author Message
junKie
Deh Eternal Stud

Posts: 395.4963
Threads: 48
Joined: 10th Jan 2011
Reputation: 1.72586
E-Pigs: 25.8715
Offline
Post: #1
Rotating game icon...
How to?

I tried animating the default game icon at system_plugin
but didn't work.

So, am guessing it has to do with game_plugin
Obviously

But idk what image to animate/rotate.
Do i have to build a 'basetop' similar to topmenu_plugin?

I was eXx1l3d from Techmantis.net for my ways.
Emo. (//.-)
10/05/2011 04:51 PM
Find all posts by this user Quote this message in a reply
Mr. Shizzy
ɯɹ˙ sɥızzʎ

Posts: 2,973.4020
Threads: 415
Joined: 21st Feb 2007
Reputation: -2.36574
E-Pigs: 160.1536
Offline
Post: #2
RE: Rotating game icon...
I took a quick look at game_plugin.rco.
It appears that there would be no way to animated the game icon with this .rco...
(You could probably animate the game loading icon, but that's all i see)

So the game icon would either have to be animated in the system_plugin.rco, or by tweaking with game_plugin.prx.

Honestly - I'm not really sure.  :/
Either ZiNgA or V1 would probably know more than I do about it..

PSP 2001 [TA-088v2]: 6.39 ME-9.7
[Image: 4kly6c1.gif]
Sig by Mr_Nick666
(This post was last modified: 10/05/2011 09:24 PM by Mr. Shizzy.)
10/05/2011 09:23 PM
Find all posts by this user Quote this message in a reply
junKie
Deh Eternal Stud

Posts: 395.4963
Threads: 48
Joined: 10th Jan 2011
Reputation: 1.72586
E-Pigs: 25.8715
Offline
Post: #3
RE: Rotating game icon...
(10/05/2011 09:23 PM)Mr. Shizzy Wrote:  Either ZiNgA or V1 would probably know more than I do about it..

Yup, because V1 made it possible in his Sony_Mmod.
He edited the X axis of the game icon,
I want to edit the Y axis.

Maybe editing/animating this?;

[Image: a22.jpg]

Idk, am just guessing. Erk

I was eXx1l3d from Techmantis.net for my ways.
Emo. (//.-)
(This post was last modified: 11/05/2011 02:32 PM by junKie.)
11/05/2011 02:31 PM
Find all posts by this user Quote this message in a reply
Dmise
Paradigmatic Entity

Posts: 190.2825
Threads: 16
Joined: 9th Jan 2009
Reputation: 0.38709
E-Pigs: 28.2633
Offline
Post: #4
RE: Rotating game icon...
Actually, I think he rotated the entire menu plane, not just the game icon :/

I could be wrong though.. The only way to be sure if you can rotate the icon would be to go in and test for yourself :]

[Image: mpower.png]
11/05/2011 04:44 PM
Find all posts by this user Quote this message in a reply
Mr. Shizzy
ɯɹ˙ sɥızzʎ

Posts: 2,973.4020
Threads: 415
Joined: 21st Feb 2007
Reputation: -2.36574
E-Pigs: 160.1536
Offline
Post: #5
RE: Rotating game icon...
(11/05/2011 02:31 PM)junKie Wrote:  
(10/05/2011 09:23 PM)Mr. Shizzy Wrote:  Either ZiNgA or V1 would probably know more than I do about it..

Yup, because V1 made it possible in his Sony_Mmod.
He edited the X axis of the game icon,
I want to edit the Y axis.

Maybe editing/animating this?;

[Image: a22.jpg]

Idk, am just guessing. Erk

Well then that's good news.  Yay

Just use CTF GUI to decompile V1's theme.
Then use rcoMage to decompile his game_plugin.rco, and then take a look at the XML file.
That should save you a lot of guess work.  ;)

I think wee should start a thread here at EP with useful XML code snippets for easy reference.
Maybe I will start one later tonight.   Madwin

PSP 2001 [TA-088v2]: 6.39 ME-9.7
[Image: 4kly6c1.gif]
Sig by Mr_Nick666
11/05/2011 08:11 PM
Find all posts by this user Quote this message in a reply
eznoir
*プロジェックトディヴァです!*

Posts: 564.3243
Threads: 8
Joined: 7th Mar 2011
Reputation: -4.91319
E-Pigs: 41.0671
Offline
Post: #6
RE: Rotating game icon...
(11/05/2011 08:11 PM)Mr. Shizzy Wrote:  I think wee should start a thread here at EP with useful XML code snippets for easy reference.
Maybe I will start one later tonight.   Madwin

i look forward to this,, especially for 6.XX's pages Adore

[Image: tkp1.gif]

11/05/2011 08:16 PM
Find all posts by this user Quote this message in a reply
junKie
Deh Eternal Stud

Posts: 395.4963
Threads: 48
Joined: 10th Jan 2011
Reputation: 1.72586
E-Pigs: 25.8715
Offline
Post: #7
RE: Rotating game icon...
(11/05/2011 04:44 PM)Dmise Wrote:  The only way to be sure if you can rotate the icon would be to go in and test for yourself :]

Yeah, I'll test tomorrow Knock-knock
Today, i have things to do.

(11/05/2011 08:11 PM)Mr. Shizzy Wrote:  I think wee should start a thread here at EP with useful XML code snippets for easy reference.
Maybe I will start one later tonight.   Madwin

Would be great. Madwin

You can name it, "XML Wiki" Ahaa

I was eXx1l3d from Techmantis.net for my ways.
Emo. (//.-)
(This post was last modified: 12/05/2011 12:00 PM by junKie.)
12/05/2011 11:58 AM
Find all posts by this user Quote this message in a reply
junKie
Deh Eternal Stud

Posts: 395.4963
Threads: 48
Joined: 10th Jan 2011
Reputation: 1.72586
E-Pigs: 25.8715
Offline
Post: #8
RE: Rotating game icon...
Ok, i created a 'basetop' similar to the one wee can make on topmenu_plugin.
And animated it.

Here's the problem:

[Image: frmbuf24.jpg]

Now, whenever i enter/exit the game menu, the game icons stay there, don't go away.
They didn't even rotate. If

Hmmm...

Edit:

I took a glance at V1's Sony_Mmod game_plugin file.
It looks like rotating the icon is here:

[Image: here10.jpg]

I was eXx1l3d from Techmantis.net for my ways.
Emo. (//.-)
13/05/2011 08:27 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread:

 Quick Theme: