Also, when you join The Wild West, you can see the time changes with a gradient from one skybox to the other, is that also a feature? Note also with the star thing, I didn’t know Stars were a feature
Atmosphere is out of beta but the fog is unchangable after inserting that instance.
I believe the way they did this was with a circular mesh that goes around the entire map, this makes it look like there’s stars when in reality its a huge mesh surrounding the world with a starlike texture on it!
No. And never was a beta/studio feature.
So if you have a script to change the time of day gradually, and you have more than one skybox for a selected time each, will Roblox automatically blend the skyboxes to create a gradient or no?
I never tried it but no, Roblox will replace the old skybox to the new one.
Since there is a bug on removing a sky from lighting. I recommend using only one skybox.
im pretty sure roblox dosent blend skyboxes in that situction
We don’t technically ever have night in the wild west, as far as Lighting.ClockTime goes.
Essentially, when our own ClockTime hits night, we
- Adjust atmosphere, clouds, and lighting settings to make it look like night
- Use a custom(fake) moon image which renders in front of stars
- Use a neon star mesh we made in blender which encompasses the whole world. These stars are triangles - but you can’t tell from afar.
- Use sun rays(since it’s still technically day time!) to get the moon rays effect you see in game.
So why did you make the stars triangles instead of using Studio stars?
For the moon do you use a BillboardGui? Also, wouldn’t it be better to use something more circular for the stars as when viewed through Binoculars or the Sharps Rifle you can clearly see that they are triangles/pyramids?
Circular stars are more triangles : p
We thought the performance impact of having that many more polygons on the screen was not worth it compared to people being able to see they are triangles if they zoom in with a scope
For the moon we use an ImageHandleAdornment
so why not just use StarCount or something
cuz making the triangle mesh seems more consuming of time than to turn up a number
Roblox stars look way worse, the limits are pretty restrictive, and using custom stars allow us to transition seamlessly between day and night
I don’t know. It doesn’t look like a mesh, it looks too good to be honest, but you never know.
Hell the lighting looks good but that HORSE oml, I’m gonna hop on the game rn and try to get that.
Better hurry up lol, its the Skeleton horse, can only be spawned during night, fastest horse in the game
I was wondering how did you make so it doesn’t change sun rays and lighting to yellowish effect during the fake moon sunset/sunrise?