From 5f2c2aa9c05a50841e3ca02d3901be4f143ad8d8 Mon Sep 17 00:00:00 2001 From: Kontroll <72424960+KontrollFreek@users.noreply.github.com> Date: Wed, 12 Oct 2022 21:59:32 -0400 Subject: [PATCH 1/2] I'm not a regular nazi, just a grammar nazi --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee068499..04743fa3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Geode SDK -**Geode** is a [Geometry Dash](https://store.steampowered.com/app/322170/Geometry_Dash/) **mod loader** and **modding SDK** with a modern approach towards mod development. Unlike previous mod loaders, which merely inject the DLLs and let devs handle the rest, Geode aims to be a more comprehensive project, which manages loaded mods & hooks itself. Geode has been built to ensure performance, compatibility, portability and ease of use. For devs, Geode means **easy development and portability**; for end users, Geode means **an uniform and easy experience** using mods. +**Geode** is a [Geometry Dash](https://store.steampowered.com/app/322170/Geometry_Dash/) **mod loader** and **modding SDK** with a modern approach towards mod development. Unlike previous mod loaders, which merely inject the DLLs and let devs handle the rest, Geode aims to be a more comprehensive project, which manages loaded mods & hooks itself. Geode has been built to ensure performance, compatibility, portability and ease of use. For devs, Geode means **easy development and portability**; for end users, Geode means **a uniform and easy experience** using mods. ## Why Geode? @@ -28,7 +28,7 @@ This code hooks the "More Games" button in Geometry Dash, and makes it show a di One of our main design goals with Geode has been to make a framework so good that **after using it once, you never want to go back**. -> :warning: It is important to note that Geode is **not meant to make learning to mod easier**. To make a good GD mod, you will still need to learn the ins and outs of C++, reverse engineering, byte patching, and everything else. Geode is merely a collection of tools that make modding more enjoyable for people who are already familiar with it; not a magic wand for making mods without the hours of experience and practice required. +> :warning: It is important to note that Geode is **not meant to make learning to mod easier**. To make a good GD mod, you will still need to learn the ins and outs of C++, reverse engineering, byte patching, and everything else. Geode is merely a collection of tools that make modding more enjoyable for people who are already familiar with it; not a magic wand for making mods without the hours of experience and practice required. ## Documentation From 3204d39803756d65b8378be4927ad3de90f0ba2c Mon Sep 17 00:00:00 2001 From: Kontroll <72424960+KontrollFreek@users.noreply.github.com> Date: Wed, 12 Oct 2022 22:06:33 -0400 Subject: [PATCH 2/2] redundancy!! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04743fa3..1faa4d20 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Geode SDK -**Geode** is a [Geometry Dash](https://store.steampowered.com/app/322170/Geometry_Dash/) **mod loader** and **modding SDK** with a modern approach towards mod development. Unlike previous mod loaders, which merely inject the DLLs and let devs handle the rest, Geode aims to be a more comprehensive project, which manages loaded mods & hooks itself. Geode has been built to ensure performance, compatibility, portability and ease of use. For devs, Geode means **easy development and portability**; for end users, Geode means **a uniform and easy experience** using mods. +**Geode** is a [Geometry Dash](https://store.steampowered.com/app/322170/Geometry_Dash/) **mod loader** and **modding SDK** with a modern approach towards mod development. Unlike previous mod loaders, which merely inject the DLLs and let devs handle the rest, Geode aims to be a more comprehensive project, which manages loaded mods & hooks itself. Geode has been built to ensure performance, compatibility, portability and ease of use. For devs, Geode means **easy development and portability**; for end users, **a uniform and easy experience** using mods. ## Why Geode?