/Shrek2ModdingSDK

The Shrek 2 Modding SDK is used to create and play mods, fast and easy with minimal coding experience required to create mods!

Primary LanguageC++MIT LicenseMIT

Shrek 2 Modding SDK

This repository consists of the Shrek 2 Modding SDK, used to create and play mods. This SDK was built for simplicity and easy use so anyone with basic understanding and knowledge of C++ can get started and make mods for Shrek 2.

How to Get Started

  • Documentation is currently being developed.

Creating a new Mod

  • Copy the Shrek2TestMod folder inside Shrek2TestProjects
  • Rename the folder and the three vcxproj files inside
  • Open the Shrek2ModdingSDK solution in Visual Studio
  • Add the copied project to the solution
  • When building make sure to set the build configuration to Release and Win32
  • Build both the Shrek2ModdingSDK project and your new project
  • The final dll will be placed in the builds folder of the solution root folder

How to Play Mods

Prerequisite/requirements for using the SDK

  • Visual Studio 2019 or later
  • DirectX 8.1 installed (Reach out to me if you need this)
  • Basic C++ and Visual Studio knowledge
  • Detours

Official Mods

  • Master Toolz (Can be found in Shrekciety Discord) by Master_64

Shrekciety Discord (Anything related to Shrek Games)

Credits

  • HuniePop for developing the code!
  • Master_64 for helping with a lot of testing, ideas and overall development with using the SDK!