Resource icon

NULLED RUST PLUGIN Water Bikes 2022-04-02

Upgrade or register to download
Potentially Outdated? (3+ Months)
Potentially Outdated: This resource hasn't been updated in over 3 months. Since base platforms and games update frequently, older files may experience compatibility issues. Please verify the supported versions and check the discussion tab or official sources first. If the resource no longer works, consider requesting an update from the author.
Commands

/waterbike - Spawns waterbike near player (requires waterbikes.spawn permission)

/waterbike_debug - show buoyancy points (admin only)

debug.thumb.png.07756349d3d5fa9289f11297b05ba2a9.png Each buoyancy point has force and size parameters

















Localization

  • English
  • Russian
Configuration

Example WaterBikes.json

(some parts are shortened)


{
"(0) Waterbike price item short name:amount (0 - free)": {
"Key": "scrap",
"Value": 0
},
"(00) Spawn cooldown (in seconds)": 120,
"(1) Waterbike prefab": "assets/content/vehicles/snowmobiles/tomahasnowmobile.prefab",
"(2) Make all snowmobiles waterbikes": true,
"(3) Allow waterbikes to drive on land": true,
"(4) Spawn permission name": "waterbikes.spawn",
"(5) This permission allows players to spawn waterbikes for free": "waterbikes.free",
"(6) Engine thrust": 5000.0,
"(7) Steering scale": 0.1,
"(8) Off axis drag": 0.35,
"(9) Thrust point position": {
"x": -0.018,
...
},
"Buoyancy points": [
{
"Force": 730.0,
"Position": {
...
},
"Size": 1.3
},
...
]
}


API

Spawns water bike at specified position

public BaseEntity SpawnWaterbike(Vector3 position, Quaternion rotation)


screenshot1.png
Author
SpankBank
First release
Last update

Ratings

0.00 star(s) 0 ratings
Back
Top