Menu

#1 Change ASCII definition to XML

v1x2
open
9
2007-10-01
2007-10-01
Shazz
No

Provide DTDs/XSDs to define each configuration (tower, enemy, level) and write a XML parser

Discussion

  • David Leaver

    David Leaver - 2007-10-01
    • assigned_to: nobody --> danzel
     
  • David Leaver

    David Leaver - 2007-10-01

    Logged In: YES
    user_id=956974
    Originator: NO

    Shazz - Could you do the DTDs? :)
    Upload the ones you currently have done into SVN if you want, they are complete(ish) IIRC?
    I've made a small change to tower.xml, adding an additional sprite element:
    <MenuSprite File="icon.png" />
    For the icon to be used on the menu.

     
  • David Leaver

    David Leaver - 2007-10-01

    Logged In: YES
    user_id=956974
    Originator: NO

    Infact, heres another change...
    I've now changed how Poison works in Towers:
    <Level Cost="20" SellAmount="40" Damage="20" ROF="1000" Range="120" Splash="30" Speed="50" PoisonTick="500" PoisonLength="10000"/>

    Every PoisonTick milliseconds, the enemy takes 1 damage.
    Will need to add poison resistance to enemy.xml at some stage too.

     
  • Shazz

    Shazz - 2007-10-01

    Logged In: YES
    user_id=1885034
    Originator: YES

    Ok I'll uplaod the updated DTDs tonight !

     
  • David Leaver

    David Leaver - 2007-10-02

    Logged In: YES
    user_id=956974
    Originator: NO

    Another rename:

    <Requirements UpgradePoint="1" />
    Becomes:
    <Requirements UpgradePoints="1" />

     
  • Shazz

    Shazz - 2007-10-02

    Logged In: YES
    user_id=1885034
    Originator: YES

    commited to svn

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.