Page 2 of 4

Re: How to change the console activation key

Posted: Sun Sep 23, 2012 11:36 am
by Komag
I've never heard of or read those other things

Re: How to change the console activation key

Posted: Sun Sep 23, 2012 8:38 pm
by Lark
montagneyaya wrote:Thanks, it's really funny and very interesting.

h = heal (crystal of life effect)
l = level up
L = down to the next level (and take all items of the level)
m = monster (spider)

if you active the developer mod in the start menu, you have a permanently torch light in game.

F1 = collision off/on
F2 = diffuse mapping off/on
F3 = normal mapping off/on
F4 = ambient occlusion off/on
F6 = wireframe on/off
F7 = AI debug on/off
F8 = draw sound on/off
F11 = minimap with all information
Now that I found the original post, I think it applys to developer mode and not the console, sorry. I'll work on getting developer mode going.

Re: How to change the console activation key

Posted: Sun Sep 23, 2012 10:23 pm
by montagneyaya
Patchumz wrote:And then after it's enabled, you can just do config["developer"]=true and then config:apply() to enable dev mode, which allows you to use the hotkeys and stuff like that.
This is no more available ?
Or there are other way to activate the developer mod in console ?

Re: How to change the console activation key

Posted: Mon Sep 24, 2012 7:17 am
by petri
The developer mode was never meant for public/modders use. It is too easy to crash the game, corrupt saves and do bad things with it. But now you have access to the console with access to all scripting functions.

Re: How to change the console activation key

Posted: Mon Sep 24, 2012 9:00 am
by montagneyaya
ok, thank you for the console and the dungeon editor, very good work, and many hours/days/months/years of fun for us

Re: How to change the console activation key

Posted: Tue Sep 25, 2012 7:28 pm
by Komag
I'll just add this here for now:
new to beta 1.2.10 is the ability to save the default starting position and size of the editor window. I like mine almost maximized but not quite, so here is the example...
Go to your Documents\Almost Human\Legend of Grimrock folder and edit your grimrock.cfg file (usually with Notepad)
at the bottom (or anywhere), add the lines:
-- editor window starting position and size
editorWindowPosX = 8
editorWindowPosY = 8
editorWindowWidth = 1414
editorWindowHeight = 830
Those specific numbers fit well on my 1440x900 screen running Vista with the taskbar on the bottom (normal). You would adjust the 5, 5, 1420, and 832 to your liking.

Save the file (you can keep it open for further tweaking) and test by running the editor.

You can adjust the numbers and save grimrock.cfg again. Then to most quickly run the editor again, don't close it by clicking the Windows red X, but rather go to File - Exit and it will take you back to the main Grimrock game, then just click Dungeon Editor, voila, new settings tested.

Re: How to change the console activation key

Posted: Fri Sep 28, 2012 3:43 pm
by Komag
TIP:
to make a line break to make a new paragraph for your dungeon Description text, \n doesn't work, but you can place exactly 71 - in a row (with spaces before and after) to consume one full line, and leave a few more spaces before the next word to give an "indent" for a paragraph.

also, 51 * in a row fill a line too, but I like the look of the - better

Re: How to change the console activation key

Posted: Fri Sep 28, 2012 4:46 pm
by petri
Komag wrote:TIP:
to make a line break to make a new paragraph for your dungeon Description text, \n doesn't work, but you can place exactly 71 - in a row (with spaces before and after) to consume one full line, and leave a few more spaces before the next word to give an "indent" for a paragraph.

also, 51 * in a row fill a line too, but I like the look of the - better
This is kinda obsolete with 1.2.12 ;)

Re: How to change the console activation key

Posted: Fri Sep 28, 2012 5:42 pm
by Komag
HA! Nice fix, that one.

I guess someone still might want a full line of * or - though

Re: How to change the console activation key

Posted: Wed Dec 05, 2012 6:13 pm
by Jaberwoke
Newly registered but I've been a lurker for some time. I'd love to enable the console but I've tried the suggestions here and altered the cfg file but cannot get it to work. Any ideas what I may be doing wrong? All I did was add the line consoleKey = 115 and saved the file.