Mercurial > touhou-doc
annotate index.xhtml @ 13:2925b0e246c6 default tip
Fix a lot of things, and add a TODO.
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
|---|---|
| date | Fri, 17 Feb 2012 12:54:08 +0100 |
| parents | c5b074b0abbd |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!DOCTYPE html> | |
|
1
b1bec4b5ccf3
Add anm and pbg3 file formats, and improve the std one.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
0
diff
changeset
|
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
| 0 | 4 <head> |
| 5 <title>Touhou</title> | |
| 6 </head> | |
| 7 <body> | |
| 8 <h1>Touhou</h1> | |
| 9 <h2>Embodiment of Scarlet Devil</h2> | |
| 10 <h3>Formats</h3> | |
| 11 <ul> | |
|
1
b1bec4b5ccf3
Add anm and pbg3 file formats, and improve the std one.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
0
diff
changeset
|
12 <li><a href="06/pbg3.xhtml">PBG3</a> (dat archives)</li> |
| 0 | 13 <li><a href="06/std.xhtml">STD</a> (stages)</li> |
|
3
bd0f1253691d
Add documentation of ECL format.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
1
diff
changeset
|
14 <li><a href="06/ecl.xhtml">ECL</a> (enemies and patterns)</li> |
| 8 | 15 <li><a href="06/t6rp.xhtml">T6RP</a> (replays)</li> |
|
13
2925b0e246c6
Fix a lot of things, and add a TODO.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
8
diff
changeset
|
16 <li><a href="06/cfg.txt">CFG</a> (configuration)</li> |
| 0 | 17 </ul> |
| 18 <h3>Opcodes</h3> | |
| 19 <ul> | |
|
4
617e7760fd9f
Fix thstd_viewpos2_instr_t.center_dy as well as a link with incorrect description.
Thibaut Girka <thib@sitedethib.com>
parents:
3
diff
changeset
|
20 <li><a href="06/anm.xml">ANM</a> (sprites/animations)</li> |
| 0 | 21 <li><a href="06/ecl.xml">ECL</a> (enemy comportement)</li> |
| 22 <li><a href="06/msg.xml">MSG</a> (dialogs)</li> | |
| 23 </ul> | |
| 24 | |
|
13
2925b0e246c6
Fix a lot of things, and add a TODO.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
8
diff
changeset
|
25 |
|
2925b0e246c6
Fix a lot of things, and add a TODO.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
8
diff
changeset
|
26 <h2>Perfect Cherry Blossom</h2> |
|
2925b0e246c6
Fix a lot of things, and add a TODO.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
8
diff
changeset
|
27 <h3>Formats</h3> |
|
2925b0e246c6
Fix a lot of things, and add a TODO.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
8
diff
changeset
|
28 <ul> |
|
2925b0e246c6
Fix a lot of things, and add a TODO.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
8
diff
changeset
|
29 <li><a href="07/sht.xhtml">SHT</a> (characters)</li> |
|
2925b0e246c6
Fix a lot of things, and add a TODO.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
8
diff
changeset
|
30 </ul> |
|
2925b0e246c6
Fix a lot of things, and add a TODO.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
8
diff
changeset
|
31 |
|
2925b0e246c6
Fix a lot of things, and add a TODO.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
8
diff
changeset
|
32 |
| 0 | 33 <h2>Mountain of Faith</h2> |
| 34 <ul> | |
|
1
b1bec4b5ccf3
Add anm and pbg3 file formats, and improve the std one.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
0
diff
changeset
|
35 <li><a href="10/ecl.xml">ECL</a> (<a href="//code.google.com/p/thtk/wiki/Ecl10Reference">original</a>)</li> |
| 0 | 36 </ul> |
| 37 | |
|
13
2925b0e246c6
Fix a lot of things, and add a TODO.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
8
diff
changeset
|
38 |
| 0 | 39 <h2>Subterranean Animism</h2> |
| 40 <ul> | |
|
1
b1bec4b5ccf3
Add anm and pbg3 file formats, and improve the std one.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
0
diff
changeset
|
41 <li><a href="//code.google.com/p/thtk/wiki/Ecl11Reference">ECL</a></li> |
| 0 | 42 </ul> |
|
1
b1bec4b5ccf3
Add anm and pbg3 file formats, and improve the std one.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
0
diff
changeset
|
43 |
|
13
2925b0e246c6
Fix a lot of things, and add a TODO.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
8
diff
changeset
|
44 <p>The sources are <a href="//hg.linkmauve.fr/touhou-doc">here</a>, and a reimplementation in python is <a href="//hg.linkmauve.fr/touhou/">here</a>.</p> |
| 0 | 45 </body> |
| 46 </html> |
