Consolidate project documentation and attribution
Add public-alias credits and a tested in-game credits page, centralize project guidance and asset provenance, import the complete authored fur channel maps, and keep starter-island collision synchronized with imported props.
This commit is contained in:
parent
1940ae13e5
commit
db6074ddfa
59 changed files with 1638 additions and 1032 deletions
|
|
@ -85,17 +85,14 @@ install -m 0644 "${ARM64_PCK}" "${GAME_ROOT}/NETfishing.pck"
|
|||
install -m 0644 "${TEMPLATE_ROOT}/gameinfo.xml" "${GAME_ROOT}/gameinfo.xml"
|
||||
install -m 0644 "${TEMPLATE_ROOT}/screenshot.png" "${GAME_ROOT}/screenshot.png"
|
||||
install -m 0644 \
|
||||
"${PROJECT_ROOT}/CREDITS.md" \
|
||||
"${GAME_ROOT}/licenses/CREDITS.md"
|
||||
"${PROJECT_ROOT}/docs/ATTRIBUTION.md" \
|
||||
"${GAME_ROOT}/licenses/ATTRIBUTION.md"
|
||||
install -m 0644 \
|
||||
"${PROJECT_ROOT}/LICENSE" \
|
||||
"${GAME_ROOT}/licenses/GPL-3.0-or-later.txt"
|
||||
install -m 0644 \
|
||||
"${PROJECT_ROOT}/ASSET-LICENSE.md" \
|
||||
"${GAME_ROOT}/licenses/NETFISHING-ASSET-LICENSE.md"
|
||||
install -m 0644 \
|
||||
"${PROJECT_ROOT}/THIRD-PARTY-NOTICES.md" \
|
||||
"${GAME_ROOT}/licenses/THIRD-PARTY-NOTICES.md"
|
||||
install -m 0644 \
|
||||
"${PROJECT_ROOT}/TRADEMARKS.md" \
|
||||
"${GAME_ROOT}/licenses/TRADEMARKS.md"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue