Author Topic: New weapon wont work..  (Read 5924 times)

0 Members and 1 Guest are viewing this topic.

Re: New weapon wont work..
Thanks. But it really dosent say how to create one or how to modify and were to put them...
« Last Edit: January 11, 2010, 06:25:47 am by PeterDön »

 
Re: New weapon wont work..
Never mind, I got it! Thanks guys!

 
Re: New weapon wont work..
Ok, guys. Im trying to make the "terran huge turret" fire a projectile that makes a bigger explosion but whatever I do the explosion remains the same.

Toughts?

;; Terran Turret Laser 1 (for later missions)
;; ML-16 Derivitave
$Name:                                  @Terran Huge Turret
$Model File:                    none
$Mass:                                  0.4
$Velocity:                              3000.0                           ;; speed of the weapon (initially) -- may or may not change
$Fire Wait:                             3.0                     ;; in seconds
$Damage:                                4000
$Armor Factor:                  1.0
$Shield Factor:                 0.15
$Subsystem Factor:              0.15
$Lifetime:                              5.0
$Energy Consumed:               0.30                            ;; Energy used when fired
$Cargo Size:                    0.0                             ;; Amount of space taken up in weapon cargo
$Homing:                                        NO
$LaunchSnd:                             125                                      ;; The sound it makes when fired
$ImpactSnd:                             85                                      ;; The sound it makes when it hits something
$Flags:                                 ("Big Ship" "Huge" "cycle" "particle spew")
$Icon:                                  icongun03
$Anim:                                  LoadMissile04
$Impact Explosion:      exp11
$Impact Explosion Radius: 90.0
$Pspew:
   +Count:   8
   +Time:   1
   +Vel:      1
   +Radius:   50.0
   +Life:   100.0
   +Scale:   100.0
        +Bitmap: exp11_Particle

 

Offline Snail

  • SC 5
  • 214
  • Posts: ☂
Re: New weapon wont work..
Have you edited $Impact Explosion Radius: 90.0 ?

 
Re: New weapon wont work..
Quote
Have you edited $Impact Explosion Radius: 90.0 ?

Yes.....? Tought it would make the explosion bigger.

 

Offline Spoon

  • 212
  • ヾ(´︶`♡)ノ
Re: New weapon wont work..
It might be caused by mv_adveffects-wep.tbm
Terran Huge Turret has a entry in that file with a $Impact Explosion Radius:
Urutorahappī!!

[02:42] <@Axem> spoon somethings wrong
[02:42] <@Axem> critically wrong
[02:42] <@Axem> im happy with these missions now
[02:44] <@Axem> well
[02:44] <@Axem> with 2 of them

 
Re: New weapon wont work..
Quote
It might be caused by mv_adveffects-wep.tbm

Never heard of it. Where is it located?

 

Offline The E

  • He's Ebeneezer Goode
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Re: New weapon wont work..
In the mediavps. If your tbm is overridden by the mediavps, you won't see any effects.
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

  
Re: New weapon wont work..
Ok, tried and changed the radius in mediavp but no effect, just the same small explosion...