Rebrand as NodeCore EP9x, document

We've settled on "EP3x twice" as the algorithm choice that gives
the best overall results across the variety of artwork present.
Name the package after this and explicitly document the algorithm
choice.

We could still conceivably explore other options, like the HQX or
xBR families, in other branches, using the same infrastructure, but
to be published to CDB, they'd require different naming/branding.
This commit is contained in:
Aaron Suen 2024-08-25 11:04:23 -04:00
parent 58c5c44bfd
commit 58b8bd417a
4 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"type": "TXP",
"title": "NodeCore HQX",
"title": "NodeCore EP9x",
"short_description": "Textures via Pixel Art Scaling Algorithm",
"tags": ["128px"],
"license": "MIT",

View File

@ -18,7 +18,7 @@ stamp = ("00000000" .. stamp):sub(-8)
return {
user = "Warr1024",
pkg = "nchqx",
pkg = "ncep9x",
dev_state = "ACTIVELY_DEVELOPED",
version = stamp .. "-$Format:%h$",
long_description = readtext("README.md"),

View File

@ -1,3 +1,5 @@
The standard textures for nodecore, passed through [pixel art scaling algorithms](https://en.wikipedia.org/wiki/Pixel-art_scaling_algorithms).
The standard textures for nodecore, passed through [ScaleFX](https://en.wikipedia.org/wiki/Pixel-art_scaling_algorithms#Scale3%C3%97/AdvMAME3%C3%97_and_ScaleFX) twice, scaling the base 16px textures up to 144px.
Includes basic support for most mods in the NodeCore ecosystem, assuming they were designed to handle non-default-resolution texturepacks.
Supports [NodeCore](https://content.minetest.net/packages/Warr1024/nodecore/) and most/all of the [mods in its ecosystem](https://content.minetest.net/packages/?type=mod&sort=score&order=desc&game=Warr1024/nodecore).
Note that some mods may not support high-resolution texturepacks (e.g. due to using compositing with pixel offsets without resizing) and would need to be fixed to work with it.

View File

@ -1,3 +1,3 @@
title = NodeCore HQX
title = NodeCore EP9x
description = Textures via Pixel Art Scaling Algorithm
supported_games = nodecore, nodecore_alpha