TEdit / Terraria-Map-Editor

TEdit - Terraria Map Editor - TEdit is a stand alone, open source map editor for Terraria. It lets you edit maps just like (almost) paint! It also lets you change world settings (time, bosses downed etc), edit chests and change sign, make epic dungeons, castles, cities, and add rewards for your adventurers!
https://docs.binaryconstruct.com/
Other
1.6k stars 342 forks source link

Translate Terrafirma's tile uvRules into XML #156

Closed SineSwiper closed 12 years ago

SineSwiper commented 12 years ago

Terrafirma has a maze of clean up rules for the tiles, including exactly which ones to use for walls, ground-based tiles (like Grass), and stuff like the leaves on trees. It's hard to translate, and probably even harder to put into XML, but it's a critical part getting everything displayed exactly right.

This can then be used to clean up the graphics.

BinaryConstruct commented 12 years ago

Or implement them in code, and just reference the appropriate function in xml.

SineSwiper commented 12 years ago

Well, I'm trying to make the XML portable. I mean, I somewhat get what the rules are trying to say, but I'll need to translate that into English to some extent.

It's only for displaying stuff, not really for the writing of WLD files, so it's not quite as important as, say, getting the isFramed properties right, but hey, if the knowledgebase is there somewhere, might as well get it into the XML.