cemetary sends me to desktop

Have trouble running Legend of Grimrock 2 or do you have questions about the purchasing options? Look for help here.
Post Reply
lmaccarty
Posts: 9
Joined: Fri Oct 24, 2014 5:13 pm

cemetary sends me to desktop

Post 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 !!
User avatar
Dr.Disaster
Posts: 2876
Joined: Wed Aug 15, 2012 11:48 am

Re: cemetary sends me to desktop

Post by Dr.Disaster »

Are you by chance running a manuely patched GoG (or other DRM-free) version of the game?
lmaccarty
Posts: 9
Joined: Fri Oct 24, 2014 5:13 pm

Re: cemetary sends me to desktop

Post 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
lmaccarty
Posts: 9
Joined: Fri Oct 24, 2014 5:13 pm

Re: cemetary sends me to desktop

Post 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!
User avatar
Dr.Disaster
Posts: 2876
Joined: Wed Aug 15, 2012 11:48 am

Re: cemetary sends me to desktop

Post 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.
User avatar
petri
Posts: 1917
Joined: Thu Mar 01, 2012 4:58 pm
Location: Finland

Re: cemetary sends me to desktop

Post 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.
lmaccarty
Posts: 9
Joined: Fri Oct 24, 2014 5:13 pm

Re: cemetary sends me to desktop

Post by lmaccarty »

Thanks.
Now how do I get to the console?

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

Tks
User avatar
Zo Kath Ra
Posts: 937
Joined: Sat Apr 21, 2012 9:57 am
Location: Germany

Re: cemetary sends me to desktop

Post 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
User avatar
Zo Kath Ra
Posts: 937
Joined: Sat Apr 21, 2012 9:57 am
Location: Germany

Re: cemetary sends me to desktop

Post 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

$ _
Post Reply