#Logic Archive

1 messages Β· Page 1 of 1 (latest)

hybrid flame
#

Here, I hope we can share logic related so they can be implemented into games. Open to discussions, critiques, or suggestions.

Thanks to the one who made the web editor
https://discord.com/channels/865737627712749579/1320462590924689449

Ill post random logic related frequenly and hope u so
I wish its can helps who needs and having fun Oaklands
If any mistakes occur, we need you guys to correct 76starsineyes

hybrid flame
#

s1, -s2 : i=0 c=1
-s1, -s2 : i=0 c=0
-s1, s2 : i=0 c=1
s1, s2 : i=1 c=1

hybrid flame
hybrid flame
past quail
#

hello

hybrid flame
past quail
#

you can help em in lgoic??

#

me*

hybrid flame
past quail
#

i need to link 1 elv to all of my floors

hybrid flame
#

How many floor its?

past quail
#

3 base ment ground floor and floor 1 and i will make more floors

hybrid flame
#

Total 6 floor?

past quail
#

no

#

3 for now

hybrid flame
past quail
#

can you help me??

hybrid flame
#

Here

past quail
#

ok:(

hybrid flame
past quail
#

i am ultra noob at logic

hybrid flame
#

I cant help u if u doesnt know how to use transmiter/reciver and define the region of interactor. Im sorry

past quail
#

bro you made me cry:(

hybrid flame
#

Adjust the num interface as height of floor

#

Then relay it to memory to interactor to elevator

past quail
#

can you give me more infs pls??

hybrid flame
past quail
#

informations

hybrid flame
past quail
#

can you??

#

/ummm nope

hybrid flame
#

Bro

#

What information u looking for ?

hybrid flame
hybrid flame
past quail
#

pottelo

hybrid flame
past quail
#

i have a question pottelo

#

pottelo

hybrid flame
past quail
#

the interactor isnt wiring with the transmit

hybrid flame
hybrid flame
past quail
#

but in pic it said transmit

hybrid flame
#

Set same value in it

past quail
#

ok

hybrid flame
#

Define the region of interactor, drag it to get the elevator

hybrid flame
hybrid flame
dense wren
#

@hybrid flame would you know how to make the logic so that lights turn on at night and turn off in the daytime in game

hybrid flame
dense wren
#

Idk the specific in game time just when the sun is coming up Lol

hybrid flame
#

So Daylight sensor to 2 pcs of and gate with num intervace 5 & 18 then connect to relay with num interface with 10 value that interact to the lamp

obsidian salmon
#

Where can you find these logic diagrams?

hybrid flame
obsidian salmon
#

?

hybrid flame
hybrid flame
hybrid flame
#

*stream

hybrid flame
hybrid flame
hybrid flame
hybrid flame
hybrid flame
hybrid flame
hybrid flame
hybrid flame
# hybrid flame Dpad

MP = master power ( on )
-MP = not master power ( off )
index : x + y * x_boundary + y

hybrid flame
hybrid flame
hybrid flame
hybrid flame
#

the web editor struggles to handle it due to the excessive number of components and getting big. should build it directly in Oaklands if want to continue this project even though it's still just at the beginning stage and remains experimental

misty stump
austere mica
# hybrid flame the web editor struggles to handle it due to the excessive number of components ...

πŸ‘‹ it appears the biggest bottleneck is drawing, then updating is next in-line, but that's harder to optimize
i made a lot more of the stuff "cached" (won't explain what its doing), which is not great for memory usage (because of what it's doing), but makes it run a bit faster

if you're doing anything on mobile past this point, 🫑 good luck soldier

tidbit: i get why transmitters and receivers are nice, it's basically like a infinite "wire jump"-- but then it looses its curcuit-iness, and is also more expensive in-game.. and also in the editor :p

+the "profiling" menu is under the other menu in settings

edit: noted #1320462590924689449 message

hybrid flame
austere mica
hybrid flame
hybrid flame
hybrid flame
blazing python
hybrid flame
fresh juniperBOT
# hybrid flame https://discord.com/channels/865737627712749579/1383727264759545926/139118539360...
Command_Storm (@command_storm)

πŸ‘‹ it appears the biggest bottleneck is drawing, then updating is next in-line, but that's harder to optimize
i made a lot more of the stuff "cached" (won't explain what its doing), which is not great for memory usage (because of what it's doing), but makes it run a bit faster

if you're doing anything on mobile past this point, 🫑 good luck soldier

tidbit: i get why transmitters and receivers are nice, it's basically like a infinite "wire jump"-- but then it looses its curcuit-iness, and is also more expensive in-game.. and also in the editor :p

+the "profiling" menu is under the other menu in settings

edit: noted #1320462590924689449 message

silver trellis
#

i followed this

#

but it doesn't work

hybrid flame
#

U need image decal id for bilboard

#

R u sure the decal is work ?

hybrid flame
hybrid flame
hybrid flame
silver trellis
hybrid flame
#

Hm.. what the next logic diagram should i drop here? πŸ€”

hybrid flame
hybrid flame
hybrid flame
hybrid flame
hybrid flame
#

Mini pc 3hz
( exstremely slow πŸ˜‚ )
Stable with 3hz at stream web editor

  • modular and scalable
  • using many of transmiter and reciver because hard to wire it all on mobile
  • Basically, it's just a bunch of AND gates, along with relays and counters
wild harbor
#

Can u help me figure out how to do multiple selectors with corresponding outputs

But its like a 2 step activation

  • Button 3 selects 3
  • activation Button confirms selection

Idk if im clear enough, i might need to rest lol

wild harbor
#

Yes

#

Only 1 active selection at a time

#

Dats where im stumped atm

hybrid flame
wild harbor
#

Uhhh...

If A == True
Set B = false
Set C = false?
Set Selector = true

hybrid flame
#

Data:
A
B
C

Mux :
A b c = go 1
-a -b - c = go 2
-a b c = go 3
Etc
Etc

Something like this ?

wild harbor
#

Close but

Button A selects Output A

If u press Button B, it will cancel output A and select output B

Then activation button confirms the output

Etc etc

hybrid flame
#

There 3 buton ?

wild harbor
#

Ideally its expandable

hybrid flame
#

How many output?

wild harbor
#

Tbh i think i just need to rest, ill go look in ur past works

Might find smth I can use to figure it out later

#

Thanks for helping lol

hybrid flame
#

πŸ‘

fresh juniperBOT
wild harbor
#

Wait b4 i go, heres like a general visual im trying to work

So if u press green button it selects that
But it wont do anything until u press Red button

U can select between cyan and green button but it will just light up but not do any functions

#

So thats my idea

And trying to make it somewhat modular so that i can add more in/out later on

Anyways, dats all
Ill get bacc to dis later

hybrid flame
hybrid flame
#

🀯 πŸ˜΅β€πŸ’« πŸ€•

hybrid flame
hybrid flame
austere mica
hybrid flame
hybrid flame
#

With tether as data pin

#

Or can be use as signal control πŸ‘

austere mica
austere mica
austere mica
# hybrid flame Matrix Decoder

so this is technically slower than just AND gates and relays (as it scales linearly instead of adding +1 tick every 4 bits), but is more efficient in gate usage?

hybrid flame
austere mica
hybrid flame
#

Due to max digit is 10^15-1
Its about 2^50
Each port bit out is 2^n
So 48x48 ( 12x12 bit out )

hybrid flame
#

πŸ˜‚

austere mica
hybrid flame
austere mica
hybrid flame
hybrid flame
austere mica
hybrid flame
hybrid flame
hybrid flame
hybrid flame
hybrid flame
misty stump
hybrid flame
# misty stump what is this pottelo

πŸ€”
Buton
Hz clock, Rising edge
Someting like zero tic
Or u can replace the hz clock with switch button and it will act as regular buton

#

That generates a single pulse every press

copper mason
#

Do you by chance know a way to make a randomizer that can't land on zero

hybrid flame
hybrid flame
#

Or + 1 to make it cant land on zero

copper mason
#

Ty I will see if this works on S.PEC

hybrid flame
#

Anytime

copper mason
#

Do you have an question suggestions for S.PEC

hybrid flame
#

S.pec?

copper mason
#

Robot

#

This thing

hybrid flame
#

Aahh its fun !76starsineyes

copper mason
#

Currently it has 4 questions and answers

hybrid flame
#

Does it moving?

copper mason
#

1 sec

hybrid flame
#

Animation that make it look alive

copper mason
#

Just recording a video

#

But yes it moves

hybrid flame
#

Example its mustache or ears moves up and down

#

Ahh cool

copper mason
#

Only 2 sprites tho

hybrid flame
copper mason
#

It's taking a bit, my sister won't let me send it

hybrid flame
#

Yeah oko have friends now πŸ˜†

#

/feed S.PEC 100 popcorn popcorn_cat

misty stump
misty stump
#

i mean the logic item

hybrid flame
misty stump
#

is it num inter?

hybrid flame
misty stump
#

so it doesnt exist on Oakland?

hybrid flame
misty stump
#

okay

hybrid flame
hybrid flame
#

#oak-updates message

fresh juniperBOT
# hybrid flame https://discord.com/channels/865737627712749579/1309957319433523270/140594320536...
Jak (@j_ak)

❓ Secret Update Friday πŸ€”

Update 1.90.0 - August 15th 2025

-EAV---- --R-NE

||HEAVENLY SHRINE||
β€’ 01101001 01101101 00100000 01100011 01101111 01101100 01100100

H---E--- T---

||HEAVENLY TREE||
β€’ 01101001 01110100 00100111 01110011 00100000 01100100 01100001 01110010 01101011

-H- --I-

β€’ 01110000 01101100 01100101 01100001 01110011 01100101 00100000 01101000 01100101 01101100 01110000 00100000 01101101 01100101

D---L--GS

β€’ 01101001 01101101 00100000 01110110 01100101 01110010 01111001 00100000 01110011 01100011 01100001 01110010 01100101 01100100

--A--OW ---H-R

β€’ 01110100 01101000 01100101 00100000 01110000 01101111 01110111 01100101 01110010 00100000 01110000 01110101 01101100 01110011 01100001 01110100 01100101 01110011

L-G-- --CH--

β€’ 01110011 01110100 01110010 01100001 01101001 01100111 01101000 01110100 00100000 01110100 01101000 01110010 01101111 01110101 01100111 01101000 00100000 01101101 01111001 00100000 01110110 01100101 01101001 01101110 01110011

SH---- ---E

β€’ 01100001 01101110 01100100 00100000 01100001 01110100 00100000 01110100 01101000 01100101 00100000 01110110 01100101 01110010 01111001 00100000 01100101 01101110 01100100

-UI---C-L

β€’ 01110111 01101000 01100101 01101110 00100000 01100001 01101100 01101100 00100000 01110011 01100101 01100101 01101101 01110011 00100000 01101100 01101111 01110011 01110100

--ID --Y---L

β€’ 01101001 00100111 01101101 00100000 01101100 01100101 01100110 01110100 00100000 01110111 01101001 01110100 01101000 00100000 01100001 00100000 01100010 01100101 01100001 01110101 01110100 01101001 01100110 01110101 01101100 00100000 01101100 01101001 01100111 01101000 01110100

Value Changes

β€’ Buffed Flameslate Spawns 7 -> 15 Nodes
β€’ Buffed Ice Cave Spawns 30 -> 45 Nodes
β€’ Buffed Ice Pine 162.5 -> 206.25 (Planked Value)
β€’ Nerfed Kelp and Lumi Kelp 67.5 -> 56.25 (Planked Value)
β€’ Nerfed Lavendar 100 -> 65 (Raw Value)
β€’ Fixed the Alien Axe not correctly applying it's power reduction (it's still better than Emberbane in most scenarios)
β€’ Fixed the Alien Pickaxe not correctly applying it's power reduction (it's still better than others in most scenarios)

