Brick Rigs

Brick Rigs

Not enough ratings
foogworks n23 hover tech demonstrator - fixed
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
24.240 KB
13 Dec, 2023 @ 12:57pm
14 Dec, 2023 @ 1:30am
2 Change Notes ( view )

Subscribe to download
foogworks n23 hover tech demonstrator - fixed

Description
disable steering to turn on
30 Comments
TOYO1515 21 Nov, 2024 @ 5:26pm 
Hey can i use this system in some of my cars? Fully credited with a link in the desc of course!
TOYO1515 9 Nov, 2024 @ 4:44pm 
nvm i found how
TOYO1515 9 Nov, 2024 @ 4:27pm 
Is there a way to set a max speed?
wilianmaldonadojr 30 Oct, 2024 @ 12:56pm 
thx!
stallingblock2  [author] 29 Oct, 2024 @ 11:07pm 
when you spawn this in, it should be toggling itself so quickly that it almost appears to flicker.

this will turn the switch on and off several times per second, according to your framerate. if you are running at 60fps, the switch will turn itself on and off (1 & 0) about 60 times per second. What you do is set up another math brick for whatever you are tying it to. For example, if you had a thruster controlled by speed you would set up a math brick to multiply the output of the speed sensor by the output of the clock math brick. Or, if you wanted to simply silence thrusters connected to throttle, you would set up a multiply math brick, with input A to the clock math brick, and input B to simply be throttle.

The way it functions is of course by multiplying the sensor's output by 1 and 0 unbelievably fast. This toggles the thruster on and off so quickly that it doesn't have time to render sound or smoke.
stallingblock2  [author] 29 Oct, 2024 @ 11:05pm 
wilian, it is a switch (we will call this the clock switch)
[
min in: 1
max in: 0
min out: 1.1
max out: 0
]

with the input channel tied to a math brick (we will call this the clock math brick)
[
operation: greater
input A: disable steering (this bind will enable the clock - if you want it to be always on, simply set it to a constant value of 1)
input B: output channel, tie it to the clock switch
]
wilianmaldonadojr 29 Oct, 2024 @ 5:39pm 
how did you make the thurster be more quieter?
I am trying to replicate the system, but I didn't understand.
btw its just for the throttle, because I pretend to make a PBR and also to emulate this as a hybrid system
GGcake 5 Jul, 2024 @ 10:41pm 
really nice
Jaseloves_Sudo 19 Feb, 2024 @ 5:21pm 
can you try?
Jaseloves_Sudo 11 Feb, 2024 @ 12:21pm 
just a sugguestion