Commit graph

175 commits

Author SHA1 Message Date
Map
6cea8fa94b add additional promo art credit 2024-10-10 14:40:02 -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
301035bad1 Fix some lint errors 2024-10-07 03:57:39 -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
c045fcff26 nudge "no mods!" message down a bit 2024-10-07 02:49:53 -05:00
Map
934a0dc72a change languaged_up to be set inside the lang_sel screen 2024-10-07 00:30:08 -05:00
Map
019d5f4f44 Fixed language setup screen 2024-10-06 23:22:25 -05: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
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
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
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
6a407f4630 fix typo blunders that crash the game 2024-10-05 14:07:09 -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
a8fb7bae19 correct some more lint errors 2024-10-05 08:16:02 -05:00
Map
7309c68119 Bring edgescroll toggling from Wani 2024-10-05 08:09:19 -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
85d71da086 import wani mod script 2024-10-04 18:06:23 -05:00
MichaelYick
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: https://git.cavemanon.xyz/Cavemanon/SnootGame/pulls/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
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
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
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
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
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
908d8f62f7 Remove lock_scores logic and point-increasing functions 2024-08-29 18:07:30 -03:00
Iggy
fef3b7beec Hide quick_menu in chapter selection 2024-08-23 17:45:04 -03:00