Misc Changes

β€’ Trees now have a sound when chopped down
β€’ Logs now have impact sounds

πŸ‘‹ That's all for now!

β€’ Enjoy the update!

-# <@&894024666698612766> <@&894024778002866176>

https://www.roblox.com/games/9938675423/Oaklands

hybrid flame
#

Jak Poet ASCII

#

I'm cold, it's dark, please help me I'm very scared. The power pulsates through my veins, and at the farthest end when all seems lost
I'm left with a beautiful light.

hybrid flame
#

00010011 00010111 00001101 00011001 00010110 00001110 πŸ₯Ά

hybrid flame
hybrid flame
glossy kite
glossy kite
#

i don't know how to word it exactly but ill word it as good as i can

glossy kite
#

so theres a drawer at the bottom of a section, let's call it section a. then section b is around 17 studs up, how would i get the items in section a to section b? without doing it manually, leading from drawer to drawe

#

for instance if i had marbles in the drawer in section a, without having to swap the drawers or anytjing is there a way to get marbles in section a to section b?

#

if not its fine i'm just wondering if there is i have a basic knowledge of logic just wondering if something like that would be possible. drawer in section a dowsnt need to exist but i need marbles from section a to get to section b drawer

#

i can send a picture of the concept i'm working on if that would help

#

