Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 989 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 989 Bytes

mgr-plugin-sdk

Plugin sdk for Metal Gear Rising Revengeance

Compiling

For now, its just empty for using it as SDK, download it, and move it to the project you will make
Language: C++
File extension: .asi file

Installing

In order to install, download code
Code->Download ZIP
IDEs:

  • Visual Studio 2022
  • Visual Studio Code

When using Visual Studio Code you can't compile your project into .asi mod

Firstly, after downloading the ZIP you need to unpack it in the folder where the Plugin-SDK will be located(Create new folder if necessary)
After unpacking, make sure to run "install.bat"
And after that, you should be successful to run the framework

Making a mod

There's example how to make a basic mod for the game, but, the code itself and sdk will change with some time
MGR Plugin SDK Framework
Use it to make mods with plugin sdk