Jason
jason   United States
 
 
Lets play sum games:steamhappy::steamhappy:
Currently In-Game
Hardspace: Shipbreaker
Recent Activity
45 hrs on record
Currently In-Game
4,350 hrs on record
last played on May 31
1,184 hrs on record
last played on May 31
Lu :3 May 24 @ 2:40am 
^_^
Cocochris0 Mar 2, 2023 @ 10:20am 
⠄⠄⠄⠄⣠⣤⣾⣿⢿⣿⣿⣿⣶⣄⡀
⠄⠄⢠⢾⢵⣗⣷⣿⣻⣿⣯⣿⣿⣿⣿⣧
⠄⣴⡫⣗⢽⡺⡽⣞⣯⣿⣿⣿⣿⣿⣿⣿⣇
⢸⣿⡯⣪⡣⡫⡯⣯⣷⣿⣟⣿⣿⣿⣿⣿⣿⡄
⢸⣿⣿⣢⢫⣝⢾⣯⣿⣷⣿⣿⣿⡿⠿⣿⣿⣷⢀⣄
⠈⣿⣿⣯⢧⣳⣻⣺⡻⣽⠝⢋⠁⠒⢚⣓⣿⣿⡿⢿
⠄⢹⣿⣏⠄⠄⢀⠄⡘⣾⣷⣦⣪⣳⣾⣿⣿⣿⣿⣽
⡫⡾⣿⡯⣮⣢⢶⢵⢼⣽⣿⣿⣿⣿⣿⣿⣿⣿⡟⠋
⠑⡢⢿⣿⣳⢽⢝⡷⣵⣷⣿⠿⢷⣿⣿⣿⣿⣿⢧
⠄⠘⠞⣿⣷⢽⢵⣳⠵⠐⢑⠙⡚⠿⣿⣿⡿⢝⠜⡄
⠄⠄⠄⠘⣟⣿⣽⡞⣡⢒⠓⠝⣙⣓⣪⡻⠝⡀⣼⣷⡤⣠⣤T
⠄⠄⠄⠄⠙⢷⢝⢧⢲⢎⠳⠹⠱⣹⡱⠈⠂⣰⣿⣿⣳⠄⢤O
⠄⠄⠄⠄⠄⠄⣧⣃⠄⠑⠕⠒⡚⠝⠁⢀⢜⣾⣟⣯⡒⡀⡘P
⠄⠄⠄⠄⠄⠄⠘⣷⢢⢠⢀⣀⠄⡄⡖⡵⣯⣿⡽⣧⡳⢐⠔
⠄⠄⠄⠄⠄⠐⠄⠘⢯⡪⡪⡢⡣⣱⢽⢝⣯⡷⣻⣵⣟⢔⠅G
DryWallH2O Mar 27, 2022 @ 4:28pm 
Zawoka Geneva
=
Rofelix2 Mar 26, 2022 @ 6:13pm 
Hmmmm, yummy hmmm yum yum tasty delicious mmmm lip licking,delightful and devilish , absolutely astonishing taste.
byteframe's cat Feb 20, 2020 @ 8:37am 
🚘
ISKA Jan 27, 2020 @ 4:48pm 
@name pid
@inputs [Actual_length]:number
@outputs [Length_output]:number
@trigger none
@persist [P_mul I_mul D_mul Target]:number
@persist [P I D]:number

if (first()) {
P_mul = 2
I_mul = 0.4
D_mul = 0.2

Target = 39

interval(1)
}

if (clk()) {
interval(50)

D = P - (Target-Actual_length)

P = Target-Actual_length

I += P

Length_output = P*P_mul + I*I_mul - D*D_mul
}