Search the Community
Showing results for tags 'smoke'.
-
Version 1.0.15
1,658 downloads
Are your players tired of waiting for Airdrops? This little plugin makes them appear almost instantly, no cargo plane, no parachutes. Airdrop will spawn wherever the supply signal lands. The delay can be modified in the config file. The default is 5 seconds to allow the supply signal to land and smoke briefly. Config File { "Delay Before Spawn": 5.0, "Use Permission": false, "Prevent Deploying Inside (Players will only be able to deploy supply signals outside)": false, "Skin IDs To Ignore": [] } if "Use Permission" is set true then permission to be set is instantairdrop.use If "Prevent Deploying Inside" the Airdrop will be cancelled, the supply signal will be refunded to the player and a message will inform the player that supply signals can only be deployed outside. This is to prevent instant airdrops spawning inside of bases and is optional. Developer Integration 1. IsInstantAirdrop(SupplyDrop supplyDrop) - Takes a SupplyDrop object and returns true if it's an instant airdrop 2. IsInstantAirdropByEntity(BaseEntity entity) - Takes any BaseEntity and returns true if it's an instant airdrop Usage Examples for Other Plugins: // Check if a supply drop is an instant airdrop var instantAirdrop = plugins.Find("InstantAirdrop"); if (instantAirdrop != null) { bool isInstant = (bool)instantAirdrop.Call("IsInstantAirdrop", supplyDrop); if (isInstant) { // Handle instant airdrop differently Puts("This is an instant airdrop!"); } } // Or using BaseEntity bool isInstantByEntity = (bool)instantAirdrop.Call("IsInstantAirdropByEntity", entity); This integration allows other plugins to: - Prevent their plugin from calling in more airdrops - Apply different loot rules to instant vs regular airdrops - Show different notifications for instant airdrops - Track instant airdrop statistics separately - Apply special effects only to instant airdrops - Modify damage/protection rules for instant drops Tested to work nicely along side other plugins such as: Heli Signals Bradley Drops Fancy Drop Loot Defender Signal Cooldown Helpful Supply Supply Lock Vehicle Airdrops (fix coming soon) Note: The plugin is designed to operate without causing issues when used with these plugins. However, it does not integrate or alter the functionality of these plugins.$3.99- 44 comments
- 7 reviews
-
- #rust
- #supply drop
- (and 20 more)
-
Version 1.2.0
353 downloads
permission for use - cartuning.use Open UI - /tuning (you need to look right at the car) FEATURES: Increase street angel Add sign Add smoke Increase slot for storagecontainer module Underbody light (white | red | green) P.s - (My Discord - tofurahie#4144) Config: { "Tuning can only be used when the car is on the Modular Car Lift ": true, "How much increase steer angle": 10.0, "Rotate sign": { "x": 0.0, "y": 0.0, "z": 0.0 }, "[COST] |Increase steer angle| in SCRAP": 12, "[COST] |Add sign| in SCRAP": 12, "[COST] |Add smoke| in SCRAP": 12, "[COST] |Underbody lighting| in SCRAP": 12, "[COST] |Increase slots in ModuleStorage": 14, "Dictionary of position underlight": { "TwoModules": [ { "x": 0.0, "y": 0.42, "z": 0.5 }, { "x": 0.0, "y": 0.42, "z": -0.5 } ], "ThreeModules": [ { "x": 0.0, "y": 0.42, "z": 0.5 }, { "x": 0.0, "y": 0.42, "z": -0.5 }, { "x": 0.0, "y": 0.42, "z": -1.0 } ], "FourModules": [ { "x": 0.0, "y": 0.42, "z": 1.0 }, { "x": 0.0, "y": 0.42, "z": 0.5 }, { "x": 0.0, "y": 0.42, "z": -0.5 }, { "x": 0.0, "y": 0.42, "z": -1.0 } ] }, "Dictionart of position smoke machine": { "TwoModules": { "x": 0.0, "y": 0.6, "z": -1.4 }, "ThreeModules": { "x": 0.0, "y": 0.6, "z": -2.4 }, "FourModules": { "x": 0.0, "y": 0.6, "z": -3.0 } }, "Rotate for smoke machine": { "x": 180.0, "y": 0.0, "z": 0.0 }, "Dictionart of position lighting": { "TwoModules": { "x": 0.55, "y": 0.52, "z": -0.4 }, "ThreeModules": { "x": 0.55, "y": 0.52, "z": -1.6 }, "FourModules": { "x": 0.55, "y": 0.52, "z": -2.4 } }, "Dictionart of count lighting": { "TwoModules": 3, "ThreeModules": 6, "FourModules": 8 }, "Rotate for lighting": { "x": 90.0, "y": 0.0, "z": 0.0 }, "Dictionary of position small sign": { "TwoModules": { "x": 0.0, "y": 0.7, "z": 1.65 }, "ThreeModules": { "x": 0.0, "y": 0.7, "z": 2.2 }, "FourModules": { "x": 0.0, "y": 0.7, "z": 3.3 } }, }$14.99 -
Version 1.0.0
1 download
Car Wreck prefab with nice details around the car. Smoke, blinking electronics inside the car and Light effects Best to use with your monuments or place at some cool places like Outpost. including masks: height, splat, biome, topology and alpha contains: 1 normal crate spawner total entities: 17$4.99
