#circuits-show-off
1 messages · Page 41 of 1
Yo who knows how to make all of players in a room telaport to a spot #1.0 rooms
events
i have work but i have a lunch in a hour n half so thats all can say
spawn event definition, event sender, event receiver, local player, set transform
configure event sender to send to all
off of the event receiver, connect set transform with target local player & plug in the spot to position & where they should be looking to rotation
then exec the event sender to send everyone in the same spot & rotation
thats simplest, non dynamic way
Ok thank you bro you are helpful
But do you have to configure the sender or smth to make it send to all
thats wut i said, ye
Oh okie
@celest crown that's not nice
they're one those really stuborn ppl that obsess over the Look At gizmo and still hold a grudge when i had a better method in #1020094893458198578, is fine 
been ages ago, but i still remember how pressed they were and that pfp
Wildd
Look at gizmo is actually kinda decent
Unless you have a Cv2 method then it's obsolete
ye, i think its just cus its not smooth for non authority whereas look at is i think. Also it took awhile for a "update" event to run things at framerate
with or without update event, i never really noticed
Speaking of Cv2 though
I recently made a basic AI physics system
Includes gravity, wall collision, and jumping (not really physics but still decided to add it)
that what i did for this but not jumping bc basic for everyone
it also pivots when turning tho
-
Description:
Showcasing basic AI movement circuits for gravity, pivoting, and even wall sliding at the end cus y not. Seen previously in action here https://youtu.be/t1ETsIoAeb0?si=BJH21XTFUVeuPoRT -
Featured:
just ez math, wouldnt call it a system tho
I call anything that I deem useful and complex a system
Or something that controls another thing
idk, maybe im just used to transformation math 🤷♀️
Yeah this is really good
Nice job
yee
Wild
These new gens
does anyone know how to get recroom studio
found out how to properly import models with rrs so i made a silly lil planet game with a car
i have a system that simulates gravitational pull based on a mass value but it was late so i just didn't use it
Now go 2.4km/s and launch of the moon :3
mb
cool
the way the velocity works it just like glues the car to the planet so u literally cant launch off of anything 😭
Lol, have you tried so the horizontal velocity changes the strength if the gravity, aka if the car goes fast enough forward it will just fly off
not yet since i have another system i need to try first
but if it doesn't work I'll try that
its circuit time
Not to scale. 1/10
Not to scale 0/10
Been meaning to do something like that for a while
AI Physics System (addon for following AI)
always send that stuff in the post you asked help in
XD I not even realize
how on earth did you manage to pull gravity off
screenmode players playing this: 😁
vr players playing this: 🤢
image.png
4002nd message dang
||(well 4003 including this)||
crazy almost every single msg ive sent is in a circuit channel
Can anybody code that’s actually good in the new 2.0 rooms
Cause I’m trying to learn how to code
if you want to learn how to do cv2 you should go to #1321098169693507604
if you're talking about actual code then find something in google
OK, thank you I was talking about circuits
Dude, I don't know what to do. Can you just like join me in a game or like make a tutorial for me because I keep on trying to do stuff and it's just not working out for me.
no, im not a teacher
use google, watch guides in youtube
There is no guide to just put me to a link, I guess.
i just subtracted the pos of the car to the planet and added velocity to it
Ohhhggg
Smart
Oh wait yeah you don’t need to account to account for direction
u dont know how to rotate a direction against a plane 
pointing a forward against a normal
against??
oh you mean the direction of the normal but behind it?
I don’t know how to get a normal in the first place but I’m pretty sure you take the normal vector and add all coordinates by 180 no?
ye
forward = (0,0,1)
normal = (45 degree pitch)
when foward against it, the pitch is added, titlting it while remaining forward
forward = (1,0,0)
when forward against it, the pitch is added as roll, rolling it while remaing to the right
I’ve never properly understood vectors
For me I see them as 3 values
That’s it
xyz
I don’t know how they interface with position, rotation
If I have a cube facing at (0, 0, 0) and turn it around shouldn’t it be (0, 0, 180)?
they're offest from the world origin. Moving is just moving all vertices with the same direction all at once. Rotating is just moving the vertices around axises within place
Ohhh it’s moving the vertices of the model
Wait but then there’s only one vector
yee
If you rotate the model on its origin, how will the vector change
How do we know what vertex it’s tracking
its considered the refference point so u dont have to say "move each vertice", you just move a signle position, and beforehand its set up so that ther vertices are "parented" off the position
Isn’t vector3 also a cheeky way to store 3 floats in one variable
Cuz the split and combine chips exist
Ahhhh
I see
ye, really vector 3 is just a tuple, which tuples are just arrays, and arrays are just fixed size data ordered without anything else inserted in between them n such
and u can just multiply to split axis, and vector dot to get individual axises & more
Makes sense
Wait if I multiply an object’s position by 2
It’s distance from origin is doubled right?
ye
yea so
one question
what does the generic room thing do?
or where are dictionaries?
sorry
forgot abt beta content 😄
funny spinny arrows 😛
I don't know what I'm gonna use it for
I was originally gonna do some kind of ai where it searches its environment to pick the best direction to avoid a wall
and whats the goal with it 
if nodeless, just do nodeless
also i would use some binary search philosophy with a preset of directions, expanding only the directions necessary instead searching all directions
those are some big words that I don't know the definition of 
like wut?
also main point was asking your goal for it 🥱
binary search thing. And I don't really know what the main goal was. I was going to make some kind of ai that feels around its environment to avoid phasing through a wall and to go around it more realistically?
and whats the goal with it
Make a dummy that claps 24-7
Is T55 cooking a huge essay?
probably
i mean, theoretically, maybe
but binary search just divide n conquer. I just like finding excuses to try use it in anything incloving searches
idk, feel like u can just use velocity and a vector feild
was 
||not gatekeepinggg 👉 👈 ||
i did my research fair n square 🥱 
Bro just make pathfinding
So much easier
I've already done that
Hmm
I wanna try something new
Well there is obstacle avoidance
Or any angle pathplanning
Both make the AI look more realistic
I've never heard of that before
Path smoothing basically
I've made theta* which is an any angle pathplanning technique
Side quest before reattempting Jump Point Search. l
Looking back at the old version it wasn't really JPS, so I attempted a new version a while ago but it didn't work. So I'll be trying to make JPS again soon.
#game #gameplay #gamer #games #gaming #recroom #vr #ai #coding #liminalspace
This was a LoS path smoother
So I'll change the title
But basically it does this while pathfinding rather than after
@south mauve could you add me ?
May I ask why ?
It’s about rec room won’t take long mate
only took up 2 and a half hours of my life💀
uh
lemme see a bit closer
Lol if you want to get closer your gonna have to see it in person since I cant get it all in a close shot
Hunt and Kill Maze Generation
It looks like a bunch of equals chips
I feel like you could've just used an execution integer switch
I'm gonna be honest I have no idea what that does because I'm teaching myself circuits and using what I learn and trying to make outrageous things
Really cool maze
Ohhhhhh
It's alr just ignore it for now if the other stuff is working
But when you get better at circuits you're going to want to use that instead
Alright thanks for the advice. I might give it a go either tomorrow or Friday
Having to fight that stupid ranking system though almost made me break a control lol
Think I might make a ranking system
Yeah I had to make a rushed upgraded one for my friend and since I added more realistic ranks it took forever
Just a basic one that assigns an index to the player
But it'll get the rank and the rest I'll make later
I usually put that in mod menus
I love to do military, political stuff, and star wars irl and in game and I do circuits and building for them a lot
ግብረ-ስጋችሁ!~~
There seems to be a lot of unnecessary circuits, like big blocks of the same stuff
so many clones
I made some R.E.P.O things
The first one shows the R.E.P.O bot talking while I talk
The second one is me showing you the power boxes (strength powerups)
The last one is showing you the R.E.P.O grabby thing.
i wonder what the problem could be
Uses a greedy best first search approach for less CPU usage and quicker paths.
#vr #games #gaming #maze #vrgaming #ai #backroomshenanigans #coding #liminalspace #recroom #gameplay #game
just got bored with my invention
now scale it 
anyone have a glitch where you can only see circuits with connect option?
u reacted, but no answer 
Go to your Maker pen's Menu then look right corner then turn on Show Circuit
https://youtu.be/Hejo7C7STL4 I made a whistle controlled arrow inspired by Yondu Udonta's weapon from Guardians of the Galaxy. I made it target AI and players. Making it target and kill RecRoom AI was very difficult. There are no animations or rotators on the Arrow! All animations are performed by using math which I'm super proud of. I hope you enjoy this recreation of the Yaka Arrow!
This is a CV2 invention that is inspired by the Yaka Arrow that Yondu Udonta uses from Guardians of the Galaxy 1-2. I hope you enjoy this demonstration of my hard work!
it'd be nice if we had pitch so it coukd actually be controlled by whistle instead volume
fr
Another Axe Test.
Got Custom Swing SFX to work!
10 chips
huh
Holy peak
I’m in love with this
Peak Funtime did a great job on those props and axe ngl..
I’d say 3 circuits Ngl
Nah
2
I could do it in one the slurp chip
gee whiz way to be supportive 👍
Your welcome
True
man refuses to make any open source show offs
take using your eyes and brain and don't give back
, bro is getting banned from torrenting forever sooner or later 💀
I plan on dropping one soon for something far more versatile and impressive in my opinion
And I’ll drop the circuits for it edit and save so other people can modify
somewhere around 35~ give or take a few
Thank you Hain for helping me optimize the tagging
and the other .38 I removed
im such a helpful fellow
"Stick drift isn't that bad"
Is it a cannon event to connect a rotate vector with an update 30Hz
lol
This might be ^SizeTrials
custom stadium ui customizer
I made a car
Bro making orion drift 😭🙏
that is my inspiration
So impressive 
Says the look at user who's still hatin 💀
L hate
Nah bro, im just complimenting him on his work
Crazy
Wait, what is it? I can't tell.
To much info is better than to little
But thanks for reminding me of that I’ll post a video with the circuits when I publish it tonight
i did just the sounds ("ah" "buh"), but no name sounds ("see", "dee") when i was starting circuits 
u had to spell everything how they sounded instead how spelt, but ye.
i didnt think it was worth sharing tho, also the people i showed it to thought it sounded dirty as i used my voice, and its soft, so ye 😭
while im on since was finding old circuits to post, this was that 
but im sure bros dose a buncha other stuff modern tts dose and has sounds of letters names, and not just their sounds
this WAS made long time ago tho, so ye
Open source Gravity stuff
20 chips
Funny guy
wut is it for fr tho 😭
gravity is typically this
It modifies gravity of players objects and projectiles
And has a tagging system that allows you to easily tag any object to give them gravity property’s
yee
||20 chips then
||
also if want a reply back... reply 😭
thats y took so long
There's gotta be an easier way
critisism aside it looks good
cinnamons crying now
full on crashing out
he showed it working? 😭
all i could see is pixelated spaghetti
sounds
i lied i didn't look at it
It’s a edit and save invention
You guys can take a look when you get on
i dont wanna see how works, wanna see if it works 
name?
the link 
Thank you
i was forwarding hains forward, geuss its not recurssive smh
L discord
i wanted the funny encapsulation
cinnamon has destroyed his room in rage
I’m ending it
Australian guy slowing the devs down (probably) with rooms 2 n such
all my homies love / hate gribbly
guys do you see it
the b's face when he saw the gat
My headset cause of you guys
yup
(Ultra zoom)
No comment
cinnamondragon
xCinnamonDragon
xcinnamoncrashout
i got the invention, i see the problem...
Ima end it now
what is it
he forgor the Vector Field pathfinding to calculate the correct directions
Wait why are people Making pathfinders when there's already one?
- more fun
- more control
- no NET
Huh
@deep axle s response
i will help if he can define vector dot, vector magnitude, and distance formulas 
(i said the formulas like a million times) 
(me transporting cinnamon to the pych ward after the truama)
Real
cinnamon said holy gyat
that thing is pretty old and runs on delay loops 
i run on vector feild 
Field*🤓
nah, vecotr field is something else, i run on feild
and a animated snap back button
cinnamon said ur his inspiration
rec center cart
basically, but no physics and lets go based on hand distance
now its realistic
even the organization if i really wanted to 
designed to fit together too
Over achiever much
guys i snuck in the t55 discord server 
u wanna know y they so small?
u wont get far 
theres 0 access as a noob, u have to request through dms
If I say pretty please can I be a tier two sub
My favorite twitch streamer T55 let me be a tier two
is not that 😭
its just actual tiers
I have tracked down a discord link
To the server I am
Now in
mhm, but baby everyone instead member 1+ 
This @warped karma guy just spawned a crash gun and crashed me
Before I could save
My room
We were supposed to play Russian roulette and you deleted the Russian roulette part of the gun
I thought you had chosen whatever mode it was on
Anyway, the room is saved

