Legend of Grimrock 2

Legend of Grimrock 2

Lost City
cboerkamp50 2020 年 4 月 16 日 下午 6:10
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?
< >
正在显示第 1 - 5 条,共 5 条留言
Adrageron  [开发者] 2020 年 4 月 17 日 上午 12:21 
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 2020 年 6 月 24 日 下午 12:45 
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 2023 年 11 月 20 日 上午 4:24 
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.
最后由 bigalexphillips 编辑于; 2023 年 11 月 22 日 上午 4:46
sholi fan 2024 年 1 月 3 日 上午 7:17 
引用自 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 2024 年 9 月 26 日 下午 9:56 
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.
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50