summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-05-23 18:37:01 +0200
committerYorhel <git@yorhel.nl>2009-05-23 18:37:47 +0200
commit68b74a26c9c866c0a5ae2c4f269ad6f56037f5d9 (patch)
tree4cd82a9669e326498cf3b884c35569a56db19d47 /data
parente01567fb9703c18f20a3c3f3fcecfdb5bc680701 (diff)
Animation fields for releases
Diffstat (limited to 'data')
-rw-r--r--data/docs/313
-rw-r--r--data/global.pl7
2 files changed, 19 insertions, 1 deletions
diff --git a/data/docs/3 b/data/docs/3
index bdc9be1f..215ac74f 100644
--- a/data/docs/3
+++ b/data/docs/3
@@ -74,7 +74,18 @@
that all characters (maybe with the exeption of a few minor characters) are voiced in
all scenes. <i>Only ero scenes voiced</i> speaks for itself, and <i>Partially voiced</i>
should be used when there is some voice acting, but only for the main characters or only
- in some scenes.</dd>
+ in some scenes.
+ </dd><dt>Animation</dt><dd>
+ Whether the game has any animation can be specified with two seperate options: one for
+ the normal story mode and one for the ero scenes, if the game has any. With <i>Simple
+ animations</i>, we refer to (usually looping) effects like falling leaves or snow in the
+ background or animated facial expressions like blinking eyes and a moving mouth.
+ <i>Fully animated scenes</i> refers to non-looping anime-like scenes. Some games are
+ entirely like this, others only have a few scenes that are fully animated. Effects like
+ moving sprites around the screen, basic zooming and shaking background images are not
+ considered as "animations". Minigames or other gameplay elements are excluded as well,
+ only the (ADV/VN-like) story parts and ero scenes should be considered.
+ </dd>
</dl>
<p>
<b>Platform</b><br />
diff --git a/data/global.pl b/data/global.pl
index 2ea8f786..8b1f2776 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -224,6 +224,13 @@ our %S = (%S,
'Partially voiced',
'Fully voiced',
],
+ animated => [
+ 'Unkown',
+ 'No animations',
+ 'Simple animations',
+ 'Some fully animated scenes',
+ 'All scenes fully animated',
+ ],
votes => [
'worst ever',
'awful',