Creator Roadmap - RDC 2023 Update

It’s not just our game either. Many other game creators are facing the same issue. A common goal these creators and I have is that our games are aimed to be high realistic.

However, I won’t be ignorant to think it is entirely ROBLOX, and would love to know how I can fully diagnose this issue if it is actually our problem.

8 Likes

I’d like to say the features being added enables Web Developers to communicate with the API easier. Overall, the v1 cloud could use a performance hit as it’s fairly swell to use, but would like to have the ease of access that V2 introduces.

Amazing to see coming from Roblox. Along with the File Sync, I’d assume that’s currently released for Beta testers at the moment until ready for prod?

3 Likes

honestly i would agree with roblox for linux needing more love but its kinda of a pain to account for all of the distros IMO, especially when there are some distros that use different installer formats.

but yeah both platforms for roblox would be nice and would complete the list

3 Likes

Ok. Thank you for the advice. btw i am now becoming an intermediate luau programmer.

4 Likes

Mesh & Texture API

Does this mean we can manipulate raw mesh data with lua for generative systems? It would be awesome if we could also configure bones for animation.

1 Like

A lot of stuff that we shouldve had ages ago is finally coming. Mesh and texture api, unreliable remote events, audio api. These are things which give us true control over the engine, and they should have always been absolute top priority. Im glad, it’s better now than never, but theres still a lot left to do. We still need writable shaders along with some form of graphics api, custom materials still lack a ton of features, textures need filtering options and support for higher resolutions, the physics engine needs lower-level features exposed, etc etc. You need to continue to give us as much control as possible, this is a very good path youre on. Things like customizable grass height are nice and all, but if it were possible we couldve made our own grass by now.

8 Likes

This. We need different graphics settings options on the client

3 Likes

Flatpak fixes that issue and it was suggested as a solution for a linux port.

5 Likes

:eyes:
I think you missed something…
image
(Please do implement this as well, ideally with little delay; losing the Excel spreadsheets was quite a loss for me. A modern and officially supported data export API would be amazing.)

4 Likes

Are there any plans to address the world limit and switching to the use of grids?

As shown in the 2019 Hack week @00:55

2 Likes

I’m so glad… I hope that the year will change the entire world.
Thanks god. :cupid: :heart:

2 Likes

Can we have the ability to color terrain materials seperately in different areas in same game please?

7 Likes

I agree with this. Our game has a massive 25x25 baseplate map that includes lots of structures and trees. The map alone uses up ~4000mb of memory. The map also has to be duplicated to allow for regeneration, which adds another ~1000 mb of memory, and then ~500mb for StreamingEnabled. This comes out to 5500mb of server memory JUST TO SUPPORT THE MAP.

We are also having retention issues due to servers hitting the cap and crashing. It has put us at essentially a roadblock as far as any further map updates go, as the current cap space allows for 1-2 hours of server up-time as is, and eating up any more of that with map content will just cause servers to crash even sooner.

ROBLOX is not what it used to be, as creators and games evolve to be bigger and more realistic, a 6.25 GB server memory cap is simply not enough.

2 Likes

All that means is your not managing server memory correctly lol. Issues like these are easily preventable if you put correct measures in place.

1 Like

Building a map with a lot of detail isn’t really something you can avoid if your goal of the game is to have detail. Roblox wants games to look like AAA titles, and they need to accommodate for it.

1 Like

There is something called garbage collection, you know. If you properly removed something from memory then there should be no extra.

1 Like

I do though!

6 Likes

Unfortunately it seems a lot of the features slated for Late 2023 may be pushed back soon. I was looking forward especially to public UGC and code assist. Let’s just hope another update to the roadmap comes by the end of the year.

4 Likes

I’m curious if people are able to bring a +1 to RDC, and/or transfer a ticket if they didn’t want to go. I’d prefer not to be a lone wolf at there if I attended next year

5 Likes

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.