penguin0616 Posted October 15, 2020 Share Posted October 15, 2020 That weird sigil puzzle you found? Spoiler Here's how to solve it: Go get a SINGLE "Distilled Knowledge" from the giver thing. Put it where Maxwell is standing in the picture above. Make sure it is the only one even remotely nearby. Step 2) Run this code in the server console lock=nil;s=nil; local main = c_findnext'archive_orchestrina_main'; local x,y,z=main:GetPosition():Get(); test=TheSim:FindEntities(x,y,z,15,{"resonator_socket"});s={};for i=#test,1,-1 do table.insert(s,test[i])end;table.sort(s,function(a,b)return a.GUID<b.GUID end); lock = TheSim:FindEntities(x,y,z,3,{"archive_lockbox"}); if not lock[1] then TheNet:Say("can't find puzzle in the center"); return; end; lock = lock[1].puzzle; TheNet:Say("found puzzle"); Step 3) Then run THIS code in the server console. for i,v in ipairs(s) do local c = v.components; if c.inspectable==nil then v:AddComponent("inspectable")end; v:RemoveTag("noclick"); v.str="#"..lock[i] c.inspectable.getspecialdescription=function(self)return self.str or"BLANK";end; end; TheNet:Say("order generated"); Now whenever you inspect a sigil, it will tell you it's position in the order. Whenever you get a new Distilled Knowledge, you have to run both again.if you have the Insight mod, it'll also reveal the puzzle for you in a different manner. Link to comment https://forums.kleientertainment.com/forums/topic/122477-puzzle-solver/ Share on other sites More sharing options...
bigGMIW Posted October 15, 2020 Share Posted October 15, 2020 or you could just walk. Link to comment https://forums.kleientertainment.com/forums/topic/122477-puzzle-solver/#findComment-1379945 Share on other sites More sharing options...
JimmyJam Posted October 15, 2020 Share Posted October 15, 2020 Its really easy to solve it. Just run over the other parts on the floor. You have to turn each one on in the right order. Its pretty much just a memory game. Link to comment https://forums.kleientertainment.com/forums/topic/122477-puzzle-solver/#findComment-1379950 Share on other sites More sharing options...
penguin0616 Posted October 15, 2020 Author Share Posted October 15, 2020 Yes, it is a memory game. This removes the need for randomly guessing until you get it right. Link to comment https://forums.kleientertainment.com/forums/topic/122477-puzzle-solver/#findComment-1379953 Share on other sites More sharing options...
Bird Up Posted October 16, 2020 Share Posted October 16, 2020 oh that's cool. could you just make it into a client mod? Link to comment https://forums.kleientertainment.com/forums/topic/122477-puzzle-solver/#findComment-1380105 Share on other sites More sharing options...
penguin0616 Posted October 16, 2020 Author Share Posted October 16, 2020 @Bird Up The client doesn't know the winning combination, unfortunately. So it's not possible. Link to comment https://forums.kleientertainment.com/forums/topic/122477-puzzle-solver/#findComment-1380109 Share on other sites More sharing options...
WebberMain Posted October 16, 2020 Share Posted October 16, 2020 I did it,but i don´t understand its function,what does it do? Link to comment https://forums.kleientertainment.com/forums/topic/122477-puzzle-solver/#findComment-1380138 Share on other sites More sharing options...
penguin0616 Posted October 16, 2020 Author Share Posted October 16, 2020 The puzzle or the code? The code just tells you what order you need to stand on puzzle pieces in. Link to comment https://forums.kleientertainment.com/forums/topic/122477-puzzle-solver/#findComment-1380266 Share on other sites More sharing options...
WebberMain Posted October 16, 2020 Share Posted October 16, 2020 I mean what does the knowledge i unlock does.Doe sit unlock something or what Link to comment https://forums.kleientertainment.com/forums/topic/122477-puzzle-solver/#findComment-1380323 Share on other sites More sharing options...
Bird Up Posted October 16, 2020 Share Posted October 16, 2020 7 minutes ago, WebberMain said: I mean what does the knowledge i unlock does.Doe sit unlock something or what When you unlock the knowledge, it's like reading a blueprint. You learned a recipe. Link to comment https://forums.kleientertainment.com/forums/topic/122477-puzzle-solver/#findComment-1380327 Share on other sites More sharing options...
WebberMain Posted October 16, 2020 Share Posted October 16, 2020 41 minutes ago, Bird Up said: When you unlock the knowledge, it's like reading a blueprint. You learned a recipe. Which ones xD Link to comment https://forums.kleientertainment.com/forums/topic/122477-puzzle-solver/#findComment-1380344 Share on other sites More sharing options...
Bird Up Posted October 16, 2020 Share Posted October 16, 2020 5 minutes ago, WebberMain said: Which ones xD There is a recipe for astral detector, under structures tab. There's the recipe for the turf creating machine, Terra Firma Tamper under the science tab. Then there's recipe for the collected dust in the refine tab. The Forbidden Knowledge teaches you one of these. You need to do it three times. Link to comment https://forums.kleientertainment.com/forums/topic/122477-puzzle-solver/#findComment-1380346 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.