idk if that made any sense. sorry for the long paragraph

hybrid flame
#

#oak-updates message

fresh juniperBOT
glossy kite
#

do y want me to send a pic

#

of what i'm tryna do, with a drawing?

hybrid flame
glossy kite
#

okay

hybrid flame
glossy kite
#

ball goes down plinko

#

from section b, to a

#

then gets dropped into back through collider

#

section a, at the bottom holds the marble and needs to get back up to section b to re do the game

#

is there a way to do that automatically?

hybrid flame
glossy kite
#

when an elavator pushes a marble

#

does it go into a drawer

#

even if it does is there a way to make the elevator like automatically go up

hybrid flame
glossy kite
#

once a marble touches or sometthing

hybrid flame
glossy kite
#

okay

hybrid flame
#

Occasionally, items fall through the elevator mechanism, but I trust you can determine the most effective solution

hybrid flame
#

An alternative method for transporting material upward is to position two conveyors tailored to the material's dimensions

glossy kite
#

okay thank you

#

i've figured something out, but wondering what logic i need to automatically dispense items out of a drawer? is it just an interactor

#

on the drawer

glossy kite
#

figured it out nvm

#

thank you for your help. i've managed to do it

hybrid flame
#

Cool

glossy kite
#

just a repeat of delays and sustainers, thank you very much

