Hello everyone!
Terraria Logo Maker is a web-based (pure HTML5 + javascript) application allowing you to make your own Terraria themed logos.
It supports a few custom themes other than the default, Overworld, (most created by awesome members of this community - all are credited on the site.)
You can check out the source code in the github repo: darthmorf/Terraria-Logo-Maker-2
Creating a new theme is a lot of work, but it's not complicated. It'd be awesome if you guys would make some to support the program!
I recommend before you start out making a few normal logos to get the hang of it, using Devilbro's guide: [link]
Before any info on how to actually make them, it's important to know how they must be structured.
- TLM will support any ascii character. Each character image should be in png format, with the name of the file being it's ascii value. For example '&' has an ascii value of 38, so the '&' file would be called '38.png' (you can look up the values here: [link] - look at the value marked 'Dec' for decimal).
- All images must be in a folder with the name of the folder being the name of the theme.
- As well as the ascii characters, the theme should include a tree equivalent (titled 'tree.png').
- For the logo to end properly, the theme must also include a start image ('start.png') and an end image ('end.png'). These wrap off the ends, so the logo doesn't stop without closing.
- Don't forget to add a space character as well - (ascii value 38) you can do this easily by using the start and end images together.
If you make a theme, or an additional set of characters for an existing theme, post a link to them in this thread and I'll include it in the maker.
If you encounter any bugs or have a suggestion, don't hesitate to make a post!
If you use logos made from this, please give credit by linking this thread or the site itself!
Also check out my other Terraria program - T-Backup: [link]
Hello, and welcome to my latest project; a custom Terraria Logo generator!
It simply takes some input text, and allows you to save it as a Terraria Logo image.
There is even support for custom themes - but that will be discussed later.
Please note - the sprites at the moment are heavily WIP and thusly the logos produced aren't of the highest quality.
Downloads:
- V1.01
- V1.0
View the source code on github.
For the program to work, simply extract the contents of the downloaded zip file to a folder of your choice, and run the executable.
This program is written in C# - you may have trouble getting it to run on non-windows PCs.
Terraria Logo Maker Currently Ships with one theme:
- Overworld (Thanks to @MinieK and @Eli10293 )
Optional Bonus themes:
- Snow (Thanks to @Xavitar!)
To install a new theme, follow these steps:
It simply takes some input text, and allows you to save it as a Terraria Logo image.
There is even support for custom themes - but that will be discussed later.
Please note - the sprites at the moment are heavily WIP and thusly the logos produced aren't of the highest quality.
Downloads:
- V1.01
- V1.0
View the source code on github.
For the program to work, simply extract the contents of the downloaded zip file to a folder of your choice, and run the executable.
This program is written in C# - you may have trouble getting it to run on non-windows PCs.
Terraria Logo Maker Currently Ships with one theme:
- Overworld (Thanks to @MinieK and @Eli10293 )
Optional Bonus themes:
- Snow (Thanks to @Xavitar!)
To install a new theme, follow these steps:
- Navigate to the folder you extracted the zip to.
- Drop the folder into the 'Textures' folder. (It should exist, but if it doesn't, create it.)
- ????
- Profit.
Last edited: