3 items

File information

Last updated

Original upload

Created by

Glummy

Uploaded by

Glumboi

Virus scan

Safe to use

Tags for this mod

About this mod

A small modding tool suite built for IL2CPP Unity games which is quite buggy (maybe?) but it works well enough!

Share
Requirements
Permissions and credits
Changelogs
Glum(my)(Un)ityToolSuite
A small modding tool suite built for IL2CPP Unity games

  • Bare bones mod loader that supports loading certain "plugins"
  • Can generate basic Visual Studio 2022 projects to hook to specified functions using Minhook
  • Can be used to quickly receive data from a dumped script.json file based off of a Game's GameAssembly.dll
  • Can be used as a basic ASI loader for any game

This includes:
  • A new version of my PCBS2Modloader
  • An IL2CPPDumper that works in conjunction with my modloader
  • An app that can use the dumped script.json to generate a basic dll that can be modified and used as a plugin

Install the Moadloader like this:
  • Download zip
  • Extract somewhere
  • Copy and paste the contents into your game's root directory

Proper description soon!
Create your own plugins using this tool suite
Source code