Commit graph

1044 commits

Author SHA1 Message Date
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
Iggy
92ee2a56f1 Add exit game after ending 1 2024-09-18 12:00:03 -03:00
Iggy
4d3801dd3d fix commit 2024-08-30 20:35:22 -03:00
Iggy
aee5d8b610 find_chapter_in_array now exits to the main menu in case of error 2024-08-30 20:31:52 -03:00
Iggy
b1cc24fb2e chapter_select improvements 2024-08-30 20:03:19 -03:00
Iggy
e0027f3c5d Add ending chapters to chapter-select tool 2024-08-30 19:45:30 -03:00
Iggy
a787d1ceaf Remove unused globals 2024-08-30 17:33:26 -03:00
Iggy
719f08ba24 Make set_scores function more readable 2024-08-30 15:18:00 -03:00
Iggy
a31fa50d8a Functions refactoring 2024-08-30 15:02:24 -03:00
Iggy
803e878c3f Remove is_end_of_chapters function 2024-08-30 14:40:28 -03:00
Iggy
908d8f62f7 Remove lock_scores logic and point-increasing functions 2024-08-29 18:07:30 -03:00
Iggy
76e61ee78e fix commit 2024-08-29 14:11:56 -03:00
Iggy
dcff088d11 Remove unused build.classify 2024-08-29 14:07:05 -03:00
Iggy
98cd25dc47 Delete build.include_update 2024-08-26 17:02:38 -03:00
Iggy
cacc68462a - Add missing build.classify
- Add android mkdir again
2024-08-26 16:28:30 -03:00
Iggy
7023a06020 Rename config.version 2024-08-26 15:29:04 -03:00
Iggy
fef3b7beec Hide quick_menu in chapter selection 2024-08-23 17:45:04 -03:00
Iggy
cee1984f4d Convert "selected_tuple" into local function variable 2024-08-22 23:26:33 -03:00
Iggy
0fbff1b81b Code optimizations 2024-08-22 23:18:23 -03:00
Iggy
84ccfc1b13 Add improved chapter_selection 2024-08-22 22:13:00 -03:00
Iggy
b65ed32b14 Remove redundant 'initstats' label 2024-08-22 22:04:44 -03:00
Iggy
c5ea9c9cb5 Move chapter related variables to new file 2024-08-22 22:03:50 -03:00
Iggy
993824e152 Mode chapter_select into "src" folder 2024-08-22 19:27:44 -03:00
Iggy
a65a5075fe Implement functions to increase Anon and Fang scores 2024-08-21 21:44:48 -03:00
Iggy
4d449593f5 Initialize ending_route_number when selecting an ending 2024-08-21 21:32:15 -03:00
Iggy
233a801aa5 select_chapter function improvements 2024-08-21 21:25:09 -03:00
Iggy
59c229db73 Add chapters description to selection 2024-08-21 21:05:14 -03:00
Iggy
afee5de501 Move back global variables to storyline 2024-08-20 22:09:17 -03:00
Iggy
2d793f86af - Move variables out of utility
- Add increase_points functions
2024-08-20 22:09:04 -03:00
Iggy
fb64284d84 Add chapter select buttons 2024-08-20 22:08:08 -03:00
Iggy
72ea3dd640 Add chapter_select 2024-08-20 22:07:43 -03:00
Iggy
966fca9fc5 Fix Chapter Select button yposition 2024-08-19 20:36:09 -03:00
Iggy
b34ad59fb4 Add setting to enable or disable chapter select 2024-08-19 20:21:49 -03:00
Iggy
a933c090e4 Add chapter_select file 2024-08-19 20:21:32 -03:00
Iggy
17cdc25bb1 Add chapter select to screens 2024-08-19 20:21:23 -03:00
Iggy
3e9ea5ddbc Add chapter_select file 2024-08-19 19:48:07 -03:00
Iggy
b7da3f957e Test change 2024-08-19 18:36:01 -03:00
Iggy
ce05fd5cdb Move story global variables initialization to the "initstats" label 2024-08-18 22:45:14 -03:00
Iggy
806151f430 Change start script to call the first chapter based on the "chapter_list_index" variable 2024-08-18 22:29:50 -03:00
Iggy
859610e3bd storyline refactoring and improve function modularity 2024-08-18 22:25:53 -03:00
Iggy
8b783f6838 Delete persistent ending variables from storyline 2024-08-18 21:14:40 -03:00
Iggy
a046896907 Move persistent ending variables to screens.rpy 2024-08-18 21:13:45 -03:00
Iggy
098c7dd021 storyline code cleanup 2024-08-18 21:10:30 -03:00
Iggy
7084451986 Modify ending chapters to use the next_story_chapter function 2024-08-18 21:08:07 -03:00
Iggy
ba0024f251 Modify storyline to extend the chapters array once the common chapters are finished 2024-08-18 21:06:13 -03:00
Iggy
01e9ababa2 Delete commented lines from label get_ending 2024-08-18 12:48:53 -03:00
Iggy
66d4b308af Delete commented lines from the storyline label 2024-08-18 12:46:40 -03:00
Iggy
8b20ffaecd Remove init -999 python block for config.developer 2024-08-18 12:44:54 -03:00
Iggy
97cc4252d5 Update FallingSky font to fix issue with words containing 'ft' 2024-08-18 12:41:03 -03:00
Iggy
1864a917dc get_ending formatting 2024-08-17 13:26:00 -03:00
Iggy
f8aa9d0459 Change call order for reset_debug_scores function 2024-08-17 13:25:05 -03:00
Iggy
fc903d08fb Modify debug_story_variables to append or remove elements accordingly 2024-08-17 13:24:22 -03:00
Iggy
e4d7b18bf2 Chapter 8 choices formatting 2024-08-17 12:07:11 -03:00
Iggy
14b7d1a6ea Storyline optimizations and fixes 2024-08-16 21:01:55 -03:00
Iggy
4a2a62478d Call main menu after credits 2024-08-16 20:58:32 -03:00
Iggy
88279e9601 - Implement debug_story_variables function
- Modify initstats label to handle debugging and wingStory variable
2024-08-16 20:56:58 -03:00
Iggy
afb67298ec Implement updated way of playing movies 2024-08-14 22:25:47 -03:00
Iggy
0a4ab9609a Implement use of 'initstats' label during start 2024-08-11 23:15:13 -03:00
Iggy
6a32d84d24 Add missing logic to 'next_story_chapter' function
Modify define statements
2024-08-11 23:13:20 -03:00
Iggy
366c62d484 Comment out storyline and get_ending labels 2024-08-08 22:42:08 -03:00
Iggy
c68090bf58 Replace return calls in ending chapters 2024-08-08 22:31:18 -03:00
Iggy
1345686055 Replace return calls with next_story_chapter function 2024-08-08 21:21:36 -03:00
Iggy
dbf1aa34ef Adjustments to next_ending_chapter function 2024-08-08 20:01:30 -03:00
Iggy
c50eb0ce32 Replace get_ending label usage in credits.rpy 2024-08-08 19:51:58 -03:00
Iggy
4b662b5488 Replace get_ending label usage for new function in chapter 11 2024-08-08 19:51:18 -03:00
Iggy
79569c7441 Add call first element of the general_chapters array in script 2024-08-08 19:43:36 -03:00
Iggy
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 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
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
c31073412b deleted the wrong lines, fixing 2024-06-08 18:08:36 -05:00
Map
3e51013a55 remove old polish translation strings that replace spanish lines. 2024-06-08 18:01:47 -05:00
Michael Yick
02c413da81 Fix bug where polish will randomly turn spanish
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
Michael Yick
88327c44df New Russian Email Patch
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
Michael Yick
947f584c0a Patch "Kurwa Bobr" Ready - Polish translation from email (#235)
Co-authored-by: Map <mapmappening@gmail.com>
Reviewed-on: https://git.cavemanon.xyz/Cavemanon/SnootGame/pulls/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
Legalo
4a64d9897c Marks missing text as translatable 2024-04-13 08:13:44 -03:00
Michael Yick
e04380aa8b Forgot CG a tard made 2024-04-09 23:04:07 -05:00
Michael Yick
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
Michael Yick
052a5cb0af espan should credit russo translation as well 2024-04-03 06:13:52 -05:00
Michael Yick
c12a1c7cbf New Russo Translation 2024-04-03 02:37:52 -05:00
Map
4b509c0981 fix exception on build 2024-03-22 03:06:05 -05:00
Michael Yick
ef09c6253a woodpecker files 2024-03-01 07:54:03 -06:00
Michael Yick
6a4212b99e fix crash 2024-01-03 01:51:50 -06:00
nutbuster
22f3c694c8 Additional Spanish Translation 2023-12-27 11:51:23 +11:00
nutbuster
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
nutbuster
e473ddc1db Bonus Chapter 10 Unlock Requirement 2023-10-02 16:53:24 +11:00
nutbuster
a8238b97aa Move the wings check properly 2023-10-02 16:03:26 +11:00
san7890
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
san7890
9f2bd4ed5f fixes translation menus
deletes the old lines
2023-05-07 00:21:57 -06:00
san7890
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
san7890
0c648922aa common code 2023-05-06 22:50:23 -06:00
san7890
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
san7890
c890f2094c 2, 5, 8, 11
threes threes threes
2023-05-06 22:45:57 -06:00
san7890
dbffdf5c36 chapters 1 and 4 2023-05-06 22:43:35 -06:00
san7890
c274f8726a reduce copypasta in chapter7 2023-05-06 22:42:36 -06:00
san7890
9021619bf0 chapter 7 alignment issues 2023-05-06 22:42:27 -06:00
san7890
404d3f91bd removes the trad arg to initstats() as well 2023-05-06 20:11:35 -06:00
san7890
340528ee02 removes the ending flag 2023-05-06 20:06:38 -06:00
san7890
ef4764b322 get_ending to not be numerically based, but instead enum-based. (#219)
Co-authored-by: san7890 <the@san7890.com>
Reviewed-on: https://git.cavemanon.xyz/Cavemanon/SnootGame/pulls/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
GManon
b1c7339280 Better quality and makes the text all the same color 2023-01-03 01:27:20 -03:00
GManon
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
GManon
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
GManon
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
GManon
073b6c4d27 Comma 2023-01-01 23:56:58 -03:00
GManon
ace81b5d59 Stella uses a double l 2023-01-01 22:38:18 -03:00
GManon
868487c9b2 Prevents exception when emulating the android version through renpy 2023-01-01 21:14:36 -03:00
GManon
aba1477600 Removes unused import 2023-01-01 21:02:12 -03:00
GManon
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
GManon
ce0d964872 Goodbye cache high 2023-01-01 05:13:05 -03:00
GManon
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
GManon
ad6a84e842 I swear the last one 2022-12-17 05:46:26 -03:00
GManon
57cf02f3c7 Smol fixes 2022-12-16 15:44:50 -03:00
GManon
d18c33bced Future-proof for non-romantic languages 2022-12-16 11:50:48 -03:00
GManon
3453e17dfb Final mini fix 2022-12-16 01:02:49 -03:00
GManon
35a346730e Probs last batch 2022-12-16 00:21:01 -03:00
GManon
83426ac4e9 Fixes problems with shoelaces 2022-12-10 19:43:47 -03:00
GManon
b05b339b99 Third batch of fixes 2022-12-09 01:24:53 -03:00
GManon
4709e6cd0b Fixes 2 2022-12-03 18:50:57 -03:00
GManon
6698b49761 First batch of fixes 2022-12-03 18:27:39 -03:00
GManon
f05d77c118 Everything fixed if I say so myself 2022-11-29 23:49:13 -03:00
GManon
7d8a8ae478 Updates tl files 2022-11-29 23:41:16 -03:00
GManon
f48403f3ea Fixes ending images 2022-11-29 22:16:10 -03:00
GManon
4bd250f819 Removes unused file 2022-11-29 21:51:12 -03:00
GManon
040cc7631f Various fixes 2022-11-29 21:40:46 -03:00