Explore plugin: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(Created page with " 4 Identifiers: * 1 * 0x43415430 ("CAT0") * 0x4D4F4430 ("MOD0") * 0x41435430 ("ACT0") =1 Interface= contains dynamically allocated subs: 0: 1 Input: ... 5: 3 Inputs: ...")
 
mNo edit summary
Line 54: Line 54:
  (explore, CloseListChild, FocusMessageBox, FocusFriend, ClearCache, ClearWBoardFocus, SetWBoardFocus, ExecStorageCopy, NotifyErrorNoExecute,  
  (explore, CloseListChild, FocusMessageBox, FocusFriend, ClearCache, ClearWBoardFocus, SetWBoardFocus, ExecStorageCopy, NotifyErrorNoExecute,  
  ShopDemo_ResetTimer)
  ShopDemo_ResetTimer)
{{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude>

Revision as of 04:02, 7 February 2014

4 Identifiers:

  • 1
  • 0x43415430 ("CAT0")
  • 0x4D4F4430 ("MOD0")
  • 0x41435430 ("ACT0")

1 Interface

contains dynamically allocated subs:

0: 1 Input: 
...
5: 3 Inputs: char* (reload_category game/network/..,reload_category_items game/...)  ,0, 0 - send (sequences of)xmb command(s)
6: 2 Inputs: char* (open_list nocheck/...), 0

Example XMB Commands:

  • reload_category game
  • reload_category_items game
  • focus_category game
  • wait 1000
  • focus_segment_index seg_mcutility 0
  • open_list
  • yield
  • focus_segment_index seg_newvmc 0
  • close_list

...

CAT0 Interface

contains 25 subs:

0: 
1: 
..
24: 

MOD0 Interface

contains 4 subs:

0: 0 Input: (ModuleActivate)
1: 0 Input: (ModuleDeactivate)
2: 1 Input: string name? - (ModuleLoadFailed)
3: 1 Input: string name? - (ModuleGetLoadOpinion)

ACT0 Interface

contains 1 sub:

0: 1 Input: string 
(explore, CloseListChild, FocusMessageBox, FocusFriend, ClearCache, ClearWBoardFocus, SetWBoardFocus, ExecStorageCopy, NotifyErrorNoExecute, 
ShopDemo_ResetTimer)