#General discussion
1 messages ยท Page 9 of 1
i wish
recreate the DMR because boring
are you planning to become SST?
nah
But just a heads up for those who are
you just gave me an idea
Art
Looks really good!
Ignore the missing face I was having a moment
finished up a few little touches, and the final part of my application is fully complete!
https://www.roblox.com/games/14902070812/SNL-Rebuild-QSST-Application
i have played it and..it's amazing! mainly the textures, the ones you used at the roof fits so well at SNL style, good luck at the application!
ty!!!!!
np
This is great ๐
the fact that you used an snl rebuild to apply for sst is both insane and smart
https://www.roblox.com/games/14878417670/SST-Application-Build-2-GEMD-Recreation so this is the trend now
I like your epsilon-8 build
especially the fact that it directly has a connection to the warhead
if you want to completely get rid of the evidence you want the warhead to be right next to the horrible cruel experiments
woah I love the warhead too
very detailed warhead
thank you, i planned on having it done by around this time but a certain form opened up
the bomb was never supposed to be shown in the final game due to its presence in qserf, hence the lack of detail
That's what they were asking us to rebuild
So they can know we can adapt to their style
I didn't do the snl one, I did mngs and qserf
Should've but it's too late at this point
I just did mngs because i just want to work there
Sneak peak on HNRI
side stuff gaming
Discovered the vertex tool
is that rablax
That's Source
o
Looks awesome
my computer is so slow that it took 1 hour and 30 minutes to render this
Still better compile time than a very vvis heavy map
damn that honestly looks awesome
I especially love the transition to dark
wehehe
wehehe bruh?
yasss
still cool
whoops
what
vroom
also when you will at lights?
Looks really good!
Thank
tonk
tonk
i concur
anyone got anything back on their applications
Nobody would be contacted this soon
I didn't finish the application because I'd probably be denied anyway
Idk
DAMN THAT LOOKS REALLY GOOD
more like laggy
thingies
the Panzerkampfwagen Tiger VI Ausf e has joined the chat
ALIEN ISOLATION
did it in blender however
knew it
I think I have old videos about that one
well since I'm remaking the entire sevastopol station 1:1 and rest of the game I suppose I'll have to lmao
of course have to add that the movement system and bla bla was made by terry as always
it looks empty still
I do have some comparisons between the real game and this too
idk why the logo is there but okay
well you sure did a good job recreating that hallway
tried doing that in roblox
but gave up 2 seconds in
welp uh
might as well make the torrens in blender
I kinda wanna remake the actual missions
since the reactor sequence is already done with all the objective and stuff
show pls
๐
however I'm sure that the torrens sequence where you run and it explodes won't be fun lmfao
๐
https://streamable.com/5v9fpa but just a reminder that it's extremely loud probably
scripted by terry too
blud is remaking alien isolation in roblox
๐
๐
eh this reactor is ugly though
sevastopool when
I'll probably redo it fully
i mean, it looks good enough
texture it
I mean the reactor tanks are too small compared to the actual thing
do you know how HARD it is to find the pbr
make the texture
i mean yeah the tanks in the original looks bigger
you have plenty of references that is
took me a month to get the old free cam to work
lmfa-
wait I think I have the purge showcase too let me try to find it
just motivation ๐
jesus chrsit ๐

oh yea another thing
i watched too much anime and made anime stuff
^^^also the reason why i started learning blender
LMFAO
not old
๐คฃ
oof
considering terry wanted me to do it I think it was 2 days???
probably
but yea the reactor and capacitor units, each of them took a day sadly
@tawny flare here
found that just for you ๐
now make it rapidly combust
when I get to it then sure smh
I used to texture my stuff but
dont ask why theres 2 blenders
god this reminds me of my bfg 10k remake
from 2019
lmao look at the back of it
(ignore that it says 2021 I always change it so I can repost it ๐ )
oh yea I also wanted to get some feedback on graphic design
this one
I think I saw that in rexy's server thing
yeag
also looks super cool
never heard of that but seems cool 
it coo
aint noway
!!!!!
watch evangelion (you'll like it)
if you like mechas n shit its for you
I'll look at it some day probably
literally all I do is watch alien isolation comparisons
e
i guessed it
actually with this one, I'd play with the lighting a bit (if it's like that in the original then no)
yeag

