Ok so i have found this guy that say the actual gameplay video is a roblox game hes developing which is extremely confusing for me even with the new lighting, considering that we cant really make Custom Materials or Edit the current Normal maps, diffuse, specular etc.
And i said, hey it might actually be possible but what got me wondering most is how do they make those roads look so cool and have that lighting reflection, i think that if we find the answer we could share with the community.
Yea I been seeing this posted in various dev communities I am in. Very cool creation!
I went in the game to take a look and for sure its overlapping textures of varied transparency. Really neat trick since we dont have access to do things with advanced material creation with specular and diffuse (yet?).
I have an idea of how this could work, and it wouldn’t hurt to test it out.
It looks to me like they used a dark smooth plastic base for the road, then added a reflection effect to it. As for the part that looks similar to rock/concrete on top, it might just be a semi-transparent decal with a little design.
Just a theory of mine, you should test it out to see if that’s what you’re looking for. Even if it doesn’t produce the same results, you might end up liking it.
Can agree after talking to him yesterday about it lol. That tweet, and the one below it are footage from the game. The ones below that should be screenshots of his own work.
Now he’s using a LOT of secrets to make this happen, but two things you can do are:
To get the effects (you can see lights and stuff whizzing by), he uses billboard guis of light flares, smoke particles, fire, etc.
I am guessing that he is baking the lighting into the textures to get a really nice effect.
He may have also edited the lighting to make something really advanced for his workflow. Future is Bright is pretty resourceful too! Just look at HolidayPwner’s FIB work:
It is worth noting that all of the tweets below the two videos of split second are stills and not videos of the game. Could just be good timing to get the best possible shot or a laid out scene
edit: almost definitely not gameplay as his bio says this
I heard somewhere they dont actually use particle emitters, atleast not in Battlefield 1, they tend to use something like Animated particles or Sheets.
Something like this:
Which is fun because i actually got a friend of mine to do Particle animations in Studio they indeed look amazing.
Custom Particles are really good for non-scripted events I think. I’m not sure how they would work out with scripted events such as :Emit() and stuff like that, if you were to program them in.
Roblox’s particle system, while good enough, lacks functionality that would make it easy to make an explosion in my opinion. I tried remaking Garry’s Mod HBomb particles - didn’t work out too well since particles are automatically clipped at a certain distance, regardless of quality level.