Time for me to sleep and go back to lurking the discord
Back to the rat hole I go
Peace
same, i got work
peas
can i sneak in too
the small details (and also custom components because yeah) https://cdn.discordapp.com/attachments/1219799705073090600/1362253782116995184/MedalTVRecRoom20250416172054-tr-edit.mp4?ex=680261f3&is=68011073&hm=4368060fca6e0bc6747bba55c4503f5d068fc1cf47f3de7ffa8dfd493e4a8d41&
No way bro posted MedalTVRecRoom20250416172054-tr-edit.mp4
https://rec.net/room/HighlandsStylizedEnvironment room is out now!
hella firewatch (but blue) vibes
friggin sweet
game looks friggin tuff yo✌️
stupid weapon i made for my friend. (you haft to summon it)
@torpid gust hopefully I get to your level one day, I look up to you but just thought I’d put this here
"Are you sure?"
8 months!!😮 all that crazy stuff U have shown me 8 months
I ❤️ cv2, looking through here inspires me sm
made a funny radio for my Bendy project :]
That’s just the replicator
Bruh
Made by @keen glade for an upcoming tower defense game!
This looks really good, good job! I’m sure you’ll be making better stuff than I do soon
Yo, I'm also making a tower defense game!
Looks good!
pathfinding in TD... 
typical TD paths are all 1 way (no branching, dead ends), all have to do is path to next node 
bro is talking out his she their ass

