Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Xarrak

9
Posts
1
Topics
1
Following
A member registered Feb 13, 2022 · View creator page →

Creator of

Recent community posts

managed to beat the game and all bonuses in 3 jumps, one at the very start (unavoidable) and two on the very last bonus level. i believe there may be a way to skip the third on the last bonus, but other than that i believe that is the limit

I just now looked into the community made versions of DLS: it looks like this is exactly what you are looking for, with many more features as well.

If you want more space, you need to download the unity editor as well as the source code from here, then make a C# script that changes the camera orthographic size. If need be, I could make an example script. However, Sebastian most likely has plans to make a setting that increases the area.

If you need more help, I pretty much just rephrased one of the comments from here

From what I have tested, the way the program processes connecting one wire to another wire is by setting the output of the second wire to go to the same output the first wire has. 


I connected the second wire to the first one, and if you follow the bolder line, it goes to the same output as the first one.

The reason this doesn't work is explained on the itch.io page:

"Please note that if conflicting inputs are received, the state of the pin will be determined randomly. To avoid this, the tri-state buffer should be used."

I hope this helps. If you're still trying to make an or, go to this forum: https://itch.io/t/2625655/how-does-one-create-a-or-gate

That is a feature Sebastian plans to implement in the future:

"In episode 3, displays placed inside of a chip will be visible on the face of that chip when it's used inside of other chips. I still need to figure some stuff out with this feature, but it will be added in a future update." - The itch.io page

I believe that is a feature Sebastian has not implemented yet, I do not know if he plans to. However, I have not played around with that much.

that works too, but you want a nand gate if you want to make more advanced projects and dont want to have to do and --> not every time

To make an Or

--------------------------------------------------------

Input A --> Not \

                                      Nand --> Output

Input B --> Not /

--------------------------------------------------------

To make a Nand:

--------------------------------------------------------

Input A \

                     And --> Not --> Output

Input B /

I got bored and decided to speedrun this game, got 37 seconds by doing stuff like clipping through the cage and skipping the final text sequence with the stranger (the one who dies) by setting floor level. I could probably get sub 30 as i made a few mistakes during the speedrun