[Server] Inside The Box [Puzzles]

Mr. Sun
Member
Posts: 103
Joined: Sat May 06, 2023 04:58
GitHub: KnightLoveChemistry
Location: PRC

Re: [Server] Inside The Box [Puzzles]

by Mr. Sun » Post

I want to know why sneak(shift) didn't work.
I love shotgun! | I'm learning C++ and lua

User avatar
ZenonSeth
Member
Posts: 66
Joined: Mon Sep 18, 2017 19:23
GitHub: ZenonSeth
In-game: ZenonSeth ZenSeth

Re: [Server] Inside The Box [Puzzles]

by ZenonSeth » Post

Mr. Sun wrote:
Thu Oct 26, 2023 11:32
I want to know why sneak(shift) didn't work.
It's been asked before, if I remember, it's explicitly disabled because the sneak can be abused to get over obstacles, like jumping on places you otherwise can't - so basically it would give an unfair advantage to some people who know how to do the tricks.

Pudding
Member
Posts: 33
Joined: Sun Dec 23, 2018 18:11

Re: [Server] Inside The Box [Puzzles]

by Pudding » Post

Can the text output from the 'speaker' mech be changed to look nicer. I find the underline text that it currently uses to be very intrusive. My personal recommendation is to have the text be coloured. This will allow the player to easily distinguish the different between text from a speaker and text that isn't. A light colour would be best.

User avatar
Wuzzy
Member
Posts: 5105
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Server] Inside The Box [Puzzles]

by Wuzzy » Post

I've been trying to complete box 798 ("The Town") which is one of the most complex boxes in the game but I can't finish it because I keep getting kicked out due to timeouts, thus erasing my entire progress over and over again. :-(

I wonder if this is a problem with my connection or with the server. This hasn't happened to me before.

User avatar
Mantar
Member
Posts: 688
Joined: Thu Oct 05, 2017 18:46
Contact:

Re: [Server] Inside The Box [Puzzles]

by Mantar » Post

Is the server on 5.10? I've had reports of timeout problems from a player on our 5.10 servers and reverting one of them to 5.7.0 fixed the trouble.
Lead dev of Exile, git repo: https://codeberg.org/Mantar/Exile

User avatar
Wuzzy
Member
Posts: 5105
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Server] Inside The Box [Puzzles]

by Wuzzy » Post

The server is on 5.9.0 according to the MOTD.

User avatar
Wuzzy
Member
Posts: 5105
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Server] Inside The Box [Puzzles]

by Wuzzy » Post

This server appears to have connectivity issues for months, I kept getting timeouts when staying on the server for a longer time. I’ve written about that before.

And now I simply cannot connect at all, it gets stuck in the media loading phase and in the console it says:
ERROR[CurlFetch]: HTTPFetch for https://minetestmedia.foo-projects.org/index.mth returned response code 405
What is going on? And what is "index.mth"? Is this "index.htm" misspelled? ;-)

User avatar
Desour
Member
Posts: 1581
Joined: Thu Jun 19, 2014 19:49
GitHub: Desour
IRC: Desour
In-game: DS
Location: I'm scared that if this is too exact, I will be unable to use my keyboard.

Re: [Server] Inside The Box [Puzzles]

by Desour » Post

".mth" is the Minetest Hashset File Format, see ClientMediaDownloader::deSerializeHashSet(). (Just a list of all sha1 hashes of the remote media server.)

Remote media servers changed a bit, see https://github.com/luanti-org/luanti/pull/15885. And sfan5 noted that sofar's needs to be fixed. Did nobody tell sofar so far? Edit: Done.

In the meantime, you can disable remote media with the enable_remote_media_server client setting.
he/him; Codeberg; GitHub; ContentDB; public personal TODO list; "DS" is preferred (but often too short)

User avatar
Wuzzy
Member
Posts: 5105
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Server] Inside The Box [Puzzles]

by Wuzzy » Post

Disabling the remote media setting didn’t help, I download at a rate of 0.01 KiB/s. I guess all I can do is just wait until the issues are resolved? But thanks for the hint, I didn’t know remote media downloading can be turned off clientside.

User avatar
Wuzzy
Member
Posts: 5105
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Server] Inside The Box [Puzzles]

by Wuzzy » Post