#

have a good day/evening

hybrid flame
#

πŸ‘

hybrid flame
#

Lcd colour

#oak-questions message

fresh juniperBOT
hybrid flame
#

Here the idea

#

Pong Game

  1. Screen Matrix

    • Uses an 8x8 matrix as the display where the ball bounces.
    • Includes 16 pixels for two paddles.
    • Total screen size is 10x8 pixels.
  2. Ball Random Generator

    • Ball starts with a random direction at the beginning of the game.
  3. Score System

    • A scoring mechanism is implemented for each player.
  4. Additional Feature

    • To prevent infinite bouncing loops in the screen corners, I added portals at each corner.
    • If the ball enters a portal, it will respawn randomly on the screen.

Issue:
Ball movement is too slow due to the number of components it must traverse, causing signal delays

hybrid flame
#

Next mybe build the ball generator

hybrid flame
#

Next let it bounce ..πŸ“

hybrid flame
#

(β•―Β°β–‘Β°)β•―οΈ΅ ┻━┻

hybrid flame
#

β”¬β”€β”¬γƒŽ( ΒΊ _ ΒΊγƒŽ)

hybrid flame
hybrid flame
#

Gray : Bandsaw
Red : Sander
Blue : Storage drawer
Green : Tree

hybrid flame
#

#oak-questions message

fresh juniperBOT
fresh juniperBOT
jagged lark
#

yo i need some help with logic, i need a system that stores a signal in a memory cell, and if a new signal comes by, it gets stored in the second memory cell, and so on

#

so like every time a signal gets outputted, it gets stored in a memory cell, and the next memory cell gets unlocked so the next signal can get stored in it

hybrid flame
jagged lark
#

could be 3, could be 10, doesnt matter

#

say i need 5 memory cells for example

hybrid flame
#

I did post something like tht here

jagged lark
#

can you link the message?

hybrid flame
hybrid flame
hybrid flame
jagged lark
#

how do you load this kind of stuff without lagging?

jagged lark
hybrid flame
jagged lark
#

yes but i see ppl making logic stuff 100 times the size of the one u sent, how

#

like i cant even view it because the lag is too high and it takes 2 minutes for frames to update

hybrid flame
#

IπŸ˜‚

jagged lark
hybrid flame
fresh juniperBOT
# hybrid flame This one using bloker https://discord.com/channels/865737627712749579/13204625...
Command_Storm (@command_storm)