if it works, it works
nah, i made vector feild, & i wouldnt even
the paths are predefined per tower, & 1 way
did it work
obviously
L ragebait 💀
are you sure
2 many nodes
Nah really?
Ig but I already made the AI, so it'll have to do for now
Also needed an excuse to use flow field Pathfinding
And if I'm being real I don't wanna make another AI just for this game
What if I want to randomize the path? Or starting point?
witerally distance close, i++
Automatic loading, no predefining, easy to copy and paste.
unless ur TD dose it for some reason as they typicall dont, sure
Also an easy excuse to use flow field Pathfinding
I've seen some tower defense games on Roblox do it so it's not uncommon, however I do wanna have the ability to use it.
Then again if this becomes something in the future I might have to remake the AI, it'll be easy but I don't feel like it.
why the hell was i pinged
yay
indeeb
what this
some poopy head spamming random off topic videos
oh
the spongebob one was wild 💀
what was it about
he was "clapping", if that gives u an idea
oh I know that video
How many nodes are there 
maybe 5 active nodes
74 total or something
about average
for most of my maps
nerd
You only need 1 per turn so like 4😭😭😭😭
bro i needed an excuse for my ffp
anyway this is to make it compatible for my system which makes everything automatic
my td has zero nodes
(and its automatic)
*our
mb gang
if I were to make it 5 nodes i'd have to add things to connect the neighbors (like walls)
I needed an excuse to use my flow field pathfinding algorithm because i just remade it
and I got inspired to make a td game based on how i remade the ai for ffp
also might add different spawns for the ai hence why i used ffp
cant really do that if i only have one path
But you don’t need a pathfinding algorithm for tower defense that makes no sense
Did you not read at all?
Not to sound rude but I had stated it was an excuse to use my Pathfinding algorithm
Also because I might add different spawns so it's just easier to have a Pathfinding algorithm
Even so it's easier to do it this way
Personally
And it automatically generates the path (I'm a Pathfinding nerd)
Your preference ig
Also just to show off if I'm being honest
I haven’t worked with pathfinding or anything like that before, but in my opinion or you’d have to do to make this completely without Notes is making an increment of measurement like a meter make your map equal length and size in metres and simply add instructions for it to go how many forward how many left And so on and so forth you could easily automate that
It might be easier
But the point of it is to show off my flow field AI rather than it being optimized
At most it'll take 8% CPU
Filler for the Dijkstra tutorial I got coming up, stay tuned!
Discord:
https://discord.gg/4KcJDBSrxM
For Business Inquires: revisionedgames@gmail.com
Tags(Ignore)
#gaming #trending #game #vr #recroom #liminalspace #gameplay #backrooms #games
didnt u do pathfinding n stuff for years
i did like 3 algorithms (1 unintentionally) in 18 days (but obviously even less than that, just spread across) & sounds like they alr comparable to ur chip count n allat 🥱
where's my praise 
ig its no surprise really by this point, im just too good at everything 😔 ||
||
Yeah
Why not show off
You can get a cookie or something idk 🍪
but ye is fine xD
i luv data tables
now you can blow away objects with a microphone, i don't know why i did that
feels like somthing out of a DS game
I got that wall down with my mean words
really cool tbh
true
My phone keeps unloading and playing the video so it looks like subtle foreshadowing lmfao
Got The SFX Working For The Axe, Even The Upgrade SFX.
(just gotta make the upgrading system ;-;)
I made a 999HZ that works in RRs R2
Who here is taking Commissions? I need some Pathfinding and AI CV2 done as soon as possible
Hello
Wassup bro
Check meetup
Goblin AI :(
Why is this a problem?
It’s not intuitive :(
I could have done otherwise, But as the Ai was going to be in some pretty weird terrain
:C
🤥
Rail grinding in rooms 1
T55 try not to self glaze level impossible
UwU
😭✌️
lol
Can someone tell me how to use a angular velocity I need it to work like a set rotation
search #1020094893458198578, if cant find nothin, make a post there
i gotta experiment with it more. But i belive its all in world space or sumn, so u have to rotate to be local, but its not that easy bc its in euler angles, something like that
i barely touched physics
Uhhh E = MC^2
equations would be the worst way to explain it 💀
i alr hate math formulas, what makes u think ill get physics ones, they're basically the same 😭
Its Not Like That Hard To Translate Equations
Im Pretty Sure Reversing The Equation Would Help
Also Uhhhhhh
has unspoked rules & at leaat in america, u only see a certain level of math unless your honors. So dont know barely abu the symbols
E =~ 2.71828
programming is much better format that equations
heathen
I Took Accelerates In 7th And Dropped The Class 🥀
that, integrals, sigmas, subscript, omegas, etc
Sigmas 😼
ik now its the sum, but idk how the placement of things mean
before then, i woulda called integrals the "smoothstep" or "long S" looking thing. Pancake992 had to tell me
Idrc That I Don't Get Alot Of That Complicated Stuff Cuz Im 9th Alr Learning Quaternions, Rasterization, Matrix Multiplication, And Probably Also Ray Tracing When I Get To It So
i go work now
Unc 🥀
what do you even do?
i done everything in that but razterization bc raytracing is easier
Rasterization Is Faster Tho
fill, package product, unload & load semis with forklift
Unless Your Rendering Like Billions Of Voxels
prob not for rec 
Rendering Is Slow On RR No Matter What Cuz It Runs On Cpu
with circuits, i think code is compiled, & cv2 is just a interpreted interface to that code. So its more efficient the less from scratch u do things
ye, at least i've made likely the fastest screen in rec
anyways brb 2 n half hours
bounce bounce
euphoria’s number
Holy peak
so peak
Cool
Game is TowerDefense_RV, it's in beta at the moment and only has 1 level.
For Business Inquires: revisionedgames@gmail.com
Discord:
https://discord.gg/4KcJDBSrxM
Tags(Ignore)
#gaming #game #trending #liminalspace #vr #gameplay #recroom #trendingshorts #games #backrooms #towerdefense
no
there seriously hasn't been a tower defense game in rec? 😭
not a good one
too ez, how 
designing and allat, for the one me and minecart are working on we only have circuits and most of the design work done
and sfx done by our cutie sound guy @last basin
is just a sort of tycoon tho 
designing takes time
were tryin to make it high quality
just buy equipment, grind, upgrade, grind, upgrade, unlock more OP equipment, repeat
average siege player
you know REsiege
First good tower defense in rec room then ig
what the helll
Who’s the unknown user
Literally me
it says @keen glade
True….
ur good my lil hero
💀💀
that’s what i call ppl that are in our RecHeroes server for our upcoming game!
Wait do you circuit or build
i am the main designer
Sooo build?
Imagine you built a little for my game
money
How much
dm
There has been but most of them are pre-cv2
mhm 
aka, ass
2009 ym
1999 ym
wut if
i actually made n published one
but i have to make it interesting bc too ez. Maybe make is so u can create your own maps
True
ye, but wut if 
True
those effects straight up like, higher resolution ps3 games or sumn
but ye, sounds like u just accept it 😭
True
we already have that so you’d be copying 
nah, bc mine would be done faster

||
||
no
yeee
Yeee
Keep it circuits related...
password system for the hacker if he gets my acc again (Fail = Crash/Fried Vr)
or just, you know, secure your account better so you wouldnt need to do this
also the reset dorm room button exists on the website so this could easily be circumvented
i spam saved
that wont protect against that
what i mean is if he trys to load a save it wont work
not what im talking about. im talking about the button on the website
also theres a reset dorm button????
always has been
i never knew
youre not if you secure your account better
2fa, stronger password, etc. all stuff that applies to every service you may have an account on
and also vigilance of not downloading and running random stuff from the internet
as an extra tip you could also start using a password manager so you only need to remember one password and store randomly generated passwords for all the services in it
This new split test is crazy
hell nah
Fake
Next you’re going to tell me that synced cloud data is fake too 🙄
Idk but this Makerpen V2 is fake
I mean how is it possible to the delete the Makerpen Object Board ? And for me made no sense to upgrade Makerpen
Hm ok
That'd be cool
or make your own 
I'm gonna do something to you bro
Btw why is there down "Roles" when is it V2 version ? Roles no longer exist in R2
Why do we have holster chips when there are no holsters in rooms2 yet?
it’s coming soon
Trust ™️
making ugc custom content tools with custom tools made in unity
how are you gunna make the equivalent of datablobs
Your logic never fails to terrify me
gojo
UwU
only way to refrain from the freak reply 😭
Now make custom Cv2
How tf did you make health bars?
did u forgor? 
concept 
but i could, just tedious, rather have it done with nested lists, but without full support, id have to compile to strings which i done so much atp
Edit: Ez
Create: Best with replicator (rooms 2 is ass, so 😬)
Select: Ez
Connect: Ez
Move, Rotate: Already done
Manipulate: In a way, with replicator (rooms 2 is ass, so 😬)
Scale: In a way, with replicator (rooms 2 is ass, so 😬)
Make Invention: Ez
anything else, i forgor
Delete
personally, id just have:
Spawn (Create)
Select:
- Transform (Gizmo):
- Move
- Rotate
- Scale (Scale & manipulate)
- Enter Scope (edit, selection menu)
- Wire (hold, release on in/output)
- Settings (Configure, hold on general part of object)
- Make Invention
u can delete replicated objects with circuits, ye
Recolour
(easy)
Never implied freakiness nerd
ye
i was going to tho 😭
so had to refrain by sayin "UwU"
UwU
Me and minecart help each other, he does circuits i do design shit
from what i know it’s like studio ui tho?
i’m not a circuit guy
can also substitute for text
idfk
i do 
no
ye
What am i looking at
Oh cool
ye, prob over a year old now
Recroom should take notes fr
Cv3
too late
cv3 with no circuit name
relatively simple circuit board system; the only issue is with this system is that it contains 2,000 circuits; making it take a huge chunk of the circuit cal and leaving barely any room for my other cv2 systems that need to be used.
Its uses/actions are very simple, but the reason there is so much is because it accomodates so many things i cant talk about; has several fail-safes/debug and anti cheats, and so many things to account for. Its completely automatic though; and sadly i cant leak what its for, i can tell you that this might be one of the most used circuit boards once it releases. Most used in a specific genre of game, rarely used in dorms/hangouts.
Zoom in on the image to see the size of a single circuit compared to the whole system 😭
relatively simple indeed
I think your just bad at cv2 bruh I see a ton of repeating circuits which means ur just wasting hundreds of chips
lmao none of the circuits here are repeating. Kinda mean dude
they all use different systems. You could never make this. Stop being a jerk, dawg.
Yes there is you must be blind
Ofc I couldn’t because you didn’t even say what it was
tell me where
also its MY system, andnive improved it several times. I have a slight feeling i know MY OWN system dude. You cant even read the name of a single circuit, so who are you to judge if theyre repeating or not?
even if i did youd be lost dude. All circuiteers have a god complex for some reason, and thats whatever, but straight disrespect when you cant even read it is crazy
Bottom left middle and right side
theyre not reeating? They use the same systems but they all have their own individual uses?
Your the one talking about how this gonna be the most used circuit board 💀
the game fits 5 people and needs to be nearly bug-proof. Instead of a cheesey local system thats prone to error, it runs off of an individual indice list of the players to accomodate each one.
very well might be, heres a hint for you since youre just so intrested; its a remastered system with complete constomizable interface including several improvements upon an old system commonly used by players who make games in a certain genre. Its a BETTER system than the one that ALL players who make this specific genre use; im sure it very well might be the most used circuit board for players making their own games in this certain genre, because its 10x better and more customizable than the leading systems to make it.
That’s the problem right there you cloned hundreds of chips for each element
also; this isnt a small circuit board for dorms or nothing; this is practically a whole game compressed into one circuit. Its a little over zealous of me to say most used EVER, and not most used in the GENRE.
yes; but its the only way that it can work. You think i havent done several instances of testing and configurations, and small tweaking to the system to make it work locally? Also, please, its like 30 circuits per indice.
also theyre unique; they use relatively similar systems ti eachother but each manages several instaces of different data nodes.
Obviously not enough don’t go talking about how you have the best system then waste hundreds of chips you don’t know enough cv2 yet
buddy, name your most complex system youve made
this isnt even mine 😭 (this isnt my most complex i mean)
Bruh that question is so subjective
i know more than you do apparently because anyone sensible would know that certain systems can only be done specific ways. The thing im doing REQUIRES IT to run in respective systems. There is NO MORE compacting i could do. What dont oyu understand about that?
no; its not. Name your most complex thing, lets hear it?
if you say “oh well i have alot” then just leave the server dude 😂
Why show it if it isn’t yours ???
its like you didnt read the full message
The message before it was “buddy, name your most complex system?”
My most complex thing is subjective wdym
i said “this isnt even mine” as in its not my most complex. I even said its relatively simple in the original post.
yea you sure know alot about cv2 😂 to some kid, something might seem like THEY can do it, but that doesnt make it simple, depending on how well it functions/the systems you used to make it function are quite objective.
If you really wanna play dumb, whats your FAVORITE system youve ever made?
I’m sorry your butthurt this conversation ain’t going anywhere
yea because youre a little braindead buddy; you started shitting on my circuitry when youre too scared to present your own. You have less than an understanding of basic cv2 because even an infant with half a brain could notice that specific systems cant be ran broadly, they need to be ran individually. You know nothing and dont even deserve to have an opportunity to bank on other people when you know nothing yourself. Ill let you cry, gotta go make something youll dream you could make buddy.
Much love 💚
If you tell me what it is I’ll make it in half the chips plz
Holy crash out over something like this yo like bro arguing isn’t necessary, can people just be nice to each other 🙏
People when any kind of circuits, no matter what level or difficulty is presented 💔 :
anyways, check out these super useful circuits I made
i literally made this image and the circuits. 😔
custom server
100 chips max
in the system i posted there must have been a whopping total of 12 circuits 👍
2 chips max
0 chips
2 guacamole though but 0 chips
Average rec room circuit
Mole
What text character u use to display a cube
[this is the fastest single direct light, blinn phong, with colored surfaces now (excluding textures)](#circuits message) 
good luck if trying make your own, mines the most optimized in rec 
damn its prob even faster now. Dont need vector3 create anymore
Oh yeah definitely
2 chips
nah
full 3D & uncessarry but funny stagger for
mostly for screens tho
way faster at building than manually
this when it was born, that link is v2 tho
0.5 chips
Holly shit that slow god damn console cursor speed gave me ptsd. God i hated that fucking shit.
I bet its still that slow for consoles nowadays 
i swear devs just dont play their games most the time
so incredibly inconvenient for NO reason
u cant even use the scroll bar to jump, u had to sit through the slow ass scrolling
@copper flower
is this still not fixed?
for consoles
Not sure, I don't work on UI and don't play on console.
ah, well massively inconvenient, rip console players
So we’re showing off?
thankfully not on console anymore 🙏
Ok
showing off just for u so its "on topic" 🤓
bruh just use a makerpen
What’s a makerpen?
ITS BEAUTIFULL
You need a event to set the variables to the player choosen or evetytime you rank someone your variable will change not his
Fucking genius
Yellow hoodie 😂✌️
oh wait is it fake gold hoodie 💔 it looks weird
printed, u cant print on the sides. Just front n back
also that fake 'green' reflection of the rec center would be in the dark spots
I'd recommend changing the angle and range to the y axis for better control.
So...I don't know if this will help people in the "virtual performance" side of things, but I figured something out.
& y, was this a reply to me? 😭
I say that they should scrap maker AI and give us the shirt sides
Maybe a Hoodie too a Hoodie would be nice
Because it need an approval rating lmao
ah idk, works ig. but HSV is red to red, not red to blue. Then u can blend red & green, & blue & red. Instead just red n green then blue. So urs cant make purple or pink
7 hours, well worth it
entire item pickup system
Oh that’s going to be so bothering on VR with the equipment slot emphasise chip, that’ll just keep spamming your watch notification sound
apart from that one thing, awesome sauce
It was a temporary addon for playtesters so they knew it existed lol
There will be a cooldown dont worry lol
honestly what I could do is just have it so VR players get the cooldown, while everything else does, but I'm unsure if console feels vibrations
Ehh I'll just add the equipment slot emphasises cooldown for everything, makes it simpler
Fairly sure console doesn’t get controller vibrations from it, they’ll just hear the annoying watch buzz sound
It's not. The edge of the touch pad showed purple. RSV Has a hue. 0 being the lighter colors of red and 1, being the purple. The way you would get pink is either making the y axis of the touch pad control the, and I can't remember this one, the value, or the saturation, which controla whether or not it has more color or less color.
The more white light you add with the saturation, the brighter the color becomes.
Pinks, pastels n such.
Now if you want to shorten the distance between when it becomes white, you can multiply the value that's produced by the lerp value to shorten the distance between the min and max values of saturation.
well thats not accurate 🤷♀️
u wanted my approval 
Hue:
- Red: 0
- Red + Green: 0.16...
- Green: 0.3...
- Green + Blue: 0.5
- Blue: 0.6...
- Blue + Red: 0.83...
- Red: 1
Alr made light editor stuff
#circuits message
This had dedicated Hue slider, & a Saturation n Brightness plane. All interaction volumes, no touch pad
Tho i improved them later on with "is local VR" so screenmode is based off cursor & made a generalized editing by 1 slider. & Now i gotta incorporate a new design for the room's custom makerpen
@clear furnace
anyways heres how id do it. Double press to switch hue & angle
idk wut ur sayin bout how saturation included, but alr
also i [crashed](#circuits message), supposed to be 179.9999 so it wouldnt go back to the skinny beam (loaded autosave)
i could do if we had render plane component 
& if the position & rotation of it wasnt synched 
billboard
should be generalized, not billboard only 🥱
billboard option
bill is bored? whos bill
me
too ez to be needed 🥱
W
sir to inform you you don't need half of those circuits
smooth motion trails
Oooh you are correct about it being from red to red. I adjusted it so it would end where purple would be. As for the saturation part., For stage lights, it's hard to make it white or pink ish....and with the saturation, normally it would take the color away (using HSV) but if you go to a specific value, it blends the two perfectly (in my opinion). I believe that value controls the brightness of the hue. I might be wrong.
@green talon
Now if only the touchpad was smaller...

u can manipulate it
fuck me
water bucket, release
In this case you would drop the water bucket
W rave visuals
I tried in rooms two and it didn't work
well thats rooms 2, only way since stagelight v2 is now exclusive to it
Got it...I was scaling. My bad lmao. But dude. In other news, have you seen the new rooms 2 chips? Like day/night cycles, cool down, and AUDIO DELAY fixing chips...crazy to think it took so long.
Threat level?
made this fun thing, opinions? what can I make better?
round(number / total) * 100
ez
thats just percentages in general/fractions
uh no actually I divided 😎
thats what "/" means 
I know lmfao I'm playing with you
fractions are just equations before calculating percents. Im geussing because depending on the inputs, computers can only represent so much percision n such and no one wants to write allat anyway of something
mhm 
american schools really are doomed if ur just know learning bout it. At least thats what Pancake992 says when i tell em about when i was in highschool & judging off how much i hate math n stuff
No I learned them in like 7th grade but my geometry went over a review because we have finals next week. This was one thing that came up and I thought it would be cool to make it in rec room
ah ye
literally i understand so much more bc cv2, percentages is like so trivial now 🙏
cant learn shit from real math. Equations succ
No because I can relate so much to this
i was literally in ur exact shoes in highschool, reveiw n all
?
except i would never have truly understood em without cv2
I've been failing my actual math irl, but when I do math in rec room it makes sense
yee, i just didnt get the "No because"
funny how most math still dosent apply
like for vectors, i just use the chips within, not cos, sin, or anything
yeahh
i initially wasted alot of time trying to make a right triangle calculator and all this, when like, u never have to do allat
literally
even if u didnt have a libary for allat, highschool level still isnt quite used, its mostly matrix multiplication, which since its mostly used, id say its more general purpose and usefull than whats taught in school
Wym
There’s literally a giant text that says threat level
Yeah it’s a rrs map
smart
I aint dead yet, so here's my titans.
Yes, they're mostly operational. Ronin is the most worked on w/ a unity camera as the latest update.
Absolutely Ws
imagine when we can finally get steering direction in seats 
if ever happens soon... Rooms 2 taking allll the attention 
(apparently, forgor bout maker ai
)
This isn't done in rooms 2. This is a normal room with Unity cameras added onto the scene.
What
Regarding locomotion, these machines can move freely, their only handicap is up and down due to them having a flying seat code.
im saying we wont be able to get steering direction in seats soon bc rooms 2 development bruh
New maze Pathfinder I made
Which algorithm?
A* I think. I just followed the same principles as it and it ended up working
I don’t want to claim the title of it being A* without knowing first, but I did use FGH costs for nodes. This is my first time doing something more advanced
Cool
Keep up the good work
Thank you bro ♥️
how are the beacons placed?
are they the nodes?
raycast?
I use list variables for the nodes
And I just for each the nodes and put a beacon on it
ohh mk
If you want I can help you with this
I'm pretty experienced when it comes to pathfinding
sad that you cant use it in multiplayer since rec room networking sucks
I mean with your algorithm
I've tried, everything is so buggy for the other players.
Do you have any authority checks?
I do not.
Is it an animation or is it motion capture?
working poke ball
Oh my peak
that’s so cool bro
probably didnt excute custom code tho 
this being the code that was run (The only circuits in it are being dedicated to run the code, not a glorified prompt system that only dose a few things from prebuilt circuits like that most likely was)
0: P = 17 pointer = 17
1: r1 If== Backspace 5 if register[1] = "Backspace", then pointer = 5. Else continue
2: r1 If== Down Arrow 7 if register[1] = "Down Arrow", then pointer = 7. Else continue
3: R11 S+ r1 Ram[11] String Add "register[1]"
4: P = 8 pointer = 8
5: R11 S- 1 Ram[11] String Subtract 1
6: P = 8 pointer = 8
7: R16 = T Ram[16] = "T"
8: Out clear Send "Clear" to external circuits
9: Out R11 Send "Ram[11]" to external circuits
10: IRT Return from interrupt
11: Reserved memory, starts empty
12: In 1 Reserved memory, starts as "Input 1"
13: R11 If== R12 15 if Ram[11] == Ram[12], then pointer = 15. Else continue
14: P = 13 pointer = 13
15: Ret Return from function
16: Reserved memory, starts empty
17: r3 = 28 register[3] = 28
18: R16 If== F 18 if Ram[16] == "F", then pointer = 18. Else continue
19: R16 = F *Ram[16] = "F"
20: Out clear Send "Clear" to external circuits
21: R11 If== yes 25 if Ram[11] == "yes", then pointer = 25. Else continue
22: R11 = Ram[11] = ""
23: Out incorrect Send "incorrect" to external circuits
24: P = 18 pointer = 18
25: R11 = Ram[11] = ""
26: r3 + 1 regesister[3] Add 1
27: Out Rr3 Send "Ram[register[3]]" to external circuits
28: P = 18 pointer = 18
29: Bruh? Constant value in memory
30: Cheese? Constant value in memory
31: Sauce? Constant value in memory
All a keyboard driver & prompt program ^
the external circuits being:
- Keyboard: All it dose is interrupt the cpu on key press, & gives the key data packet
- Screen: Uses to add text & its color if defined to the screen, & clears the screen. & Thats it
0 Prebuilt circuits
I remember that project, I'm not into cv2 as much as I was, but maybe I should get back into it
Now make a fully functional NES emulator
can’t make a screen big enough I don’t think
That screen is big enough
ye, i crashed trying 50x50 before
u can do more with buttons but its slower. Especially if the CPU draws it & not dedicated circuits like my camera
if only we had a plane we could edit the texture of 😔
Making true to NES would be more limited than my CPU
better off just remaking it in my CPUs language
Define true
8bit, kilogertz clock which isnt even possible in rec, etc
I mean make it play the game with its machine code
mines built with flexibility & my own take in mind, which essentially turned it into a language
ye, id like just have to recreate it in my code, not simulate NES hardware
or just remake it
doing it exactly is suboptimal bc the initial code is coded for NES hardware
& as i said, simulating the hardware would be more limited & expensive too, so recreating with my own code better
):
it can draw pixels if thats wut wondering
I meant playable NES game being emulated
thats alot faster than i thout it was xD
it still wouldbt be as fast as ^Camera-T55, but ye xD
can be rewritten, ye
I still gotta compress its variables 🤔
be even less cpu use UwU
imagine a compiled ver tho 👀
pokemon PVP when 
Soon pookie dw I'm working on it
I'ma try and make it as high quality as I can too
What device are you on?
Mobile why
How can a mobile device handle so many circuits
I’m built different
Ok🧏
Let bro be the sigma alpha he is 🐺
my pokeball can capture objects too now
I don't have any videos rn but I made the detonator from sucide squad, and it fully works
Let me make a video
Man I wish I was good at building
That's so cool, you should make an airstrike version
Maybe, maybe not 👀
Like make a jet go passing by dropping napalm or bombs
you could always learn
search up yt vids ask people for help
I’ve been trying for like 4 years
WELL GET BACK TO WORK
How??
Why did my photo get deleted xd
Im not gonna explain it but im giving you a tip.
Jailbroken IPhone
That’s pretty cool!
Don’t let Nintendo see that. 😂
Fr
I feel like I've seen that in a room before
why wont it work!!
You gotta wire the on prompt complete to the first if input
Also, I would use a integer switch instead, saves on 6 chips
You can actually make a good game from this
↑↑↓↓←→←→
Please use execution int switch not equals chains
Semi decent specular reflections on quest standalone
This video showcases (semi) dynamic specular reflections in Rec Room, achieved on Native Quest 3 standalone.
Join the Discord: discord.gg/dj4FXj6sYH
Made in Rec Room, room name is
^VulcanVR
Recorded on Quest 3 Standalone
literally what I said
Didn't see that sorry
big improvement
someone polished the floor a bit too much tho
Thanks
Floor is just super shiny so u can appreciate the reflections easier
Ah, makes sense
i love this so much
Looks like ares vr lol
Very cool stuff
WIP working sniper thingy i wanted to make Mod@quick pond
That's normal, is it not?
Waitttt this has potential
Its wip
It’s goated
thx
i wonder how plp make these realistic bs
Now make rr in rr
Fine, I’ll just use a delay chip Hank Schrader 😡
NUH uh
Make your own delay chip
Does anyone know what circuit it is to get the player volume level
Like if it’s put into a hud element chip it shows there talking level
Player get volume
Thank you
cool spectator cam for my game im working on. was hell to work with but finally got it working 


surprisingly doesnt take much net heat in r2 (around 5% on client)
RRS camera
No, that's obviously a text camera @green talon could learn a thing or two. Very high resolution.
Looks like a camera to me, no text
If it’s client side and using NET, you’ve networked something wrong
Ik just trolling, but for the reactions
Text maybe ~30x30:
- i wouldnt even attempt to attach to trigger handle, take forever. Way laggier & likely to crash. My rooms are Function > Form
- Then it would be like 5fps with only 1 light maybe with color. So no fancy blinn phong, no multiple lights.
- You would be seeing nothing new, but maybe the higher res a lil faster. Id think 3 lights & the blinn phong was finally something more unique, but geuss ye take everything for granted & 18x18, 324 pixels, is not enough. Crazy. You know theres supposed to be cpu left to run your game logic 💀
Other than that,
Canvas 'Screen'/Printer Cam: Max res = Canvas res (1024x1440?)
- Would be nothing new, you already seen printer cam do high res, & recently even with the blinn phong. Maybe i could render blinn phong with recursive reflections, but thats it
- Color versions would be limited (unless object set color limit is not once per second like it is for objects. But then i have to make a whole new printer) but greyscale full range as usual. Though i could probably show the dithering i added in the Canvas screen for ^Camera-T55
Woah that's cool. Ik it's using studio but how did ya get like all monitors to sync up to produce one big video feed from smaller ones?
Make DOOM 1993 in Rec Room only using text to display.
320x200 
thats not 30x30
if width 30: 30x23 would match the aspect ratio
camera output to material, then uv unwrap the faces in the way you want the material you want displayed
heres an older clip showing off other options https://medal.tv/games/rec-room/clips/kfnqwnD0qL0HTsJtg/spok?invite=cr-MSw3VjksMTc3NzA4NTIs
5 Views. Watch fnaf cam and millions of other Rec Room videos captured using Medal.
Forget the resolution. Just make it
ahh, uv mapping. that makes sense, i need to get into that.
Oohhh ma gawd. We can make body cams with this
game name
can someone teach me cv2
VulcanVR but it’s unreleased
You plan to release this? if so is there an estimated time for it?
I do plan to release but I don’t know when lol
It releases once I’m happy with it
Fair enough lol
They’re here…
Let’s save the world one last time…
I suppose its mediocre compared to the stuff you guys do, but after hours of watching tutorials i made my own progression system (not copied, just learned and did everything else myself)
good organization 👍
thanks man, i literally cannot do anything without organisation
Yo this is fire af how did you make the motion trail pitch black?
THOSE WERE MOTION TRAILS?
Js make a dark fountain twin🙏
what
Yea
Won't that cause the roaring tho
That’s what just happened in the vid💔
Oh
Wait there was more to that vid
I'm stupid
yo i got a quistion anyone know how to make a military train system
steam or electric?
I made a balloon
thats cool as shit
also you use advanced creation mode?!1
why not
acm is so good
i could try and use it seriously