Author Topic: How do i make napalm do more damage?  (Read 3123 times)

Offline akillj360

  • Rank: Private
  • *
  • Posts: 27
How do i make napalm do more damage?
« on: September 11, 2009, 12:50:43 am »
Great mod!, ok so this is what i need help with. i added the ac130 40mm .efx to the napalm ( like in the other post but i used the 40mm^^ ). Its all working great except it still does napalm damage, wich isnt much. so how can i increase the damage, or the damage radius? - thanks ! =D

Offline Joker{eXtreme}

  • Rank: Private
  • *
  • Posts: 6108
    • http://www.mycallofduty.com
Re: How do i make napalm do more damage?
« Reply #1 on: September 11, 2009, 08:13:35 am »
Attached is a new file  maps/mp/gametypes/_hardpoints.gsc

Next, add this to extreme\_ex_varcache.gsc
Code: [Select]
// X4 WMD's
level.ex_napalm_radius = [[level.ex_dvardef]]("ex_wmd_napalmradius", 3000, 0, 9999, "int");
level.ex_napalm_max = [[level.ex_dvardef]]("ex_wmd_napalmmin", 30, 0, 9999, "int");
level.ex_napalm_min = [[level.ex_dvardef]]("ex_wmd_napalmmax", 200, 0, 9999, "int");

Then, add this to config/wmdcontrol.cfg
Code: [Select]
// Airstrike -- Napalm
// Radius (default 3000)
// Min = 0
// Max = 9999
set ex_wmd_napalmradius "3000"

// Minimum Damage (default 30)
// Min = 0
// Max = 9999
set ex_wmd_napalmmin "30"

// Maximum Damage (default 200)
// Min = 0
// Max = 9999
set ex_wmd_napalmmax "200"

Once all that is in place, restart the server

Offline akillj360

  • Rank: Private
  • *
  • Posts: 27
Re: How do i make napalm do more damage?
« Reply #2 on: September 11, 2009, 04:40:29 pm »
do i need to add that _hardpoints.gsc? if so, whats edited? because i already edited our _hardpoints.gsc.

Thanks Joker! =D

Offline Joker{eXtreme}

  • Rank: Private
  • *
  • Posts: 6108
    • http://www.mycallofduty.com
Re: How do i make napalm do more damage?
« Reply #3 on: September 11, 2009, 05:56:49 pm »
Compare the GSC I attached with the one you have -- all my additions are in a function called callStrike_bombEffect()

Offline akillj360

  • Rank: Private
  • *
  • Posts: 27
Re: How do i make napalm do more damage?
« Reply #4 on: September 11, 2009, 06:16:28 pm »
Ok, it works GREAT!. but 1 problem, sound is cool, but its originating from the ear of the airstrike. and the damage originates from the rear too. so this is what happens, i call in the carpet bomb theres no damage in the front, its all in the rear, and the sounds come from the back too. can i fix this?

Offline Joker{eXtreme}

  • Rank: Private
  • *
  • Posts: 6108
    • http://www.mycallofduty.com
Re: How do i make napalm do more damage?
« Reply #5 on: September 11, 2009, 06:21:58 pm »
LOL That is alittle more then I can answer while I am at work

Offline akillj360

  • Rank: Private
  • *
  • Posts: 27
Re: How do i make napalm do more damage?
« Reply #6 on: September 11, 2009, 06:40:02 pm »
Oh, i guess ill wait, its all good, just get back to me when ya can :D

Offline akillj360

  • Rank: Private
  • *
  • Posts: 27
Re: How do i make napalm do more damage?
« Reply #7 on: September 11, 2009, 10:21:26 pm »
Ok so, i did another test on Bog, with all bots. and yes, there is a small explosion in the rear, but the mid - front is completely useless.

- thanks, get back to me when ya can ! :D :D :D

Offline RobFlip

  • Rank: Private
  • *
  • Posts: 37
Re: How do i make napalm do more damage?
« Reply #8 on: October 04, 2009, 04:21:42 am »
Thanks Joker. This works great.


Later,

Rob

Offline R3APeR

  • Rank: Private
  • *
  • Posts: 35
Re: How do i make napalm do more damage?
« Reply #9 on: February 22, 2011, 11:54:12 pm »
So, i tried this and my server wouldnt startup after so i had to change it back, what did i miss here?