From c905e2fbbe07b8cd83726c45365dcbc290f79672 Mon Sep 17 00:00:00 2001 From: EyeDaleHim <71162374+EyeDaleHim@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:51:00 +0800 Subject: [PATCH 1/2] Add Gear Engine, deprecate Crow Engine --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e1ccb8..0525341 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ Unsure what to contribute? Check out the `good first issue` [tagged GitHub issue - [Leather Engine](https://github.com/Leather128/LeatherEngine) - An engine that includes 1-21 key support, supports mod loading with Polymod and has other useful features like a stage editor.) - [Altronix Engine](https://github.com/Altronix-Team/FNF-AltronixEngine) - An engine that provides the support for creating localizations into different languages and HScript modding support with Polymod HScript classes and small script files. Also, engine has integration with GameJolt with achievements. -- [Crow Engine](https://github.com/EyeDaleHim/Crow-Engine) - A 1:1 recreation of Base Game, introduces extreme performance upgrades, source code easier to work with. +- [Gear Engine](https://github.com/EyeDaleHim/fnf-Gear-Engine) - Gear Engine is the spiritual successor to Crow Engine. The goal is to provide a data-driven (.json) modding experience. - *Modding+* - An archived engine with HScript support with the intention of easy customization and enhanced gameplay options. - [Disappointing Plus](https://github.com/AFunkinDisappointment/DisappointingPlus) - A fork of Modding+ with additional features such as framerate adjustment, camera movement whenever a character sings, and an improved character swap function. - [Pop Engine Rewrite](https://github.com/khuonghoanghuy/FNF-Pop-Engine-Rewrite) - A FNF engine build on version v0.2.7.1 with more content added and new menu gameplay looks! From 10170351fdbeb56bdaf23b8cc341f7d885d03c5d Mon Sep 17 00:00:00 2001 From: EyeDaleHim <71162374+EyeDaleHim@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:54:13 +0800 Subject: [PATCH 2/2] Update ARCHIVED.md --- ARCHIVED.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ARCHIVED.md b/ARCHIVED.md index 737f8fb..97567cb 100644 --- a/ARCHIVED.md +++ b/ARCHIVED.md @@ -16,5 +16,7 @@ This sub-directory details projects which have been archived, retired, or discon - Deprecated due to lack of updates. - [Modding+](https://github.com/FunkinModdingPlus/ModdingPlus) A deprecated engine with HScript support with the intention of easy customization and enhanced gameplay options. - Officially deprecated by the author. +- [Crow Engine](https://github.com/EyeDaleHim/Crow-Engine) - A 1:1 recreation of Base Game, introduces extreme performance upgrades, source code easier to work with. + - Officially deprecated by the author. - [Andromeda Engine Legacy](https://github.com/nebulazorua/andromeda-engine-legacy) - A depreacted fork of Funkin' with customization and gameplay in mind. - [Andromeda Engine Docs](https://github.com/nebulazorua/andromeda-engine-legacy/wiki) - Andromeda Engine (LEGACY) Modchart API documentation.