As a Roblox developer, it is too hard to create large background visuals at lower settings. What I mean by this is having very large objects in the distance without it being out of render view because of low graphics settings. Having large objects in the background is good because it gives a sense of the objective and where you need to go, if these are key objects.
This might be a niche case, but I feel like other things could use this. The ability to choose which parts render, especially at low settings could be used for background scenes like this, things like binoculars or telescopes in games where you can see into the distance - whatever you are looking at could just be rendered.
Large FPS games would also benefit from this - if you are sniping someone then you can do so on low graphics if the dev has made it so characters and the landscape around them is rendered.
This could be abused by people forcing all parts in their game to be rendered. If the dev wants to do that then they can, but it of course wouldnāt be advised.
Iām not sure how this could be implemented - maybe as a property or as a function you have to call on.
Please tell me what you think and if you can think of any other use cases for this. I think some more control over what renders could do us all some good.
This is definitely a common use case. Developers need to show large objects in the distance (castles, planets, mountains, etc), even on low graphics levels. The solution is LOD. A few engineers were brainstorming ways this could be implementing at one point (AFAIK it was never an official project though) ā itās simple enough to switch out with a low-quality version for solid objects like meshes and unions because you just change the meshId, but what about models with moving parts? What about lights/etc?
The engineers undoubtedly understand that this is an important feature ā the problem we face now is determining a good way to implement LOD.
I was thinking about posting something like this, aha. In my case, itās a sandbox tycoon and I want my map to be forced to render but the models to load as they normally would. Would help a lot with visuals
Fairly sure this was talked about at RDC too with automatic LOD of CSG and Meshes. I kind of feel like this isnāt exactly the solution Iām looking for but it would help a lot in terms of performance in large maps such as my own. In fact, I actually tried making my own LOD system for replacing houses and everything with lower quality versions. It went horribly due to the lighting and physics updates.
I see your point completely though - if we had an LOD system then the whole map could be rendered. Perhaps we could choose to force certain objects to render at higher resolution even if itās at a distance if/when this is ever implemented. I would however still like this feature Iām suggesting right now though, since we currently donāt have LOD. I do support LOD fully, though.
Brilliant example, Iāve had objects in a far distance that if a player saw it would help them, but with lower graphic qualities they couldnāt see it therefore rendering them to search for it. I give my support.
Huge necro bump here, hopefully not an issue - was about to post my own thread. My idea was going to be a property called āForceRenderedā, or something along those lines.
There are a lot of use cases where long distance parts need to be rendered, either for gameplay purposes, or for scenery.
Bumping this again, this is something that needs being implemented, We should be able to force render some specific parts no matter the graphics setting
Bumping this once again, Iām trying to make a large area at the beginning of my game that shows stuff at a distance that gives a grandiose type of feel, however as of right now this is completely impossible. Even using the new LOD feature just makes giant blobs in the distance that are supposed to be mountains. Roblox has been doing a lot of changes to StreamingEnabled now PLEASE allow us to choose objects we want to render regardless as this is pointlessly limiting to developer creativity as of right now.
I had a lobby with an interesting background with a sunken ship, a blue block representing the ocean, and some huge MeshPart for the mountains. (Players with low graphics couldnāt see the background at all).
I have a meteor in the game. (Players with low graphics are unable to see where is coming from because of low graphics)
A planet getting bigger in the sky. (Players with low graphics are unable to see the planet because of low graphics)
At the end of the day, is not like you will spam your game with parts rendering all the time, but is needed for things like I mentioned.
This was very easily doable at one point, roblox had a branch called zfeatureharmony. This was abandoned as of 2022 for unknown reasons. In this branch of roblox you were able to change individual bits of the graphics settings available in the engine. Instead of having 1 slider for all settings.
Havenāt heard of this, can you provide more info or a source?
Iāve been meaning to implement that into my game anyways, so if I can kill 2 birds with 1 stone thatād be amazing. Though itās important to remember that Iām talking about graphics rendering out, not being streamed out - there is a difference
Iāve been begging roblox for settings for years. The technical head told me they āwouldnāt be used muchā by the children players of roblox, therefore we were never getting themā¦ Was a cruel joke of a response.
Itād be cool to see something like that. For my project, I intend to have skyscrapers at a distance. Thinking about how gta 4ās skyline how there isnāt a load of things rendered with details until you get closer (see image below). Yes they have the basic shapes of the skyscrapers but they donāt have like the more in detail building textures compared to going up close.
Maybe for kids itāll be complicated, which is a thing Roblox can think about on how they can make something like that work. Possibly, it can be added for users 13+ since the players around that age range can handle how they want their game rendered. <13 users arenāt going to care as much about render as to them, itās just another game to play and mess around in.
In conclusion, itād be cool to see this implemented in the future. Considering that it would look great on visuals for games with larger maps.
This, is the exact response you can expect to receive on any request regarding visual fidelity & control over its performance load.
They simply refuse to accept the fact that we want visual fidelity and control for the sake of our games running better, looking better and being more accessible for lower end if we would be able to control more lower level functionality of the engine!
A good example being, why does Roblox have no shaders, no advanced lighting and so on?
The answer being very likely OpenGL. Which is at this point so old and slow, being used by such a small amount of mobile users and almost NO desktop users at all.
Every other engine has deprecated OpenGL in favor of Vulkan (Atleast on desktop) which is far more faster and allows for more visual features. But even then, mobile versions of engines (such as unity mobile or unreal mobile) still offer support for OpenGL, albeit those versions still offer far more features than what Roblox will likely ever give to us.
Put short, Roblox for the most part donāt care about requests regarding fidelity and control. They always want to justify either not adding features to begin with or then make such features be completely automated, look as terrible as possible (so that the 1% can still run it.) and uncontrollable (envmaps are good example. I have no idea how they thought that its a good idea to have them being randomly generated during runtime). The engine has so much potential but its simply being pushed away.
I have honestly given up trying to get any sort of response from Staff or Engine Developers.
OpenGL vs Vulkan is mostly irrelevant in this discussion as we are not making AAA games in roblox.
The problem is that higher ups in roblox corp belive in the nft and metaverse.
The people that would say ānoā to shaders at roblox corp are the same people that want phone calls and face tracking in roblox.