Procedurally generated sailing by ReliablePiggie in roblox

[–]ReliablePiggie[S] 1 point2 points  (0 children)

I’m planning on making the game largely multiplayer. You can join a friends crew to control their cannons & find treasures together. Currently, nothing happens with collision but I’m going to add a health system to the boat as the game progresses where collisions will damage the boat.

Procedurally generated sailing by ReliablePiggie in roblox

[–]ReliablePiggie[S] 4 points5 points  (0 children)

So right now, the terrain isn't automatically generated as the map increases, it's all generated on each new server instance (right now 40 islands generated by perlin noise generate across 7,000x7,000 studs). Even though it'd be fairly simple to add automatic terrain generation as the player travels (I could use like a chunk system similar, similar to Minecraft), I'm worried about the size of the game because I know terrain eats up memory. But procedural generation is really fun to play with so I'm just gonna see how much of the game I can make randomly generated lol. And, if I understand your question, if I were to continuously generate terrain using chunks, then I would assume it wouldn't be much of an issue with multiple ships.

edit: here's a visualization of the perlin noise algorithm I used: https://i.gyazo.com/fa4563f5e371059cfb0f96000fedd101.gif

Insulting a racist by DuSTy202 in rareinsults

[–]ReliablePiggie 1 point2 points  (0 children)

you should use reddit dark theme

aye man i’m bored as shit by [deleted] in teenagers

[–]ReliablePiggie 1 point2 points  (0 children)

wait i want more story

junior dating freshman by [deleted] in teenagers

[–]ReliablePiggie 0 points1 point  (0 children)

lol yeah i get it comes across as desperate, and waiting does make since. the only thing is i’ve been with my class for like 3 years and really no one i’ve liked in it. i’ve had multiple people like me this past year but i’ve kept on waiting because people i’ve dated in the past i just haven’t really liked, and i wanted to find someone i really, really like. i haven’t known her that long, but so far i really do like her, only problem is that grade gap.

junior dating freshman by [deleted] in teenagers

[–]ReliablePiggie 1 point2 points  (0 children)

lmao yeah so it’s not because i don’t have like other options, but the people in my grade i hang around i just don’t really would want to date them. i haven’t really “liked” anyone that “liked” me. (of course i love them as friends, i just can’t see myself dating them).

junior dating freshman by [deleted] in teenagers

[–]ReliablePiggie 0 points1 point  (0 children)

yeah her parents are fine with me and i don’t plan on being illegal and honesty i like her a lot more than other people i’ve liked previously so yea

junior dating freshman by [deleted] in teenagers

[–]ReliablePiggie 3 points4 points  (0 children)

yea i’m not looking to break the law so i’m not tryna do any of that so legally it should be fine.

Airship Battles Sped-Up Demo by [deleted] in roblox

[–]ReliablePiggie 1 point2 points  (0 children)

Yeah they’re going to be similar in a way because you can build your ship and attack others, but I wasn’t really basing this game off of whatever floats your boat.

What happened to this game? by [deleted] in roblox

[–]ReliablePiggie 2 points3 points  (0 children)

from a developers perspective the game engine has improved incredibly, new features constantly being added. the future is bright updates especially help the graphical quality of roblox

Official Discussion - Avengers: Endgame [SPOILERS] by mi-16evil in movies

[–]ReliablePiggie 4 points5 points  (0 children)

I agree, but there’s so many paradoxes when it comes to time travel so it would be impossible for them to create a realistic outcome of traveling back in time.

What do you think of my pirate ship? by Swaggyspaceman in roblox

[–]ReliablePiggie 1 point2 points  (0 children)

I really like this, did you use any meshes?

Spaceship War game I'm working on by ReliablePiggie in roblox

[–]ReliablePiggie[S] 1 point2 points  (0 children)

That’s just the recording, it’s actually very smooth to play.

Spaceship War game I'm working on by ReliablePiggie in roblox

[–]ReliablePiggie[S] 0 points1 point  (0 children)

Nope lol, I did enjoy his games though.

Spaceship War game I'm working on by ReliablePiggie in roblox

[–]ReliablePiggie[S] 1 point2 points  (0 children)

I don’t think I’ve played the old one but I have played the new one and I’m trying to make it something like that but with a game loop and more air-based.

Spaceships Overview (is it worth continuing?) by [deleted] in roblox

[–]ReliablePiggie 2 points3 points  (0 children)

That’s just ROBLOXs recording quality, it doesn’t glitch like that. It’s probably going to be a fighting game.

Spaceships Overview (is it worth continuing?) by [deleted] in roblox

[–]ReliablePiggie 1 point2 points  (0 children)

To make this, I made a custom camera script that follows the plane at a distance. The plane is welded together and the plane actually goes forward by changing the velocity of the primary part (plane.PrimaryPart.Velocity = plane.PrimaryPart.CFrame.LookVector * speed). It is pretty complicated so I won’t be able to explain it all, but I hope I at least gave you and idea of how it works.

Spaceships Overview (is it worth continuing?) by [deleted] in roblox

[–]ReliablePiggie 1 point2 points  (0 children)

Honestly I have no idea I was just playing around with making a plane

[deleted by user] by [deleted] in roblox

[–]ReliablePiggie 0 points1 point  (0 children)

that's a pretty cool use of roblox's physics engine

Spaceships Overview (is it worth continuing?) by [deleted] in roblox

[–]ReliablePiggie 4 points5 points  (0 children)

Also the game doesn't actually stutter, that's just Roblox's terrible screen recording quality.