you're so good at blender holy shit
i just started ๐ญ
I can't tell if that's serious or not smh
im serious ๐
yea um idk which one is better
I guess the first one since you can see the actual space station rings falling from the sky
HEY I REMEMBER MAKING AN THAT TYPE OF REACTOR THING
LIKE IN EARLY 2023

thank
i made a visualizer that shows other players camera
neat
is this made just for shit's and giggles or are you actually planning to do something with it
shit and giggles
its also the color of your chat color
wow that is very nice
does it work with freecam?
damn cool
its also not made out of parts
mmmm i LOVE these colors (im a sucker for orange, beige, and grays)
looks great so far!!
Thank you!
yw!!
it's always good to take a chance!
that's really good
Pwr with one steam generator
That why it small
oh damn thats cool how'd you do it?
did you make a frunstrum and then use quenty's drawing library or something?
i used wireframehandleadornment
allows you to draw lines
oh damn that's a thing?
yes
Oooo I'll have to try that
Could make some of my varied ideas far easier lol
finished table
bro
thats
amazing
Im speechless
roblox eye tracker
oh yeah heres the place if you want to try it out: https://www.roblox.com/games/14926549593
that is so cool
looks very good
guys i just wonder: is its technically possible to make actual reactor melting animation?
yes
yep
probably really hard and painful to do though
alr
mesh deformation makes it alot easier tho
BTW i got 2 questions:
1: how do i set point where part will size in
2: how do i connect buttondetector part to tweenservice part?
1: whar
so for example so TweenService door doesn't size into middle but into wall
what
so door doesn't open like this
2: if i understood correctly
ClickDetector.MouseClick:Connect(function()
game:GetService("TweenService"):Create(part,TweenInfo.new(1),{Property = Value}):Play()
end)
you need to change its position
move it up
while its scaling down
or just move it up
ahhhhh alr
uhhh here is script for door and button
whats the default size
4, 6, 1
local tweenService = game:GetService("TweenService")
local ti = TweenInfo.new(1)
local door = workspace.door
local button = workspace.button
local detector = button.ClickDetector
local defaultPosition = door.Position
local db = false
local open = false
detector.MouseClick:Connect(function()
if db then return end
db = true
button.Color = Color3.new(1,0,0)
if open then
tweenService:Create(door,ti,{Size = Vector3.new(4,6,1),Position = defaultPosition}):Play()
else
tweenService:Create(door,ti,{Size = Vector3.new(4,1,1),Position = defaultPosition+Vector3.yAxis}):Play()
end
button.Color = Color3.new(0,1,0)
db = false
end)
i edited the code of door so it can move back
alr thanks
dont forget to change the button path
alr
america in 2060
inside of security office
as you can see this is inspired off of mngs
Secure office
the 0.2 stud thick brick is very secure
but its anchored
your foot would collaspe
I will have to script le dial
wait no i think I can use constraint
wait
no
idk i must mess with it
real
- Use a CFrame part
- use a function
workspace.Part.ClickDetector.MouseButton1Click:Connect(function()
-- your code here
end)
thx
scripting control rom
uhhh like this?
man i feel dumb lol
workspace.button.ClickDetector.MouseClick1:Connect(function()
-- put your code
end)
like this
ah ok, i just though i also need to put the player thing from button script
still doesn't work... ill try some free model doors with buttons to understand it more
i have just those 2 scripts for door lol
you already have seen the whole code
wait, do i put the script INSIDE the click detector and not inside the part with clickdetector?
ahhh ok
also don't use tweeninfo like that
"TweenInfo.new" is correct
same
whar
what is this supposed to mean?
uhhh i started learning roblox studio yesterday evening
uhh..
i though making tweenservice door is easier ๐
ohhh neat
search "roblox studio function tutorial" on youtube

