Rev 409 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 409 | Rev 727 | ||
---|---|---|---|
1 | //Examples: |
1 | //Examples: |
2 | 2 | ||
3 | //sound { id 3 file "highres/sounds/my_pistol.ogg" } // PISTOL.VOC |
3 | //sound { id 3 file "highres/sounds/my_pistol.ogg" } // PISTOL.VOC |
4 | 4 | ||
5 | //sound { id 14 file "highres/sounds/pbe.ogg" } // BOMBEXPL.VOC |
5 | //sound { id 14 file "highres/sounds/pbe.ogg" } // BOMBEXPL.VOC |
6 | //sound { id 244 file "highres/sounds/flb.ogg" } // FLYBY.VOC |
6 | //sound { id 244 file "highres/sounds/flb.ogg" } // FLYBY.VOC |
7 | 7 | ||
8 | // frame 1: FLY_BY, frame 64: PIPEBOMB_EXPLODE |
8 | // frame 1: FLY_BY, frame 64: PIPEBOMB_EXPLODE |
9 | //animsounds <anim> { frame1 sound1 frame2 sound2 ... } |
9 | //animsounds <anim> { frame1 sound1 frame2 sound2 ... } |
10 | //animsounds logo { 1 244 64 14 } |
10 | //animsounds logo { 1 244 64 14 } |
11 | 11 |