Everything is off in the apocalypse. Muwaha
4 years of planes…
To do list:
Regen for airplane mowers (long story)
Text for items in “museum”
Runway and lights
Terrain generation
Boarding stair generation
Spawner
PROFIT
Basically a working finite state machine thanks to @StealthKing95 helping me out with structuring.
Are you sure it’s not a behavior tree that you’ve built? I ask only because the code snippet suggests so, and does not show any evidence of a FSM. They are related concepts to be sure, and both manage state, but the implementation is different.
PROFIT
if only it were so simple…
You should add color for the terrain, or even a pixelated version of the actual terrain grass material
you also may be able to get away with a little bit better resolution before FPS goes to garbage level?
But why is it grey
Smooth terrain grass doesn’t seem to color sample quite right.
Fair enough, it’s still really cool just looks a bit awkward with the grey ground
You can check the material of the terrain with raycasts and assign an estimated pixel color from that.
Trails!: www.twitter.com/BitsquidGames/status/876905701817237504
Game: www.roblox.com/games/652948132/Kingdom-Chaos-Grand-Opening
Nice, but I think there should be less trails when you’re not actually swinging the sword, otherwise it kind of looks like they’re glowing or moving a super-speed.
You can check the material of the terrain with raycasts and assign an estimated pixel color from that
It’s possible I was doing something wrong, but when I tried that, hit.Material was returning Enum.Material.Plastic for all the rays that hit smooth terrain. For some terrain materials, the hit.Color is valid, but for grass it’s gray.
you also may be able to get away with a little bit better resolution before FPS goes to garbage level?
Sadly, no. This approach is non-viable due to frame rate. Setting of the frame “pixels” is just too expensive. On many Roblox players’ computers, and all tablets/phones, even this resolution would be unplayable.
now you’re thinking with portals
I can just hear the robux piling into my account.
Yeah, it was just a 5 minute addition before the stream
In the future we’d defo add that!
Trails are amazinn
1st experience
https://i.gyazo.com/db614e95be3caafd780190e2bf68f803.mp4
2nd experience
https://i.gyazo.com/df8f57819f138c3665d10b5cd049f317.mp4
Im in love
How’d you do that second one?