diff options
author | Yorhel <git@yorhel.nl> | 2009-10-24 12:05:58 +0200 |
---|---|---|
committer | Yorhel <git@yorhel.nl> | 2009-10-24 12:05:58 +0200 |
commit | e11b9e81d5405ba42add01c6d3dcc7029a014e0f (patch) | |
tree | e73c209bb50f083010f0d3faa9432414781cf528 /data | |
parent | b4bef02c08a3bc8198f97d0e97701981f9bb85c8 (diff) |
d3: Wrote explanation about producer roles
Diffstat (limited to 'data')
-rw-r--r-- | data/docs/3 | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/data/docs/3 b/data/docs/3 index f3f5fbdf..4ac8ded5 100644 --- a/data/docs/3 +++ b/data/docs/3 @@ -132,8 +132,22 @@ :SUB:Producers <p> - The companies/groups/individuals involved in the creation, development or translation - of this release. Does not include distributors. + The companies/groups/individuals involved in the development or publishing of + this release. Does not include distributors. The following roles can be selected: + <dl> + <dt>Developer</dt><dd> + The producer involved in the creation of the game itself, not necessarily of + this specific release. Keep in mind that producers that have made modifications + to a game but have not made the game itself should NOT be listed as developers. + </dd><dt>Publisher</dt><dd> + The producer responsible for publishing this specific release. The publisher may have + made modifications to the game (e.g. translating all text or porting to a different + platform), but was not involved in the creation process. + </dd><dt>Both</dt><dd> + When the release is developed and published by the same producer. This is often + true for doujin games and the first releases of commercial games. + </dd> + </dl> </p> |