Jump to content

1 Screenshot

  • 5,726
  • 567
  • 26.46 kB

About MLRSCargo

Spawns a MLRS on the front of the cargo ship.
By default it is ready to be used and setup in remote control mode.
This requires a player to visit it and claim the smoke signal to call the MLRS strike.
NPCs get a 3X health boost around the MLRS making it harder to claim the prize.

Permission: MLRSCargo.admin
Required to use admin commands.
/mlrscargoreset resets the MLRS on cargoships
/mlrscargotest gives a smoke signal

 

Disabling RemoteMode will return MLRS to needing to be manually controlled.
Settings healthmulti to 1f will return NPCs to normal health.

Settings can be changed within the plugin heres the default:

        //Remote Trigger Only
        public static bool RemoteMode = true; //Must have spawnready enabled also since cant access cockpit

        //Spawns it already loaded with rockets and aiming module
        bool SpawnReady = true;
        //Delay betwen Refill
        int Delay = 600; //seconds (10sec is minimum, 600 default = 10mins)

        //Show announcements in public chat
        public bool PublicAnouncements = true;
        //Steam ID to use profile pic as announcment chat icon
        public string AnnouncementIcon = "76561199219302299";

        //Cargo NPCs health multiplyer
        float healthmulti = 3f;
        //Radius to cast NPC Scan
        float NPCRadius = 50f; //Scan first 1/4 of ship around MLRS
        //Replace Kit
        string Kitname = "";  //("" = No kit change)

        //Play SFX over boombox from remote MLRS grenade
        bool PlaySFX = true;
        //URL to SFX (Must be a raw mp3 file)
        string SFXURL = "https://github.com/bmgjet/RocketFail/blob/main/AirRaid.mp3?raw=true";

        //Position on cargoship moved from dead center
        Vector3 CargoOffset = new Vector3(0f, 9.5f, 76f);

        //Show Debug Info
        bool showDebug = false;




Video:

 

  • Like 4
  • Love 1

User Feedback

559k

Downloads

Total number of downloads.

3.1k

Customers

Total customers served.

41.5k

Files Sold

Total number of files sold.

719.8k

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.