1)
To enable console, go to where you installed the game and find the subfolder \renpy\common\, open the file 00console.rpy in an editor (e.g. Notepad++), look for the lines:
	
	
	
		Code:
	
	
			# If true, the console is enabled despite config.developer being False.
    config.console = False
	 
 Change 
False to 
True, save and exit.
Ctrl+O opens console in-game.
2)
To get round the clothes bug in the current version, open the console (
Ctrl+O), input 
MFC4Counts = 3 and hit 
Enter.
3)
Other console commands that may be useful to cut down on the grind. Do what it says on the tin:
	
	
	
		Code:
	
	
			Money = 1000
Strength = 100
RachCorr = 100
RachLove = 100