From a6de34171d583845457d617588ac6977f8e5b514 Mon Sep 17 00:00:00 2001 From: nutbuster Date: Sat, 13 Apr 2024 16:39:19 +1000 Subject: [PATCH 1/7] Add master changelog --- template/changelog.html | 296 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 296 insertions(+) create mode 100644 template/changelog.html diff --git a/template/changelog.html b/template/changelog.html new file mode 100644 index 0000000..0bd652c --- /dev/null +++ b/template/changelog.html @@ -0,0 +1,296 @@ + + + + + + Snoot Game + + + + +

Changelog - Full List (Ascending Order)

+
+
+

Changes - Roasted Laika (Patch 9)

+ +
+
+
+

Changes - New Years Edition (Patch 8)

+

General

+ + +

Audio

+ + +

Visuals

+ +
+
+ +
+

Changes - Fangsgiving Edition (Patch 7)

+

System

+ + +

General

+ + +

Ending 1

+ + +

Ending 3

+ + +

Ending 4

+ + +

Bonus Chapters

+ + +
+
+ +
+

Changes - The Monster Update (Patch 6) [Tradcath Edition]

+ + +
+ +
+

Changes - The Monster Update (Patch 6)

+ +
+ +
+
+

Changes - Patchy-Patch 5.1.1

+ +
+
+
+

Changes - /v/3 edition: patch4

+ +
+
+
+

Changes - /v/3 edition: patch3

+ + +
+
+
+

Changes - /v/3 edition: patch2

+ +
+ + + From 71e7c7751a768bc0e1d7876efa963301953dd053 Mon Sep 17 00:00:00 2001 From: nutbuster Date: Sat, 13 Apr 2024 16:45:30 +1000 Subject: [PATCH 2/7] Donate made bigger to size vw8 --- template/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/template/index.html b/template/index.html index d810463..3d7b73c 100755 --- a/template/index.html +++ b/template/index.html @@ -32,13 +32,13 @@ - +

English Español

Snoot Game

- ;TAGLINE; + ;TAGLINE;

;DESCRIPTION; ;DESCRIPTIONHERE;

;IMAGES;

@@ -59,7 +59,7 @@ --> @@ -85,5 +85,5 @@ ;EMAIL; cavemanongames@gmail.com
- + From 93dcd74adba088a9ce0fae9832ef86313822a4b5 Mon Sep 17 00:00:00 2001 From: nutbuster Date: Sat, 13 Apr 2024 16:51:28 +1000 Subject: [PATCH 3/7] Add donations & community links back in --- {cancer => static}/donate/BTC.png | Bin {cancer => static}/donate/Doge.png | Bin {cancer => static}/donate/Ethereum.png | Bin {cancer => static}/donate/LTC.png | Bin {cancer => static}/donate/Monero.png | Bin {cancer => static}/donate/gumroad.svg | 0 template/index.html | 49 ++++++++++++++++++++++++- 7 files changed, 47 insertions(+), 2 deletions(-) rename {cancer => static}/donate/BTC.png (100%) rename {cancer => static}/donate/Doge.png (100%) rename {cancer => static}/donate/Ethereum.png (100%) rename {cancer => static}/donate/LTC.png (100%) rename {cancer => static}/donate/Monero.png (100%) rename {cancer => static}/donate/gumroad.svg (100%) diff --git a/cancer/donate/BTC.png b/static/donate/BTC.png similarity index 100% rename from cancer/donate/BTC.png rename to static/donate/BTC.png diff --git a/cancer/donate/Doge.png b/static/donate/Doge.png similarity index 100% rename from cancer/donate/Doge.png rename to static/donate/Doge.png diff --git a/cancer/donate/Ethereum.png b/static/donate/Ethereum.png similarity index 100% rename from cancer/donate/Ethereum.png rename to static/donate/Ethereum.png diff --git a/cancer/donate/LTC.png b/static/donate/LTC.png similarity index 100% rename from cancer/donate/LTC.png rename to static/donate/LTC.png diff --git a/cancer/donate/Monero.png b/static/donate/Monero.png similarity index 100% rename from cancer/donate/Monero.png rename to static/donate/Monero.png diff --git a/cancer/donate/gumroad.svg b/static/donate/gumroad.svg similarity index 100% rename from cancer/donate/gumroad.svg rename to static/donate/gumroad.svg diff --git a/template/index.html b/template/index.html index 3d7b73c..7394cea 100755 --- a/template/index.html +++ b/template/index.html @@ -51,17 +51,62 @@ - +
+

Support Us!

+
+

Bitcoin:

+

13riTUNgYf8VTfpFgh6wboehybXBbbi6Eq

+ A picture of a BTC wallet QR Code should be here +
+ +

Gumroad:

+ Accepts Paypal, Mastercard, Visa, Google Pay, etc. +

