how activate console in this v14.01??
Console Activation
------------------
! Note: Messing around in the console can cause serious bugs, only enable console if you
know what you're doing and are happy to take the risk.
1) From the main game directory navigate to the renpy folder, then open the common folder
2) Find the 00console.rpy file and open with notepad++
3) Search for the line: # If true, the console is enabled despite config.developer being False.
4) Edit the line below from: config.console = False to config.console = True
5) Save and close the file
To open the console in game press: SHIFT + O
To close the console type in "exit" or right click
From: awesomo/console.txt