not sure about the idea to block new episode, but for me works this)
---
- unren game
- open .../game/main.rpy
- delete "if" block from row 5 to row 10
- save the file, restart the game and load your save
Edit
rows to delete
------
if delay_exp == 0 and episode6 == 1:
call hide_icons from _call_hide_icons_295
scene black
show text "{size=100}{color=[text_color]} You can't play this version - please visit
You must be registered to see the links
for further instructions {/color}{/size}" with dissolve
pause 3
jump end
------