Jump to content

would it be possible to add other types of expol to use on giant node?

Closed 1.0.1 1.0.2

HI as per title 

maybe add explo ammo and other explosive to config?

or a way of adding any ammo/explosive type by short name?

 thanks for any help 🙂 

Share this comment


Link to comment

You can add any type of entity into the damage list.
If you want to add like "incendiary rocket" just type in console "spawn rocket" and you should get entity list like:
rocket_basic
rocket_fire
rocket_hv
rocket_smoke
etc.

Then you can add "rocket_fire" into config and configure damage. 

About ammo damage. I didn't though about that. But i can investigate this and add that in next update.

Share this comment


Link to comment

Added support for explosive ammo.

If you generated your config already, you will get 2 new options:

  "Big Meteor - Explosive Ammo - Allow": true,
  "Big Meteor - Explosive Ammo - Max Distance From Rock": 50.0

If you want to use explosive ammo you also need to add value "ammo.rifle.explosive" into Explosive Config:

  "Big Meteor - Explosive Config": {
    "explosive.timed.deployed": {
      "Damage Dealt": 50.0,
      "Resource Multiplier": 1.0
    },
    "rocket_basic": {
      "Damage Dealt": 50.0,
      "Resource Multiplier": 1.0
    },
    "ammo.rifle.explosive": {
      "Damage Dealt": 50.0,
      "Resource Multiplier": 1.0
    }
  },

If there will be any performance issues (new damage is made in tricky way) message me as fast as possible! 

Thank You for your idea, and have a wonderful day! 🙂

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.5k

Customers

Total customers served.

78.6k

Files Sold

Total number of files sold.

1.5m

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.