forked from Cavemanon/snootgame.xyz
Still a work in progress, still needs the following: * Character bios added to the spanish definition area * the entire cancer folder removed * Validation that the static content (css and images) works properly * A section shilling cavemanon.xyz as our main site * Some visual improvements in the downloads section However, for now, it's actually maintainable, and likely can be ported to our other game sites as well for translation purposes.
85 lines
3.6 KiB
HTML
85 lines
3.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Snoot Game</title>
|
|
<link href=style.css rel="stylesheet" type="text/css" media="all">
|
|
<link href=favicon.webp rel="shortcut icon" type="image/png">
|
|
</head>
|
|
<body>
|
|
<h1>Changes - Fangsgiving Edition (Patch 7)</h1>
|
|
<h2>System</h2>
|
|
<ul>
|
|
<li>Fix the auto-update bug.</li>
|
|
<li>Move aquarium background to the actual background.</li>
|
|
<li>'Missing'/Unused assets removed.</li>
|
|
<li>De-duplication of images and UI sounds.</li>
|
|
<li>Compressed PNGs CGs & backgrounds to JPGs.</li>
|
|
<li>Limit saves from infinite pages to 9 pages.</li>
|
|
<li>Fixed archive extraction error involving duplicate sounds prompting the user to replace one of them.</li>
|
|
<li>Added Notification after getting an ending.</li>
|
|
<li>The quick buttons (Skip, Save, Auto, Load) no longer overlap.</li>
|
|
<li>Updated license file to include new sound sources.</li>
|
|
</ul>
|
|
|
|
<h3>General</h3>
|
|
<ul>
|
|
<li>Improved grammar and punctuation.</li>
|
|
<li>Fang's phone button is redone.</li>
|
|
<li>Trish reveals a new Vuurm Drama poster.</li>
|
|
<li>Trish angry sprite is updated.</li>
|
|
<li>Fixed Extras menu being slightly offset.</li>
|
|
<li>Updated several sounds to be mixed correctly.</li>
|
|
<li>Added several new sounds.</li>
|
|
<li>Elliot phoneposting added.</li>
|
|
<li>Credits have slight padding.</li>
|
|
<li>Naomi is mentioned during rebeautification detention.</li>
|
|
<li>Naomi selects Anon's music elective.</li>
|
|
<li>Anon's flashback lines for Naomi is altered to reflect & focus on the above Naomi changes.</li>
|
|
<li>Choreography redone for Chapter 7, 8, 9.</li>
|
|
<li>Choreography given a partial update for Chapter 1.</li>
|
|
<li>Most scenes will dissolve instead of completely fading. (The UI buttons doesn't disappear between transitions)</li>
|
|
<li>Fang's chin/snoot when looking back at Anon CG is fixed.</li>
|
|
<li>Ending 4 requires knowledge of both Fang and Naser's past.</li>
|
|
<li>'New' emotive sprites for prom variants.</li>
|
|
<li>'New' emotive sprites for Rosa's future variant.</li>
|
|
</ul>
|
|
|
|
<h3>Ending 1</h3>
|
|
<ul>
|
|
<li>Added back A14 CG, now redone.</li>
|
|
<li>Choreography timing and sound adjusted.</li>
|
|
<li>Fang's buttons are now filled in instead of being red when playing the bass.</li>
|
|
</ul>
|
|
|
|
<h3>Ending 3</h3>
|
|
<ul>
|
|
<li>Choreography fully touched up apart from half of Fang's house scene. (Before Fang walks down the stairs is the same, after stairs is touched up)</li>
|
|
<li>Moe is taller during Ending 3. (Now consistent with all Moe appearances)</li>
|
|
<li>Story has been revised when Anon is leaving Fang.</li>
|
|
</ul>
|
|
|
|
<h3>Ending 4</h3>
|
|
<ul>
|
|
<li>Choreography fully touched up apart from half of Fang's house scene. (Before Fang walks down the stairs is the same, after stairs is touched up)</li>
|
|
<li>Amberlight music tracks have been swapped.</li>
|
|
<li>Future Naomi is now insulted properly.</li>
|
|
<li>Fixed soda can at campfire cg having the wrong color.</li>
|
|
<li>Amberlight music keeps playing during the credits.</li>
|
|
</ul>
|
|
|
|
<h3>Bonus Chapters</h3>
|
|
<ul>
|
|
<li>Naomi chapters redone with new choreography.</li>
|
|
<li>PTA Meeting redone with new choreography.</li>
|
|
<li>Fixed Good Faith loopable tracks not looping smoothly.</li>
|
|
<li>Removed delay and cleaned up noise near the end of Good Faith.</li>
|
|
<li>New ending image for Raymba chapter. (Menu is changed when finishing Raymba chapter)</li>
|
|
<li>Raymba chapter now has higher resolution images/improved blur.</li>
|
|
</ul>
|
|
|
|
<p>To receive more information about the game and its further development (along with other projects), subscribe to our <a href=https://snootgame.xyz/HowToRss.html>RSS Feed!</a></p>
|
|
</body>
|
|
</html>
|