Skip to content

2.2 Backup mod that makes sure your saves are backed up on startup

Notifications You must be signed in to change notification settings

TechStudent10/GDBackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gd-mod-cpm

geometry dash mod template using CPM.cmake as a package manager

this also uses mat-dash to make hooking syntax simpler (and mod_main (very nice))

setup

clone and configure/build with cmake using x86 msvc (too lazy to copy paste the 32 bit clang setup sorry)

manual setup

if u want to do it in cmd then

# Configure
cmake -B build -A win32
# Build
cmake --build build --config Release

tip

with how cpm works if you want to avoid recloning the same repo multiple times you can look into CPM_SOURCE_CACHE

help

for more detailed info for how modding gd works i suggest checking out my gd-mod-example repo

About

2.2 Backup mod that makes sure your saves are backed up on startup

Resources

Stars

Watchers

Forks

Packages

No packages published