Compare commits

...

673 Commits

Author SHA1 Message Date
6377fffba0 Remove renconstruct from build
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending
ci/woodpecker/pull_request_closed/woodpecker Pipeline is pending
2024-10-11 15:45:32 -05:00
b16bd97d33 Debloated builds and include renconstruct
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending
An option in the options.rpy made it so renconstruct.toml wasn't shipped
with the game AND the lack of an option made the game compile with the
dist/ folder being exported, meaning that the game would ship with an
android build unnecessarily.

Fixes: #239
Fixes: #240
2024-10-11 15:03:13 -05:00
Map
6cea8fa94b add additional promo art credit 2024-10-10 14:40:02 -05:00
Map
1fad3b0b62 Update italian and spanish strings 2024-10-10 11:17:22 -05:00
Map
fc537fecc7 undo checking for conflicting properties (as it turns out enforcing cleaner code is inconvenient (especially if it's over something that doesn't show issues in the first place)) 2024-10-08 18:18:20 -05:00
Map
f3bb2caa7f put backspace functionality into the help menu 2024-10-08 13:17:03 -05:00
Map
3bf7e9e433 up the default volume slider 2024-10-07 20:59:14 -05:00
Map
d581c7884c makes the scroll toggle a little smarter 2024-10-07 20:15:57 -05:00
Map
3d51bae4a6 remove comment that no longer applies in mod menu 2024-10-07 20:14:54 -05:00
Map
5d44682f49 fix android mod buttons 2024-10-07 18:14:12 -05:00
Map
033175500c Fix mods without defined names not being assigned their folder name
Remove checks for the 'None' language as the user will never be assigned to it
Some comment typo fixes
Make reloading mods not play the splash screen
Pressing backspace will now hide the mod details pane, and shoe mod errors if there's any
Attempt at making a button for android to hide the details pane.
2024-10-07 17:10:10 -05:00
Map
2c2899e734 Turn on check conflicting properties (trolling modders one config var at a time) 2024-10-07 04:02:06 -05:00
Map
301035bad1 Fix some lint errors 2024-10-07 03:57:39 -05:00
Map
e06db742e2 Merge branch 'master' of https://git.cavemanon.xyz/Cavemanon/SnootGame 2024-10-07 03:07:10 -05:00
Map
610737fddf remove redundant imports for rounded corners 2024-10-07 03:07:03 -05:00
Map
e41d42d4e7 tweak rounded corners of mod icons 2024-10-07 03:06:54 -05:00
Map
7873a882a8 Add note about icon in mod README 2024-10-07 02:50:02 -05:00
Map
c045fcff26 nudge "no mods!" message down a bit 2024-10-07 02:49:53 -05:00
Map
81c646e81b remove unused gui images 2024-10-07 00:56:36 -05:00
Map
7612935547 turn on linear fades to prevent mixing from getting out of wack
and fucking fix those volume defaults once and for all
2024-10-07 00:51:56 -05:00
201cd61f63 Merge pull request 'Spanish Translation for new stuf' (#251) from Espaniolo into master
Reviewed-on: #251
2024-10-07 05:31:53 +00:00
Map
934a0dc72a change languaged_up to be set inside the lang_sel screen 2024-10-07 00:30:08 -05:00
9d1064c75e Spanish Translation for new stuf 2024-10-07 02:29:08 -03:00
Map
ca7406d0d9 Add pre-splash 2024-10-07 00:08:51 -05:00
Map
79ac93e6fd Turn on deferred languages 2024-10-06 23:23:58 -05:00
Map
019d5f4f44 Fixed language setup screen 2024-10-06 23:22:25 -05:00
Map
64b566d66b Set volume slider default 2024-10-06 23:15:57 -05:00
40ec930ab3 Merge pull request 'Improved epilgoue menu' (#250) from improved_epilogue_menu into master
Reviewed-on: #250
Reviewed-by: Legalo <legalo@noreply.git.cavemanon.xyz>
2024-10-07 03:00:23 +00:00
Map
b8d8a00f44 Give the mod menu the epilogue style.
Change the mod details pane to display the name of a mod if the display is set to "icon"
2024-10-06 21:46:08 -05:00
Map
fd21e45713 Merge branch 'master' into improved_epilogue_menu 2024-10-06 21:08:29 -05:00
87e9546d15 Merge pull request 'Backporting Wani's mod interface' (#249) from wani_mod_menu into master
Reviewed-on: #249
Reviewed-by: Legalo <legalo@noreply.git.cavemanon.xyz>
2024-10-07 02:00:49 +00:00
Map
a266c9508c Fix NOMODS flag clearing the load order
Mods that don't have loadable scripts are forced on
2024-10-06 20:30:04 -05:00
Map
b1719c4b21 make the mod toggle button disappear if the mod doesn't have any valid scripts loaded 2024-10-06 19:53:53 -05:00
Map
db337e64ae make the custom backgrounds more orange 2024-10-06 18:26:33 -05:00
Map
0e35c5a415 Expand epilogue menu style to include the rest of the menu's (except for the mod menu, for the time being) 2024-10-06 18:19:06 -05:00
Map
302c2f6b10 Change rollback side to only appear on Android 2024-10-06 18:17:54 -05:00
Map
c14c7b43be Remove redundant mobile variant of the extras menu 2024-10-06 15:49:49 -05:00
Map
5eb39a7c3c Merge branch 'master' into wani_mod_menu 2024-10-06 14:29:47 -05:00
Map
aa0eff4377 move mod buttons slightly higher, and create a seperate 'start' button for starting mods on Andoird 2024-10-06 14:27:48 -05:00
Map
e54c950ef6 Fix UI issues.
Tighten up mod display to include more buttons at once, showing the original while in android.
Expands mod buttons to fill the space the menu panel provides. Redone mod button images to fit aesthetically
Imports misc files for modding, including the readme and flags
2024-10-05 18:12:28 -05:00
Map
8dfa492442 forgor to return the fucking label that puts you into the main menu 2024-10-05 14:15:11 -05:00
Map
6a407f4630 fix typo blunders that crash the game 2024-10-05 14:07:09 -05:00
Map
2269086430 Bring all features from latest renpy updates into default renpy scripts 2024-10-05 09:42:58 -05:00
Map
902e435e6c Update common.rpym 2024-10-05 09:29:49 -05:00
Map
62cc1206ce remove score debug screen and image file 2024-10-05 09:26:49 -05:00
Map
42c05f0cbf Bring renpy sync back 2024-10-05 09:19:47 -05:00
Map
7904646359 Bring fast skipping to the skip button (fucking finally) 2024-10-05 09:14:16 -05:00
Map
e41e277f7b Re-enable voices volume slider 2024-10-05 09:03:18 -05:00
Map
fa2bf7e4a9 change comments in cg_gallery to a proper comment 2024-10-05 08:54:14 -05:00
Map
ffccaff704 fix conflicting properties 2024-10-05 08:49:05 -05:00
Map
84240297e5 document where snoot config vars are 2024-10-05 08:18:06 -05:00
Map
a8fb7bae19 correct some more lint errors 2024-10-05 08:16:02 -05:00
Map
cd21d816d3 correct minor russian lint error 2024-10-05 08:12:39 -05:00
Map
557ce88ff4 Remove check that makes developer tools only appear when config.developer is on 2024-10-05 08:09:52 -05:00
Map
7309c68119 Bring edgescroll toggling from Wani 2024-10-05 08:09:19 -05:00
Map
6c283a8dcd add back in mod menu options 2024-10-05 08:06:25 -05:00
Map
f0892157ab Remove redundant mod var setup 2024-10-05 08:06:13 -05:00
Map
dabac1f5f0 Implement internal 'en' language, and backport splashscreen fixes from Wani 2024-10-05 08:04:35 -05:00
Map
7d2203dc04 make the mod menu work (not testing mods) and slightly better the mod processing code 2024-10-04 20:55:43 -05:00
Map
963851af8e Fix android extra's menu not displaying the chapter select button, as well as removing the check that forces chapter select to be on when config.developer is true 2024-10-04 18:12:30 -05:00
Map
85d71da086 import wani mod script 2024-10-04 18:06:23 -05:00
4db1a76088 Italian Translation (#246)
Co-authored-by: dsatta <dsatta60@gmail.com>
Co-authored-by: nutbuster <nutbuster@cock.li>
Co-authored-by: Map <mapmappening@gmail.com>
Reviewed-on: #246
Reviewed-by: Mappening <mapanon@noreply.git.cavemanon.xyz>
Co-authored-by: MichaelYick <michaelyick@cavemanon.xyz>
Co-committed-by: MichaelYick <michaelyick@cavemanon.xyz>
2024-10-04 21:46:02 +00:00
Map
91abc6f87f Move some config vars to options.rpy 2024-10-03 10:15:14 -05:00
Map
3b53dc1f6f Move story var resetting so that it runs everytime the user enters the ending selection menu.
Fix list copying to work as intended
2024-10-03 10:09:29 -05:00
Map
e82064ef6b slightly better documentation for storyline.rpy 2024-10-03 07:22:12 -05:00
Map
c8b5c68649 Reset story vars when chapter select initializes 2024-10-03 07:21:59 -05:00
Map
6b93689456 Provide a const-like variable for chapter_list so it can be reset as needed 2024-10-03 07:15:35 -05:00
Map
f71b284e90 revise chapter select code again 2024-10-03 07:07:41 -05:00
267634783d Merge pull request 'Redo chapter select and minor clean up of code base' (#247) from chapter_select_and_misc_fixes into master
Reviewed-on: #247
Reviewed-by: Nutbuster <nutbuster@cock.li>
Reviewed-by: Legalo <legalo@noreply.git.cavemanon.xyz>
2024-10-03 03:19:00 +00:00
Map
73328cb2e1 final overhaul that should make everything work
Redid chapter names, sourced from the source snoot script
Tightened up transitions in chapter select
made all get_ending() checks use ending_route_number instead.
2024-10-02 11:16:26 -05:00
Map
10e8010f9b fix chapter select needing developer mode enabled 2024-10-02 10:52:48 -05:00
Map
5126f0e3ae fix oversight of me being retarded and removing an import without testing 2024-10-02 10:52:26 -05:00
Map
c3e365d01c Add setup_ending. Endings are now determined and setup the moment branching is required. 2024-10-02 07:27:34 -05:00
Map
3059d469f2 redo chapter select and chapter processing 2024-10-02 06:54:36 -05:00
Map
2a157e1362 add locking feature to get_ending (needed for chapter 11) 2024-10-02 06:34:35 -05:00
Map
1373bed36b document chapter_variables 2024-10-02 06:34:14 -05:00
Map
99997a4204 move all non-default renpy scripts into src 2024-10-01 17:17:59 -05:00
Map
cebabce278 document the few functions in script.rpy 2024-10-01 17:16:36 -05:00
Map
00166f6d3d move insult layers function into misc_definitions 2024-10-01 17:16:18 -05:00
Map
d9cb051d91 reorganize definitions into a seperate file.
Rename definitions.rpy into image_definitions.rpy
change some var defaults into actual default statements
2024-10-01 17:11:18 -05:00
Map
0ceae541a5 Add more safegaurds when entering the chapter select, rephrase some chapter select text 2024-10-01 17:03:38 -05:00
ee3f8b7152 Merge pull request 'Chapter navigation improvements' (#244) from Iggy/SnootGame:master into master
Reviewed-on: #244
Reviewed-by: Mappening <mapanon@noreply.git.cavemanon.xyz>
Reviewed-by: Legalo <legalo@noreply.git.cavemanon.xyz>
2024-10-01 21:04:54 +00:00
92ee2a56f1 Add exit game after ending 1
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-09-18 12:00:03 -03:00
4d3801dd3d fix commit
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-08-30 20:35:22 -03:00
aee5d8b610 find_chapter_in_array now exits to the main menu in case of error 2024-08-30 20:31:52 -03:00
4ce0d1df31 Merge branch 'add-ending-ch-select' 2024-08-30 20:16:08 -03:00
b1cc24fb2e chapter_select improvements 2024-08-30 20:03:19 -03:00
e0027f3c5d Add ending chapters to chapter-select tool 2024-08-30 19:45:30 -03:00
a787d1ceaf Remove unused globals 2024-08-30 17:33:26 -03:00
719f08ba24 Make set_scores function more readable 2024-08-30 15:18:00 -03:00
a31fa50d8a Functions refactoring 2024-08-30 15:02:24 -03:00
803e878c3f Remove is_end_of_chapters function 2024-08-30 14:40:28 -03:00
f38c53776c Remove tasks.patch 2024-08-30 14:35:02 -03:00
7865a0164c Remove unused globals
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-08-29 18:23:32 -03:00
908d8f62f7 Remove lock_scores logic and point-increasing functions
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-08-29 18:07:30 -03:00
76e61ee78e fix commit
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-08-29 14:11:56 -03:00
dcff088d11 Remove unused build.classify
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-29 14:07:05 -03:00
9c3ddccbb5 Delete deprecated .android.json file
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-08-26 17:30:35 -03:00
79dff8fcc9 Remove tasks.patch 2024-08-26 17:15:56 -03:00
ee8f5b04b7 Update versions to latest and greatest 2024-08-26 17:14:34 -03:00
98cd25dc47 Delete build.include_update 2024-08-26 17:02:38 -03:00
0665ce7f03 Delete update.pem 2024-08-26 16:43:46 -03:00
cacc68462a - Add missing build.classify
- Add android mkdir again
2024-08-26 16:28:30 -03:00
41e73b07cf Reenable apk build 2024-08-26 16:16:09 -03:00
baad1afda7 Remove android mkdir 2024-08-26 16:06:35 -03:00
331b628adf Delete .woodpecker 2024-08-26 15:59:21 -03:00
6d7f357dbb Disable android build
Add automated Woodpecker run
2024-08-26 15:55:19 -03:00
60f8efc6df Add build_patch task 2024-08-26 15:49:34 -03:00
fc3472692b Remove task_dir 2024-08-26 15:43:55 -03:00
e060956d82 Copy renconstruct.toml from Wani 2024-08-26 15:40:20 -03:00
7023a06020 Rename config.version 2024-08-26 15:29:04 -03:00
62ffab3bed Enable keystore task
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-25 21:52:06 -03:00
32894af0af Last try
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-25 21:43:52 -03:00
9078bb8aa1 Moar possible fixes
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-25 21:12:17 -03:00
ac1c51543e Update renconstruct dir command
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-24 22:17:42 -03:00
8dd717abeb Remove initial dot from android.json
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-24 19:40:26 -03:00
05b0525a3d delete task_dir
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-24 19:19:15 -03:00
01135c64b9 Modify cache directory
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-24 19:03:23 -03:00
2c325c0d3d Merge branch 'master' of https://git.cavemanon.xyz/Iggy/SnootGame
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-24 15:54:44 -03:00
a175a0bb12 Fix stuff 2024-08-24 15:52:23 -03:00
Ignacio
50b64f170e Add missing files to fix Woodpecker build
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-24 15:33:01 -03:00
fd7ac143af Add missing files to fix Woodpecker build 2024-08-24 15:33:01 -03:00
Ignacio
9ef954bd9f Add keystore keys from Wani
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-24 11:40:18 -03:00
4f4956f201 Add keystore keys from Wani 2024-08-24 11:40:18 -03:00
Ignacio
002e2b6a13 Delete android from woodpecker.yml
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-24 11:18:20 -03:00
949dfa4044 Delete android from woodpecker.yml 2024-08-24 11:18:20 -03:00
Ignacio
c06e73743a Remove tasks.convert_images
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
Upgrade Renkit version
2024-08-24 10:54:38 -03:00
1f747f5101 Remove tasks.convert_images
Upgrade Renkit version
2024-08-24 10:54:38 -03:00
ae7454506e Enable tasks.keystore
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-23 21:56:48 -03:00
c020847800 Remove tasks.notarize
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-23 21:43:41 -03:00
a04c4e6912 Remove tasks.clean
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-23 21:34:24 -03:00
b048e9c32a Downgrade Renkit version
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-23 21:25:02 -03:00
84f6d467dd Update build commands
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-23 21:03:16 -03:00
dd6da86a8c Change tar compression option
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-23 20:14:09 -03:00
a75d26de8d Update Renkit url
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-23 19:58:07 -03:00
351e433504 Upgrade Renkit version to 4.4.0
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-23 19:49:45 -03:00
80bdae1d08 Add tasks.patch
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-23 19:32:41 -03:00
df967527e4 Update Renpy versions in woodpecker.yml and reconstruct.toml
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-23 18:48:39 -03:00
fef3b7beec Hide quick_menu in chapter selection
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-08-23 17:45:04 -03:00
cee1984f4d Convert "selected_tuple" into local function variable 2024-08-22 23:26:33 -03:00
0fbff1b81b Code optimizations 2024-08-22 23:18:23 -03:00
84ccfc1b13 Add improved chapter_selection 2024-08-22 22:13:00 -03:00
b65ed32b14 Remove redundant 'initstats' label 2024-08-22 22:04:44 -03:00
c5ea9c9cb5 Move chapter related variables to new file 2024-08-22 22:03:50 -03:00
993824e152 Mode chapter_select into "src" folder 2024-08-22 19:27:44 -03:00
a65a5075fe Implement functions to increase Anon and Fang scores 2024-08-21 21:44:48 -03:00
4d449593f5 Initialize ending_route_number when selecting an ending 2024-08-21 21:32:15 -03:00
233a801aa5 select_chapter function improvements 2024-08-21 21:25:09 -03:00
59c229db73 Add chapters description to selection 2024-08-21 21:05:14 -03:00
afee5de501 Move back global variables to storyline 2024-08-20 22:09:17 -03:00
2d793f86af - Move variables out of utility
- Add increase_points functions
2024-08-20 22:09:04 -03:00
fb64284d84 Add chapter select buttons 2024-08-20 22:08:08 -03:00
72ea3dd640 Add chapter_select 2024-08-20 22:07:43 -03:00
966fca9fc5 Fix Chapter Select button yposition 2024-08-19 20:36:09 -03:00
b34ad59fb4 Add setting to enable or disable chapter select 2024-08-19 20:21:49 -03:00
a933c090e4 Add chapter_select file 2024-08-19 20:21:32 -03:00
17cdc25bb1 Add chapter select to screens 2024-08-19 20:21:23 -03:00
3e9ea5ddbc Add chapter_select file 2024-08-19 19:48:07 -03:00
b7da3f957e Test change
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-08-19 18:36:01 -03:00
ce05fd5cdb Move story global variables initialization to the "initstats" label
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-18 22:45:14 -03:00
806151f430 Change start script to call the first chapter based on the "chapter_list_index" variable 2024-08-18 22:29:50 -03:00
859610e3bd storyline refactoring and improve function modularity 2024-08-18 22:25:53 -03:00
8b783f6838 Delete persistent ending variables from storyline 2024-08-18 21:14:40 -03:00
a046896907 Move persistent ending variables to screens.rpy 2024-08-18 21:13:45 -03:00
098c7dd021 storyline code cleanup 2024-08-18 21:10:30 -03:00
7084451986 Modify ending chapters to use the next_story_chapter function 2024-08-18 21:08:07 -03:00
ba0024f251 Modify storyline to extend the chapters array once the common chapters are finished 2024-08-18 21:06:13 -03:00
01e9ababa2 Delete commented lines from label get_ending 2024-08-18 12:48:53 -03:00
66d4b308af Delete commented lines from the storyline label 2024-08-18 12:46:40 -03:00
8b20ffaecd Remove init -999 python block for config.developer 2024-08-18 12:44:54 -03:00
97cc4252d5 Update FallingSky font to fix issue with words containing 'ft' 2024-08-18 12:41:03 -03:00
1864a917dc get_ending formatting
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-08-17 13:26:00 -03:00
f8aa9d0459 Change call order for reset_debug_scores function 2024-08-17 13:25:05 -03:00
fc903d08fb Modify debug_story_variables to append or remove elements accordingly 2024-08-17 13:24:22 -03:00
e4d7b18bf2 Chapter 8 choices formatting 2024-08-17 12:07:11 -03:00
14b7d1a6ea Storyline optimizations and fixes 2024-08-16 21:01:55 -03:00
4a2a62478d Call main menu after credits 2024-08-16 20:58:32 -03:00
88279e9601 - Implement debug_story_variables function
- Modify initstats label to handle debugging and wingStory variable
2024-08-16 20:56:58 -03:00
afb67298ec Implement updated way of playing movies 2024-08-14 22:25:47 -03:00
0a4ab9609a Implement use of 'initstats' label during start 2024-08-11 23:15:13 -03:00
6a32d84d24 Add missing logic to 'next_story_chapter' function
Modify define statements
2024-08-11 23:13:20 -03:00
366c62d484 Comment out storyline and get_ending labels 2024-08-08 22:42:08 -03:00
c68090bf58 Replace return calls in ending chapters 2024-08-08 22:31:18 -03:00
1345686055 Replace return calls with next_story_chapter function 2024-08-08 21:21:36 -03:00
dbf1aa34ef Adjustments to next_ending_chapter function 2024-08-08 20:01:30 -03:00
c50eb0ce32 Replace get_ending label usage in credits.rpy 2024-08-08 19:51:58 -03:00
4b662b5488 Replace get_ending label usage for new function in chapter 11 2024-08-08 19:51:18 -03:00
79569c7441 Add call first element of the general_chapters array in script 2024-08-08 19:43:36 -03:00
297ca81c7c - Add array containing general chapters labels
- Add dictionary for endings
- Add chapter transition functions
2024-08-08 19:19:48 -03:00
Map
670a3624c5 actually fix the language selector jank so it can support longer named languages
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-07-20 14:30:25 -05:00
Map
50afe3a646 Merge branch 'flower-line' 2024-06-13 03:12:59 -05:00
Map
58469f5ad4 Merge branch 'hunting' into flower-line
This also changes the retranslated spanish line to be corrected, and corrects the id for the other languages to work using the old line.
2024-06-10 23:15:58 -05:00
Map
79a73ccc64 Merge branch 'indentation-stuff' into indentation-continued
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This also removes the enum shit that was introduced but never merged to master, because we don't need it.
2024-06-10 22:53:09 -05:00
Map
0e7708f920 Merge branch 'update-readme'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-06-09 01:28:21 -05:00
468be6e067 Merge pull request 'Fix bug where polish will randomly turn spanish' (#242) from undo-polishisms-in-spanish into master
Reviewed-on: #242
2024-06-09 05:34:40 +00:00
Map
c31073412b deleted the wrong lines, fixing
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
2024-06-08 18:08:36 -05:00
Map
3e51013a55 remove old polish translation strings that replace spanish lines.
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending
2024-06-08 18:01:47 -05:00
02c413da81 Fix bug where polish will randomly turn spanish
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending
ci/woodpecker/push/woodpecker Pipeline is pending
polish technologia,,.., very good.. yes into spac.e...

the polish translation team built off the spanish translation and forgot
to remove the spanish declarations for their language when translating.
2024-06-08 17:47:47 -05:00
Map
abeb4f9467 change readme to not contribute to an outdate branch
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
2024-05-31 04:16:03 -05:00
0dacec2e60 Merge pull request 'New Russian Email Patch' (#236) from russianpatch into master
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Reviewed-on: #236
2024-05-23 01:40:48 +00:00
88327c44df New Russian Email Patch
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
From the email:

Hello, Mike! How are you doing? It's Gex again. Some dudes from our Discord
wrote me that with the release of patch 10 (or even 9) a couple of lines in
the "screens" file were added to the game that we didn't notice. They are
responsible for the appearance of notifications about passing the game and
opening bonus chapters. Since they were not translated, I decided to make a
small patch for the Russian translation, which fixes this problem.

In addition, I have corrected a couple of lines in two chapters and
"common" that were displayed incorrectly (literally one word in each - a
request from guys who are working on voice acting) and added an additional
explanation for the gamepad buttons.

I would be very grateful if you can add this small fix in the next update
(or make it into the existing one, because nothing drastically changes).

Sincerely, the translation team
All files attached
2024-05-20 16:19:38 -05:00
947f584c0a Patch "Kurwa Bobr" Ready - Polish translation from email (#235)
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
ci/woodpecker/release/woodpecker Pipeline is pending
Co-authored-by: Map <mapmappening@gmail.com>
Reviewed-on: #235
Reviewed-by: Mappening <mapanon@noreply.git.cavemanon.xyz>
Co-authored-by: Michael Yick <MichaelYick@cavemanon.xyz>
Co-committed-by: Michael Yick <MichaelYick@cavemanon.xyz>
2024-05-04 11:35:46 +00:00
4a872edd95 Merge pull request 'Marks missing text as translatable' (#234) from missing-text into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #234
2024-04-14 09:39:15 +00:00
4a64d9897c Marks missing text as translatable
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
2024-04-13 08:13:44 -03:00
cac38b6603 Merge pull request 'Forgot CG a tard made' (#233) from nucg into master
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/tag/woodpecker Pipeline was successful
ci/woodpecker/release/woodpecker Pipeline is pending
Reviewed-on: #233
2024-04-10 04:30:01 +00:00
e04380aa8b Forgot CG a tard made
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed
2024-04-09 23:04:07 -05:00
ea6c9ec95f Merge pull request 'Fixes: #231 - New Russo Translation' (#232) from nurusso into master
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
Reviewed-on: #232
2024-04-08 05:44:16 +00:00
7a5cc6a3f3 android version will change with woodpecker updates
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending
ci/woodpecker/pull_request_closed/woodpecker Pipeline is pending
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-08 00:38:07 -05:00
1bb7f6c99b New BG
New BG from Cerealanon, of wani project fame.

adjusted choreo slightly to work with new BG.

wow snoot game's choreo is stank and blow.
2024-04-08 00:34:53 -05:00
052a5cb0af espan should credit russo translation as well
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-04-03 06:13:52 -05:00
c12a1c7cbf New Russo Translation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-04-03 02:37:52 -05:00
d4c32e117c Merge pull request 'Make CI/CD worko properly' (#230) from renkitfix into master
Some checks are pending
ci/woodpecker/tag/woodpecker Pipeline was successful
ci/woodpecker/release/woodpecker Pipeline is pending
Reviewed-on: #230
2024-04-03 07:17:55 +00:00
Map
72af697284 fix builds and correct woodpecker to use the proper renpy version.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
2024-03-22 03:17:12 -05:00
Map
4a940e62b4 impliment changes to allow building on woodpecker
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This also generates strange update files within the distribution folder that I can't seem to disable, but don't prevent building (Aside from possibly just making it slower)
2024-03-22 03:13:03 -05:00
Map
4b509c0981 fix exception on build 2024-03-22 03:06:05 -05:00
862239c60a Merge pull request 'Fixes: #222 - woodpecker files' (#229) from woodpecker into master
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed
Reviewed-on: #229
2024-03-20 00:12:33 +00:00
ef09c6253a woodpecker files
Some checks failed
ci/woodpecker/pull_request_closed/woodpecker Pipeline failed
2024-03-01 07:54:03 -06:00
0a73b042bf Merge pull request 'Fixcrash' (#228) from fixcrash into master
Reviewed-on: #228
2024-01-03 07:58:38 +00:00
6a4212b99e fix crash 2024-01-03 01:51:50 -06:00
3dfcd43dab Merge pull request 'Patch 9 #226' (#227) from Patch9 into master
Reviewed-on: #227
Reviewed-by: MichaelYick <michaelyick@cavemanon.xyz>
2024-01-02 23:32:56 +00:00
22f3c694c8 Additional Spanish Translation 2023-12-27 11:51:23 +11:00
da3b9a2467 Add Russian Translation Files & Group by Language
Group translators by Language rather than Role
Rename Patch8 to Patch9 accordingly (Incremental number system for only this game)
Replace the Russian Flag straight from wikipedia instead

Notable Changes (that is kept in) from the cold north:
    FallingSky.otf has Cyrillic characters, unknown where they are from
    One of the insults uses a different font compared to the one from
    the modified FallingSky.otf
2023-12-27 11:28:10 +11:00
e473ddc1db Bonus Chapter 10 Unlock Requirement 2023-10-02 16:53:24 +11:00
a8238b97aa Move the wings check properly 2023-10-02 16:03:26 +11:00
279608bf80 actually uses the automated renpy translation feature formatting
didn't use the automated renpy feature so this wasn't correct whoops
2023-05-07 00:27:00 -06:00
9f2bd4ed5f fixes translation menus
deletes the old lines
2023-05-07 00:21:57 -06:00
93a548957d fix: Cleans up TODO regarding duplicate Rosa line.
Also includes shoddy Spanish translation, definitely requires proofreading.
2023-05-06 23:48:40 -06:00
0c648922aa common code 2023-05-06 22:50:23 -06:00
378cb12bf4 Late Game (Chapters 13, 14) and Bonus Chapters
* Reduces copypasta in the "what plans do you have" scene at the beach.
2023-05-06 22:48:11 -06:00
c890f2094c 2, 5, 8, 11
threes threes threes
2023-05-06 22:45:57 -06:00
dbffdf5c36 chapters 1 and 4 2023-05-06 22:43:35 -06:00
c274f8726a reduce copypasta in chapter7 2023-05-06 22:42:36 -06:00
9021619bf0 chapter 7 alignment issues 2023-05-06 22:42:27 -06:00
1046f65408 Merge pull request 'chore: Removes tradwife flag' (#220) from san7890/SnootGame:flag-cleanup into NewPatch
Reviewed-on: #220
2023-05-07 02:13:46 +00:00
404d3f91bd removes the trad arg to initstats() as well 2023-05-06 20:11:35 -06:00
340528ee02 removes the ending flag 2023-05-06 20:06:38 -06:00
ef4764b322 get_ending to not be numerically based, but instead enum-based. (#219)
Co-authored-by: san7890 <the@san7890.com>
Reviewed-on: #219
Co-authored-by: san7890 <san7890@noreply.git.cavemanon.xyz>
Co-committed-by: san7890 <san7890@noreply.git.cavemanon.xyz>
2023-05-07 00:44:59 +00:00
Map
66b289146f message for da modders 2023-01-04 22:39:01 -06:00
Mappening
1890971dbd Merge pull request 'More spanish bullshit' (#218) from GManon/SnootGame:spaniolo into Patch8-RAGE
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/218
2023-01-03 04:28:43 +00:00
b1c7339280 Better quality and makes the text all the same color 2023-01-03 01:27:20 -03:00
c6ae890895 Changes with the texts 2023-01-03 01:19:14 -03:00
Map
2cfef4ad45 some clause stuff 2023-01-02 22:11:57 -06:00
Map
83dc17fb23 fang reads from left to right now 2023-01-02 21:30:40 -06:00
b05db040ed fukken shet 2023-01-03 00:27:02 -03:00
Map
79a3441824 re-webp my mistakes. 2023-01-02 01:11:36 -06:00
Mappening
cdaa98b098 Merge pull request 'Fixes silly gallery bug' (#217) from GManon/SnootGame:imanidiot into Patch8-RAGE
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/217
2023-01-02 06:36:02 +00:00
17e90d3864 Fixes silly bug 2023-01-02 03:21:45 -03:00
Mappening
0198a6a831 Merge pull request 'Removes cache option and some spanish fixes' (#215) from GManon/SnootGame:spaniolo into Patch8-RAGE
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/215
2023-01-02 04:55:23 +00:00
Mappening
5653d6954e Merge pull request 'Simplifies the gallery code' (#216) from GManon/SnootGame:gallery-of-pain into Patch8-RAGE
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/216
2023-01-02 04:53:49 +00:00
073b6c4d27 Comma 2023-01-01 23:56:58 -03:00
ace81b5d59 Stella uses a double l 2023-01-01 22:38:18 -03:00
868487c9b2 Prevents exception when emulating the android version through renpy 2023-01-01 21:14:36 -03:00
aba1477600 Removes unused import 2023-01-01 21:02:12 -03:00
ddd003dce0 Cleans up the gallery 2023-01-01 20:49:56 -03:00
GManon
bb72f2d9b2 Fixes spanish jewlcase 2023-01-01 18:23:31 +00:00
ce0d964872 Goodbye cache high 2023-01-01 05:13:05 -03:00
529fcd36f6 Fixes persistent cache and some spanish bull 2023-01-01 04:35:50 -03:00
Map
67a17705aa forgot spanish images 2022-12-31 19:55:28 -06:00
Map
d32241fb5a music overhaul, webp conversion 2022-12-31 19:36:22 -06:00
Map
8994d82548 cave intro using an image 2022-12-29 14:43:58 -06:00
Map
d291020ca6 nvm, just remove captions gallery 2022-12-29 14:17:44 -06:00
Map
57ee492319 wip translatable gallery 2022-12-29 08:08:10 -06:00
Map
940a57d720 fix more pendant stuff 2022-12-28 15:48:46 -06:00
Map
79887b4bf4 fix spanish concert image 2022-12-28 15:48:30 -06:00
Map
ccc574f96c fix fang not having her pendant 2022-12-28 15:24:09 -06:00
Mappening
e7910dbd44 Merge pull request 'Resolves #189 | Implement native Spanish translations' (#212) from Gmanon/SnootGame:spaniolo into Patch8-RAGE
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/212
2022-12-19 19:37:39 +00:00
ad6a84e842 I swear the last one 2022-12-17 05:46:26 -03:00
57cf02f3c7 Smol fixes 2022-12-16 15:44:50 -03:00
d18c33bced Future-proof for non-romantic languages 2022-12-16 11:50:48 -03:00
3453e17dfb Final mini fix 2022-12-16 01:02:49 -03:00
35a346730e Probs last batch 2022-12-16 00:21:01 -03:00
6bb0fa91fa Merge pull request 'Fixes problems with Fang's shoelaces in different sprites' (#213) from Gmanon/SnootGame:that's-why-your-shoes-raggedy into Patch8-RAGE
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/213
2022-12-12 22:48:17 +00:00
83426ac4e9 Fixes problems with shoelaces 2022-12-10 19:43:47 -03:00
b05b339b99 Third batch of fixes 2022-12-09 01:24:53 -03:00
4709e6cd0b Fixes 2 2022-12-03 18:50:57 -03:00
6698b49761 First batch of fixes 2022-12-03 18:27:39 -03:00
f05d77c118 Everything fixed if I say so myself 2022-11-29 23:49:13 -03:00
7d8a8ae478 Updates tl files 2022-11-29 23:41:16 -03:00
f48403f3ea Fixes ending images 2022-11-29 22:16:10 -03:00
4bd250f819 Removes unused file 2022-11-29 21:51:12 -03:00
040cc7631f Various fixes 2022-11-29 21:40:46 -03:00
6b17972efe Merge branch 'Patch8-RAGE' of https://git.snootgame.xyz/Cavemanon/SnootGame into spaniolo 2022-11-29 17:29:08 -03:00
3426ed75f7 Terminado de revisar 2022-11-29 05:40:58 -03:00
Mappening
643cf2e6d2 Merge pull request 'Implements mod support and fixes the gallery in Android' (#211) from Gmanon/SnootGame:android_mods into Patch8-RAGE
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/211
2022-11-29 07:12:17 +00:00
9f8982512a More translatable text 2022-11-29 02:47:12 -03:00
c76d6f8152 Marks text as translatable 2022-11-29 02:45:40 -03:00
18d4688ced Solves privacy concern 2022-11-29 02:33:26 -03:00
dc80db05c7 Adds back mod button to android 2022-11-29 01:14:31 -03:00
001d7fff0f Trying to fix mods and gallery in android 2022-11-29 00:40:14 -03:00
Mappening
60a1748177 Merge pull request 'Resolves #209 | Simplifies the language selector and adds the notice prompt' (#210) from Gmanon/SnootGame:LanSel into Patch8-RAGE
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/210
2022-11-29 00:04:40 +00:00
d239119569 Moves hbox to lang_button 2022-11-28 19:59:17 -03:00
11ceb1a73f Implements darkie for preferences screen 2022-11-28 19:37:34 -03:00
9252776dad Actually accommodates for weird flags. For real this time. 2022-11-28 19:12:54 -03:00
57555453b8 Adds notice prompt to preferences screen 2022-11-28 18:56:10 -03:00
fc2096d3f3 Accommodates for weird flags and long language names 2022-11-28 18:36:59 -03:00
eb86298f2c Makes the beginning prompt prettier 2022-11-28 07:32:07 -03:00
5e8959c5dd Makes both flags the same size 2022-11-28 07:19:03 -03:00
1b3f5d615a Implements language selector 2022-11-28 06:52:18 -03:00
befdc2a7a8 Terminado 11 por fin 2022-11-28 00:24:01 -03:00
Mappening
7d70247bbd Merge pull request 'Add Confirmation before using other languages' (#208) from nutbuster/SnootGame:Patch88 into Patch8-RAGE
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/208
2022-11-28 02:54:20 +00:00
c55dd48e52 Confirmation 2022-11-28 11:34:03 +11:00
Map
9c0a9f5e6a sound effect conversions, minor script tweaks 2022-11-27 15:34:23 -06:00
6bf8840537 Termina 9 y deshace Fondo Rocoso de vuelta a Rock Bottom. 2022-11-27 04:07:01 -03:00
8a156a015c Halfway done with 9 2022-11-26 21:03:41 -03:00
b223f142a1 Terminado 10 2022-11-26 04:00:42 -03:00
36d56f6549 Terminado 11C y 11D 2022-11-26 02:27:28 -03:00
de1d5b8d5e Mas cosas que me saltie 2022-11-24 02:44:50 -03:00
498dcbfdd3 Joder tio chaval ostia 2022-11-24 02:40:43 -03:00
c20f73cda9 Terminado 11A y 11B 2022-11-24 02:39:58 -03:00
4167d658d6 Terminado 12A 12.5D y 12.5C 2022-11-24 02:11:52 -03:00
Map
7b506a04f6 remove unnecessary image transform 2022-11-23 04:29:39 -06:00
Map
c9656488d6 autism commit 2 2022-11-23 03:21:49 -06:00
beecaa862a Terminado 13A 2022-11-23 01:52:40 -03:00
a38d925fb7 De Rock Bottom a Fondo Rocoso y correciones de lo de mesías. 2022-11-22 21:22:44 -03:00
Map
f9f1501e20 actually fixed credits, moved credits code 2022-11-22 18:18:21 -06:00
3f56b2c053 Nyet
Vale, esta madre no acepta caracteres cirílicos
2022-11-22 03:07:28 -06:00
14d6ad2bb8 oops
error mío
2022-11-22 02:58:50 -06:00
8f4201c4c8 errores
vale verga, esto sigue lleno de errores
2022-11-22 02:58:08 -06:00
183cbcb711 7
Siete, yeah
2022-11-22 02:41:52 -06:00
f7291e380d Update 6.anon-helps-fang-find-a-venue-for-band.rpy
6 ora sí
2022-11-22 01:03:55 -06:00
d7e3177b42 Merge branch 'spaniolo' of https://git.snootgame.xyz/cibermesias/revCibermesias into spaniolo 2022-11-22 00:25:33 -06:00
Gmanon
0fdc53598c Merge pull request 'Vuelve a poner al día' (#4) from Gmanon/SnootGame:spaniolo into spaniolo
Reviewed-on: https://git.snootgame.xyz/cibermesias/revCibermesias/pulls/4
2022-11-22 06:19:03 +00:00
766d1e2992 6.5
seis y medio
2022-11-22 00:15:54 -06:00
3b3763b42d De Moe's a Moes y 13C 2022-11-21 21:30:14 -03:00
2b93cd0980 Credits 2022-11-21 18:02:38 -03:00
Map
5b5034e36d untested missing credits fix 2022-11-21 14:50:34 -06:00
619b0502ef Rosa no dice mas An-on 2022-11-21 16:50:33 -03:00
a7fed88429 Mover files to their own repo 2022-11-21 16:46:01 -03:00
Gmanon
fc64a79adb Terminado 12C 2022-11-21 07:28:56 +00:00
Gmanon
2e931422d1 12B 2022-11-21 06:52:51 +00:00
Gmanon
03a2c25c49 12D terminado 2022-11-21 03:57:56 +00:00
Gmanon
dd7771e9fd Terminado 13D 2022-11-21 01:47:38 +00:00
Gmanon
87607ed05d 13B 2022-11-20 22:59:00 +00:00
Gmanon
2c903c0648 14C 2022-11-20 20:37:24 +00:00
Gmanon
260c3dd9c8 Update 'game/tl/es/script/14B.bad-ending.rpy' 2022-11-20 19:36:55 +00:00
Gmanon
8250abc18c Merge pull request 'Pone branch al dia' (#3) from Gmanon/SnootGame:spaniolo into spaniolo
Reviewed-on: https://git.snootgame.xyz/cibermesias/revCibermesias/pulls/3
2022-11-20 18:37:02 +00:00
d7439a3558 Merge branch 'spaniolo' of https://git.snootgame.xyz/cibermesias/revCibermesias into spaniolo 2022-11-20 15:25:55 -03:00
Gmanon
9b2ee8b796 14D listo. 2022-11-19 20:12:06 +00:00
Gmanon
53edcd0fda Poema/Canción 2022-11-19 18:17:10 +00:00
Gmanon
061d4e7029 Faltaba Raymba 2022-11-19 18:02:59 +00:00
3d540bc005 Extras terminados 2022-11-19 03:06:37 -03:00
1d71ba9e6f PTA meeting 2022-11-19 02:20:33 -03:00
Map
86e97a2eb7 working patch title 2022-11-17 22:47:29 -06:00
Mappening
17944ce25e Merge pull request 'Fixes #183 | Certain CGs are not marked as seen on the gallery' (#199) from Gmanon/SnootGame:gal-fix-2 into Patch8
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/199
2022-11-17 08:29:24 +00:00
Mappening
fd42302875 Merge pull request 'Jsonify the hard-coded cg_paths in gallery' (#202) from nutbuster/SnootGame:Patch88 into Patch8
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/202
2022-11-17 08:26:17 +00:00
Map
4471172906 autism commit 2022-11-17 01:56:53 -06:00
caa824cefe Jsonified 2022-11-17 15:10:41 +11:00
6bb893a7b8 Gallery fix 2022-11-16 22:37:49 -03:00
Mappening
a0acc625bf Merge pull request 'Fixes #181 | Makes fang tail playable' (#198) from Gmanon/SnootGame:Gal-video-fix into Patch8
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/198
2022-11-16 21:02:15 +00:00
5fdfadfd64 Makes fang tail playable 2022-11-16 13:55:40 -03:00
a511489f2d Forgot to merge changes in x4 2022-11-16 11:34:40 -03:00
4fdb96d011 Forgot credits file 2022-11-16 11:29:07 -03:00
4ad9f62289 Preparations to remerge the translation files 2022-11-16 11:19:40 -03:00
Mappening
6320f49d01 Merge pull request 'revamped credits w/ translators, misc tweaks' (#197) from MapAnon/SnootGame:master into Patch8
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/197
2022-11-16 06:27:20 +00:00
Map
a9e7fe11c9 fix damn conflicts 2022-11-16 00:19:19 -06:00
Mappening
59c43c4de6 Merge pull request 'Patch 8 - Translation Menu(s) & misc. fixes' (#193) from nutbuster/SnootGame:Patch88 into Patch8
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/193
2022-11-16 05:55:00 +00:00
Map
538f2e6fc5 comment dat shit out 2022-11-15 23:33:47 -06:00
Map
7d320565f0 revamp credits 2022-11-15 23:33:16 -06:00
e0d644268e Additional Translatable OG Credits 2022-11-16 08:57:22 +11:00
2483ce7db9 Grid like credits for translators 2022-11-15 14:42:19 +11:00
Map
5e37118aa9 fix extras menu offset 2022-11-14 17:37:43 -06:00
Map
9dc329be61 fix indentation and change translation select sound 2022-11-14 17:30:39 -06:00
Map
a417554660 fix credits parenthesis 2022-11-14 16:39:44 -06:00
Map
15779099a4 Update gitignore 2022-11-14 16:11:18 -06:00
Map
2dec3784f0 Merge branch 'Patch88' of https://git.snootgame.xyz/nutbuster/SnootGame 2022-11-14 15:44:37 -06:00
51931ddaca Backing up files. 2022-11-14 01:25:20 -03:00
c6785cb029 Trish extras. 2022-11-12 17:58:08 -03:00
ef5115dc2c Add _() 2022-11-12 21:50:06 +11:00
3cf909a782 Add Spanish Credit 2022-11-12 21:45:52 +11:00
457d3c8402 Archivo x9 2022-11-12 05:27:30 -03:00
63d79d6855 Archivo x8 2022-11-12 04:55:50 -03:00
25da4b2dce Archivo x7 2022-11-12 04:39:43 -03:00
b4a50c2625 Cambio menor
iNSTITUTO
2022-11-11 19:23:44 -06:00
c7d1447fb6 Revert "Cambio menor"
This reverts commit 35c919a2c3.
2022-11-11 19:23:08 -06:00
35c919a2c3 Cambio menor
instituto
2022-11-11 19:22:32 -06:00
77841e7e41 All assets done. 2022-11-11 19:07:16 -03:00
7db76467ab Correciones 14A 2022-11-11 17:54:09 -03:00
1295530846 Fangrave and comma. 2022-11-11 03:15:35 -03:00
3b3f7cbfb7 Forgot an image. 2022-11-11 02:13:39 -03:00
dbfff596c2 File sync 2022-11-11 00:57:17 -03:00
43ea86790d Solo falta CG de tumba. 2022-11-11 00:42:06 -03:00
54f5c7b857 fix gallery & rename seen_image -> mark_image_seen 2022-11-11 13:44:42 +11:00
02051ba08b In-engine credits & more removal of dots 2022-11-11 13:01:22 +11:00
685533b1e9 Gallery final 2022-11-11 12:39:19 +11:00
b36f9f5ae7 Update 6.anon-helps-fang-find-a-venue-for-band.rpy
Empiezo el 6
2022-11-10 01:49:44 -06:00
50d77c0668 test
test
2022-11-09 20:44:04 -06:00
ea394d902f Testing sync 2022-11-09 21:07:01 -03:00
130620daa4 test
cambio menor
2022-11-09 18:03:55 -06:00
2c338b451d Cambio menor
Cambio menor
2022-11-09 17:41:17 -06:00
917cc5f063 5
5
2022-11-09 17:41:16 -06:00
cf8c4f285b Fixes in chat convo 2022-11-09 15:13:40 -03:00
64d1df8acd Partially translated files.
TODO: cgs and backgrounds.
2022-11-09 14:41:54 -03:00
b9b6d8ca8b Remove . from labels to prevent crash 2022-11-09 17:23:37 +11:00
7793449cb0 Bump the extra menu buttons 2022-11-09 16:57:22 +11:00
be09b403b8 Clean and increase to 4 columns. 2022-11-09 16:50:46 +11:00
13edb6e5d8 Kill auto update 2022-11-09 16:44:09 +11:00
e5c9e5ee1a Kill local cache thumbnails 2022-11-09 16:43:21 +11:00
7711c6b414 Remove unneeded width & height 2022-11-07 12:08:21 +11:00
2587b4724f fullbody images 2022-11-07 12:07:43 +11:00
12d3ca9068 Mouseover fixed again 2022-11-07 12:07:22 +11:00
626729bd0f definitions, json & undefining golden ending dupe 2022-11-03 20:54:20 +11:00
dabebf8638 Basic fixes 2022-11-03 04:46:41 -03:00
Gmanon
7509a1f07e Merge pull request 'Revisiones-octubre' (#2) from cibermesias/revCibermesias:Revisiones-octubre into spaniolo
Reviewed-on: https://git.snootgame.xyz/Gmanon/SnootGame/pulls/2
2022-11-03 07:44:33 +00:00
Gmanon
0bb60751fb Merge branch 'spaniolo' into Revisiones-octubre 2022-11-03 07:42:45 +00:00
03b2673593 Improved insult images 2022-11-03 00:05:53 -03:00
5f00c4c97d Add es folder (temporary stub file included) 2022-11-03 08:17:35 +11:00
ee5fd87d78 Add the real translation string 2022-11-03 08:13:51 +11:00
00a49d2342 Change Spain's flag to Mexico's Flag 2022-11-03 08:12:49 +11:00
0fb887256b Strings that were not marked as translatable 2022-11-02 02:59:28 -03:00
Gmanon
392b41e0d7 Merge branch 'spaniolo' into Revisiones-octubre 2022-11-02 01:25:02 +00:00
Gmanon
f839180249 Tal vez soluciona conflicto de merge 2022-11-02 01:24:32 +00:00
Gmanon
26af36b287 Resuelve conflicto de branch (Espero) 2022-11-02 01:19:31 +00:00
dc2abc5494 Randomize point rewarding choices 2022-11-02 12:07:52 +11:00
bc965c6acd gitignore
Nop
2022-11-01 15:44:28 -06:00
e792468920 Error menor
Error menor
2022-11-01 15:42:57 -06:00
b586e8f4e9 No children, only child 2022-11-02 08:38:50 +11:00
0f0f30fc91 4
Script 4. Y sólos
2022-10-31 00:22:51 -06:00
5685b993f8 Forgot these images. 2022-10-29 19:55:23 -03:00
291d82e058 Update 3.showing-up-at-band-practice-and-giving-feedback.rpy
3
2022-10-29 02:02:12 -05:00
2a79673d09 if check 2022-10-29 17:09:38 +11:00
66320bf827 Delete placeholder flags 2022-10-29 17:02:02 +11:00
167d64ca41 Merge pull request 'merge Patch7 into master' (#192) from Patch7 into master
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/192
2022-10-29 05:53:39 +00:00
ce5596b2c6 2
Script 2
2022-10-29 00:49:16 -05:00
05269f6770 Translation additonal and bonus flash fix 2022-10-29 16:46:40 +11:00
dda914a2c5 int'd 2022-10-29 16:44:59 +11:00
fd66144e65 Comienzo 2
Comienzo 2
2022-10-28 19:15:57 -05:00
53e37bfd10 Cambio menor. 2022-10-28 00:46:22 -03:00
2f34eca85b Replace big ending with v2 2022-10-28 11:48:44 +11:00
c6e68d6f75 Shitpost traducido 2022-10-27 21:32:21 -03:00
c14bf31238 Undo threading 2022-10-27 17:25:15 +11:00
6b58f1dd14 Replace is not with != 2022-10-27 17:01:24 +11:00
ab34f00ae0 Translation Boot Menu 2022-10-27 17:00:27 +11:00
5854f1bd6a Cambios menores
Work never ends
2022-10-27 00:17:54 -05:00
Gmanon
4d78ee81c7 Merge pull request 'Revisión gramatical de Cibermesías' (#1) from cibermesias/revCibermesias:spaniolo into spaniolo
Reviewed-on: https://git.snootgame.xyz/Gmanon/SnootGame/pulls/1
2022-10-25 07:30:08 +00:00
a653dc9d97 Correcciones 2022-10-24 22:29:43 -05:00
15e775a34f Cambio menor
"fuck all of you". No, en serio, así dice la línea.
2022-10-24 20:24:37 -05:00
85e5ca1708 mo
mo
2022-10-24 20:14:49 -05:00
fa71757175 Día 1
Día 1
2022-10-24 19:35:54 -05:00
1cd836d90d Comienzo día 1
Comienzo día 1
2022-10-24 18:11:43 -05:00
bb971e75cc Corrección menor 2022-10-24 03:56:42 -05:00
81b8097916 test
Pruebas con el cap. 2
2022-10-24 03:55:39 -05:00
c47276d5f1 More fixes 2022-10-24 04:20:47 -03:00
0212ab3f9f Various fixes. 2022-10-24 03:58:11 -03:00
af4fff8df5 Bare-bones translation selector, making some texts translatable and common translation 2022-10-24 03:43:37 -03:00
2fa6740103 Added Spanish images and misc translations 2022-10-24 03:17:46 -03:00
dda5b18306 Misc fixes 2022-10-24 03:05:21 -03:00
5b6a1d3ff6 Added Spanish tl files 2022-10-24 02:56:06 -03:00
e74d634799 Cache thumbnail parallel 2022-10-21 12:43:01 +11:00
7a0462506a Config Update 2021-11-27 15:11:50 +11:00
791f6ceb7f Merge pull request 'Map License' (#179) from nutbuster/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/179
2021-11-27 04:09:58 +00:00
e735f44e3b Map +R 2021-11-27 15:08:25 +11:00
53be986bca Map sourcing his sound in the license 2021-11-27 14:58:04 +11:00
28cb852ab6 Merge pull request 'final map' (#178) from nutbuster/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/178
2021-11-27 02:58:00 +00:00
Mappening
f3016f8098 fixed pruning mistakes 2021-11-26 20:53:01 -06:00
Mappening
befb728657 More pruning 2021-11-26 20:39:09 -06:00
52f497efc1 Merge pull request 'Prune assets & Variant force' (#174) from nutbuster/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/174
2021-11-27 02:04:41 +00:00
c2835f43c8 Merge branch 'Patch7' of https://git.snootgame.xyz/nutbuster/SnootGame into Patch7 2021-11-27 13:03:20 +11:00
f8e4841815 variant force 2021-11-27 13:02:58 +11:00
d01c6679d8 Remove duplicate sprites 2021-11-27 13:02:58 +11:00
d8fcbd746e Remove unused composite images 2021-11-27 13:02:58 +11:00
30a1f5c06f Remove unused/old megatex 2021-11-27 13:02:58 +11:00
Mappening
7bccde156b Merge pull request 'Final tweaks' (#177) from MapAnon/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/177
2021-11-27 02:00:44 +00:00
Mappening
6d9c26fdcf missing anonchristmas cg 2021-11-26 19:57:23 -06:00
Mappening
9292bb327a config dvel 2021-11-26 19:54:00 -06:00
Mappening
23d6ee15cf Final tweaks 2021-11-26 19:48:58 -06:00
ef69b3834a variant force 2021-11-27 11:36:47 +11:00
d6bfe0d78d Remove duplicate sprites 2021-11-27 07:29:23 +11:00
ddafeb37cf Merge branch 'Patch7' of https://git.snootgame.xyz/nutbuster/SnootGame into Patch7 2021-11-27 07:12:47 +11:00
70c2ea9594 Remove unused composite images 2021-11-27 07:12:13 +11:00
15a5b8acc8 Remove unused/old megatex 2021-11-27 07:12:13 +11:00
8ff3d0284a Remove unused composite images 2021-11-27 07:07:35 +11:00
6e3179d445 Remove unused/old megatex 2021-11-27 07:04:53 +11:00
db0f531935 Merge pull request 'button size & version update' (#173) from nutbuster/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/173
2021-11-26 06:47:37 +00:00
6f557930d2 fang d surprised -> shocked 2021-11-26 17:43:54 +11:00
26feda2e79 Button Size fix 2021-11-26 17:28:29 +11:00
674dd9dfb6 Fangsgiving version change 2021-11-25 17:38:06 +11:00
Mappening
5fed87c0cc Merge pull request 'Patch7' (#172) from MapAnon/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/172
2021-11-25 05:28:43 +00:00
Mappening
a76494cc3d Put in project fall sound 2021-11-24 23:27:04 -06:00
Mappening
f9fe48bcd3 Merge branch 'Patch7' of https://git.snootgame.xyz/Cavemanon/SnootGame into Patch7 2021-11-24 23:14:19 -06:00
Mappening
5253984029 Merge pull request 'Cultivation of all changes after review rotation' (#171) from nutbuster/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/171
2021-11-25 05:11:55 +00:00
fb6312280e You all should be fired for putting music in a serious scene 2021-11-25 15:04:06 +11:00
Nio
d395727d59 ch9, anon kinda moonwalk, reed moonrun fixed 2021-11-25 15:04:06 +11:00
Mappening
c1bc1de3a3 Revamp ch. 8, correct instances of tableslam 2021-11-25 15:04:06 +11:00
Mappening
39922660f8 Fix window fading at end of chapter 2021-11-25 15:04:06 +11:00
Mappening
df802e8cc4 Ch 7 redone 2021-11-25 15:04:06 +11:00
Mappening
ab1baa9c8b Added shower door sound to 13A and fixed shower sounds 2021-11-25 15:04:06 +11:00
Mappening
9ad1603e38 Misc. Removed references to promChatterLoop1+2 and BeachLoop1+2 for new sounds, QoL Trish's Poster, New tail vid sound, partial update to Ch.1 with better choreo 2021-11-25 15:04:06 +11:00
Mappening
49e32036e0 Fixed up x10 with fang yourself fix as well as using the correct blur, window fading added 2021-11-25 15:04:06 +11:00
Mappening
a3ff55d2aa x8 and x9 revamped 2021-11-25 15:04:06 +11:00
Mappening
3e617a6017 14C revised 2021-11-25 15:04:06 +11:00
Mappening
858a348a0c re-added colored lighting 2021-11-25 15:04:06 +11:00
Mappening
33458bba35 Ending 4 Busted Nut style 2021-11-25 15:04:06 +11:00
eaffa47285 Merge pull request 'raymba fix' (#170) from nutbuster/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/170
2021-11-25 03:58:52 +00:00
Mappening
52572ef753 Revamp ch. 8, correct instances of tableslam 2021-11-24 21:45:18 -06:00
ca87b60c93 adjust the size - remove raymba blur p fang hover 2021-11-25 11:47:58 +11:00
Mappening
50de83d713 Fix window fading at end of chapter 2021-11-24 17:11:53 -06:00
Mappening
be0a3c6d59 Ch 7 redone 2021-11-24 17:11:06 -06:00
Mappening
eb315f9bf2 Added shower door sound to 13A and fixed shower sounds 2021-11-24 08:10:41 -06:00
Mappening
20727cba44 Misc. Removed references to promChatterLoop1+2 and BeachLoop1+2 for new sounds, QoL Trish's Poster, New tail vid sound, partial update to Ch.1 with better choreo 2021-11-24 07:57:25 -06:00
Mappening
4bdcaa2c57 Fixed up x10 with fang yourself fix as well as using the correct blur, window fading added 2021-11-24 06:00:37 -06:00
Mappening
a6fd207c3b x8 and x9 revamped 2021-11-24 04:44:13 -06:00
Mappening
445f800e86 14C revised 2021-11-23 20:56:26 -06:00
Mappening
2b80c6c629 re-added colored lighting 2021-11-23 19:56:22 -06:00
Mappening
81186f3519 Ending 4 Busted Nut style 2021-11-23 18:42:55 -06:00
3b90913203 Merge pull request 'Naomi scheming augmentation' (#168) from naomi-scheming-minor-tweaks into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/168
2021-11-23 21:10:07 +00:00
Bowie
6f43de90f7 add throwback to Naomi lines in park reveal 2021-11-23 19:01:59 +00:00
f8ff1feb0f Merge pull request 'Uncomment the barelyblurred image' (#167) from nutbuster/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/167
2021-11-23 09:19:33 +00:00
9b4ee5dff4 Uncomment the barelyblurred image 2021-11-23 20:17:56 +11:00
80bfa55b51 Merge pull request 'Nio's changes' (#166) from nutbuster/SnootGame:NioP7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/166
2021-11-23 09:13:34 +00:00
17462506e6 Merge branch 'pl_2' of https://git.snootgame.xyz/Nio/SnootGame_w_ExtrasMenu into NioP7 2021-11-23 20:12:46 +11:00
Nio
47ed3ffdd7 missed 2021-11-23 20:06:23 +11:00
b8499eed40 Merge branch 'Patch7' of https://git.snootgame.xyz/Cavemanon/SnootGame into NioP7 2021-11-23 19:50:44 +11:00
a47a2c151c Merge pull request 'Ending 3 stuff' (#165) from MapAnon/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/165
2021-11-23 08:43:56 +00:00
2711f18521 Merge branch 'Patch7' of https://git.snootgame.xyz/MapAnon/SnootGame into MapP7 2021-11-23 19:42:44 +11:00
2c2c883e4d Merge pull request 'Rework ch9 anon doxxing' (#164) from dox-remaster into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/164
2021-11-23 08:22:18 +00:00
Mappening
cb1497c07b Fucking config.developer 2021-11-23 02:16:33 -06:00
Mappening
9184248f7c Ending 3 re-choreoed, save for 14C. New expressions for multiple characters, isolated prom music 2021-11-22 20:54:53 -06:00
Bowie
6e026b71f6 rework ch9 anon doxxing 2021-11-22 23:36:23 +00:00
b1950ff88d Merge pull request '14C Choreography Redux' (#163) from nutbuster/SnootGame:p7_14C_choreo into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/163
2021-11-22 19:18:08 +00:00
Nio
5d9c062a31 ch8 r4r 2021-11-23 02:36:08 +11:00
f641808f5c 14C Choreography Redux 2021-11-22 10:20:53 +11:00
b8dbf8228d Merge pull request 'Spears mentioning Naomi Revision' (#162) from nutbuster/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/162
2021-11-21 23:19:44 +00:00
ebdfa2f67d Spears mentioning Naomi revised 2021-11-22 10:17:34 +11:00
dacdb49c70 Revert "Add Spears mention Naomi"
This reverts commit a14088e840.
2021-11-22 10:15:47 +11:00
5e5a0728d8 Merge pull request 'Remove unused high res images' (#161) from nutbuster/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/161
2021-11-21 01:25:26 +00:00
fdcdd54d41 Remove unused high res images 2021-11-21 12:23:25 +11:00
Nio
9e145a47bd ch 7 r4r, ch 8 2of3 done, minor tweaks to 9 2021-11-21 02:25:00 +11:00
Mappening
479022ed09 Merge branch 'Patch7' of https://git.snootgame.xyz/Cavemanon/SnootGame into Patch7 2021-11-18 17:02:21 -06:00
af76ff5914 Merge pull request 'x3, x7, 14A, 13A adjustments, fix extra's menu offset.' (#158) from MapAnon/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/158
2021-11-18 22:44:11 +00:00
Map
08cf842bb6 Tweaked 13A with new prom sprites, 14A with timing, sound, and new cg's. x3, x7 adjusted. removed ear ringing sound. 2021-11-19 09:40:19 +11:00
Map
2f774c9d90 Fixed extra's menu being offset by 10 pixels 2021-11-19 09:40:19 +11:00
Map
39c038ac94 Fix minor stella fading issue near end of x7 2021-11-19 09:40:19 +11:00
a8ee80730d Merge pull request 'Add in Fixed bloodywing.jpg fang's chin' (#160) from nutbuster/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/160
2021-11-18 02:15:07 +00:00
82386b36f1 Add in Fixed bloodywing.jpg fang's chin 2021-11-18 13:09:41 +11:00
a25d2e7146 Merge pull request 'New lines related to Naomi' (#159) from nutbuster/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/159
2021-11-18 00:14:58 +00:00
a14088e840 Add Spears mention Naomi 2021-11-18 11:12:31 +11:00
8ee8cfa4e7 Naomi new line in 4 2021-11-18 11:12:31 +11:00
a1f8587231 Merge pull request 'Choreography 11D 12D 13D 14D' (#155) from nutbuster/SnootGame:p7_e4_choreo into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/155
2021-11-18 00:09:24 +00:00
5c5e400699 14D Choreography Overdo 2021-11-18 09:17:49 +11:00
0b98658b38 12D Aqua touchup 2021-11-18 08:09:08 +11:00
1f7fddb479 13D Choreography Overhaul 2021-11-18 08:07:15 +11:00
0dee8a167b 13C Choreo 2021-11-17 15:47:10 +11:00
6a9250793e Remove fade 2021-11-17 15:47:10 +11:00
fa05b7abdf Choreography 12D 2021-11-17 15:47:10 +11:00
7b1bcb0952 rpy 2021-11-17 15:47:10 +11:00
6c3f269fc8 Merge pull request 'Misc changes' (#157) from nutbuster/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/157
2021-11-17 04:46:50 +00:00
f6af6a2f2f Pan the credits earlier 2021-11-17 15:43:50 +11:00
b961d7acd8 Make moe taller 2021-11-17 15:38:45 +11:00
Map
79ab69879a Tweaked 13A with new prom sprites, 14A with timing, sound, and new cg's. x3, x7 adjusted. removed ear ringing sound. 2021-11-16 20:52:18 -06:00
Map
3f3aaf5185 Fixed extra's menu being offset by 10 pixels 2021-11-15 17:16:58 -06:00
6b6c2aa21e Merge pull request 'Remove only the unused car sus sounds' (#156) from nutbuster/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/156
2021-11-15 23:16:21 +00:00
e7f3b73923 Remove unused car sus sounds 2021-11-16 10:14:09 +11:00
550b0c81da Revert "Remove car sus sounds"
This reverts commit fbd0f3ccd3.
2021-11-16 10:13:53 +11:00
Map
5c010b0291 Merge branch 'Patch7' of https://git.snootgame.xyz/Cavemanon/SnootGame into Patch7 2021-11-15 14:44:21 -06:00
Mappening
3dade35042 Merge pull request 'New x7 choreo' (#153) from MapAnon/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/153
2021-11-15 20:38:17 +00:00
Map
6648af37fc Fix minor stella fading issue near end of x7 2021-11-14 23:18:19 -06:00
3f34371ea2 Merge branch 'Patch7' into Patch7 2021-11-15 04:54:44 +00:00
ca250e8b7d Merge pull request 'Bonus Chapters fix' (#154) from nutbuster/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/154
2021-11-15 04:54:37 +00:00
b7b9002445 Merge branch 'Patch7' into Patch7 2021-11-15 04:54:29 +00:00
b84f73b897 Bonus Chapters fix 2021-11-15 15:53:37 +11:00
Nio
606ebcff5d a 2021-11-14 22:39:14 +11:00
478b9a5ff0 Merge branch 'Patch7' into Patch7 2021-11-14 09:18:58 +00:00
f417ab9a60 Merge pull request '13C Story Revision FINAL BLACK LABEL PLUS R ARRANGE EDITON' (#152) from nutbuster/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/152
2021-11-14 09:18:46 +00:00
e0d79f4b48 Merge branch 'Patch7' into Patch7 2021-11-14 09:04:34 +00:00
Map
a4441b0673 Remove cringe config.developer 2021-11-14 02:48:13 -06:00
Map
a4b7432941 Finished x7 2021-11-14 02:37:41 -06:00
1685925797 13C Story Revision FINAL BLACK LABEL PLUS R ARRANGE EDITON 2021-11-14 10:51:22 +11:00
Nio
acb4c72233 de-faded, 7 r4r 2021-11-14 01:11:34 +11:00
Map
10f4a7bfc1 Re-choreoed x7 up to arm wrestle scene, new sounds. 2021-11-12 19:08:06 -06:00
53df59c6d4 Merge pull request 'Fix trailing colons' (#151) from nutbuster/SnootGame:p7_raymba into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/151
2021-11-11 21:25:09 +00:00
e6719d0c68 Merge branch 'Patch7' into p7_raymba 2021-11-11 21:24:43 +00:00
106a803570 Fix trailing colons 2021-11-12 08:23:05 +11:00
f4ce6e365d Merge pull request 'Add & Use Map's gas blur images' (#150) from nutbuster/SnootGame:p7_raymba into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/150
2021-11-11 19:50:45 +00:00
2d8b923087 Add & Use Map's gas blur images 2021-11-12 06:47:23 +11:00
7db0abb21e Merge pull request 'Map's new intro & x7 change' (#149) from nutbuster/SnootGame:Map into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/149
2021-11-10 22:05:53 +00:00
a4a397490e Merge branch 'Patch7' of https://git.snootgame.xyz/Cavemanon/SnootGame into Map 2021-11-11 09:05:21 +11:00
1b78874578 Merge remote-tracking branch 'Map/Patch7' into p7_raymba_choreo 2021-11-11 09:03:36 +11:00
af055a58b2 Merge pull request 'Assets' (#148) from nutbuster/SnootGame:p7_raymba_choreo into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/148
2021-11-10 22:03:21 +00:00
d7b210ff0d Merge branch 'Patch7' of https://git.snootgame.xyz/Cavemanon/SnootGame into p7_raymba_choreo 2021-11-11 09:02:56 +11:00
Map
1188fb2c13 Removed car suspension sounds, Chapter x7 2/3 done, redid Cavemanon intro 2021-11-10 14:51:07 -06:00
fc0a688e74 Choreography Big Ending x10 2021-11-09 18:27:03 +11:00
7d78114eea Megatextures Anon, Naomi, Fritatta & Fang 2021-11-09 18:20:33 +11:00
4e27933cfa Apply Gas blur the images & Rename highres images 2021-11-09 18:17:36 +11:00
fbd0f3ccd3 Remove car sus sounds 2021-11-09 15:54:56 +11:00
40a4f0035c Add missing megatex fritatta 2021-11-09 15:31:09 +11:00
a7ae829801 Mega Textures rename 2021-11-09 14:41:14 +11:00
6bedf14d7b Merge branch 'Patch7' of https://git.snootgame.xyz/MapAnon/SnootGame into p7_raymba_choreo 2021-11-09 14:32:16 +11:00
Map
2df42a9b7d Added new assets for programmer use 2021-11-08 21:21:14 -06:00
77d59f77ae Merge pull request 'Naomi Bonus Chapters Choreography' (#147) from nutbuster/SnootGame:p7_naomi_choreo into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/147
2021-11-09 03:13:51 +00:00
843ab5a766 Merge branch 'Patch7' of https://git.snootgame.xyz/Cavemanon/SnootGame into p7_naomi_choreo 2021-11-08 10:28:44 +11:00
2390817110 Merge remote-tracking branch 'cavemanon/Patch7' into p7_naomi_choreo 2021-11-08 10:26:53 +11:00
deb3d8eb39 Merge pull request 'Raymba Ending in x10 & Title Screen' (#143) from nutbuster/SnootGame:p7_raymba into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/143
2021-11-07 23:26:32 +00:00
7f8adec329 x8 choreography 2021-11-08 10:05:35 +11:00
456cda2d2f x9 choreography 2021-11-08 09:41:11 +11:00
Nio
f7bab30f4f fang reveal at poster 2021-11-08 01:55:37 +11:00
Nio
246074bc1a nice unfurling w the help of Bowie on poster 2021-11-08 00:28:51 +11:00
Nio
a74ae5bd53 Merge branch 'Patch7' of https://git.snootgame.xyz/Cavemanon/SnootGame into pl_2 2021-11-07 13:44:08 +11:00
Nio
124ba40de9 sf fix 2021-11-07 13:42:17 +11:00
136ad23464 Merge branch 'Patch7' into p7_raymba 2021-11-07 02:18:08 +00:00
ba01e99572 Merge branch 'p7_naomi_choreo' into p7_raymba 2021-11-07 13:10:31 +11:00
55af879845 Merge pull request 'merge fix' (#146) from nutbuster/SnootGame:p7_naomi_choreo into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/146
2021-11-07 02:10:07 +00:00
f490b3782a Jin fix 2021-11-07 13:09:09 +11:00
365272dd89 Fix closing cps tags 2021-11-07 13:09:09 +11:00
f422c75446 jin flip -> jinflip 2021-11-07 13:09:09 +11:00
bc16b25a57 Merge pull request 'Patch7: Nio's Elliot changes, etc. & Map's current x7 changes + revert revert + My x7, x8 & x9 choreography' (#145) from nutbuster/SnootGame:p7_naomi_choreo into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/145
2021-11-07 01:53:40 +00:00
87f6c6a838 Merge remote-tracking branch 'Nio/pl_2' into p7_naomi_choreo 2021-11-07 12:51:54 +11:00
0bb472afe9 x8 ... 2021-11-07 12:21:11 +11:00
7706164dac x9 comma & ... 2021-11-07 12:20:27 +11:00
269561e011 x8 choreography 2021-11-07 11:39:39 +11:00
777c9a8f61 Unrepeat stella line and vpunch naser arm wrestle 2021-11-07 11:39:13 +11:00
330c012827 Remove developer 2021-11-07 11:11:29 +11:00
3d91828dae Merge remote-tracking branch 'Map/Patch7' into p7_naomi_choreo 2021-11-07 11:10:56 +11:00
Map
16c5a00e18 Changed, tweaked, and added window fading to several chapters. Fixed a bathroom5. 2021-11-06 18:54:43 -05:00
a6c5996d82 x7 choreo update 2021-11-07 09:30:22 +11:00
19a7e64a1b Revert "Revert "13C Another FINAL Revision""
This reverts commit e6a26869c0.
2021-11-06 11:25:55 +11:00
47e27a21f0 Revert "Revert "Story Revision 13C FINAL""
This reverts commit 203a58fcad.
2021-11-06 11:25:53 +11:00
332aaddf97 Revert "Revert "Doing typo""
This reverts commit 827d1a40a6.
2021-11-06 11:25:49 +11:00
d4045d4418 Fix position of 'The End' 2021-11-05 19:48:30 +11:00
Nio
5e86f88558 elliot 2021-11-05 18:47:03 +11:00
668f07cb6a Raymba Ending in x10 & Title Screen 2021-11-05 18:06:40 +11:00
d72ea745cb Merge pull request 'Pendant & Revert 13C' (#142) from nutbuster/SnootGame:p7_pendant into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/142
2021-11-05 07:06:03 +00:00
81632b4406 Remove pendant 2021-11-05 14:08:57 +11:00
827d1a40a6 Revert "Doing typo"
This reverts commit 4a0ac7360e.
2021-11-05 14:08:57 +11:00
203a58fcad Revert "Story Revision 13C FINAL"
This reverts commit 65c5ad2be7.
2021-11-05 14:08:57 +11:00
e6a26869c0 Revert "13C Another FINAL Revision"
This reverts commit 315c5e34a2.
2021-11-05 14:08:57 +11:00
df5a6cc054 Merge branch 'Patch7' of git.snootgame.xyz:Cavemanon/SnootGame into pr/128 2021-11-01 18:52:50 -05:00
Bowie
c98aba5382 Fix missing Fang tags in ch6 restaurant scene 2021-10-31 15:43:44 +00:00
Bowie
8d60806386 Fix missing Fang tag in ch4 music class 2021-10-31 15:41:03 +00:00
7ae0707c84 Add wingStory check for ending 4 2021-10-31 13:45:26 +11:00
315c5e34a2 13C Another FINAL Revision 2021-10-28 07:40:58 +11:00
da15f5cfe4 Merge branch 'Patch7' of https://git.snootgame.xyz/Cavemanon/SnootGame into FinalFantasy7 2021-10-27 15:57:27 +11:00
65c5ad2be7 Story Revision 13C FINAL 2021-10-27 15:53:56 +11:00
f9e510fd83 Redo fang button image & Add in hover 2021-10-26 10:48:03 +11:00
37ff65f838 re-added contributing guidelines 2021-10-26 10:07:31 +11:00
4f7b0d4934 Finish Button image & Improve transform 2021-10-26 07:34:13 +11:00
fec34826ba image fix 2021-10-25 05:33:21 +11:00
8c9e106cfa png to jpg 2021-10-24 20:48:48 +11:00
4a0ac7360e Doing typo 2021-10-24 20:05:36 +11:00
ffb432eb38 Merge pull request 're-added contributing guidelines' (#126) from newReadme into master
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/126
2021-10-22 01:59:02 +00:00
8654b65f52 re-added contributing guidelines 2021-10-21 20:41:36 -05:00
05b95494cd Merge branch 'master' of https://git.snootgame.xyz/Cavemanon/SnootGame into FinalFantasy7 2021-10-22 04:40:48 +11:00
85b0107b29 Merge pull request 'Delete README because it's inaccurate' (#125) from nutbuster/SnootGame:master into master
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/125
2021-10-21 17:40:02 +00:00
864f40f6ee Merge branch 'master' into master 2021-10-21 17:39:00 +00:00
04785e0f67 Delete README because it's inaccurate 2021-10-21 17:27:01 +00:00
76b8fb7969 Music fix 2021-10-21 17:25:58 +11:00
610718cb12 Change text-align & Add text notification for bonus chapters 2021-10-21 17:15:06 +11:00
13ede41c41 move background to cg 2021-10-21 17:14:47 +11:00
bb511b6a18 Swap the tracks & remove questionable duplicate 2021-10-19 06:49:55 +11:00
f37c02291c button init 2021-10-18 11:49:00 +11:00
66f5a4714f remove duplicate ui sound 2021-10-18 11:26:26 +11:00
c2416bcf74 mogrify compress cgs&backgrounds png -> jpg 2021-10-18 11:06:25 +11:00
03d3106c87 Duplicate audio 2021-10-18 10:57:35 +11:00
660d27d738 Limit saves to 9 instead of inf 2021-10-17 19:33:05 +11:00
4a64db599a Insult to Naomi 2021-10-17 14:36:34 +11:00
428720edff Preferences -> Persistent 2021-10-17 14:06:57 +11:00
d06e744e65 Merge pull request 'Merge MU6_Hotfix -> Master' (#124) from MU6_Hotfix into master
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/124
2021-10-17 03:02:34 +00:00
48a09ad286 Merge pull request 'Story revision final mix' (#122) from nutbuster/SnootGame:MU6_Hotfix into MU6_Hotfix
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/122
2021-10-17 00:50:09 +00:00
46d584986c Merge branch 'MU6_Hotfix' of https://git.snootgame.xyz/Cavemanon/SnootGame into MU6_Hotfix 2021-10-17 11:49:46 +11:00
d2b7f7c732 Story revision final mix 2021-10-17 11:47:50 +11:00
0812952272 Merge pull request 'Story revision' (#121) from nutbuster/SnootGame:MU6_Hotfix into MU6_Hotfix
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/121
2021-10-16 23:18:28 +00:00
d229795505 punc 2021-10-17 10:17:18 +11:00
a21851b810 Nio's Your -> You're 2021-10-17 10:08:40 +11:00
8638ffc01b Merge branch 'MU6_Hotfix' of https://git.snootgame.xyz/Cavemanon/SnootGame into MU6_Hotfix 2021-10-17 10:06:16 +11:00
988513b3a0 Merge pull request 'Updates version for new hotfix' (#120) from unbroken-hymen into MU6_Hotfix
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/120
2021-10-16 23:05:17 +00:00
19bb05aa43 Merge branch 'MU6_Hotfix' into unbroken-hymen 2021-10-16 23:04:54 +00:00
5bb892394b 13C revision 2021-10-17 10:03:27 +11:00
e479698018 Merge branch 'master' into unbroken-hymen 2021-10-16 22:38:24 +00:00
72d87a1189 boomer zoomer doomer redpilled tradcath hymen unbroken fang is my
tradcath waifu!
2021-10-16 17:31:42 -05:00
a18b6c9f33 Merge pull request 'Flash the bonus chapters button everytime you get an ending' (#118) from nutbuster/SnootGame:MU6_Hotfix into MU6_Hotfix
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/118
2021-10-16 21:06:39 +00:00
4dc44ccaad Merge branch 'master' of https://git.snootgame.xyz/Cavemanon/SnootGame 2021-10-17 04:30:29 +11:00
bce3e15c7f Bonus Chapters flash 2021-10-17 04:25:12 +11:00
2d53351106 Merge pull request 'Ending 3 - Music keeps playing fix' (#117) from nutbuster/SnootGame:master into master
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/117
2021-10-16 06:48:27 +00:00
5dfe9d0628 stop the right channel music -> music1 2021-10-16 17:46:42 +11:00
1715 changed files with 382462 additions and 6913 deletions

12
.gitignore vendored
View File

@@ -20,11 +20,15 @@ errors.txt
traceback.txt
#Vim swap files
#Vim (best text editor) swap files
.sw?
*~
*.bak
#For vscode niggas since gitignore does this for us
/.vscode/*
/.vscode/
#save files & cache files
/game/saves/
/game/saves/*
@@ -42,9 +46,6 @@ env
*.pyc
*.pyo
#Vim (best text editor) swap files
.sw?
#binary files
*.rpyc
*.rpymc
@@ -54,3 +55,6 @@ env
#android
.android.json
#linux
*.sh

88
.woodpecker.yml Normal file
View File

@@ -0,0 +1,88 @@
clone:
git:
image: woodpeckerci/plugin-git
settings:
depth: 1
steps:
changelog:
image: debian
commands:
- apt update
- apt install git -y
- mkdir dist
- git log --oneline --decorate --since="7.days" --pretty="## %s%n%an%n%aD%n%b" > dist/README.md || echo "Could not write changelog!" >> dist/README.md #Get that changelog
version-tag:
image: debian
commands:
- sed -i -e "s/INTERNAL-BUILD/${CI_COMMIT_TAG}/g" game/options.rpy #Change the internal build name to the tagged version
- sed -i -e "s/INTERNAL-BUILD/${CI_COMMIT_TAG}/g" android.json
when:
- event: tag
version-cron:
image: debian
commands:
- sed -i -e "s/INTERNAL-BUILD/${CI_COMMIT_SHA}/g" game/options.rpy #if no tag, make it the commit num
- sed -i -e "s/INTERNAL-BUILD/${CI_COMMIT_SHA}/g" android.json
when:
- event: cron
build:
image: openjdk:21-jdk-bookworm
commands:
- apt update
- apt install libgl1 patch -y
- sed -i -e "s/VERSION/${RenpyVersion}/g" game/options.rpy #Change the renpy version to the woodpecker reuqested one.
#Get Renkit
- wget -qO- "https://github.com/kobaltcore/renkit/releases/download/v${RenkitVersion}/renkit-x86_64-unknown-linux-gnu.tar.xz" | tar -Jax --directory=/tmp/
- /tmp/renkit-x86_64-unknown-linux-gnu/renconstruct build "." dist/
- mkdir "dist/android"
- mv dist/*.apk "dist/android"
- cd /tmp/
archival-sha:
image: debian
commands:
- apt update
- apt install curl bash -y
- curl https://git.cavemanon.xyz/Cavemanon/Woodpecker-Webdav/raw/branch/master/push.sh > /tmp/push.sh ## I'd use a proper docker container, but dockerhub is owned by the CIA and I refuse to deal with that (also I don't care to maintain it or set it up). #TODO: merge this script as apart of the file so we don't make unnecessary network requests every time we build.
- chmod +x /tmp/push.sh
- PLUGIN_USERNAME=$RELEASESMITHNEXTCLOUDUSERNAME PLUGIN_PASSWORD=$RELEASESMITHNEXTCLOUDPASSWORD PLUGIN_DESTINATION=https://cloud.dev.cavemanon.xyz/remote.php/dav/files/ReleaseSmith/Snoot%20Game/Internal%20Builds/nightly-${CI_COMMIT_SHA}/ PLUGIN_MAKE_FOLDER_AT=https://cloud.dev.cavemanon.xyz/remote.php/dav/files/ReleaseSmith/Snoot%20Game/Internal%20Builds/nightly-${CI_COMMIT_SHA}/ PLUGIN_FILE_GLOB=dist/* /tmp/push.sh #sovl
- rm -rf "dist"
secrets: [ releasesmithnextcloudusername, releasesmithnextcloudpassword ]
when:
- event: cron
cron: "nightly"
archival-tag:
image: debian
commands:
- apt update
- apt install curl bash -y
- curl https://git.cavemanon.xyz/Cavemanon/Woodpecker-Webdav/raw/branch/master/push.sh > /tmp/push.sh ## I'd use a proper docker container, but dockerhub is owned by the CIA and I refuse to deal with that (also I don't care to maintain it or set it up). #TODO: merge this script as apart of the file so we don't make unnecessary network requests every time we build.
- chmod +x /tmp/push.sh
- PLUGIN_USERNAME=$RELEASESMITHNEXTCLOUDUSERNAME PLUGIN_PASSWORD=$RELEASESMITHNEXTCLOUDPASSWORD PLUGIN_DESTINATION=https://cloud.dev.cavemanon.xyz/remote.php/dav/files/ReleaseSmith/Snoot%20Game/Internal%20Builds/release-${CI_COMMIT_TAG}/ PLUGIN_MAKE_FOLDER_AT=https://cloud.dev.cavemanon.xyz/remote.php/dav/files/ReleaseSmith/Snoot%20Game/Internal%20Builds/release-${CI_COMMIT_TAG}/ PLUGIN_FILE_GLOB=dist/* /tmp/push.sh #sovl
- rm -rf "dist"
secrets: [ releasesmithnextcloudusername, releasesmithnextcloudpassword ]
when:
- event: tag
release:
image: woodpeckerci/plugin-gitea-release:latest
settings:
base_url: https://git.cavemanon.xyz
api_key:
from_secret: releasesmithapikey
files: "*-dists/*"
prerelease: true
title: "${CI_COMMIT_TAG}"
when:
- event: tag
matrix:
RenpyVersion:
- "8.3.0"
RenkitVersion:
- "4.4.0"

95
LICENSE
View File

@@ -1,15 +1,80 @@
This program's engine contains free software under a number of licenses, including the MIT License and GNU Lesser General Public License. A complete list of software, including links to full source code, can be found {a=https://www.renpy.org/l/license}here{/a}. The game itself is free software and it may be distributed in accordance with the {a=https://www.gnu.org/licenses/agpl-3.0.txt}GNU Affero General Public License Version Three{/a}. All on screen assets, such as writing, images, videos, and other Cavemanon sourced items that are not in the Public Domain or are held by another entity in copyright are subject to the {a=https://creativecommons.org/licenses/by-sa/4.0/}CC-BY-SA 4.0{/a}. The Copyleft and Sharealike aspects of those licenses do not apply to those who's situation is enumurated in the GPL-Exception file. Those copyrights we don't hold and have attribution clauses have been enumerated in the "LICENSE" file that came with this work. These licenses guarantee the freedom to share as much as one wishes so long as you allow others to share accordingly and pay respects to where you have obtained the work. We encourage, and expect, spin-offs, shitposts, memes, and edits to come from this work and cannot wait to see them.
Non-Cavemanon sourced items with attribution clauses
====================================================
WoodSnap.wav - "Snapping, Wooden Fence, N.wav" by InspectorJ (www.jshaw.co.uk) of Freesound.org
firealarm.ogg - "School Fire Alarm" by Cullen Card
shot.ogg - "38 Caliber Gun Shot 5x" by Mike Koenig
wind.wav - "Wind" by Mark DiAngelo
rumble.ogg - "CinematicBoomNorm" by Herbert Boland
sizzle.ogg - "Hot Sizzling" by Mike Koenig
drumroll.ogg, drumrollend.ogg - "Drum Roll with Cymbals Crash" by Iwan Gabovitch
firework.ogg - "Fuse" by soundslikewillem of freesound.org, "fireworks 3burst sizzle" by atomwrath of freesound.org
splash.ogg - "Splash, Jumping, D" by InspectorJ of freesound.org
punch.ogg - "Strong Punch" by Mike Koenig
menacing.ogg - "Scaryscape 01" by Suonho (soundcloud.com/suonho) of Freesound.org
This program's engine contains free software under a number of licenses, including the MIT License and GNU Lesser General Public License. A complete list of software, including links to full source code, can be found {a=https://www.renpy.org/l/license}here{/a}. The game itself is free software and it may be distributed in accordance with the {a=https://www.gnu.org/licenses/agpl-3.0.txt}GNU Affero General Public License Version Three{/a}. All on screen assets, such as writing, images, videos, and other Cavemanon sourced items that are not in the Public Domain or are held by another entity in copyright are subject to the {a=https://creativecommons.org/licenses/by-sa/4.0/}CC-BY-SA 4.0{/a}. Those copyrights we don't hold and have attribution clauses have been enumerated in the "LICENSE" file that came with this work. These licenses guarantee the freedom to share as much as one wishes so long as you allow others to share accordingly and pay respects to where you have obtained the work. We encourage, and expect, spin-offs, shitposts, memes, and edits to come from this work and cannot wait to see them.
Non-Cavemanon sourced items with attribution clauses
====================================================
---Freesound.org---
alarmAirraidSiren.ogg - "Alarm, Air Raid Siren, Test, Devonport, Sony PCM M-10" by audiojacked
alarmClicheLoop.ogg - "Railroad Crossing with Bell and Train Passing" by soundslikewillem
alarmClock.ogg - "Intermediate Sound SFX Library > Alarm Clock" by dcloh
alarmKlaxonLoop.ogg - "Vintage Bells, Horns, Whistles (Red Lib) > R18-31-Old Car Ahooga Horn.wav" by craigsmith
alarmPoliceSiren.ogg - "Siren" by doomyd
alarmSirenLoop.ogg - "Kyoto > Sirens.wav" by Trinity101, "Siren" by doomyd
anonDink.ogg - "hitting things with other things > plastic donk 1.wav" by Screamr, "Donk Metal & Glass" by EminYILDIRIM
anonShooterFall.ogg - "Bone crush neck twist.wav" by carlito62
anonTheaterFall.ogg - "granada > 20101024.door.slam.wav" by dobroide
apartmentLoop.ogg - "Apartment, small quiet bathroom with fan.wav" by SpliceSound
cameraMult.ogg - "DSLR Camera Click.ogg" by akonze
camera.ogg - "DSLR Camera Click.ogg" by akonze
cameraShutterClick - "Tech > Shutter" by Mafon2
carAlarmLoop.ogg - "Car Alarm (RAW).wav" by hishiad
carKick1.ogg - "Squeaky Car Door" by coltures
carKick2.ogg - "Squeaky Car Door" by coltures
carKick3.ogg - "Squeaky Car Door" by coltures
carSuspension1.ogg - "Squeaky Car Door" by coltures
cavemanMagic.ogg - "Waving Torch.wav" by spookymodem, "Lighter.mp3" by SomeoneCool15
cellphone.ogg - "Ringtones- Classic phones > Ringtone: Startec flip-phone" by knufds
concertFail.ogg - "Light - Heavy lights turned on" by PITCHEDsenses, "Speaker world > radio speaker noise 2.WAV" by martian
classroomLoop.ogg "Strange/Love S2 E1 > FOLEY_Wooden chair adjustment_1.wav" by WilliamJMeyer, "Last Day of School > Low Room Tone.wav" by tvilgiat, "classroom ambience .wav" by MakedaMntuyedwa, "Paper_Shuffling_crinkling_Crisp.wav" by bewagne
doorSlam.ogg - "Bexhill Recorded SFX > College door slam.wav" by Bexhillcollege, "Angry Door FS > Angry Door - Wooden Entrance Open Close Slam Hard A.wav" by hisoul
crowdCheer.ogg - "Short Crowd Cheer.flac" by qubodup
drizzleLoop.ogg - "Drizzle" by Soundatic
drumroll.ogg - "Drum Roll with Cymbals Crash" by Iwan Gabovitch
drumrollend.ogg - "Drum Roll with Cymbals Crash" by Iwan Gabovitch
fireAlarmReverbLoop.ogg - "Car_Alarm_Sound01.aif" by kreactionz_100
firework.ogg - "Fuse" by soundslikewillem, "fireworks > fireworks 3burst sizzle" by atomwrath, "Playing With Fire > Firework Single Rocket #1" by Kinoton
hungryBeast - "Ambi - Stone valley quiet, bird, wind - near Sea - Sony pcm d50 stereo Recording - 2010 08 Exmoor Forrest England.wav" by jaap.sijben@gmail.com
lockerSmash.ogg - "Disaster > Earthquake_Interior_MetalRattling_1.wav" by Cell31_Sound_Productions, "Metallic Door Shut" by NeoSpica, "metal shop > metal locker thuds rattle inside.flac" by kyles
marketLoop.ogg - "public > terrace ambience 01.wav" by klankbeeld
outdoorLoop.ogg - "City > danish surburb.wav" by inchadney
outdoorNatureLoop.ogg - "Ambiences & Nature > Countryside Ambience Spring" by Kinoton
policeSirenLoop.ogg - "AMB_SIiren_Police_Pass_002.wav" by conleec, "Chile, Valpariso > Fire truck siren passing by in Valparaiso (Chile)" by felix.blume, "Sirens, fire, police, close pass, distant, urban, CALGARY, 2011.wav" by TRP
policeSirenReverbLoop.ogg - "AMB_SIiren_Police_Pass_002.wav" by conleec, "Chile, Valpariso > Fire truck siren passing by in Valparaiso (Chile)" by felix.blume, "Sirens, fire, police, close pass, distant, urban, CALGARY, 2011.wav" by TRP
rooftopDoorSmash.ogg - "RBH_Chain Link Fence 01.wav" by RHumphries, "RBH_Chain Link Fence 03.wav" by RHumphries, "metal-pole-staircase" by newagesoup, "Machine and Percussive Noises > Hammer on Metal" by lonemonk
schoolLoop.ogg - "random > crowd int small echo hallway like school echo1.flac" by kyles
schoolSilentLoop.ogg - "2019 wind in- out-doors > Room-tone hallway apartment 191013_0076.wav" by klankbeeld
shooterFangJumps - "Object Karma Sounds > Crowd Screaming" by DigestContent
showerStart.ogg - "Bathroom > bathroom door.wav" by arnaump
showerDoor.ogg - "Bathroom > bathroom door.wav" by arnaump
sizzle.ogg - "Hot Sizzling" by Mike Koenig
slapstickGlassBreak.ogg - "Glass > Glass Break - Medium Jar" by RoganMcDougald
slapstickThunder.ogg - "Luonto Nature > Ukkonen, salama / Thunder, a few lightning strikes, rumble, boom, thunderstorm, edit" by YleArkisto, "Summer > Thunder (close up)" by Martineerok, "Thunderstorm July 19, 2012 > 20120719ThunderBig.wav" by daveincamas, "thunderstorm > very-close-impact-lightning.wav" by klankschap
slapstickWipe.ogg - "Glass /window cleaning" by peqdavid5
splash.ogg - "Jumping in a Pool > Splash, Jumping, D" by InspectorJ
strike.ogg - "Bowditch Beats > B_2 Bowling ball striking pins.wav" by Yarmonics, "Bowling Strike" by SieuAmThanh
stringSnap.ogg - "Guitar string snap or breaks - various sounds" by khenshom
tableSlam.ogg - "Wood Table Hit - w and wo cup - BU on R.wav" by p1llowt4lk, "random > door wood hit +window rattle slam bang various.wav" by kyles, "bookcase rattling.wav" by kineticturtle
tableSlamNoBox.ogg - "Wood Table Hit - w and wo cup - BU on R.wav" by p1llowt4lk, "random > door wood hit +window rattle slam bang various.wav" by kyles, "bookcase rattling.wav" by kineticturtle
teenageCafeteriaLoop.ogg - "CafeteriaLight.wav" by ViaTorci
teenageCrowdFarLoop.ogg - "Large_crowd_medium_distance_stereo.wav" by eguobyte
teenageCrowdInteriorLoop.ogg - "House party, inside, voices, talking, 10.mp3" by TRP
teenageCrowdJeerLoop.ogg - "Funny VOICES and LAUGHTERS by various people > 01095 massive laughter 10.wav" by Robinhood76, Audience/Crowd sounds in Quadraphonic > M Short Laughter - staggered.wav" by Processaurus, "Studio Audience - Small > Boo 6 Get Off the Stage.wav" by jayfrosting, "Crowd > Crowd Boo.wav" by deleted_user_2104797, "freesoundATcaixaforum > To_Be_Booed2_ses1.wav" by freesound
teenageCrowdLoop.ogg - "Crowd > Crowd waiting to go in exterior 2" by deleted_user_2104797
teenageCrowdMurmurLoop.ogg - "public > audience becomes still 01.wav" by klankbeeld
teenageCrowdPanicLoop.ogg - "Crowd in panic" by IENBA
radioChatterLoop.ogg - "Police scanner clips > do it now 2.wav" by ERH, "FX > Radio Garble" by Benboncan, "Analogue Radio Sounds > Full radio sweep.wav" by vedas, "FM POLICE RADIO > FM 006" by G_M_D_THREE
rainStart.ogg - "Drizzle" by Soundatic, "Rain > storm_austin_11222014.flac" by wjoojoo, "random > water trickle drips drops small splash onto concrete floor low seiling unfinished basement.flac" by kyles
rainLoop.ogg - "Rain > storm_austin_11222014.flac" by wjoojoo
whoosh.ogg - "Whoosh" by qubodup
windLightLoop - "windy city night ambience" by jgrzinich
woodSnap.ogg - "Snapping, Wooden Fence, N.wav" by InspectorJ (www.jshaw.co.uk)
---Miscellaneous Sources---
Sonniss GDC Free Pack 2015 Version
Sonniss GDC Free Pack 2016 Version
Sonniss GDC Free Pack 2017 Version
All stock images used from various stock image websites

View File

@@ -1,56 +1,5 @@
# Snoot Game
<h1>Contributing</h1>
<p>Find an issue and start working. Creating issues is very helpful. Simply emailing patches/updated versions of the script works too. <b>All PRs/Contributions to the main code should go to the patch branch and NOT master as to leave master a stable branch</b>. All contributions belong to you, but are licensed under the GNU AGPL v3 and are adherent to the GPL-Exception in the root of the project file.</p>
<p>Find an issue and start working. Creating issues is very helpful. Simply emailing patches/updated versions of the script works too. <b>All PRs/Contributions can go to the master branch now, unless the contributer requests/is specified otherwise.</b>. All contributions belong to you, but are licensed under the GNU AGPL v3 and are adherent to the GPL-Exception in the root of the project file.</p>
<p>It should be noted that any non-contributor sourced assets for the game MUST be under some form of free licensing that is <a href=https://creativecommons.org/share-your-work/licensing-considerations/compatible-licenses/>compatable with the CC-BY-SA 4.0 (Listed in this link as BY-SA)</a> for it to be added to the game. This includes audio, images, other bits of code, and other copyrightable assets. Compatable licenses include, but aren't limited to, CC-BY, Public Domain, CC-BY-SA 4.0, CC-BY-SA 3.0, The Free Art license, or any other license that is permissive in how it is used.</p>
<h1>Supported OSes</h1>
<ol>
<li>Gahnoo/Loonux</li>
<li>Binbows</li>
<li>(chad)mac</li>
</ol>
<small>The BSD family has yet to be tested, but likely works if py-game works</small>
<br></br>
<small>Commadore 64 port soon(tm)</small>
<h1>System Requirements</h1>
<h2>Minimum</h2>
<li>Can it run python 2?</li>
<li>Can it run OpenGL or equivalent (including WebGL)?</li>
<li>Does your computer have a GUI of any kind?</li>
<li>If yes to all three, you can play the game</li>
<h2>Suggested</h2>
<li>CPU: Wafer Scale Engine 2</li>
<li>RAM: 32 Terrafarts of DDR 6 Ram</li>
<li>GPU: 30 NVIDIA TITAN Vs (Studded with Diamonds)</li>
<li>Additonal Note: This build is going to be outdated in like 3 months or something lol</li>
<h1>Developers</h1>
<h2>Writefags</h2>
<li>Writefag 1</li>
<li>Writefag A</li>
<li>Writefag α</li>
<h2>Artfags</h2>
<li>Artfag 1</li>
<li>Artfag A</li>
<li>Artfag α</li>
<li>Artfag I</li>
<h2>Audiofags</h2>
<li>Audiofag 1</li>
<li>Audiofag A </li>
<li><h2>Programfags</h2></li>
<li>/dev/non</li>
</ul>
<h2>Special thanks to...</h2>
<p>A random anon on /lit/ saved this project from poor writing after we submitted a beta version of our script. The post goes as follows <b>(minor spoilers ahead)</b>:</p>
<p>"Aight you kind of get this is an attention seeking thing. But this is as much of a symptom as the gender thing, not the root cause. Bio says she's neglected by her parents because her brother is perfect and gets everything right. He's a goody two shoes with grades and parents, popular, I'm guessing that other girl is his gf too. Fang's response is to adopt an "I need nobody" attitude, and has basically bought an off the shelf personality and identity to compensate. People like this do not feel like they have agency. They lack self actualization. These "store-bought" identities from ideologies like the LGBTQIAAOMGWTFBBQ people and racebaiters offer only the feeling of validation without the essential step of self. This behavior you can find in (You) baiting on 4channel, which is an attempt to find some semblance of "I exist!" instead of realizing you can't get that affirmation from outside. Fang adopting Tradwife, sticking with high school attitudes, or shooting up the school isn't fixing the problem of her gaining agency. You can fix this by having Anon be there as an example of being a self-actualized person, he shouldn't be there to fuck her or save her. Every choice that's not purely cosmetic should be set up with the intent to help her gain agency. She feels like she's always compared to her brother, never judged on her own merits or personhood, so she substitutes this with an identity that comes with excess baggage. It shouldn't matter if she's goth or bisexual, as long as this comes from within, and not because this will make up for her lack of personhood. This is why tradwife is missing the point a bit, it's substituting colored hair and pronouns for Jesus and prayer. She still does it because its an identity without any real substance of the self behind it. Or maybe I am talking out my ass and all she really did need was a man to fuck the degeneracy out of her. You guys do you</p>
<p>Whoever you are, you changed the writing direction from shitposty, pandering garbage to a genuine story that out preforms what our competators could do. Whoever you are, be proud of your critique and continue to critique. Story makers need vigilant anons like you.</p>
<b>(Of note, we didn't take /lit/anon's word one-to-one about every detail we said. Nuance exists!)</b>

24
android.json Normal file
View File

@@ -0,0 +1,24 @@
{
"expansion": false,
"google_play_key": null,
"google_play_salt": null,
"heap_size": "3",
"icon_name": "Snoot Game",
"include_pil": false,
"include_sqlite": false,
"layout": null,
"name": "Snoot Game",
"numeric_version": 1,
"orientation": "sensorLandscape",
"package": "cavemanon.snootgame",
"permissions": [
"VIBRATE",
"INTERNET"
],
"source": false,
"store": "none",
"update_always": true,
"update_icons": true,
"update_keystores": true,
"version": "INTERNAL-BUILD"
}

BIN
android.keystore Normal file

Binary file not shown.

BIN
bundle.keystore Normal file

Binary file not shown.

View File

@@ -0,0 +1 @@
If you want assets that aren't in a OGG format and are truly uncompressed, visit snootgame.xyz for a pack that contains all that stuff for you.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
game/audio/OST/prom1.ogg Normal file

Binary file not shown.

BIN
game/audio/OST/prom2.ogg Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
game/audio/effects/clap.ogg Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More