Menu

#48 Warheads

0.5.2
open
nobody
5
2013-07-30
2013-07-05
No

New weapon type: EXPLOSION (or WARHEAD). doing what missiles do now, except spawning units - justonly emitting the explosion wave itself.
Advantages:
- using the missiles' own sensors as remote fuse would allow to implement somewhat more advanced sensors/ECM model and add the effect of sensor damage for heavy missiles.
- unified model: missile AI would use the "get in range, discharge" attack routine, affected by ECM, stealth, etc just like ships and drones are;
- it can be event-chained with BOLT/BALL weapons (see the next ticket) to implement warhead-assisted (including flak) weapons with radius damage without spawning full units, which is currently impossible.
Disadvantages:
- to actually use it with existing rulesets, we'd need to create warheads in weapons.XML and set them into mounts of respective missile units in units.CSV. The conversion is straightforward and thus can be automated with a Python script, however.

Related

Feature Requests: #49
Feature Requests: #51

Discussion

  • Turbo Beholder

    Turbo Beholder - 2013-07-18

    It refers to "Complex weapons" proposal ([feature-requests:#49]).
    Ugh, tickets themselves are non-editable.

     

    Related

    Feature Requests: #49


    Last edit: Turbo Beholder 2013-07-22
  • Turbo Beholder

    Turbo Beholder - 2013-07-30

    okay, here's a working prototype. In that if you spawn a torpedo as a player ship (via mission file), the weapon works correctly and indeed blows up everything in radius.
    The problem: between our 3 (three) AI script systems, a missile running on XAI doesn't use weapons, so it doesn't do the trick on its own.

     

    Last edit: Turbo Beholder 2013-07-30
    • Turbo Beholder

      Turbo Beholder - 2013-07-30

      Sample test data for torpedo+warhead

       

      Last edit: Turbo Beholder 2013-07-30

Log in to post a comment.