Sunday, 26 February 2012

HIP2HIS



This is a new software to convert a PARAM.HIP file to a PARAM.HIS (HIS are used by the PS3 as a change-log file). it can be viewed by going Game -> Triangle -> Update History 
This file needs to be located in the same folder as the PARAM.SFO ( /dev_hdd0/game/TITLE_ID/PARAM.HIS ).

 
[DOWNLOAD] hip2his.zip

(it can be compiled also for Windows)

Thursday, 9 February 2012

vitatools v1.00


PUP Unpacker
Reading...
[N Files]      18
Found:          version.txt | size:          7 Bytes
Found:          license.xml | size:     461278 Bytes
Found:         psp2swu.self | size:    4644748 Bytes
Found:      exec_file4.self | size:      42456 Bytes
Found:   package_data02.pkg | size:    2687211 Bytes
Found:   package_data03.pkg | size:    4124283 Bytes
Found:   package_data04.pkg | size:    2811003 Bytes
Found:   package_data05.pkg | size:    3966446 Bytes
Found:   package_data06.pkg | size:    4855791 Bytes
Found:   package_data07.pkg | size:    4771117 Bytes
Found:   package_data08.pkg | size:    4040281 Bytes
Found:   package_data09.pkg | size:    4243681 Bytes
Found:   package_data10.pkg | size:    4740306 Bytes
Found:   package_data11.pkg | size:    5606894 Bytes
Found:   package_data12.pkg | size:    4975852 Bytes
Found:   package_data13.pkg | size:    4834855 Bytes
Found:     package_scewm.wm | size:       4096 Bytes
Found:     package_sceas.as | size:       1024 Bytes
Done!

I uploaded a new version of pkg_reader and added the awsome pupunpack for PSVITA PUPs (i built this one right now. just 30 mins :D it works as the ps3 version. )!!

i hope that these tools will be useful someday!
i want to thanks fail0verflow team for their src. it's really useful for me (i made a few changes to the files to allow debug message)!

ps: the vita version was written entirely by me!

EDIT:
I will not write about this here anymore. if you want updates of this, check the git.

Tuesday, 7 February 2012

PS3TUTORIALS update

I've update the PS3Tutorials wiki with a new page.
as always, i hope that someone will find it useful.


Someone can check the grammar please? i'm not English and i usually make tons of grammar errors. thanks!

Saturday, 4 February 2012

SFO Reader and SFO2SFX

Since today sandungas talked about a bug in the old SFO Reader, i immediately fixed it (you can find it here: http://ps3devwiki.com/wiki/Dev_Tools#SFO_Reader).
Then he started talking about SFX.
they are simple XML files that the ps3 can read as SFO.
this is an example:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<paramsfo add_hidden="false">
  <param key="ATTRIBUTE" fmt="int32" max_len="4">0</param>
  <param key="CATEGORY" fmt="utf8" max_len="4">IP</param>
  <param key="PARENTAL_LEVEL" fmt="int32" max_len="4">2</param>
  <param key="TITLE" fmt="utf8" max_len="128">Beat Sketcher™</param>
  <param key="TITLE_05" fmt="utf8" max_len="128">Beat Sketcher™ A mano libera</param>
</paramsfo>
so i converted my SFO reader into a SFO to SFX converter.

you can get it here http://ps3devwiki.com/wiki/Dev_Tools#SFO2SFX

i hope that someone will find it useful.

Friday, 3 February 2012

Led Changer v2.0



This is a completely new version of Led Changer.
The app allows you to change the colour of your system's LEDs (the power light) and keep it also on the XMB or while playing games/homebrews.
This is NOT permanent; the first time that you turn off your PS3, the led will go back to normal
This version does NOT need any kind of external drive. all you need is a JoyPad; just it.
Now the app is Lighter (from ~1.2 Mb to ~145Kb), Faster, for all TVs (HD/SD) and Easier to use.

Before installing, you can delete the previous version (if you want to get more space).


[Downoload] Led Changer v2.0
[GIT] https://github.com/wargio/Led