How to add a menu or icon in XMB(Not VSH Menu)?
How to add a menu or icon in XMB(Not VSH Menu)?
Just like Game Categories plugin.I don't know which API can be used to implemented it.
sorry for my poor english:)
sorry for my poor english:)
The whole proceedure is incredibly complex and involves a deep understanding of the whole XMB with icon caching, shadows, registry etc etc.
Honestly, I don't know exactly how it works from any code I've seen and to use the code you need to actually know how the whole system works. The result in Game Categories is the hundreds of hours of research into the XMB design and thousands of lines of RE code.
Honestly, I don't know exactly how it works from any code I've seen and to use the code you need to actually know how the whole system works. The result in Game Categories is the hundreds of hours of research into the XMB design and thousands of lines of RE code.
It's decryptedLechter wrote:oh no,When I use prxtool to analyze game_categories.prx,it show me"Error:Magic value incorrect".
Use prxdecrypter
http://dl.qj.net/PRXdecrypter-v2.3-PSP- ... /catid/151
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}
Thanks a lot:)jojojoris wrote:It's decryptedLechter wrote:oh no,When I use prxtool to analyze game_categories.prx,it show me"Error:Magic value incorrect".
Use prxdecrypter
http://dl.qj.net/PRXdecrypter-v2.3-PSP- ... /catid/151
-
- Posts: 23
- Joined: Fri Sep 18, 2009 3:33 pm
Iv been reverse engineering game categories for a couple of weeks but its quite hard to keep up with Bubbletune and his weekly releases. If i make any progress i will be sure to post a tutorial on how everything works.
Its to bad there's so much secrecy around the xmb like vlf and game categories. The homebrew community could greatly benefit from there work.
Its to bad there's so much secrecy around the xmb like vlf and game categories. The homebrew community could greatly benefit from there work.
-
- Posts: 22
- Joined: Sat Jan 03, 2009 6:51 am
I wouldn't speak of secrecy, but rather keeping it closed source. There's a lot of things to do if you want to, say, add an icon to the XMB. Memory Stick icons are the easiest, but others require a lot more work. Considering that, I think releasing the source will just lead to people leeching of Game Categories instead of providing innovative plugins. I have considered more than once to publish the information I have on this matter, and I might reconsider again. I don't plan on releasing the Game Categories source code, but I might code up some samples on adding icons and release them open sourced.bbtgp32465 wrote:Iv been reverse engineering game categories for a couple of weeks but its quite hard to keep up with Bubbletune and his weekly releases. If i make any progress i will be sure to post a tutorial on how everything works.
Its to bad there's so much secrecy around the xmb like vlf and game categories. The homebrew community could greatly benefit from there work.
Thanks for your reply.Bubbletune wrote:I wouldn't speak of secrecy, but rather keeping it closed source. There's a lot of things to do if you want to, say, add an icon to the XMB. Memory Stick icons are the easiest, but others require a lot more work. Considering that, I think releasing the source will just lead to people leeching of Game Categories instead of providing innovative plugins. I have considered more than once to publish the information I have on this matter, and I might reconsider again. I don't plan on releasing the Game Categories source code, but I might code up some samples on adding icons and release them open sourced.
I have writed a homebrew to encrypt/decrypt video files,but I haven't any idea to make a beautiful UI.When I saw the Game Categories,it seems good that add a Memory Stick icons to show my crypted video files,and when you try to play them,you need input password first.
Yeahhhhh goooood news !!!!!Bubbletune wrote: I wouldn't speak of secrecy, but rather keeping it closed source. There's a lot of things to do if you want to, say, add an icon to the XMB. Memory Stick icons are the easiest, but others require a lot more work. Considering that, I think releasing the source will just lead to people leeching of Game Categories instead of providing innovative plugins. I have considered more than once to publish the information I have on this matter, and I might reconsider again. I don't plan on releasing the Game Categories source code, but I might code up some samples on adding icons and release them open sourced.
-
- Posts: 23
- Joined: Fri Sep 18, 2009 3:33 pm
That would be greatly appreciated.Bubbletune wrote: I wouldn't speak of secrecy, but rather keeping it closed source. There's a lot of things to do if you want to, say, add an icon to the XMB. Memory Stick icons are the easiest, but others require a lot more work. Considering that, I think releasing the source will just lead to people leeching of Game Categories instead of providing innovative plugins. I have considered more than once to publish the information I have on this matter, and I might reconsider again. I don't plan on releasing the Game Categories source code, but I might code up some samples on adding icons and release them open sourced.