I can join the server again now, but I still occassionally get kicked out due to network timeouts, so playing the longer boxes is difficult.

There is a new warning appearing when I join the server:

Code: Select all

Ignoring unrecognized media font: pcsenior
Does this server try (and fail) to provide a custom font? The font file name must be regular.ttf or regular.woff (see lua_api.md).

User avatar
iisu
Member
Posts: 238
Joined: Tue Mar 28, 2017 20:13
GitHub: iisu
IRC: iisu
In-game: iisu
Location: Internet

Re: [Server] Inside The Box [Puzzles]

by iisu » Post

What's the use of Flint and steel? Can I light things on fire?
Roses are red, violets are blue. Omae wa mou shindeiru.

User avatar
Wuzzy
Member
Posts: 5105
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Server] Inside The Box [Puzzles]

by Wuzzy » Post

You can put flint and steel into an item frame. That's it. You can't light things on fire with it.

Some boxes might introduce special events that cause fire to appear, but never can you use flint and steel directly to do that.

sofar
Developer
Posts: 2194
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: [Server] Inside The Box [Puzzles]

by sofar » Post

The server will move to new hardware soon. There will be a short period where it will be shutdown. Hopefully just a few minutes, but, I might kick off players at the time. The new server is being tested and things seem to work, but you'll notice that things like the webpage and stats are going to take a little time to update. The same for rankings, those will come at a later time, and rankings might not be updated for a while until I get time to sort it all out. Cheers.

User avatar
Wuzzy
Member
Posts: 5105
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Server] Inside The Box [Puzzles]

by Wuzzy » Post

Thanks for keeping this server alive!

Loefrm23
New member
Posts: 4
Joined: Sat Oct 04, 2025 05:39
GitHub: Amanfo

Re: [Server] Inside The Box [Puzzles]

by Loefrm23 » Post

Love these "Inside The Box" puzzle threads — they’re weirdly addictive and I keep getting sucked into trying to find the hidden clue in the cabling or the rack diagram; anyone else solved the one where the power LED pattern spells a code, or have a favorite trick for spotting the red herring?
My Shared Hosting company

sofar
Developer
Posts: 2194
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: [Server] Inside The Box [Puzzles]

by sofar » Post

Wuzzy wrote:
Sun Oct 05, 2025 08:44
Thanks for keeping this server alive!
I'm not making any commitments, but, I do want to spend some time revamping the review system and make it community based, so we can get the backlog down, and encourage new builders.

Papang
Member
Posts: 23
Joined: Sun Jul 10, 2022 17:28
GitHub: Papang
IRC: Papang
In-game: Papang

Re: [Server] Inside The Box [Puzzles]

by Papang » Post

Loefrm23 wrote:
Sun Oct 05, 2025 12:24
Love these "Inside The Box" puzzle threads — they’re weirdly addictive and I keep getting sucked into trying to find the hidden clue in the cabling or the rack diagram; anyone else solved the one where the power LED pattern spells a code, or have a favorite trick for spotting the red herring?
Can you give the number of the box ?
cdb_ab81e9a73742

sofar
Developer
Posts: 2194
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: [Server] Inside The Box [Puzzles]

by sofar » Post

The server is effectively moved to the new hardware. Rankings and webpage will get updated soon.

If you're having issues, DNS still needs to update. You can try to use `minetest.foo-projects.org` or `luanti.foo-projects.org` as the server name. Both should work. If you can't connect, you may need to wait until DNS changes propagate.

I'll work in the next few days to update all the attached scripts and services.

Loefrm23
New member
Posts: 4
Joined: Sat Oct 04, 2025 05:39
GitHub: Amanfo

Re: [Server] Inside The Box [Puzzles]

by Loefrm23 » Post

sofar wrote:
Mon Oct 06, 2025 03:20
Wuzzy wrote:
Sun Oct 05, 2025 08:44
Thanks for keeping this server alive!
I'm not making any commitments, but, I do want to spend some time revamping the review system and make it community based, so we can get the backlog down, and encourage new builders.
why not..its 911
My Shared Hosting company

sofar
Developer
Posts: 2194
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: [Server] Inside The Box [Puzzles]

by sofar » Post

Loefrm23 wrote:
Sun Oct 12, 2025 16:24
why not..its 911
syntax error

