Legalo Legalo
Legalo pushed to c-side-ost at Cavemanon/hugthegator.xyz 2025-05-04 00:20:52 +00:00
595c26de9e Translate c-side to spanish
Legalo created branch ModsButton in Cavemanon/SnootGame 2024-10-31 23:39:13 +00:00
Legalo pushed to ModsButton at Cavemanon/SnootGame 2024-10-31 23:39:13 +00:00
2a275c2468 Fix reload mods button
Legalo created pull request Cavemanon/SnootGame#257 2024-10-31 23:37:29 +00:00
Fix reload mods button
Legalo pushed to master at Cavemanon/SnootGame 2024-10-07 05:32:19 +00:00
201cd61f63 Merge pull request 'Spanish Translation for new stuf' (#251) from Espaniolo into master
9d1064c75e Spanish Translation for new stuf
Compare 2 commits »
Legalo automatically merged pull request Cavemanon/SnootGame#251 2024-10-07 05:32:14 +00:00
Legalo pushed to Espaniolo at Cavemanon/SnootGame 2024-10-07 05:32:08 +00:00
9d1064c75e Spanish Translation for new stuf
Legalo created branch Espaniolo in Cavemanon/SnootGame 2024-10-07 05:32:07 +00:00
Legalo created pull request Cavemanon/SnootGame#251 2024-10-07 05:29:59 +00:00
Spanish Translation for new stuf
Legalo approved Cavemanon/SnootGame#250 2024-10-07 02:58:18 +00:00
Improved epilgoue menu
Legalo commented on pull request Cavemanon/SnootGame#249 2024-10-07 00:21:59 +00:00
Backporting Wani's mod interface

Here's Moon Princess, only change I did was create a metadata.json, did not change a single rpy into an rpym and it's 'Scripts' list is empty ![imagen](/attachments/60da7c85-bbfb-4efd-a6ab-1e07a49…

Legalo commented on pull request Cavemanon/SnootGame#249 2024-10-07 00:10:09 +00:00
Backporting Wani's mod interface

Only comment I have is that mods that don't use rpym files shouldn't be able to be enabled/disabled since that would do nothing and it might give users a false sense of security and, although this…

Legalo approved Cavemanon/SnootGame#247 2024-10-03 00:10:29 +00:00
Redo chapter select and minor clean up of code base

Looks good to me

Legalo approved Cavemanon/SnootGame#244 2024-10-01 21:04:37 +00:00
Chapter navigation improvements
Legalo commented on pull request Cavemanon/SnootGame#244 2024-08-30 02:30:51 +00:00
Chapter navigation improvements

You are abusing global variables to the point that most of the code is unreadable, this is only a specific example but in this case it would be 100x better if instead of doing

Legalo suggested changes for Cavemanon/SnootGame#244 2024-08-30 02:30:51 +00:00
Chapter navigation improvements
Legalo commented on pull request Cavemanon/SnootGame#244 2024-08-30 02:30:50 +00:00
Chapter navigation improvements

This doesn't need to be a function since it's only called here, just move the function's code to here and if it needs further clarification add a comment

Legalo commented on pull request Cavemanon/SnootGame#244 2024-08-30 02:11:36 +00:00
Chapter navigation improvements

Why did you enable patching?