Jump to content

SAMSiteTargets


NubbbZ
 Share

Recommended Posts

SAMSiteTargets


Ever wanted to make SAMSites shoot at the Heli or whatever? Well you can with SAMSiteTargets, Config is easy and simple, use https://github.com/OrangeWulf/Rust-Docs/blob/master/Entities.md to find the entities shortprefabname, and change the config and bam!

Notes:

  • Unfortunately the default targeting vehicles like the minicopter are hardcoded in the samsite code, so if u change the targeting range to under 150 it wont work as the hardcoded value takes over...
  • If you have the permission set to "", it would make it so all SAMSites attack that entity, bypassing the entity owner check!

Configuration:

{
  "Entities": {
    "bradleyapc": {
      "Can be targeted by static SAM Sites?": true,
      "Enabled": false,
      "Permission": "samsitetargets.bradley",
      "Rocket damage multiplier!": 1.0,
      "Rocket speed multiplier!": 1.0,
      "Seconds between rocket bursts!": 5.0,
      "Targeting range!": 150.0
    },
    "ch47.entity": {
      "Can be targeted by static SAM Sites?": true,
      "Enabled": false,
      "Permission": "samsitetargets.ch47",
      "Rocket damage multiplier!": 1.0,
      "Rocket speed multiplier!": 1.0,
      "Seconds between rocket bursts!": 5.0,
      "Targeting range!": 150.0
    },
    "minicopter.entity": {
      "Can be targeted by static SAM Sites?": true,
      "Enabled": false,
      "Permission": "samsitetargets.minicopter",
      "Rocket damage multiplier!": 1.0,
      "Rocket speed multiplier!": 1.0,
      "Seconds between rocket bursts!": 5.0,
      "Targeting range!": 150.0
    },
    "patrolhelicopter": {
      "Can be targeted by static SAM Sites?": true,
      "Enabled": false,
      "Permission": "samsitetargets.patrolheli",
      "Rocket damage multiplier!": 1.0,
      "Rocket speed multiplier!": 1.0,
      "Seconds between rocket bursts!": 5.0,
      "Targeting range!": 150.0
    },
    "scraptransporthelicopter": {
      "Can be targeted by static SAM Sites?": true,
      "Enabled": false,
      "Permission": "samsitetargets.scrapheli",
      "Rocket damage multiplier!": 1.0,
      "Rocket speed multiplier!": 1.0,
      "Seconds between rocket bursts!": 5.0,
      "Targeting range!": 150.0
    }
  }
}

 

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...