Jump to content

South America

This is a free download custom map (Procedural map) outlining South America and its surroundings with some custom monuments that will be added in later versions.
Check out

Hydrae Oxide

Hydrae Oxide 4K is our second free map project
Check out

AutoCopter

AutoCopter brings you all the tools needed to survive the Rust Apocalypse while flying in your private helicopter.
Check out

Tanks Factory

This is great alternative of Launch Site. For looting needs red card.
Check out

Cobalt Police Department

Custom Monument for RUST
Check out

_senyaa
 Share

Recommended Posts

WaterBikes


This plugin adds water bikes with customizable physics!

Commands

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

/waterbike_debug - show buoyancy points (admin only)

debug.thumb.png.07756349d3d5fa9289f11297b05ba2a9.pngEach 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


 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...