This project hasn't been mantained for well over 6 months and over that period of time better alternatives have been made. For anyone looking to develop Geometry Dash mods I recommend the following replacement: https://github.com/HJfod/cocos-headers/ Thanks to those who followed my project.
CappucinoSDK is a modding utility that allows you to interact with a modified version of the game engine Cocos-2DX v2.2.3, which is utilized by the game Geometry Dash
- Clone the repository
cd
into the "tools" directory using the terminal- Type
py .\create_project.py
into the terminal to display the project creator's syntax - Once you have created a project utilizing the provided script, navigate over to
/projects
to find your project - Open the generated solution utilizing Visual Studio(only version 2019 has been tested)
- Enjoy!
- Python 3.0 or higher
- Visual Studio IDE
- Knowledge on how to hook a Win32 process
- Read the cocos-2dx documentation