Nostafaru
Moderating the Crunch Bunch.
Retired Staff
Community Elite
Community Veteran
Determined Poster
Active Member
Console ID Poster
Hi Crunchers!
Today i got bored, and decided to share this with you guys, this tutorial is more for the noobs out there, and it`s really noobfriendly.
This is for you guys getting errors, when opening a tool or trying to connect to your PS3, or just selecting your API type.
What you need to have: PS3TMAPI_NET, ps3tmapi, CCAPI, and PS3Lib. These are all DLL files.
Now you need to download these DLL files, and put them in the same map as your tool.
Like this:
The main things you need to know about the DLL files is this: The PS3tmapi DLL, is for DEX.
And the CCAPI.dll is for CEX.
So it fou have downloaded a CEX only tool, then you won`t need the ps3tmapi DLL in there, you`ll hust need the CCAPI.dll, and some of the other DLL`s that i`ll provide you guys with
---------------------For you coders---------------------
This is how to add the Ps3tmapi.dll into your RTM tool.
Once you`ve opened Your visual studio version, go to: Project,
and click on add reference, then just click on browse, and look up what DLL you want, and that you have saved to your computer.
And click: add
Now, i know alot of people have been kinda confused with the CCAPI.dll, and how to add that to your tool.
To do that you need to: Find your Visual studio installation folder.
Then click on: Projects, and find the name of your RTM tool and click on it. Then click on the name again, and clik on bin, then click on debug.
Once you are inside that debug folder you can just drag the CCAPI.dll inside of there
*NOTE* You also wanna add the Ps3lib.dll inside your project, the same way as you added ps3tmapi.dll
once you have added the Ps3lib.dll you wanna go to your tool and write the code: using PS3Lib;
So it should look like this:
Once that`s done you have added the Ps3Lib.dll
Wou will also come across some DLL files called: Devcomponents.DoNetBar and lol, i cant remember the other DLL files name
But these DLL files is for making your tool look better, so to add the DevComponents.DoNetBar.dll into your RTM tool, just add it, you can do this the same way as i showed you earlier
Once you have added the DLL, type the following code: DevComponents.DotNetBar.Office2007Form
That code should be added next to the other code: public partial class Form1 :
So it should look like this:
Now once you go back to your project form, you should see that the tool looks alot nicer
*NOTE* These DLL files are just the basic DLL files, that you need the most, and which is most used
The CCAPI.dll is not needed if the tool is for CCAPI version 2.50, the DLL is just needed if it`s for the 2.00 version.
Download for all the dofferent DLL files:
DevComponents.DoNetBar.dll Download: https://www.mediafire.com/?eldhmu0ez05jv6i
Ps3Lib.dll Download: http://www.mediafire.com/download/zsqwa6cmyafwwtd/PS3Lib.dll
ps3tmapi_net.dll download: http://www.mediafire.com/download/ol2c1h5d8h4i6ev/ps3tmapi_net.dll
CCAPI.dll download: http://www.mediafire.com/download/0c2robvht2t9ctm/CCAPI.dll
Hope this helped you
Peace out Crunchers


Today i got bored, and decided to share this with you guys, this tutorial is more for the noobs out there, and it`s really noobfriendly.
This is for you guys getting errors, when opening a tool or trying to connect to your PS3, or just selecting your API type.
What you need to have: PS3TMAPI_NET, ps3tmapi, CCAPI, and PS3Lib. These are all DLL files.
Now you need to download these DLL files, and put them in the same map as your tool.
Like this:

The main things you need to know about the DLL files is this: The PS3tmapi DLL, is for DEX.
And the CCAPI.dll is for CEX.
So it fou have downloaded a CEX only tool, then you won`t need the ps3tmapi DLL in there, you`ll hust need the CCAPI.dll, and some of the other DLL`s that i`ll provide you guys with

---------------------For you coders---------------------
This is how to add the Ps3tmapi.dll into your RTM tool.
Once you`ve opened Your visual studio version, go to: Project,

And click: add
Now, i know alot of people have been kinda confused with the CCAPI.dll, and how to add that to your tool.
To do that you need to: Find your Visual studio installation folder.
Then click on: Projects, and find the name of your RTM tool and click on it. Then click on the name again, and clik on bin, then click on debug.
Once you are inside that debug folder you can just drag the CCAPI.dll inside of there

*NOTE* You also wanna add the Ps3lib.dll inside your project, the same way as you added ps3tmapi.dll
once you have added the Ps3lib.dll you wanna go to your tool and write the code: using PS3Lib;
So it should look like this:

Once that`s done you have added the Ps3Lib.dll
Wou will also come across some DLL files called: Devcomponents.DoNetBar and lol, i cant remember the other DLL files name


Once you have added the DLL, type the following code: DevComponents.DotNetBar.Office2007Form
That code should be added next to the other code: public partial class Form1 :
So it should look like this:

Now once you go back to your project form, you should see that the tool looks alot nicer

*NOTE* These DLL files are just the basic DLL files, that you need the most, and which is most used

The CCAPI.dll is not needed if the tool is for CCAPI version 2.50, the DLL is just needed if it`s for the 2.00 version.
Download for all the dofferent DLL files:
DevComponents.DoNetBar.dll Download: https://www.mediafire.com/?eldhmu0ez05jv6i
Ps3Lib.dll Download: http://www.mediafire.com/download/zsqwa6cmyafwwtd/PS3Lib.dll
ps3tmapi_net.dll download: http://www.mediafire.com/download/ol2c1h5d8h4i6ev/ps3tmapi_net.dll
CCAPI.dll download: http://www.mediafire.com/download/0c2robvht2t9ctm/CCAPI.dll
Hope this helped you

Peace out Crunchers

