Extracting and enabling the console
Re: Extracting and enabling the console
There is no need to hack the dat file to enable the console with 1.3.1. There is thread about it somewhere in the modding forum..
Re: Extracting and enabling the console
Yes it's much easier now, here a handy guide by Komag!
viewtopic.php?f=14&t=3021&hilit=console+enable#p31950
Daniel.
viewtopic.php?f=14&t=3021&hilit=console+enable#p31950
Daniel.
A gently fried snail slice is absolutely delicious with a pat of butter...
-
- Posts: 41
- Joined: Sat Mar 31, 2012 11:48 am
- Location: Yeovil, England, UK
Re: Extracting and enabling the console
I think with the latest release 'Almost Human' have disabled the use of the console.
It does not work anymore using...
spawn("...........")
AH.
Found I had to change the console key in config file.
From 220 to 115 then it worked again using above spawn.
It does not work anymore using...
spawn("...........")
AH.
Found I had to change the console key in config file.
From 220 to 115 then it worked again using above spawn.
Re: Extracting and enabling the console
I've gotten my console to work, albeit, it's a bit slow. But, I can't seem to get the command "gameMode.timeMultiplier = 0.7" to work. I keep getting the error that gameMode is nil. If it helps, I'm working on a mac.
Re: Extracting and enabling the console
yeah that's not a command we can do
Finished Dungeons - complete mods to play
-
- Posts: 1
- Joined: Wed Jan 16, 2013 10:25 pm
Re: Extracting and enabling the console
I am getting this error:
Also, it seems that the linked thread with console = true doesn't work any more. Any help, please?
Code: Select all
C:\Legend of Grimrock>c:\python27\python grimrock_console.py
Traceback (most recent call last):
File "grimrock_console.py", line 88, in <module>
main()
File "grimrock_console.py", line 22, in main
raise Exception("DSDSSD")
Exception: DSDSSD
Re: Extracting and enabling the console
I was getting the same error until I read the post at the top of this page.HunterEris wrote:I am getting this error:
Also, it seems that the linked thread with console = true doesn't work any more. Any help, please?Code: Select all
C:\Legend of Grimrock>c:\python27\python grimrock_console.py Traceback (most recent call last): File "grimrock_console.py", line 88, in <module> main() File "grimrock_console.py", line 22, in main raise Exception("DSDSSD") Exception: DSDSSD
I finally got the console to work without extracting the lua file or running Python.
I am running Grimrock version 1.3.6 and simply editing the grimrock.cfg file did it.
Changing "console = true" and changing "consolekey = 192" now gives me the console using the tilde ~ key.
Just like any other game I play.
Thank you AH for making this a possibility!
I believe this works on version 1.3.1 as well.
Re: Extracting and enabling the console
Mmmm I cannot get into console.
Ran the python script and it was successful just shift ~ does nothing in game after music muted.
It is the stand alone GOG game, version 1.1.4
Whenever I add:
console = true
consoleKey = 192 or 115
Then start the game as soon as I mute the music in options it deletes both those lines from the cfg file.
Any ideas here mates?
Cheers
Ran the python script and it was successful just shift ~ does nothing in game after music muted.
It is the stand alone GOG game, version 1.1.4
Whenever I add:
console = true
consoleKey = 192 or 115
Then start the game as soon as I mute the music in options it deletes both those lines from the cfg file.
Any ideas here mates?
Cheers
Re: Extracting and enabling the console
NVRMND...reinstalled the game and all good now.
-
- Posts: 3
- Joined: Sat Feb 02, 2013 11:26 am
Re: Extracting and enabling the console
Hi,
Thank you for the console, it's working fine.
I Need help though....
I'm a little confused about this teleport console comand and i need help.
With this command i can teleport safely (with little help with this - print(party.x,party.y) )
spawn("teleporter",party.level,party.x,party.y,0,"tele"):setTeleportTarget(15,15,0,party.level)
But i can't delete teleport, when i enter tele:delete it says {string "user-imput"} :1: function arguments expected near '<eof>'
How do you enter command tele:delete? Does anybody know?
Thank you
Thank you for the console, it's working fine.
I Need help though....
I'm a little confused about this teleport console comand and i need help.
With this command i can teleport safely (with little help with this - print(party.x,party.y) )
spawn("teleporter",party.level,party.x,party.y,0,"tele"):setTeleportTarget(15,15,0,party.level)
But i can't delete teleport, when i enter tele:delete it says {string "user-imput"} :1: function arguments expected near '<eof>'
How do you enter command tele:delete? Does anybody know?
Thank you