alr
im from Ukraine, my speaking is pretty bad + streams don't open in discord for me for some reason
yeah
alr join #1132306705087201281
i already have shared the whole code of door i have already
@lusty gulch can you hear me
which line
oh yeah
you cant do
just od
workspace.button.ClickDetector.MouseClick:Connnect(function()
and instead of
end
put
end)
McDonalds cat worked already helped me
he was helping me in DM'S since QSP flooded the voice chat we were in lol
qsp gonna qsp i guess but yeah we got it working
well heres my door ig
its the qserf door but with pistons
so it doesnt magicaly fly somehow
ohh damn I like that
this is my edition from like early 2022 or smth lol
ZAMN THOSE PISTONS
im trying to set it up with physics
probably needs a few more welds
you learned it way faster than i could
i have been using roadblock studio for 3 years
and i dont know what that means
wait WHAT
HOLY SHIT dude youre already learning a lot ๐ญ
lol
wanna see tutorial i used to learn? (tho its on russian)
nah i lost interest in studio when i realized if i ever wanted to be engineer role, i would probably have to use blender. Otherwise spending 24 hours on a door which i wont do
(i did not learn it)
I taught him like 5 different things about coding in one lesson ๐ญ
And he got it working
wait...
i just realized you are one of ACG devs ๐
alr
pain
tweens*
tweens cant do this
erm achually
shh
LOL
Papers are incredibly clean
remaking my old crossfire fusion reactor model
im adding my own little elements to it but its still gonna stay fairly realistic
Use old VARI assets
you should totally add some kind of pressurizer here
call me retarded but i think that'll look ocol
that space is reserved for the ion injection belt
ill think abt it tho
ah alrihgt
yeeeees!!!!!!!
thanks
My stupid creation LONG LONG time ago
Atleast I made a good use with free models back then
and this stupid
and this for so no god dang reason
she
A
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
and this

never give up
holy shit thats impressive
i can probably find actual hydraulic sounds if you want
and maybe even start/stop
It sound like a grass cutter machine
Btw nice work!
bro why are you making a pwr with only one steam generator just make a bwr instead
He probably hasnโt made the other loop(s) yet
albert
Bread time
Doesnt want to make second loop because i have to connect the pipes
And some of them are using 0.001 studs to move the pipe to make it not doesnโt have gaps
Bread was a fail this time
because it designed to be research place idk
I think naval reactors tend to use one steam gen too
Pretty sure that's the case of US and Russia, the Swede's made one with 2 tho
Well, they designed one anyways, the final version didn't go with nuclear
Huh, apparently multiple countries use tandem reactors in nuclear subs, interesting
2 Steam generators and 2 pumps
what wrong with the pipes ๐ญ
Interesting
I still dont know why they came up with two main system which is pwr and bwr
BWR is simpler and cheaper, PWR is more compact and self-contained
There's also a bunch of other designs, different variations of those types, and many other small things
Like "BWR" tends to refer to the GE model, and the GE model has 6 different versions, as well as 3 (iirc) different containment structure designs
Not bad, pressurizer should be higher though, the water level in the pressurizer has to be the highest point of water in the system
noted
arent mngs using BWR 2
yeah
Thats quite old
it still 1962 or something
is this enough
or it need to be higher
Yeah should be
Yeah, that should be enough
Hmm, maybe lower the reactor a lil bit though
Like, assuming a 50% fill, the pressurized part of the steam gen is fully fine, but the reactor slips out of the level a bit
You want everything in that level, or else a steam bubble can form as water settles
let me ask my friend is it okay to move the rods
because it scripted
Ah, well I'd hope it gets the position of the rods at startup and then moves them from there, if it uses preset variables in the script that's not a good idea
like this?
The water level would likely be around the middle of the pressurizer, rather than the bottom, but yeah essentially
Just imagine the water level of the system as a plane like that
If something is above that plane, the water will drain down to the level
For a nuclear plant, that's not good
interesting
This is why pressurizers are put in a high place, and are so narrow
They operate by keeping a layer of gas that's pressurized in order to put the pressure into the water
Heaters are used to heat up the water and start producing steam to keep the system under pressure
god i think i need to learn about nuclear engineering in the future or something, to understand these thing, but very cool
Once up to operating levels, a spray nozzle can be used to spray the steam with cool water, condensing it down and lowering pressure
The surge line is the i/o port of the pressurizer, it's literally just a single pipe that connects up to the system, there doesn't even need to really be flow due to the nature of water
Hydraulics is a funny thing
It also provides a handy safety warning
If coolant levels start dropping, the pressurizer will always be the first to drain
So the pressurizer level can easily tell how much coolant is in the system, if it's leaking, and if there's issues
cool
There's also relief valves on the top of the system that you can see, they can vent steam into a suppression pool if the pressure gets too high
Which is basically just a pool that steam is vented into, the water immediately condenses it allowing for easy capture
yep, of course i'd do this lol
the origin is calculated on server start. it'll take the rod extension length setting and take it away from the current position
so the origin is fully inserted
not sure why i used cframes to vectors there but hey we ball
i think i changed it mid way through
explde

