Skip to content

Instantly share code, notes, and snippets.

View fish4terrisa-MSDSM's full-sized avatar
💭
Sleeping...

fish4terrisa-MSDSM fish4terrisa-MSDSM

💭
Sleeping...
View GitHub Profile
#!/usr/bin/env python3
# coding=utf-8
import os, re, sys, time
import requests
import gdown
import lxml.html
# Solve the limit of 50 on the maximum number of files downloaded in single folder on Google Drive. You can use this script to recursively download a folder, including all the files and subfolders on Google Drive.
# based on https://gist.github.com/DaniDipp/744b52adb341e41fdf871346a59e442c. thanks to @DaniDipp
# fixed the utf-8 folder name problem, by fish4terrisa-MSDSM
# really a dirty hack :)

Sakura Dungeon Cheat Guide

Sakura Dungeon was made with the visual novel engine Ren'Py. It makes it harder to hack the game with something like Cheat Engine, but it's based on Python, so the game scripts can be easily decompiled and modified. In the case of Sakura Dungeon, we don't have to decompile anything; the game has a developer console that can be simply enabled and used to modify the game while playing. This guide explains how to do that.

Index