I made a logic web editor for the "fun of it".
It can be accessed at link (on my github AfterAStorm under the repo name "stream" because the mods disabled links in posts >:[) , and for the keen javascript enjoyers, feel free to look at the source... it's abysmal.

It only fully supports PC (keyboard+mouse) , I haven't done any testing with mobile or other control schemes
EDIT: I've also only tested it with webkit (ex: chrome) so it may not work on other browsers

Attached video is an example of it in use to create a magnificent keyboard; performance is a needed improvement and some edge cases aren't accounted --> connection order actually matters in-game for some reason and such >:(.

hybrid flame
jagged lark
#

it seems a bit unnecessary to me

hybrid flame
blazing python
#

@hybrid flame did you make this?

#

Also if you did can you make it look better when zoomed out

hybrid flame
blazing python
#

Im just stupid nvm

hybrid flame
hybrid flame
hybrid flame
fresh juniperBOT
hybrid flame
#

Quote today

hybrid flame
#

+n -n using memory cell

hybrid flame
#

*15

opaque summit
#

How to make a slot machine?

hybrid flame
opaque summit
fresh juniperBOT
hybrid flame
opaque summit
#

tysm So how do you make a light that constantly changes color?

hybrid flame
hybrid flame
opaque summit
#

automatically changing color

hybrid flame
opaque summit
#

logical so

#

yea

hybrid flame
opaque summit
#

So how can I set up the system?

hybrid flame
#

I think this value work with lcd,

#

And some bulp, segment disply, just try it
Set num interface value to 100 and c

opaque summit
#

tysm

opaque summit
hybrid flame
opaque summit
#

there is no other than these

hybrid flame
hybrid flame
#

Adjust that delay

opaque summit
#

trying

#

I will let you know the result

hybrid flame
# hybrid flame <:TrollKing:925558659533115444>

This schematic is complicated, as remember there a mechanic that can customize the bet also. Mybe with that idea u should configure something there ,,,... ,... um i too lazy teach something about gamble,

hybrid flame
opaque summit
#

is it true

hybrid flame
opaque summit
#

So where do I connect this mechanism?

hybrid flame
opaque summit
#

which

hybrid flame
#

That One after the relay

opaque summit
hybrid flame
opaque summit
#

not working

hybrid flame
opaque summit
#

I opened

#

Can you explain it with a video I'm a beginner .d

hybrid flame
#

Press it to power on the machine, then you are allowed to spin

daring pulsar
hybrid flame
fresh juniperBOT
hybrid flame
#

Nice

daring pulsar
daring pulsar
#

like does it detect a win?
where does the win signal go to?

#

also does it have adjustable weighting for each number?

hybrid flame
fresh juniperBOT
hybrid flame
#

Example Weight 100 total for that all number
Configure the num interface to get specific weight for specific number
50 for 50%

hybrid flame
hybrid flame
daring pulsar
#

could you explain to me step by step what the machine does i dont think i can understand it otherwise

daring pulsar
#

your slot machine

hybrid flame
#

I have 3 of it placed there

daring pulsar
#

which ones are the slot machines

hybrid flame
fresh juniperBOT
hybrid flame
daring pulsar
#

what are the controls for this?

hybrid flame
#

Donate to get it spin, swich buton to turn on the machine

daring pulsar
#

lets start with the donate button and what it does

daring pulsar
#

what does this part do?

#

i see it gets a signal from the donator that gets transformed into 5000

hybrid flame
#

Ah mybe at that time i wna track how much i did spend and how much i win πŸ˜†

#

You know i do it for fun πŸ˜‚

#

Yeah the transmiter there letered spend and profit

daring pulsar
#

this part checks how much youve spent in total while the game has been active yeah?

hybrid flame
daring pulsar
#

and this part gets whatever number "win" is and adds it to a memory cell like with the "spend" tracker

hybrid flame
daring pulsar
#

oh yea i sisnt realise what it was bc the components were weirdly arranged

hybrid flame
#

Mybad ,im on mobile, hard to manage wire

daring pulsar
#

np its honestly amazing someone could design this on mobile at all i could never manage that

hybrid flame
#

Ik u can do it

daring pulsar
#

this is much cleaner imo

hybrid flame
#

Nice πŸ₯³

daring pulsar
#

what does this part do?

hybrid flame
#

Its owner wise how to set the win prize

#

Basicly 3 and gate is win triger

daring pulsar
#

so if d1 and d2 roll same (call this "d12") it will multiply the "donated_amount * 2" by that number?
if they roll 1 its donated_amount * 2 * 1
if they roll 2 its donated_amount * 2 * 2
if they roll 3 its donated_amount * 2 * 3
if they roll 4 its donated_amount * 2 * 4
etc

#

and if the third number also matches it will do donated_amount * 2 * d12 * d3
if they roll 1 its donated_amount * 2 * 1 * 1
if they roll 2 its donated_amount * 2 * 2 * 2
if they roll 3 its donated_amount * 2 * 3 * 3
if they roll 4 its donated_amount * 2 * 4 * 4

hybrid flame
# daring pulsar what does this part do?

I dont remember i set donated amound * 2 there,
That num interface with 10k was purely random because i want not loseee πŸ˜‚ so i set it big
That probality to get 777 its like 0.33 ? Corect me if i do wrong
So 3 kind number * num interface

daring pulsar
#

so the 10k num interface is just randomly set

#

and yea rolling 777 in a sustem with 777 numbers is 1/777

hybrid flame
#

Example
A. display say 444 : 3pair
It does (4 * num interface * 4) + ( 4 * num interface ) = prize
B. Display 744 : 2pair
D1 and D2 is true
Do ; sum * num interface = 4 * 10k // prize,win

daring pulsar
#

oh i see

#

whats up with these tethers?

hybrid flame
daring pulsar
#

the numbers roll 0-777 yes?

#

so in that case it would be 1/778 chance

hybrid flame
daring pulsar
#

since there are 778 possible outcomes and only one is win

opaque summit
#

thank you

hybrid flame
opaque summit
#

πŸ™‚

daring pulsar
#

would this not work since it doesnt have the tether between AND gates?

hybrid flame
hybrid flame
daring pulsar
#

doesnt that mean there are 778 different possible combinations on the number display?

hybrid flame
hybrid flame
daring pulsar
#

oh each of the displays gets 0-7 not that there is a num splitter there

#

so its 8 * 8 * 8 possible combinations which comes to 512

hybrid flame
hybrid flame
daring pulsar
#

preroll as in it gets the results asap and then does all the flashy stuff like changing numbers and whatnot

#

i get what all this does now so i only need to understand the hardest part now

hybrid flame
hybrid flame
#

Animation finish, the result goes to 3 and

daring pulsar
#

in my slot machine the circuit 1, 3, 5 give the final result of the roll as soon as possible
while circuit 2, 4, 6 handle the changing images

#

the changing images do not affect the end result which protects against spam

hybrid flame
daring pulsar
#

the actual result will be there instantly so that even if you spam donate it doesnt get clogged up as easily

hybrid flame
daring pulsar
#

with your design you can only donate once every 6 seconds since the numbers take 6 seconds to fully roll and give the reward

daring pulsar
#

so if someone were to donate while the numbers are still rolling the machine would not give a reward

hybrid flame
#

πŸ€‘ πŸ€‘

daring pulsar
#

πŸ€‘ πŸ€‘

hybrid flame
#

πŸ˜† πŸ˜™ πŸ€ͺ

daring pulsar
#

i can also adjust the roll range for each reel and set the range of numbers which rolls each image

hybrid flame
#

U wna spam it ? It ur chose lol πŸ˜‚

daring pulsar
#
Symbol Reel 1 Reel 2 Reel 3
Cherry 0.19998 0.62511 0.19998
Lemon 0.20981 0.22717 0.20981
Coins 0.18139 0.12157 0.18139
Seven 0.19100 0.02193 0.19100
Big Win 0.21782 0.00422 0.21782

these are the chances for each wheel i have set up rn

#

and that comes out to 3 match chances being
0.025 0.01 0.004 0.0008 0.0002

hybrid flame
#

There 0. Probality and ppl keep playing keepitcool πŸ˜‚

daring pulsar
#

its not percentage

#

its x/1 chance

#

so you multiply it by 100 if you want %

hybrid flame
hybrid flame
hybrid flame
#

Itu turn black before get new image

daring pulsar
#

i think thats a server tps issue

#

since there should never be 0 coming into the image generators now

hybrid flame
#

Alright

hybrid flame
hybrid flame
opaque summit
#

how make horse racing do you know

hybrid flame
#

spam interactor to flip the coin

opaque summit
#

I am grateful to you for helping me

hybrid flame
daring pulsar
#

new gambling machine idea: horse race where you can place bets on horses (different colored led's side by side on a long line)
multiple donations that all keep track of the player who placed the bet and the total amount bet by the player so that multiple people can play at once

hybrid flame
daring pulsar
daring pulsar
#

man now i gotta try making this

hybrid flame
daring pulsar
#

if donator id is the same then add donated amount to memory cell

hybrid flame
daring pulsar
#

something like this? but gotta make it sothe donator id doesnt get saved to all of the slots at once

hybrid flame
daring pulsar
hybrid flame
daring pulsar
#

memory for each horse so you can place bets on multiple horses in the same race

#

maibe a not gate on the memory that lets the signal pass to the next one if there is already something saved on it

#

oh wait the blocker is redundant

#

hmm but it still saves on everything since the pulse isnt 1tick

hybrid flame
# daring pulsar

Yeah this work i think, test it in game then, place zero tic after donator machine

hybrid flame
daring pulsar
#

how does the 0tick work?

hybrid flame
#

Like Pulse for 0.1s

daring pulsar
#

theres 8 max players right?

hybrid flame
#

But u able to save komponen if register the position and then reset the first memory

hybrid flame
daring pulsar
hybrid flame
daring pulsar
#

man its midnight here i cant be thinking rn

#

that thing doesnt work at all

hybrid flame
daring pulsar
hybrid flame
#

Adjust delay value or just replace it with tether

daring pulsar
#

i restarted from scratch since that didnt work

hybrid flame
#

If use tether u need custom 0tick ( memory cell with tether )

#

#1414077252563636315 message

fresh juniperBOT
daring pulsar
#

ill go to sleep and come back to this tmr

hybrid flame
#

Good night

daring pulsar
#

the problem with my previous design was that it filled all the slots even if the donator was the same

hybrid flame
#

Uh i forget something there, amount of money πŸ˜… but yeah,, it something like that

hybrid flame
fresh juniperBOT
hybrid flame
# fresh juniper

Play around with wire order and tick to get it smoth with memory cell or increameter. Tbh i did post more than one method about this here for those who know ..

daring pulsar
hybrid flame
#

Yo

daring pulsar
#

did some changing

hybrid flame
fresh juniperBOT
hybrid flame
hybrid flame
#

Downloading

hybrid flame
daring pulsar
#

#1415938970008813568 message

fresh juniperBOT
hollow verge
#

I hope they let logic measure how full a storage drawer is

hybrid flame
fresh juniperBOT
hybrid flame
hollow verge
#

What would you recommend measuring it with

#

First thing that comes to mind is lasers

#

Also you need something to measure the amount which comes out of the drawers

hybrid flame
hybrid flame
hollow verge
daring pulsar
hybrid flame
fresh juniperBOT
hybrid flame
hybrid flame
covert elm
#

or how do i make that

#

like the paper thing

opaque summit
#

@hybrid flame How can I make a system that changes the price when the buttons are pressed? For example, 1 button is 10k, 1 button is 1k. But at the same ATM

hybrid flame
pallid heart
hybrid flame
opaque summit
hybrid flame
opaque summit
hybrid flame
opaque summit
#

okey ty

opaque summit
#

how to make an elevator?

hybrid flame
pallid heart
fresh juniperBOT
# pallid heart https://discord.com/channels/865737627712749579/1413609891804872774/141360989180...
Cycle (@cycle_of_insanity)

An elevator can accept any value between 0-10 (0 for bottom of the elevator and 10 for top of the elevator).
The general premise of "Programing" the elevator is how the number is stored, divided and multiplied before reaching the interactor.
The button numbers are "Encoded" into 1-32 using a Bit Input.
You can substitute a Transmitter and Relay between the Bit input and the sustain/memory to place the buttons on the respective floors.

Minimum requirements for a 3-floor elevator are
x9 Buttons (3 Per Floor)
x3 Number Interfaces
x1 Sustain
x1 Memory
x3 Calculators
x1 Interactor
x1 Elevator

hybrid flame
hybrid flame
covert elm
hybrid flame
covert elm
#

yeaa like what app is it to makkke the logic?

#

like this

fresh juniperBOT
hybrid flame
hybrid flame
opaque summit
#

How to make RGB light with LCDs

daring pulsar
candid ferry
#

any way you can tell me what sandbox you are using to test out the logic? i could really benefit using something like that

daring pulsar
fresh juniperBOT
candid ferry
#

you are amazing thank you!!

hybrid flame
hybrid flame
hybrid flame
tribal bronze
#

Hello @hybrid flame , what app you use for this ?

fresh juniperBOT
tribal bronze
#

Thanks πŸ™πŸ»

hybrid flame
hybrid flame
torpid tapir
#

less than 🀣

hybrid flame
blazing python
#

literally just make the simplest button relay signal changer

#

im gonna screenshot it to send to all the people that keep asking how to use storage drawers with interactors