Sakura Dungeon , PC game
First of all, we want to enable the console. Close your game if it's open.
Enabling the console
Go to your Sakura Dungeon install directory, and enter the \renpy\common directory.
Look for the file 00console.rpy and open it with a text editor.
Edit the line "config.console = False" to "config.console = True"
Save the file, and close it.
Start the game, and while in the game (not at the title screen, start a new game or load a save) press SHIFT + O to call up the console.
You can now enter console commands.
Codes
Some codes that may be useful:
Take care when inputting these, as a wrong code could break your game. Never, ever input a code without an extension, for example fox=99 will definitely break your game!
fox.currency=XXX ;where XXX is the amount of mana shards you desire.
[Name].xp=99 ;where [Name] is the code for the character, see below. This will set XP to 99, so the character will level up on the next XP gained.
Example:
knight.xp=99 will set Ceri's XP to 99.
XP gains seem to become sporadic if you're more than 5 levels above your opponent, so you may want to stop there and update when you get new encounters.
[Name].vit=XX ;where XX is the amount of Vitality you want. Note that VP will not increase this way.
[Name].agi=XX ;where XX is the amount of Agility you want. Note that AP will not increase this way.
[Name].mnt=XX ;where XX is the amount of Mentality you want.
[Name].str=XX ;where XX is the amount of Strength you want.
[Name].dex=XX ;where XX is the amount of Dexterity you want.
[Name].res=XX ;where XX is the amount of Resilience you want.
15-20 in these is plenty to make the game a vacation cruise. Pressing S and A when entering a battle will make the endless random encounters tolerable.
[Name].vp=XXX ;where XXX is the amount of VP you want.
[Name].ap=XXX ;where XXX is the amount of AP you want.
[Name].max_vp=XXX ;where XXX is the max amount of VP you want.
[Name].max_ap=XXX ;where XXX is the max amount of AP you want. [thanks to gob-sec]
[Name].physical=X ;for Physical Resistance.
[Name].poison=X ;for Poison Resistance.
[Name].air=X ;for Air resistance.
[Name].fire=X ;for Fire Resistance.
[Name].ice=X ;for Ice Resistance.
[Name].shock=X ;for Shock Resistance.
For all Resistances, X=1 for 25%, X=2 for 50%, X=3 for 75%, X=4 or more for 100%.
Characters
These are the codes you will need for the [Name] section above, linked to the character names in the game. Listed in the approximate order you'll obtain them in the game.
Character - [Name]
Ceri - knight
Bunny - bunny
Boar - boar
Slime - slime
Cat - cat
Spear Warrior - spear
Sylvi - dark_elf
Fox Tamer - fox_tamer
Witch - witch_book
Warrior - warrior
Sword Witch - witch_sword
Mud Girl - mud
Witch Bunny - witch_bunny
Yomi - fox
Tribeswoman - tribal
Fox Archer - fox_archer
Cat Witch - witch_cat
Tiger - tiger
Monk - monk
Panda - panda
Maeve - dark_knight
Fox Miko - fox_miko
Fox Knight - fox_knight
Forest Spirit - forest_spirit
Nine Tails - ninetails
Hammer - hammer
Captain Bonny - pirate
Wand Witch - witch_wand
Genie - genie
Assassin - assassin
Queen Bee - bee
Chocolate Mimic - chocolate
Abyssal Cow - cow
Noblewoman - goth_lolita
Anubis - anubis
Brawler - fist
Sand Sentinel - sand
Exalted Angel - jewelry
Tribal Warrior - tribal_warrior
Abyssal Goat - goat
Whip Wielder - whip
Ryuuou - asian_dragon
Tatsu - assistant1
Yori - assistant2
Abyss Demon - abyss_whip
Abyss Mimic - abyss_mimic
Abyssal Watcher - dark_chain
Abyss Slime - abyss_slime
Ella - twins1
Emma - twins2
Succubus - succubus
Spirit Guardian - wolf_ghost
Chika - scifi_evil
meep
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit