TheRouletteBoi / RouLetteVshMenu

Playstation 3 VSH Menu, SPRX Loader, Mod Menu Loader, Payload injector, RPC Calls, CEX/DEX/HEN
MIT License
42 stars 10 forks source link
playstation3 prx ps3 ps3-cfw sprx vshmenu vshplugin

RouLette Vsh Menu

Vsh Menu that loads Playstation 3 game menus like Lexicon, Serendipity, Paradox and FrenchModdingTeam.

To open the vsh menu press R3 + DPAD LEFT

Table of contents

Features

Preview

2022-04-04_01-17-50 2022-04-04_01-18-04 2022-04-04_01-18-18

Notes

Download

Releases

Installation

  1. In your PS3 file system go to /dev_hdd0/plugins/ and transfer folder named RouLetteVshMenu provided in Releases and the inside of RouLetteVshMenu folder should look like this

plugins sprx

  1. Navigate back to /dev_hdd0 and you will find a file named boot_plugins.txt (If file is not found just create one named boot_plugins.txt)

hdd0

  1. Open boot_plugins.txt and make a new line and type /dev_hdd0/plugins/RouLetteVshMenu/RouLetteVshMenu.sprx

bootplugins

  1. Restart your console

How to build

Requirements:

Visual Studio 2013+

Visual Studio 2013 isn't required to build but is required to setup Visual Studio Integration. With that being said if you don't plan on creating projects you can use any version of Visual Studio.

Download Link

Sony PS3 4.75+ SDK with Visual Studio Integration

Visual Studio Integration is REQUIRED in order to build the project using Visual Studio.

Download Link

Fixed std::string library

Download and extract their zip file.

  1. Navigate to your SDK installation folder (default: C:\usr\local\cell\target\ppu)
  2. Drop the include and lib folders in and overwrite any existing files

Download Link

Git

If you haven't installed git on your system go and do so it is REQUIRED for setting up a working build environment.

Download Link

Cloning

Clone the repository including submodules:

git clone https://github.com/TheRouletteBoi/RouLetteVshMenu.git --recursive || echo "You don't have git installed, install it from https://git-scm.com/download/win"

Now, you will be able to open the solution, and simply build it in Visual Studio.

Staying Up To Date

Pull the latest changes from Github:

git pull && git submodule update

Discontinued Features

Credits

@Jordy-Nateur for his paf classes Module, PhHandler, PhPlane, PhText, PhWidget and View and his VSH-Playground

@CaneHaxs for some of the Paradox patches, terrorizer patch and many others