Extracting and enabling the console

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
User avatar
petri
Posts: 1917
Joined: Thu Mar 01, 2012 4:58 pm
Location: Finland

Re: Extracting and enabling the console

Post by petri »

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..
User avatar
Darklord
Posts: 2001
Joined: Sat Mar 03, 2012 12:44 pm
Location: England

Re: Extracting and enabling the console

Post by Darklord »

Yes it's much easier now, here a handy guide by Komag!

viewtopic.php?f=14&t=3021&hilit=console+enable#p31950

Daniel.
A gently fried snail slice is absolutely delicious with a pat of butter...
hannamarin
Posts: 41
Joined: Sat Mar 31, 2012 11:48 am
Location: Yeovil, England, UK

Re: Extracting and enabling the console

Post by hannamarin »

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.
nqeron
Posts: 1
Joined: Wed Dec 26, 2012 12:54 am

Re: Extracting and enabling the console

Post by nqeron »

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.
User avatar
Komag
Posts: 3658
Joined: Sat Jul 28, 2012 4:55 pm
Location: Boston, USA

Re: Extracting and enabling the console

Post by Komag »

yeah that's not a command we can do
Finished Dungeons - complete mods to play
HunterEris
Posts: 1
Joined: Wed Jan 16, 2013 10:25 pm

Re: Extracting and enabling the console

Post by HunterEris »

I am getting this error:

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
Also, it seems that the linked thread with console = true doesn't work any more. Any help, please?
User avatar
BarryBGB
Posts: 46
Joined: Wed May 16, 2012 10:07 pm
Location: Alexandria, VA - USA

Re: Extracting and enabling the console

Post by BarryBGB »

HunterEris wrote:I am getting this error:

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
Also, it seems that the linked thread with console = true doesn't work any more. Any help, please?
I was getting the same error until I read the post at the top of this page.
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.
User avatar
Zoidbort
Posts: 3
Joined: Mon Jan 21, 2013 3:41 am

Re: Extracting and enabling the console

Post by Zoidbort »

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. :oops:
Any ideas here mates?
Cheers
User avatar
Zoidbort
Posts: 3
Joined: Mon Jan 21, 2013 3:41 am

Re: Extracting and enabling the console

Post by Zoidbort »

NVRMND...reinstalled the game and all good now.
oxidonis2008
Posts: 3
Joined: Sat Feb 02, 2013 11:26 am

Re: Extracting and enabling the console

Post by oxidonis2008 »

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
Post Reply