From 39d9ba0d8cc714b37fa32658a7b48b4226270c27 Mon Sep 17 00:00:00 2001 From: NitrogenDioxide <45130240+Kiffolisk@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:21:10 +0200 Subject: [PATCH 1/7] remove html release builder --- art/build-Itch-HTML-RELEASE.bat | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 art/build-Itch-HTML-RELEASE.bat diff --git a/art/build-Itch-HTML-RELEASE.bat b/art/build-Itch-HTML-RELEASE.bat deleted file mode 100644 index a491bc6..0000000 --- a/art/build-Itch-HTML-RELEASE.bat +++ /dev/null @@ -1,11 +0,0 @@ -@echo off -color 0a -cd .. -@echo on -echo BUILDING GAME -lime build html5 -final -echo UPLOADING TO ITCH -butler push ./export/release/html5/bin ninja-muffin24/funkin:html5 -butler status ninja-muffin24/funkin:html5 -echo ITCH SHIT UPDATED LMAOOOOO -pause \ No newline at end of file From 6104fa54559aeb04fecf738f469eb7bfddddeec5 Mon Sep 17 00:00:00 2001 From: NitrogenDioxide <45130240+Kiffolisk@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:22:06 +0200 Subject: [PATCH 2/7] remove html (b)itch builder --- art/build-Itch-HTML.bat | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 art/build-Itch-HTML.bat diff --git a/art/build-Itch-HTML.bat b/art/build-Itch-HTML.bat deleted file mode 100644 index ea26ffc..0000000 --- a/art/build-Itch-HTML.bat +++ /dev/null @@ -1,11 +0,0 @@ -@echo off -color 0a -cd .. -@echo on -echo BUILDING GAME -lime build html5 -debug -echo UPLOADING TO ITCH -butler push ./export/debug/html5/bin ninja-muffin24/funkin:html5 -butler status ninja-muffin24/funkin:html5 -echo ITCH SHIT UPDATED LMAOOOOO -pause \ No newline at end of file From 7a6e4daa93d671e66178a3c92a8781b646b2c46c Mon Sep 17 00:00:00 2001 From: NitrogenDioxide <45130240+Kiffolisk@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:22:26 +0200 Subject: [PATCH 3/7] remove (b)itch windows build thing --- art/build-Itch-WINDOWS.bat | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 art/build-Itch-WINDOWS.bat diff --git a/art/build-Itch-WINDOWS.bat b/art/build-Itch-WINDOWS.bat deleted file mode 100644 index b2a0744..0000000 --- a/art/build-Itch-WINDOWS.bat +++ /dev/null @@ -1,15 +0,0 @@ -@echo off -color 0a -cd .. -@echo on -echo BUILDING GAME -lime build windows -release -echo UPLOADING 64 BIT VERSION TO ITCH -butler push ./export/release/windows/bin ninja-muffin24/funkin:windows-64bit -lime build windows -release -32 -echo UPLOADING 32 BIT VERSION TO ITCH -butler push ./export/release/windows/bin ninja-muffin24/funkin:windows-32bit -butler status ninja-muffin24/funkin:windows-32bit -butler status ninja-muffin24/funkin:windows-64bit -echo ITCH SHIT UPDATED LMAOOOOO -pause \ No newline at end of file From 494c8feb6422b4933058002a7f78ebc8035174ab Mon Sep 17 00:00:00 2001 From: NitrogenDioxide <45130240+Kiffolisk@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:22:35 +0200 Subject: [PATCH 4/7] remov --- art/build-Itch-WINDOWS-CLEAN.bat | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 art/build-Itch-WINDOWS-CLEAN.bat diff --git a/art/build-Itch-WINDOWS-CLEAN.bat b/art/build-Itch-WINDOWS-CLEAN.bat deleted file mode 100644 index 6598bef..0000000 --- a/art/build-Itch-WINDOWS-CLEAN.bat +++ /dev/null @@ -1,15 +0,0 @@ -@echo off -color 0a -cd .. -@echo on -echo BUILDING GAME -lime build windows -final -clean -echo UPLOADING 64 BIT VERSION TO ITCH -butler push ./export/release/windows/bin ninja-muffin24/funkin:windows-64bit -lime build windows -final -32 -echo UPLOADING 32 BIT VERSION TO ITCH -butler push ./export/release/windows/bin ninja-muffin24/funkin:windows-32bit -butler status ninja-muffin24/funkin:windows-32bit -butler status ninja-muffin24/funkin:windows-64bit -echo ITCH SHIT UPDATED LMAOOOOO -pause \ No newline at end of file From b6c84ba43f8ff1eff83a203487d5c0cb32c33f83 Mon Sep 17 00:00:00 2001 From: NitrogenDioxide <45130240+Kiffolisk@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:22:49 +0200 Subject: [PATCH 5/7] too many useless files --- art/build-Itch-WINDOWS-SECRET.bat | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 art/build-Itch-WINDOWS-SECRET.bat diff --git a/art/build-Itch-WINDOWS-SECRET.bat b/art/build-Itch-WINDOWS-SECRET.bat deleted file mode 100644 index c75a4e6..0000000 --- a/art/build-Itch-WINDOWS-SECRET.bat +++ /dev/null @@ -1,11 +0,0 @@ -@echo off -color 0a -cd .. -@echo on -echo BUILDING GAME -lime build windows -debug -echo UPLOADING 64 BIT VERSION TO ITCH -butler push ./export/debug/windows/bin ninja-muffin24/funkin:windows-secretBeta -butler status ninja-muffin24/funkin:windows-secretBeta -echo ITCH SHIT UPDATED LMAOOOOO -pause \ No newline at end of file From 536631bc464b08f5ba4fca1b1fd4b2c80e6d8a62 Mon Sep 17 00:00:00 2001 From: NitrogenDioxide <45130240+Kiffolisk@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:23:03 +0200 Subject: [PATCH 6/7] delete ng build html --- art/build-NG-HTML-RELEASE.bat | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 art/build-NG-HTML-RELEASE.bat diff --git a/art/build-NG-HTML-RELEASE.bat b/art/build-NG-HTML-RELEASE.bat deleted file mode 100644 index d58b30a..0000000 --- a/art/build-NG-HTML-RELEASE.bat +++ /dev/null @@ -1,12 +0,0 @@ -@echo off -color 0a -cd .. -@echo on -echo BUILDING GAME -lime build html5 -final -Dng -echo ZIPPING -cd export -7z a -tzip -r swag release\html5\bin -start . -start https://www.newgrounds.com/projects/games/1528775 -pause \ No newline at end of file From 957ba762e63a0ec5a888864255784c95e4e263bf Mon Sep 17 00:00:00 2001 From: NitrogenDioxide <45130240+Kiffolisk@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:23:18 +0200 Subject: [PATCH 7/7] remove switch build batch file --- art/build-lime-SWITCH.bat | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 art/build-lime-SWITCH.bat diff --git a/art/build-lime-SWITCH.bat b/art/build-lime-SWITCH.bat deleted file mode 100644 index 33da144..0000000 --- a/art/build-lime-SWITCH.bat +++ /dev/null @@ -1,27 +0,0 @@ -@echo off -cd .. -@echo on -echo REBUILDING LIME FOR EXPORT (VERBOSE) -@echo off -color 0b -@echo on -lime rebuild windows -clean -v -@echo off -color 0a -@echo on -lime rebuild switch -clean -v -@echo off -color 0e -@echo on -lime rebuild tools -clean -v -echo HOPE AND PRAY... -@echo off -color 0a -@echo on -echo BUILDING GAME -lime build switch -final -clean -v -@echo off -color 0b -@echo on -echo NSP FILE CREATED -pause \ No newline at end of file