To see all the code behind the game, you can head over to the GitHub!
This repository includes all the server side code, as well as an explanation and tutorial that should get your game running in Studio. Tomorrow I will be extending this tutorial to show how I got the web server up and running on Heroku.
Make sure you follow the tutorial - this game will not work without the server back-end!
I will be updating this tutorial tomorrow to show you how to get it running on Heroku.
Blue = downloading
Green = rendering
Red = Download failed (either the server had an error downloading or an error processing the data)
If you’re doing it on my demo game, it’s been getting kind of overloaded. Edit: The PC that I’m running the demo off of actually lost power last night. Oops! (this is why in production you probably shouldn’t use your own PC for this)
If you follow the tutorial and get it working in studio, it should work fine as you’re the only person trying to download data.
If you did follow the tutorial and it’s not working, please DM me on Discord (paric#5665) - this is my first time writing a tutorial like this
I love the map. When I do load into the map, the detail is amazing for a roblox game to have. I love every part of it. It makes me think of how the Microsoft Flight Simulator 2020 uses API systems to load in parts of the world like how you did with the environment. I love every second I spend in the world. Sometimes when parts of the map load, I get a little lag or I get a lag spike but it is worth every bit. The view is amazing and is breath taking to see what the game can do inside of a gaming engine made for not that complicated mechanics.
Also wanted to take a quick minute to point out that this is all inspired by @Widgeon’s AirX 2020 Testing game, which you should definitely check out. He’s going to be using the technology in an actual game, I just wanted to show how it works.
This is a really cool concept. It doesn’t seem to be able to handle loading more than one map at the same time, but when I was the only player online, I managed to get my city to load great
Can you not use Heroku for all of it, rather than relying on your old PC?