Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Lavender Programming

17
Posts
1
Topics
3
Following
A member registered May 09, 2022

Recent community posts

Hello!
Currently there is no way to see the Seven Segment Displays on the outside of a chip, and other stuff like that But:
You can see this: post for more information about it.

This: other post has some information on modding DSL, and how to get the Seven Segment Displays to work.

I hope this helped!

you can't make zoom, but can re-program to make zoom.

馃憤

(1 edit)

Nice! I hope that was able to help. I would definitely like to hear if you made any progress, and if my idea actually worked.

So,  I'll do  my best to explain what (hypothetically) might work...

If you divide  for example 8 梅 4. Division is basically subtracting (from the dividend) until the number is less then the second number (divisor). So what you could do is have a circuit that loops through itself until a condition is met, then ending the loop and outputting a result. Here's a step-by-step guide to how it (could) work:

Input A = 8 and Input B = 4

So take 4 (B) from 8 (A) and then add one to C (now 1), so A is now 4 and B is still 4.

Then if A (now 4) is less then B (4) we would stop. But A (4) is not less then B (4), SO! We can do another subtraction so A is now 0 and B is 4, and we add one to C (now 2).

So A (8) 梅 B (4) = C (2), and we would output C (2).

So we could input our two numbers (A & B) and loop through a Subtraction Circuit, checking each time if A is less then B, and if so we stop the loop, and output or C (answer). Now this would take a lot of work, but seems possible.

But if you wanna do something easier (but bulkier) you could chain-together a bunch of subtractions (adding 1 to a counter every circuit), and check each time if it is less then, and if so stopping the chain and outputting a result.

I hope all of this makes sense. And if it does, hope it helps.

If you have any questions check this post here: https://itch.io/t/3291682/7-segment-displays-in-digital-logic-sim

That was a feature I think he just added for the Video. It's not possible unless you'd like to tinker with the game's code.

You can just make an OR3 yourself: (A OR (B OR C)).

What Sebastian Lague's video about Tri-State Buffers, and Bus Lines (Here)

That does sound like an interesting mechanic to add, like a Speaker, or something, I don't know when the next update to this project will be, Sebastian sort of works on it whenever he feels like it. I hope that he adds a lot of things people have been wanted to see in Digital Logic Sim.

Could you elaborate on what you mean, I'm not entirely sure what your asking. If you right-click on a chip and click "View" you can see all of the chips inside that chip, if that's what your asking.

You can download the code from the GitHub and edit the files in Notepad, or something, but as far as I know you need Unity to compile the code into an actual Application to run and use.

And if your asking if I think the experimental features should be enabled by default, then Yes! I think they should be toggle-able in the options.

https://itch.io/t/3291682/7-segment-displays-in-digital-logic-sim

This should explain everything.

Anytime someone asks about 7-Segment Displays in Digital Logic Sim, if you'd like, you can give them a link to this post which, should, explain it thoroughly.

(1 edit)

Assuming you've watched Sebastian's video you know how they work, but the ability to see the display from outside a chip , like shown in Sebastian's video is not possible, normally, in the game, so here is a very long-winded and over-sized post about this subject and the greater Modding and Experimental Features of DLS (Digital Logic Sim).

Explanation:

By default this feature is disabled, turned off before Sebastian releases a new version of DLS, but according to Redcraft7578 and his video "How to enable chip displays in DLS" it is enabled as follows: (Digital-Logic-SimAssets > Modules > Chip Creation > Settings > Chip Overrides > "Enable Script Functions"), though directly in the video this is shown to not work perfectly. 

A Note: there is VidHelper.cs and VidHelper.cs.meta, but this are, currently, not known to be connected to the experimental features. 

Other Developments:

This post has gone from how to enable it, to the history of enabling it, to now a completely different subject, if you can't tell already I talk a lot. But this is just some other developments I'd like to mention which might eventually lead to the ability to enable this, and many other already implemented, and custom features, Modding Support is being added by Chazzwazzler first mentioned in this post, and also linked is a mod for expanding the Workspace in DLS.

Epilogue:

Thanks for reading by very long random post, and I hope this developments in the DLS community evolve into a much larger project.

There is an unofficial one, (It's only on Android though):

Android: https://play.google.com/store/apps/details?id=com.SebastianAndLimeinc.DigitalLog...

Check this "Thread", It should have all the information you need to do this.

(1 edit)

Lifecraft is a Great game The music is very relaxing and I can spend hours chilling out making a creature. I love the Complexity and how big the game is even though it's still in alpha. My only issue is that there's no guide or tutorial after your creating energy, and I understand that everyone says that and that a guide is coming in the next update. Other than that I don't have any issues with the game.

I'm glad your still making games after 11 years! I hope the game does well, and your doing well (irl). Also your games inspired me to learn to program and make my own games.

-Den