User avatar
Inocudom
Member
Posts: 3136
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

Re: [Server] Inside The Box [Puzzles]

by Inocudom » Post

-M- This particular puzzle in A Change Of Base is... Wow... I can't even begin to comprehend what the objective of it is. )M(
Attachments
thishintdoesnothelpme.png
thishintdoesnothelpme.png (431 KiB) Viewed 542 times
zaxtorznortwouldbeproud.png
zaxtorznortwouldbeproud.png (648.61 KiB) Viewed 594 times
Last edited by Inocudom on Tue Dec 02, 2025 07:17, edited 1 time in total.

User avatar
Inocudom
Member
Posts: 3136
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

Re: [Server] Inside The Box [Puzzles]

by Inocudom » Post

-M- I got past the ice wall, but I soon found the rest of A Song Of Ice And Nexus to be way harder. Even though I gave three item frames what they wanted and placed three nexuses, the big tree with the face on it still won't open. Even the switch that is on it doesn't seem to do anything. )M(
Attachments
MysteryLever.png
MysteryLever.png (429.79 KiB) Viewed 551 times
LooksLikeAHeartTree.png
LooksLikeAHeartTree.png (487.1 KiB) Viewed 551 times
ASongOfIceAndNexus.png
ASongOfIceAndNexus.png (740.98 KiB) Viewed 573 times

User avatar
Inocudom
Member
Posts: 3136
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

Re: [Server] Inside The Box [Puzzles]

by Inocudom » Post

Inocudom wrote:
Sun Nov 30, 2025 06:51
-M- This particular puzzle in A Change Of Base is... Wow... I can't even begin to comprehend what the objective of it is. )M(
-M- After looking up how to change decimal numbers into binary numbers and vice versa, I found out the following information shown below here. )M(
Spoiler

Code: Select all

1,789 / 2 = 894.5 (remainder is 1)
894 / 2 = 447 (remainder is 0)
447 / 2 = 223.5 (remainder is 1)
223 / 2 = 111.5 (remainder is 1)
111 / 2 = 55.5 (remainder is 1)
55 / 2 = 27.5 (remainder is 1)
27 / 2 = 13.5 (remainder is 1)
13 / 2 = 6.5 (remainder is 1)
6 / 2 = 3 (remainder is 0)
3 / 2 = 1.5 (remainder is 1)
1 / 2 = 0.5 (remainder is 1)

"1,789" == 11011111101

1 x (2^10) = 1,024
1 x (2^9) = 512
0 x (2^8) = 0
1 x (2^7) = 128
1 x (2^6) = 64
1 x (2^5) = 32
1 x (2^4) = 16
1 x (2^3) = 8
1 x (2^2) = 4
0 x (2^1) = 0
1 x (2^0) = 1

1,024 + 512 + 0 + 128 + 64 + 32 + 16 + 8 + 4 + 0 + 1 = 1,789

User avatar
Inocudom
Member
Posts: 3136
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

Re: [Server] Inside The Box [Puzzles]

by Inocudom » Post

Inocudom wrote:
Mon Dec 01, 2025 12:43
-M- I got past the ice wall, but I soon found the rest of A Song Of Ice And Nexus to be way harder. Even though I gave three item frames what they wanted and placed three nexuses, the big tree with the face on it still won't open. Even the switch that is on it doesn't seem to do anything. )M(
-M- I have come to the difficult conclusion that this box is broken and unbeatable. I dare someone to prove me wrong there. )M(

Papang
Member
Posts: 23
Joined: Sun Jul 10, 2022 17:28
GitHub: Papang
IRC: Papang
In-game: Papang

Re: [Server] Inside The Box [Puzzles]

by Papang » Post

Inocudom wrote:
Wed Dec 03, 2025 23:53
-M- I have come to the difficult conclusion that this box is broken and unbeatable. I dare someone to prove me wrong there. )M(
Hello Inocudom,

It took me quite a while to find the way out of that box again… But it still works! I realize now how lacking in clues it is—sorry, at the time it all seemed obvious to me…

To complete this box, once you’ve passed the ice wall, you need to place the three correct items in the item frames, turn on four hidden switches, collect four nexus, and place three of them on pedestals before pressing the tree button.

You’ll also need a ladder to reach the fourth pedestal!
cdb_ab81e9a73742

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest