cemetary sends me to desktop
cemetary sends me to desktop
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 !!
anybody else have this problem?
I also hate the cemetery dead !!
- Dr.Disaster
- Posts: 2876
- Joined: Wed Aug 15, 2012 11:48 am
Re: cemetary sends me to desktop
Are you by chance running a manuely patched GoG (or other DRM-free) version of the game?
Re: cemetary sends me to desktop
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
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
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!
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!
- Dr.Disaster
- Posts: 2876
- Joined: Wed Aug 15, 2012 11:48 am
Re: cemetary sends me to desktop
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
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:
You need to be in the cemetery level when you execute the code.
Code: Select all
for e in party.map:allEntities() do if e.id == "grave_loot_undead" then e:destroy() end end
Re: cemetary sends me to desktop
Thanks.
Now how do I get to the console?
Also, are u aware of a manual for the game?
Tks
Now how do I get to the console?
Also, are u aware of a manual for the game?
Tks
- Zo Kath Ra
- Posts: 937
- Joined: Sat Apr 21, 2012 9:57 am
- Location: Germany
Re: cemetary sends me to desktop
I have the Humble Bundle version, and the manual is atlmaccarty wrote: Also, are u aware of a manual for the game?
C:\Program Files\Legend of Grimrock 2\extras\Legend of Grimrock 2 Manual.pdf
- Zo Kath Ra
- Posts: 937
- Joined: Sat Apr 21, 2012 9:57 am
- Location: Germany
Re: cemetary sends me to desktop
You need to open the file "grimrock.cfg" with a text editor and change the linelmaccarty wrote:Now how do I get to the console?
Code: Select all
console = false
Code: Select all
console = true
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
$ _