I would like to know if it is at all possible to access console commands in Grimrock 1. I already know how to do so in Grimrock 2.
I read the same thing could be done for Grimrock 1 but when I looked at said file there were no console options in the CGF file. So I'm wondering if there isn't another way.
Console commands
Re: Console commands
It's off by default, but otherwise done the same way afaik.
Here are instructions by the developer:
Here are instructions by the developer:
by petri:
To enable the console all you have to do is to change/add the following lines to the config file at Documents/Almost Human/Legend of Grimrock/grimrock.cfg:
console = true
consoleKey = 192 --uses tilde as console key
Re: Console commands
for some reason, it's not working. and I copy pasted it to the CGF fileIsaac wrote:It's off by default, but otherwise done the same way afaik.
Here are instructions by the developer:by petri:
To enable the console all you have to do is to change/add the following lines to the config file at Documents/Almost Human/Legend of Grimrock/grimrock.cfg:
console = true
consoleKey = 192 --uses tilde as console key
Re: Console commands
It works for me, but note you don't add the two lines, you modify two lines around line 26 that are already there turning it off.
I have no idea why 192 should make the backtick\tilde key be the key to turn it on, that's not the ascii code for those, but it works.
I have no idea why 192 should make the backtick\tilde key be the key to turn it on, that's not the ascii code for those, but it works.
Last edited by eastwind on Tue May 03, 2022 5:53 am, edited 1 time in total.
Re: Console commands
This [excerpt] is from my own grimrock.cfg file:
In my case the console key is the back-slash and pipe key; " \| ", just below the Backspace key, and above the return/enter key.
The location of my own grimrock.cfg file is:
Code: Select all
console = true
consoleKey = 220
The location of my own grimrock.cfg file is:
Code: Select all
C:\Users\%username%\Documents\Almost Human\Legend of Grimrock\grimrock.cfg
Re: Console commands
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.