LtxProgrammer / LtxProgrammer/Changed-Minecraft-Mod

TODO: Add more customization to select latexes. [OPEN FOR COMMENT]

Ouverte
#1,505 6 commentaires 0 réactions 0 personnes assignées Voir sur GitHub

Personne n'a encore pris cette issue.

long-term render
Langage dominant
Java
Étoiles
83
Forks
58
Merge moyen
1 j 16 h
PR mergées (30 j)
2

Description

A while ago, the Changed: MC mod ditched hair customization for tailoring each model based on their sprite appearance. This was an all or nothing change, and such the only customization each model had was eye color, and sometimes hair color. I propose that a handful of "basic" variants have a higher level of customization to match the level of differences seen between a regular male DL wolf and Puro. The following are the customization vectors I've identified so far:

  • Gender: Enum or Linear (This change will collapse the variants that are split into their genders into one. If this is to be a linear slider, the entity mesh could be lerped from Male <-> Neutral <-> Female)
  • Fit: Enum or Linear (Heavy <-> Neutral <-> Buff)
  • Tail size: Enum or Linear (Minimal/None <-> Regular <-> Huge)
  • Hair style: Enum (None, Short, Long, Extra long, Mohawk, etc.)
  • Neck fluff: Binary (Absent <-> Present)
  • Head-body size ratio: Linear (Small body to head <-> Regular <-> Large body to head)
  • Arm width: Binary (Wide <-> Slim)

It remains undecided if these customization vectors will be with the Basic Player Info (trivial information about the player pre-tf), or if they'll be configured through the stasis chamber.

A new model framework will have to be designed to efficiently render >100 of these entities, and that supports preparing a model to lerp (could use something similar to the existing TF anim code).

The number of models required to be able to lerp between each extreme will be significant. As such these customization options would be for the following entities:

  • WL wolves
  • DL wolves
  • Phage DL wolves
  • Latex sharks
  • Latex squogs
  • Snow leopards
  • White wolves

The above list is restricted to variants that are not Patron OC (unless they specifically allow it). Depending on the consensus of the comments for this issue, the list could be expanded to other variants that aren't already shown to have multiple variations (i.e. the gas wolf, orca, snake).

I ask for feedback: Would Changed: MC be better if it stuck strictly to the source material (exclusively what is shown in Changed), or if we give mod users the creative freedom to personalize their variant?

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Par où commencer

  1. Lisez l'issue en entier, puis le guide de contribution du projet.
  2. Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
  3. Forkez le dépôt et travaillez sur une branche.
  4. Ouvrez une pull request qui référence le numéro de l'issue.

Piste de recherche

Aucun fichier, test ou point d’entrée n’est nommé. Commencer par examiner la discussion dans les commentaires, vieille de six ans, et résoudre le périmètre de personnalisation proposé ainsi que la conception du framework de modèles avant d’identifier une voie d’implémentation ; considérer cela comme terminé nécessiterait une conception approuvée et des variantes prises en charge définies.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
java
Domaine
design, game-dev
Type d'issue
Fonctionnalité
Difficulté
5/5
Temps estimé
Plus d'une semaine
Activité
À l'abandon
Clarté
À clarifier
Accessibilité débutants
15/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.