Skip to content

I added a physics thing with three things.#257

Open
FuzzyVee wants to merge 12 commits into
Zergatul:26.2from
FuzzyVee:26.2
Open

I added a physics thing with three things.#257
FuzzyVee wants to merge 12 commits into
Zergatul:26.2from
FuzzyVee:26.2

Conversation

@FuzzyVee

@FuzzyVee FuzzyVee commented Jul 5, 2026

Copy link
Copy Markdown

No description provided.

@FuzzyVee

FuzzyVee commented Jul 5, 2026

Copy link
Copy Markdown
Author

Added
ICe boat Physics
Player Fricition Physics
Fun Tokio drift for player in driver but also the passenger can control It/

@Zergatul

Zergatul commented Jul 5, 2026

Copy link
Copy Markdown
Owner

Please remove gradle files you added. They are of no use. I will review this some time later.

@FuzzyVee

FuzzyVee commented Jul 5, 2026

Copy link
Copy Markdown
Author

Mb, I removed the trash But it was mostly a fun module to mess with some friends Who said I couldn't do it.
Wanted to see if it was up to standard :3

@Zergatul

Zergatul commented Jul 7, 2026

Copy link
Copy Markdown
Owner

There are some problems in your code:

  • when you make passenger control the boat, it happens only on the client side. On the server-side passenger can't control a boat
  • getGroundFriction is also used for detection if boat is on ground or in air, but I don't know if this matters for your idea
  • you never check module config enabled state

Originally my boat hack was also overriding friction, but later I changed it to just speed values. I don't see many people using such module, since it looks more like fun module, but not something serious. It partially duplicates things other modules can do, but in different way. I don't think this is worth adding for everyone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants