Skip to content

Commit

Permalink
Change: Move content creation guidelines to their own page
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsmh committed Jun 5, 2021
1 parent 1061ded commit cca6cc0
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 23 deletions.
1 change: 1 addition & 0 deletions _layouts/default.html
Expand Up @@ -83,6 +83,7 @@
<footer>
<div id="content-bottom-links">
<a href="{{ site.baseurl }}/policy.html">Privacy Policy</a> |
<a href="{{ site.baseurl }}/contentcreators.html">Content Creation Guidelines</a> |
<a href="{{ site.baseurl }}/contact.html">Contact</a>
</div>
<div id="content-bottom-copyright">
Expand Down
31 changes: 31 additions & 0 deletions pages/contentcreators.html
@@ -0,0 +1,31 @@
---
layout: default
title: Content Creation Guidelines
permalink: /contentcreators.html
---

<div id="section-full">
<div class="section-header">
<h3>Gameplay streaming, Let's Play content, and Monetization Guidelines</h3>
</div>
<div class="section-item">
<div class="content">
<p>The core game of OpenTTD is released under the GNU General Public License (GPL) version 2.</p>
<p>The OpenGFX baseset graphics pack is released under the GNU General Public License version 2.</p>
<p>The OpenSFX baseset sound effects pack is released under the Creative Commons Attribution-ShareAlike 3.0 Unported license.</p>
<p>The OpenMSX baseset music pack is released under the GNU General Public License version 2.</p>
<p>All the above licenses permit use of the software for any purpose, including commercial purposes.</p>
<p>Following is a statement of intention from the developers. This is not a legal statement. If any questions arise from this statement, please consult the license text of the involved software and game data.</p>
<h3>General permission for the unmodified game</h3>
<p>It is the intention of the development teams behind OpenTTD and the open baseset game data packs that any Let's Play, review, and other similar content, is permitted with no limitations. Monetization and commercial use of the game and game data is permitted without limitations.</p>
<p>Note that regardless of this statement, any distribution of the game and game data files still falls under the restrictions of the respective licenses.</p>
<p>Note that this statement does not imply any endorsement from any of the developers of OpenTTD or the baseset game data towards any content creators. Any views expressed by content creators in content using the OpenTTD game and baseset game data packs are purely those of the content creator.</p>
<h3>Non-coverage of use of other baseset data</h3>
<p>Note that the above statement of general permission only applies to using the OpenTTD core game with the OpenGFX graphics baseset, and optionally the OpenSFX sound effects and OpenMSX music basesets.</p>
<p>Use of any other baseset data, including but not limited to the data files from Transport Tycoon (Deluxe), is not covered by the above statement of general permission, and you will need to verify with the copyright holder for the baseset data before using it in content creation.</p>
<h3>Non-coverage of use with add-on game data</h3>
<p>Note that the above statement of general permission only applies to using OpenTTD without any add-on game data. Add-on game data can include NewGRF modifications to graphics and game rules, scenario and heightmap files that offer a designed world to play in, AI scripts that offer computer-controlled opponents, Game Scripts that offer altered game rules, as common examples.</p>
<p>Add-on game data can be offered under a variety of different licenses, and some may not allow all uses. Please verify with the copyright holder of add-on game data before using it in content creation.</p>
</div>
</div>
</div>
23 changes: 0 additions & 23 deletions pages/policy.html
Expand Up @@ -5,29 +5,6 @@
---

<div id="section-full">
<div class="section-header">
<h3>Gameplay streaming, Let's Play content, and Monetization Guidelines</h3>
</div>
<div class="section-item">
<div class="content">
<p>The core game of OpenTTD is released under the GNU General Public License (GPL) version 2.</p>
<p>The OpenGFX baseset graphics pack is released under the GNU General Public License version 2.</p>
<p>The OpenSFX baseset sound effects pack is released under the Creative Commons Attribution-ShareAlike 3.0 Unported license.</p>
<p>The OpenMSX baseset music pack is released under the GNU General Public License version 2.</p>
<p>All the above licenses permit use of the software for any purpose, including commercial purposes.</p>
<p>Following is a statement of intention from the developers. This is not a legal statement. If any questions arise from this statement, please consult the license text of the involved software and game data.</p>
<h3>General permission for the unmodified game</h3>
<p>It is the intention of the development teams behind OpenTTD and the open baseset game data packs that any Let's Play, review, and other similar content, is permitted with no limitations. Monetization and commercial use of the game and game data is permitted without limitations.</p>
<p>Note that regardless of this statement, any distribution of the game and game data files still falls under the restrictions of the respective licenses.</p>
<p>Note that this statement does not imply any endorsement from any of the developers of OpenTTD or the baseset game data towards any content creators. Any views expressed by content creators in content using the OpenTTD game and baseset game data packs are purely those of the content creator.</p>
<h3>Non-coverage of use of other baseset data</h3>
<p>Note that the above statement of general permission only applies to using the OpenTTD core game with the OpenGFX graphics baseset, and optionally the OpenSFX sound effects and OpenMSX music basesets.</p>
<p>Use of any other baseset data, including but not limited to the data files from Transport Tycoon (Deluxe), is not covered by the above statement of general permission, and you will need to verify with the copyright holder for the baseset data before using it in content creation.</p>
<h3>Non-coverage of use with add-on game data</h3>
<p>Note that the above statement of general permission only applies to using OpenTTD without any add-on game data. Add-on game data can include NewGRF modifications to graphics and game rules, scenario and heightmap files that offer a designed world to play in, AI scripts that offer computer-controlled opponents, Game Scripts that offer altered game rules, as common examples.</p>
<p>Add-on game data can be offered under a variety of different licenses, and some may not allow all uses. Please verify with the copyright holder of add-on game data before using it in content creation.</p>
</div>
</div>
<div class="section-header">
<h3>Privacy Statement</h3>
</div>
Expand Down

0 comments on commit cca6cc0

Please sign in to comment.