Darklord wrote:3, open a DOS prompt, in Windows 7, click start then type CMD into the search box.
Navigate to your game folder, personally mine was stored in G:\Games\Legend of Grimrock. (to get there I typed g: (press enter) then CD G:\Games\Legend of Grimrock (press enter).
Once there type
grimrock_console.py
you should see:
found Console.lua
Modifying file...
and get your prompt back, you're set.
Funny, I've installed it in the exact same folder on the exact same drive.
But, you should advise people to enter:
c:\python27\python grimrock_console.py
Typing just the grimrock_console.py works in your case because your installer associated .py files with Python 2.7. This will not apply to everyone. Also, if you do it your way, you don't even need to open a dos prompt. You could just doubleclick the .py file in Windows itself, and it works too. (You don't get to see the result screen, but if the
Console.lua file appears, you can be pretty sure it's working.)