Dnawrkshp / PS3-VS-Integration

A set of Visual Studio 2013 Community Edition integration tools for PS3 development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Visual Studio PS3 Integration A set of Visual Studio 2013 Community Edition integration tools for PS3 development.

###Consists of

###How to Setup

  • Download latest PSL1GHT VSIX template installer from PSL1GHTProjectVSIX.vsix
  • Run the VSIX to install template
  • Create a new system environment variable called PSL1GHTSDKPath
  • Set the path to your PSL1GHT root folder (for me it's Z:\PSDK3v2)
  • Open Visual Studio and create a new Visual C++ Project with the newly installed template. Make sure the project path has NO spaces in it
  • Edit the makefile and sfo.xml with a valid app id and title
  • Turn off IntelliSense errors by opening the error list (View->Error List), right clicking the error box, and unchecking Show IntelliSense Errors.
  • Have fun deving!

###To-do

  • Implement support for CELL SDK selfs
  • Implement support for CELL SDK prxs
  • Implement error and warning logs
  • Implement support for PSL1GHT SDK selfs
  • Implement IntelliSense integration

About

A set of Visual Studio 2013 Community Edition integration tools for PS3 development.


Languages

Language:C# 51.4%Language:Makefile 42.4%Language:C 6.2%