Legend of Grimrock 2

Legend of Grimrock 2

Lost City
cboerkamp50 16 Apr, 2020 @ 6:10pm
Gem Stuck on Pedistal
I put a gem on one of the orb pedistals before i found the orbs and it wont come off what do i do?
< >
Showing 1-5 of 5 comments
Adrageron  [developer] 17 Apr, 2020 @ 12:21am 
Try to pick it up from the side, if this will not work - then only reload, I think, sorry. It is an old LoG2 bug, some items becomes unreachable when put on those shrines. I tried to fix it, but did not succeded. In my next mod I'm just prohibited to put there any items but orbs.
Arsonium 24 Jun, 2020 @ 12:45pm 
Had the same issue. Thankfully, there is no need to restart. Even if there is no access from the sides like with Earth Shrine, if you time it right you can grab the gem while camera is rotating (turning left/right while standing in front of the pedestal).
bigalexphillips 20 Nov, 2023 @ 4:24am 
Grabbing the gem from the side worked! Thanks for the tip! EDIT: The earth shrine was especially difficult to pick up but I got it eventually by walking back and forth sideways in front of the shrine and clicking rapidly.
Last edited by bigalexphillips; 22 Nov, 2023 @ 4:46am
sholi fan 3 Jan, 2024 @ 7:17am 
Originally posted by bigalexphillips:
Grabbing the gem from the side worked! Thanks for the tip! EDIT: The earth shrine was especially difficult to pick up but I got it eventually by walking back and forth sideways in front of the shrine and clicking rapidly.
Thank you. You are mt hero
ChaosLord316 26 Sep, 2024 @ 9:56pm 
I came across this problem in my dungeon. This is how I fixed it. Make a script entity and paste this code into it:

function fixSocket()
if beacon_name_1.socket:count() >= 1
then beacon_name_1.clickable:disable()
else beacon_name_1.clickable:enable()
end
end

Connect beacon_name_1 to the script entity to trigger that function on insert and remove and you should be good to go. You need to copy and paste that for each beacon or pedestal or whatever that has this problem, change beacon_name_1 to whatever your surface is, and connect each one to their own function. Hope this helps.
< >
Showing 1-5 of 5 comments
Per page: 1530 50