Game Mechanics Add notes to characters and worlds

Ceteris

Terrarian
On the character select and world select, having an icon for notes for each, with the ability for a text string only visible to the player on those screens could be really helpful.

This could have several use cases. Some people might wanna write down what class the character is, or what world it's for, it could also be useful for keeping track of mod packs on the tmodloader side of things.

As far as the coding goes it would basically just be adding a text string to the header or content of the plr or wld files, and for the client, sorta a carbon copy of the edit name feature pointing to the new text field instead, and maybe a bit of exploit prevention in the game code to prevent that string from evaluating as code of any sort. Server shouldn't need anything other than maybe ignoring that line as it would just be for player reference.
 
Back
Top Bottom