levels: Change “chapter” terminology to “episode”

A generic term like this isn’t really suitable for trademark, nor
likely to ever be disputed.  The community and the engine both heavily
bias toward “episode” and indeed most other games do.

Closes: #682
This commit is contained in:
Mike Swanson 2020-07-15 14:02:57 -07:00
parent bbf84a98ea
commit 82b14b3b55
76 changed files with 119 additions and 119 deletions

View file

@ -262,7 +262,7 @@ To control how the node builder is invoked, or which levels are
rebuilt, override the NODE_BUILDER and NODE_BUILDER_LEVELS make
variables respectively. For example, to specify the full path to
ZenNode when it's not in the path and to rebuild only the first
chapter of Freedoom 1 as well all of the deathmatch levels:
episode of Freedoom 1 as well all of the deathmatch levels:
[source,bash]
-----------------
make NODE_BUILDER=/opt/zennode/ZenNode NODE_BUILDER_LEVELS="c1m? dm??" rebuild-nodes