Jump to content

1 Screenshot

Recommended Comments

CrazyCro

Posted (edited)

Is it Possible to add smoke time setting? When you throw a signal it smokes longer if you changed the settings on plane speed and fall speed.

Also can you add a protect on the one who throws the signal is the one who can loot it?

Edited by CrazyCro
kasvoton

Posted (edited)

I will check what can I do with the smoke from the supply signal.

Edited by kasvoton
Covfefe

Posted

It's not working for me I'm trying to make the planes drop their crates almost instantly, but it's still taking forever

Quote

{
  "Version": {
    "Major": 1,
    "Minor": 0,
    "Patch": 1
  },
  "AdditionalEvents": {
    "Enabled": false,
    "Min": 300.0,
    "Max": 600.0
  },
  "Airplane": {
    "Speed": {
      "Enabled": true,
      "Min": 99000.0,
      "Max": 99900.0
    }
  },
  "Signal": {
    "Duration": 300.0
  },
  "Cargo": {
    "Mass": {
      "Enabled": true,
      "Min": 999.0,
      "Max": 9999.0
    },
    "Drag": {
      "Enabled": true,
      "Min": 0.0,
      "Max": 0.0
    }
  }
}

 

kasvoton

Posted

I will investigate as there is a physics limit how instant the airdrop can be.

Warcof

Posted

This plugin does not disable server event airdrops?

markies

Posted

I try getting this work, when changing plane speed, planes doesn't slow down and when disable, drop mass nor working ether. Drop drops at normal speed.

  • Like 1
kasvoton

Posted

On 3/12/2022 at 3:28 PM, Warcof said:

This plugin does not disable server event airdrops?

it only allows you to have more frequent drops if you want.

kasvoton

Posted

On 3/12/2022 at 11:06 PM, markies said:

I try getting this work, when changing plane speed, planes doesn't slow down and when disable, drop mass nor working ether. Drop drops at normal speed.

This is an example config:

{
  "Version": {
    "Major": 1,
    "Minor": 0,
    "Patch": 0
  },
  "AdditionalEvents": {
    "Enabled": true,
    "Min": 300.0,
    "Max": 600.0
  },
  "Airplane": {
    "Speed": {
      "Enabled": true,
      "Min": 60.0,
      "Max": 120.0
    }
  },
  "Cargo": {
    "Mass": {
      "Enabled": false,
      "Min": 20.0,
      "Max": 20.0
    },
    "Drag": {
      "Enabled": true,
      "Min": 1.0,
      "Max": 5.0
    }
  }
}

It will spawn additional drop within a random 300 to 600 seconds interval.

The planes speed will be a bit faster than normal (70-80) or almost twice as slow when crossing the sky.

The standard drop speed is between 2.5 to 3.5, so on this config it can fall almost twice as fast or twice as slow (approximate).

PS: The number for mass and drag are generic floats without any specific unit. I you want the drops really fast, set airspeed to 10 and drag to 0.5.

markies

Posted

i got it figured out, like the higher the setting the lower it goes, i got all settings sorted now.

 

  • Love 1
RustLover

Posted

Hi,

Will it make server lag when the server have many players?

kasvoton

Posted

On 4/14/2022 at 12:01 AM, RustLover said:

Hi,

Will it make server lag when the server have many players?

This is a very generic question.. I would say each airplane in the sky will take some resources from your server no matter the number of players connected.

chuck norris

Posted

does this plugin override the normal server event?

kasvoton

Posted

It will affect any drop event, including the standard one.

Covfefe

Posted

Can someone give me settings to use for the plane and crate to drop as soon as possible?

kasvoton

Posted

{
  "Version": {
    "Major": 1,
    "Minor": 0,
    "Patch": 1
  },
  "AdditionalEvents": {
    "Enabled": false,
    "Min": 300.0,
    "Max": 600.0
  },
  "Airplane": {
    "Speed": {
      "Enabled": true,
      "Min": 5.0,
      "Max": 5.0
    }
  },
  "Signal": {
    "Duration": 210.0
  },
  "Cargo": {
    "Mass": {
      "Enabled": false,
      "Min": 1.0,
      "Max": 1.0
    },
    "Drag": {
      "Enabled": true,
      "Min": 0.45,
      "Max": 0.45
    }
  }
}

This will make them go really fast.. like arrive in 5seconds.

Dexta

Posted

Hi @kasvoton, if is not too much trouble:

* Could be possible to add one more WriteInfo($"OnSupplyDropDropped by Player:...") with the {player.displayName} or {player.userID}?
(only for supply signals)
* If not then maybe the position (coordinates x,y,z not quadrant)?
(for both standard airdrops and supply signals)

Sometimes my players throw 20 supply signals at the same time.
It would be good to know immediately by checking the console who is doing it.

Thank you.
 

Hawkhill

Posted

Hi.... Great plugin!
Is it possible to make the drops land exactly where you throw the signal grenades?
Now they intend to drift away depending on the wind...
Here is my current config..... Superfast plane and fast drop.
{
  "Version": {
    "Major": 1,
    "Minor": 0,
    "Patch": 1
  },
  "AdditionalEvents": {
    "Enabled": false,
    "Min": 600.0,
    "Max": 600.0
  },
  "Airplane": {
    "Speed": {
      "Enabled": true,
      "Min": 10.0,
      "Max": 10.0
    }
  },
  "Signal": {
    "Duration": 30.0
  },
  "Cargo": {
    "Mass": {
      "Enabled": true,
      "Min": 10.0,
      "Max": 10.0
    },
    "Drag": {
      "Enabled": true,
      "Min": 0.5,
      "Max": 0.5
    }
  }
}

RKid

Posted (edited)

Hello why its sometimes air drop just go under a map or monument ? 

 

Edited by RKid
Hawkhill

Posted (edited)

You make it drop to fast..... reduce drag to 0.5
Look at the settings im using in the previous post....

Edited by Hawkhill
  • Like 1
CaptainLi

Posted

plugin not working airdrop time no change vs fancydrop free plugin work well thanks fix the plugin

kasvoton

Posted

Have you read the other comments to see if you are doing something wrong on your config ?
With this plugin you can make it go so fast that the crates will go under the terrain.. 😛

markies

Posted

I see the signal smoke duration is not working, I try set it to 30.0 and it still takes about 3:30 min to clear up?

kasvoton

Posted

23 hours ago, markies said:

I see the signal smoke duration is not working, I try set it to 30.0 and it still takes about 3:30 min to clear up?

I will check what's going on with it. Thanks for reporting.

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

User Feedback

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.4k

Files Sold

Total number of files sold.

2.1m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.