https://github.com/direwolf420/chatsource
Chat Source, a mod for Terraria using tModLoader!
https://github.com/direwolf420/chatsource
mod terraria tmodloader
Last synced: 7 months ago
JSON representation
Chat Source, a mod for Terraria using tModLoader!
- Host: GitHub
- URL: https://github.com/direwolf420/chatsource
- Owner: direwolf420
- Created: 2020-03-17T16:07:12.000Z (about 6 years ago)
- Default Branch: 1.4
- Last Pushed: 2025-02-19T08:36:18.000Z (about 1 year ago)
- Last Synced: 2025-03-28T08:41:45.683Z (about 1 year ago)
- Topics: mod, terraria, tmodloader
- Language: C#
- Homepage: https://forums.terraria.org/index.php?threads/chat-source-shows-the-source-of-messages-in-the-chat.86574/
- Size: 540 KB
- Stars: 0
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
Awesome Lists containing this project
README
# ChatSource

Terraria Forum link: https://forums.terraria.org/index.php?threads/chat-source-shows-the-source-of-messages-in-the-chat.86574/
For those who need to know which mod writes stuff to the chat!
#### Common situation:

Shows the source of messages in the chat. Clientside, toggleable via config.
#### Examples:
**Before:**
```
"Your world has been blessed with Cobalt!"
"Player got 10 tier 1 Reversivity coins and now has 70 in total."
```
**After:**
```
"Your world has been blessed with Cobalt!"
"[AlchemistNPC] Player got 10 tier 1 Reversivity coins and now has 70 in total."
```

**Notes:**
* Some stuff like ore spawn announcements in multiplayer will show no mod associated because those messages are serversided
* Death messages won't have an associated mod
* "[Terraria]" prefix for vanilla messages is by default disabled
* Toggle "Display Name" and "Internal Name" of a mod via config
## Localization
If you wish to contribute translations, visit the [tML wiki page](https://github.com/tModLoader/tModLoader/wiki/Contributing-Localization) on that.
This mod uses `.hjson` files in the `Localization` folder.
Translate things that are in english and commented out (either via `//` or `/* */`, remove the comment markers after translating)
List of localization contributors:
* Russian: **GodHybrid, Alino4kaHvoshch**
* Italian: **Sea Noodle**
* Simplified Chinese: **Cyrilly**
* French: **TheBrutalSkull**
* German: **Lighty**