looks exactly like dmr during meltdown ๐ญ
also u need to change it into a cylinder cos its currently on box mode and you can see the box shape
๐ ฑ๏ธall
down is only up when up is down
thats a good wisdom
lmao so happy I made that effect, seems like everyone is using it now
Why it blue
chevernok radiation
it is visible underwater, dunno much if it the same to air
i mean i do remember the demon core lol
how it emit a blue light when the accident occured
but for a brief second when silly plutonium ball went supercritical
polished up a recording i made in 2014
"ionized-air glow" is what that's called iirc
yup ๐ป
ooh icic
could probably still be considered cherenkov radiation ig
national ignition facility my beloved
just to let you know this singular door handle has 210 triangles
And this coolant tower have 16K triangle, atleast it separate and already in the game
(Model by @fading spire)
look at this god forsaken wireframe
all the detail is clumped around the cylinders and the window
at least it probably doesn't have as much as that cooling tower
It simply
if it did everyone's pc would crash
I could have made the door out of meshes but im horrible at texturing
Union chad-
unions dont reduce triangle count
ive already unioned the door to oblivion
anything that CAN be unioned without changing the visuals is unioned
im glad im done with the door
it took me like 5 days to complete it
at least all I have to do now is just make variations of the door
with materials
and all that
probably going to change the door texture for the ACTUAL control room
here's the completed door
Me 15 minutes to finish the model
It not that hard
Except that i cannot script
Atleast you did it
the only mesh in there is a part of the handle
hopefully development should speed up
im gonna use tweenservice to make cframing easy for my friend cia (who is scripting) and me
Arent mine also
tweeneditor specifically
I sometime use mesh if it needed
Go on script a reactor
this was an old push door that I made
it sucks
glad I got better at modeling
if you look closely the signs on each side are different
do it now
Stupid station
I need le suggestion
at the back of this station
btw train model by @ebon bear I put it showcase
ye
More happy with it now - probably gonna change the ceiling at a later date
trees with grass trunks look a lil weird lol
Can you make it more wide
Ive got a glock in my rari
ooh very nice
Man that is freaky stuff
Cool!
Vacuum hose
That is the style lol
i thought this was infra for a sec
noice
it does look like infra
flow field upgrade
hohoho damn I like that
ZAMN
it is
d
CELLING FAN
are you going to use the containment on the right
because that's a mk1 bwr ge containment
and on the right you have a pwr without a pressurizer
reject water, embrace graphite
when lead
yeah i know
the real version is have pressurizer, it just a tiny model version
dont worry
yeah
graphite my beloved
Big ass Turbine Hall
Why the grass
๐ค
It just unfinished gah
It look different now
ah
is this edible
dee emm arr II (superstructure not included)
Tiny
Damn, thatta recreation?
More pics in #1132978660765347850 (ive posted basically everywhere and had very little reactions)
i think the superstructure is still from alpha
but lasers is 100% not from alpha and you did a great job on it
go to bajialion
why did I put so much effort into a freaking giant magnet
Very nice
are you rebuilding the old dmr01 model
hmm
basically alternate timeline version of dmr where wild decided to improve the dmr model instead of making a entirely new design
I LOVE the old dmr 01 model
but I can understand why it was redesigned
unoptimized as heck and still was the model from qserf alpha
also with a bigger chamber you have to massively increase the streaming
and that causes lag ๐
Today's art
the almightly V11 QAEC Neutron Aiming Device is in the works
kinda reminds me of cry of fear
work ive been doing on the TWC house
exterior is pretty cleaned up
dining room is pretty well done
i need to find ways to furnish the entrance room and the kitchen
how do u get meshes in whimsical building? everytime i put in the mesh ID it always "denies" it
I use specialmesh in studio, then use export tool on f3x plugin to import it into whimsical
ah ok tyyy
give me ideas on what to add to the reactor
note this is a catalyzer
so fission reactor
first gun that ive ever made (finished), somehow it worked out well
roughly 1300 tris
truly a gun
the spike part is the unfinished part
im gonna add onto that to add the coils
well that's the thing I'm basically just making the old one but more detailed
Make the front part like the new one
Do the large reactor on the back, and put some large metal beams to hold it up from the back
eh
Yeah but you can still incorporate elements from the new one
Atleast the exposed reactor
the control rods are exposed at the back
If not them perhaps a door
not as much as the current one
what details could I add to the external reactor structure
Maybe some yellow metal pieces
Supports bolted into the concrete
That's a lotta weight hanging off the wall so I'd do supports
i kinda like it better
it makes it a little more realistic in my head
yee
A machine doesn't need to be large to make it powerful
Infact the smaller it is the more powerful it looks
Because they had to put so much into something of that size
Larger machines just seem more expensive and ominous
i think i just like rthe ominous vibe then
like this image
i mean this is great
big = powerful to me tbh
the chamber definitely wont be as big as it is in qsml3
ima make the lasers short :P
give reccomendation on how to make the barrel look good
pls give reccomendation
its nice that I can just reuse this part for the end of the nbu instead of making an entirely new divet thingy
cooking
Red bitton
๐ฅ
you are indeed cooking
no like the new design im making is inspired off jnl
fair
it's probably fine as long as you don't steal assets
๐
as a final touch to the design I might put the heat exchanger or whatever the tank things are at the back of the nbu
real
unrelated but i always thought the magnetic piston thingies on the old DMR01 were heat exchangers
PWR style
the unions on the old one are super fucked up so i didnt know at first
but then i realized i could construct it like my crossfire fusionr eactor
looks like OCD simulator
but what is it
i do typography every now and then
yes
exactly
The neutron flux will like 300k
exactly
Late night drawing
gentlemen is reading (or writing) a book
that is cool ๐ฅ
Drawing actually