https://gumroad.com/cavemanon

+ + A picture of the Gumroad Logo should be here +
+ + + +
+
+

Ethereum

+ This address accepts ERC tokens such as Chainlink as well! +

0x4B55e2DB7C918B4198eF5d693138bCB87DC661E8

+ A picture of a Etherium Wallet QR Code should be here +
+ +
+
+

Doge

+

DR9ZLsb1yUuabi2PDpGJsHV1NJKwwDSUQe

+ A picture of a Doge Wallet QR Code should be here +
+
+ +
+
+

Litecoin:

+

M8a8r1GAtwDETDsoaeZviidgW9bcRgbLqD

+ A picture of a LTC Wallet QR Code should be here +
+
+

Monero:

+

43mbXAxjiuS1UoYdt7Cp8iV2zBqxFhzeH5hCRu62gxQNSJKc

+

GdpXu6cdsd39tN48UW5MUCgh6RVZydegsPyokeyP4YFkdFs

+ A picture of a Monero Wallet QR Code should be here +
+
+

Source Code

;SOURCECODE;

From 92a0cf5ec87c3356d4a7b90faef9244f43d7649d Mon Sep 17 00:00:00 2001 From: nutbuster Date: Sat, 13 Apr 2024 16:59:49 +1000 Subject: [PATCH 4/7] Link to changelog on index below download --- definition.toml | 4 +++- template/index.html | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/definition.toml b/definition.toml index bf52157..453d8f8 100644 --- a/definition.toml +++ b/definition.toml @@ -2,12 +2,13 @@ VERSION = "SnootGame-Patch9-RoastedLaika" EMAIL = "cavemanongames@gmail.com" [languages] - [languages.en] + [languages.en] TAGLINE = "The Pre-historic Romance a million years in MS Paint to tell" DESCRIPTION = "You play as Anon, a lonely, faceless, nobody, reject who finds himself in the dinosaur themed acid trip of a school named Volcano High. Here Anon meets the qt ptero known as Fang and their clown-vomit colored posse of reject friends and other associated thorns-in-the-side. All of whom, you can read about " DESCRIPTIONHERE = "here." IMAGES = "Images" DOWNLOAD = "Download" + CHANGELOG = "Changelog" SOURCECODE = "This game is Free Software and thus has an open code base for you to use, share, and enjoy. This code base is hosted on Gitea and can be found here." LEGAL = "Legal" LEGALNOTE = "For our own lawful protection, we only provide the legal section in English." @@ -50,6 +51,7 @@ EMAIL = "cavemanongames@gmail.com" DESCRIPTIONHERE = "aquí." IMAGES = "Imagenes" DOWNLOAD = "Descargas" + CHANGELOG = "registro de cambios" SOURCECODE = "Este juego es Software libre y por lo tanto su código fuente está abierto para uso publico, para que sea repartido, y sea disfrutado. Este código está hosteado en Gitea y puede ser encontrado aquí." LEGAL = "Legal" LEGALNOTE = "Para nuestra propia protección legal, solo proporcionamos la sección legal en inglés." diff --git a/template/index.html b/template/index.html index 7394cea..da4ab72 100755 --- a/template/index.html +++ b/template/index.html @@ -58,6 +58,8 @@
From 47dc9583a76caafdd686e28b010fee65b00baae0 Mon Sep 17 00:00:00 2001 From: Map Date: Fri, 26 Apr 2024 19:44:47 -0500 Subject: [PATCH 5/7] make the site actually work. Implemented feedback from other pr fixed some changelog links not working. --- definition.toml | 22 +++++++- .../changelog-shitposts}/FIGURED_IT_OUT.png | Bin {template => static}/changelog.html | 52 +++++++++++------- static/donate/BTC.png | Bin 407 -> 0 bytes static/donate/Doge.png | Bin 406 -> 0 bytes static/donate/Ethereum.png | Bin 406 -> 0 bytes static/donate/LTC.png | Bin 6342 -> 0 bytes static/donate/Monero.png | Bin 556 -> 0 bytes static/donate/gumroad.svg | 1 - template/download.html | 4 +- template/index.html | 10 ++-- 11 files changed, 61 insertions(+), 28 deletions(-) rename {cancer/junk => static/changelog-shitposts}/FIGURED_IT_OUT.png (100%) rename {template => static}/changelog.html (89%) delete mode 100644 static/donate/BTC.png delete mode 100644 static/donate/Doge.png delete mode 100644 static/donate/Ethereum.png delete mode 100644 static/donate/LTC.png delete mode 100644 static/donate/Monero.png delete mode 100644 static/donate/gumroad.svg diff --git a/definition.toml b/definition.toml index 06ed9f0..caf17cc 100644 --- a/definition.toml +++ b/definition.toml @@ -9,6 +9,16 @@ EMAIL = "cavemanongames@gmail.com" IMAGES = "Images" DOWNLOAD = "Download" CHANGELOG = "Changelog" + COMMUNITY = "Community" + BOORUTEXT1 = "We run a booru at " + BOORUTEXT2 = "booru.cavemanon.xyz" + BOORUTEXT3 = "! Please post SnootGame related art there!" + TWITCHTEXT1 = "We also have a twitch at " + TWITCHTEXT2 = "Cavemanon_Studio" + TWITCHTEXT3 = "." + TWITTERTEXT1 = "Follow " + TWITTERTEXT2 = "our twitter" + TWITTERTEXT3 = " for future updates." SOURCECODE = "This game is Free Software and thus has an open code base for you to use, share, and enjoy. This code base is hosted on Gitea and can be found here." LEGAL = "Legal" LEGALNOTE = "For our own lawful protection, we only provide the legal section in English." @@ -51,7 +61,17 @@ EMAIL = "cavemanongames@gmail.com" DESCRIPTIONHERE = "aquí." IMAGES = "Imagenes" DOWNLOAD = "Descargas" - CHANGELOG = "registro de cambios" + CHANGELOG = "registro de cambios (En inglés)" + COMMUNITY = "Comunidad" + BOORUTEXT1 = "¡Tenemos una página de arte en " + BOORUTEXT2 = "booru.cavemanon.xyz" + BOORUTEXT3 = "! ¡Por favór publica tus trabajos relacionados con Snoot Game ahí!" + TWITCHTEXT1 = "También tenemos un Twitch en " + TWITCHTEXT2 = "Cavemanon_Studio" + TWITCHTEXT3 = " (En inglés)." + TWITTERTEXT1 = "Sigue nuestro " + TWITTERTEXT2 = "Twitter" + TWITTERTEXT3 = " para futuras actualizaciones (En inglés)." SOURCECODE = "Este juego es Software libre y por lo tanto su código fuente está abierto para uso publico, para que sea repartido, y sea disfrutado. Este código está hosteado en Gitea y puede ser encontrado aquí." LEGAL = "Legal" LEGALNOTE = "Para nuestra propia protección legal, solo proporcionamos la sección legal en inglés." diff --git a/cancer/junk/FIGURED_IT_OUT.png b/static/changelog-shitposts/FIGURED_IT_OUT.png similarity index 100% rename from cancer/junk/FIGURED_IT_OUT.png rename to static/changelog-shitposts/FIGURED_IT_OUT.png diff --git a/template/changelog.html b/static/changelog.html similarity index 89% rename from template/changelog.html rename to static/changelog.html index 0bd652c..6edc9ff 100644 --- a/template/changelog.html +++ b/static/changelog.html @@ -8,7 +8,17 @@ -

