Page 1 of 1

cemetary sends me to desktop

Posted: Thu Oct 30, 2014 12:34 am
by lmaccarty
now when I dig in cemetery the game quits and sends me to my desktop.
anybody else have this problem?
I also hate the cemetery dead !!

Re: cemetary sends me to desktop

Posted: Thu Oct 30, 2014 12:38 am
by Dr.Disaster
Are you by chance running a manuely patched GoG (or other DRM-free) version of the game?

Re: cemetary sends me to desktop

Posted: Thu Oct 30, 2014 1:29 am
by lmaccarty
I don't think so.
Every time I boot up the game Steam updates,
I do remember today that my internet was choppy so I clicked on run standalone.
I'll load up steam and run it from my library and see it that helps.

Thanks

Re: cemetary sends me to desktop

Posted: Thu Oct 30, 2014 1:33 am
by lmaccarty
Well, I tried loading up Steam and running the game from there.
It still crashes when I dig in the cemetery.
This is bad as I wont be able to finish the game if this keeps up!

Re: cemetary sends me to desktop

Posted: Thu Oct 30, 2014 11:05 am
by Dr.Disaster
I asked because there have been reports about patched versions behaving odd. Never heard that for updated steam installs yet, including your dig problem. My advice would be to have steam check the installation or even re-install the game.

Re: cemetary sends me to desktop

Posted: Thu Oct 30, 2014 11:11 am
by petri
There is a bug that we are going to fix with the next patch. As a workaround please copy paste the following code to the console:

Code: Select all

for e in party.map:allEntities() do if e.id == "grave_loot_undead" then e:destroy() end end
You need to be in the cemetery level when you execute the code.

Re: cemetary sends me to desktop

Posted: Fri Oct 31, 2014 9:59 pm
by lmaccarty
Thanks.
Now how do I get to the console?

Also, are u aware of a manual for the game?

Tks

Re: cemetary sends me to desktop

Posted: Fri Oct 31, 2014 10:07 pm
by Zo Kath Ra
lmaccarty wrote: Also, are u aware of a manual for the game?
I have the Humble Bundle version, and the manual is at
C:\Program Files\Legend of Grimrock 2\extras\Legend of Grimrock 2 Manual.pdf

Re: cemetary sends me to desktop

Posted: Sun Nov 02, 2014 4:55 pm
by Zo Kath Ra
lmaccarty wrote:Now how do I get to the console?
You need to open the file "grimrock.cfg" with a text editor and change the line

Code: Select all

console = false
to

Code: Select all

console = true
I have the Humble Bundle version of LoG2, and "grimrock.cfg" is at
My Documents\Almost Human\Legend of Grimrock 2\grimrock.cfg

To show the console in the game, press the key to the left of "1" and under "Esc".

On my German keyboard, it's the °^ key.
On English keyboards, it should be the ~ key.

You should then see a dollar sign and an underscore (= the cursor) in the screen's top left corner:

Code: Select all

$ _