https://youtu.be/hCSX8N2GYFA?si=gvUuNSWrVDYj6lnK
I've been following this guy lately
This week's theme is the Artist.
I was very tired today, so I drew it while dozing off.
But I didn't give up and finished it!
Please enjoy it!๐
Helps me practice and see the movements
I think im ready to add the things onto the dmr
the tophat
The well said then
Some WIP ui
yipee, old windows 9x style of intefaces
Today's drawing and a better image of last night's
Cookie if you can guess who today's drawing is
windows 9x my beloved
Jack ballrow
Captain Jack Sparrow
Two cookies
๐ช๐ช
The art
would be pretty good if someone sent the "laser ambience" of the dmr here
Roblox is a global platform that brings people together through play.
its actually this i think https://create.roblox.com/marketplace/asset/1462066094/Reactor-Loop
the old laser sound is saber_hum but yes the new one is that
honestly I prefer the saber_hum for the laser sound
speaking of sounds
does anyone have good alarms that i can get from the marketplacr
i always thought these were some kind of power conduit ๐ good to know tho
they are called magnetic stablizers, in the old dmr their purpose was to keep the dmr in one orientation so the power lasers went straight
working on some meshes for a control room
does roblox still ban you for uploading copyrighted audio?
or will it just not make it through
i know they used to be very fast with bans for audio uploads a long time ago
nah, pretty sure they only ban you if the audios inappropriate
alright good
otherwise itโs kinda easy to bypass copyrighted audios through
i already uploaded the audios i was thinking of anyway and they both got through
also mmmm wood paneling
feels very cozy!!!
oooooooooooo that is cool
oooh!
i just had a cool idea!!
make it snowy!!
and i got the snow particles from my first zulkon project too
so it all kinda comes full circle
thisll look really cool with the nighttime setting of the house
Is that somebody foots
yup
placeholder character model, yet to be optimized or rigged
Cool
yeah it worked
makes this spot even more serene than it was before
you can see the nighttime moon
That one's the oldest tho
QSML2 used a (old non-looping) ver of that
Which QSERF also used
Eventually it got changed to that other sound, then back to the SS2 ambience
mmmm simple LCD panel
Old Switch compare to New Switch
Yes, that's almost like that was intended loo
...LCD is a type of display technology
What
No that's CRTs
All good lmao
the core had 2 ambiences
one had the laser sound and the other had gmhs2's audio
this is sick
Return
How many sides does a studio circle have
pls answer
24
silly repost but I'm so happy with how this screen effect turned out
can I have texture pls
is there any way to change a unions color without un unioning it
the sphere
yes
that's not LCD though 
those are pixels
this is an LCD

ok computer guru
Nerd
actually that's not a computer, that's a circuit component
๐ค
(like the only one I understand)
(wtf is a resistor)

qsp moment
it says LED??
Liquid crystal?
Never send your creations in QSP guys
yes an LED backlight
LCD is the display technology...
you showed monochromatic whereas I made color...
they're both valid...
indeed
what
Your friend is stupid โค๏ธ
how is this the third time I am having this convo 
does anyone have a good fire particle
very cool
by that point that would just simply be a puddle on the floor lol
The texture doesnt want to make it look like a reactor or something