Changelog - Full List (Ascending Order)

+

Changelog - Full List (Ascending Order)

+
+
+

Changes - Plunger Kurwa (Patch 10)

+
    +
  • Add Polish Translation. +
  • Slightly shrinked the credits text. +
  • Extended the preferences language selection box to support longer language names. +
  • Marked additional UI text as translatable. +
+

Changes - Roasted Laika (Patch 9)

@@ -219,25 +229,25 @@

Changes - Patchy-Patch 5.1.1

@@ -268,7 +278,7 @@
  • fang considering now has shading
  • removed some bit I accidently kept in of anon going to the lunchroom with his card
  • a cleaned up version of Appreciating the atmosphere has been added
  • -
  • Rosa is now authentic thanks to Mexican anon. Now Latina-pilled Rosa-bros can enjoy their mestiza mommy gf properly.
  • +
  • Rosa is now authentic thanks to Mexican anon. Now Latina-pilled Rosa-bros can enjoy their mestiza mommy gf properly.
  • cured anon's schizophrenia when it comes to stella's shirt
  • fellow developers found a funny I left in, so I removed it
  • stella fix as it pertains to tarrot cards
  • @@ -288,7 +298,7 @@
  • imfreeeeeeeeeeeefaaaalin is no longer in, this was supposed to be an image of anon tumbling down the stairs but we didn't have time for it (maybe gets added later?)
  • fixed errors due to an illiterate caveman programmer
  • Removed unintended naomi autism
  • -
  • Removed Sage
  • +
  • Removed Sage
  • diff --git a/static/donate/BTC.png b/static/donate/BTC.png deleted file mode 100644 index d744caf554691701641687782aa473109a56a1dc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 407 zcmV;I0cie-P)^@R5*>* z)G=3!JF(V4MPz{3Uc9BAei9; z(2oKCg9%`bFpvf?A~Tga(ne*a4hCI+f_AElPU*?^a(2D#ojYW`m3 zH^}1z+Ty#h4JOclJFn$YW)3DtlaDeSMr2a^93NYJcts*9j(0L!0EaRYltsZxR}~U7 zjh@@ibHCc&;)!}bxa|PfuG-9j64E_VvNBK5YuG2`DvU^;=* z)V+~~AP@)ebqvUS4KPC+WZRN7fZBkzWJVjz&;VuxjC<=l?<;sf@`Bqj`6a-gbpiTQ z@IM#<40)3>fU5GKY*K&ha-s(Aazu6NJc>37ISAQEEBeK?k$4L}SpGg_fmdE9`TL3g znpf@F;;)N+&4@6$KB8Jbmn!naKol18oonEAEqOpcV4Xy2MmcH@PE|&fj}$iUX{z%S zVHN%1GTi$XspXW^;^2-@B!^vr+r*Kn%2RlYYD;R?s>*}ZihdNnqdK{p#^sK{iUzts zPFj>*sx$Jbzz-TgQ4zhMRyv4Ph}a_a#^6DQ{f(QmGi zG;7*Y19^T?S{=R`TH-aoyEnvd6jk}YC-+_a09SVrMz>8)MgRZ+07*qoM6N<$f?{s0 ADF6Tf diff --git a/static/donate/Ethereum.png b/static/donate/Ethereum.png deleted file mode 100644 index cbe258639bf9f5c0254cd916ac24094451ddec62..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 406 zcmV;H0crk;P)* z)VqzuAP@l1u^fq)a5foC+I`OgncGatX5S-cc$ND zg}4Q(Sk^p1y@OU1xJ}e0d9~#^;Z>YA`Bn?gTR1)+pn7EPW=vXj`SfMVobT+;O12py z$GQV!Z07*qoM6N<$f|wtx AGXMYp diff --git a/static/donate/LTC.png b/static/donate/LTC.png deleted file mode 100644 index 601f8b466a2971841b884f83d2f6147bdc158df2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6342 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 krni6nE%^U_jo7ymb%=9Y6%`2pe@u|5t7<4 z)-kT*AP@%Nu_);53m|a~I<90cV8<7*uSCZ+kbD8$Q6Of2KSyt+Z8C4G)uI&17m0Y7 z-{TPfx#&NULbPZzI(1Y-WQB5Z3)PIC$eESJ63wh_ac!*)Z{)I&36Z9+ujCSH9@tF$ z6X7=d^N5P$?R>aH;$(NZR1|m?pC_ikQt95_ z#X2Ht+FXMq%LJE@oE4ZohGa;5t|MI%CLvy%#FJKwQCyc4+I~#syf;ity~s=UKO6-*DMh{2l?D0 u_Q8XOg@W^$>11G~P_0n@?mxi4F24W~WV3rs=<>J#0000 \ No newline at end of file diff --git a/template/download.html b/template/download.html index f2dbc73..bceae64 100755 --- a/template/download.html +++ b/template/download.html @@ -33,8 +33,10 @@ -

    Game Download

    +

    Game Download

    +

    ;CHANGELOG;

    +

    Windows

    ;DIRECTDOWNLOAD; diff --git a/template/index.html b/template/index.html index 78e34fb..1e8b7e2 100755 --- a/template/index.html +++ b/template/index.html @@ -50,12 +50,9 @@
    +
    From 430a2c3751673941deb3361ff4dcba0f846614d3 Mon Sep 17 00:00:00 2001 From: Map Date: Wed, 8 May 2024 10:59:21 -0500 Subject: [PATCH 6/7] change twitter link to be at the top of the COMMUNITY container --- template/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/index.html b/template/index.html index 1e8b7e2..a60331d 100755 --- a/template/index.html +++ b/template/index.html @@ -116,9 +116,9 @@

    ;SOURCECODE;

    ;COMMUNITY;

    +

    ;TWITTERTEXT1;;TWITTERTEXT2;;TWITTERTEXT3;

    ;BOORUTEXT1;;BOORUTEXT2;;BOORUTEXT3;

    ;TWITCHTEXT1;;TWITCHTEXT2;;TWITCHTEXT3;

    -

    ;TWITTERTEXT1;;TWITTERTEXT2;;TWITTERTEXT3;

    From 488368e7393253b9fc1957a9e4a8866e9ef2f9f6 Mon Sep 17 00:00:00 2001 From: Map Date: Wed, 8 May 2024 12:54:24 -0500 Subject: [PATCH 7/7] update patch 10 name --- static/changelog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/changelog.html b/static/changelog.html index 6edc9ff..c9daa04 100644 --- a/static/changelog.html +++ b/static/changelog.html @@ -11,7 +11,7 @@

    Changelog - Full List (Ascending Order)


    -

    Changes - Plunger Kurwa (Patch 10)

    +

    Changes - Plunger Bobr (Patch 10)

    • Add Polish Translation.
    • Slightly shrinked the credits text.