Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
You are however also hearing low health & low mana sound loops, which only update on Main.myPlayer player instances. It doesn't sound like a good idea to have companions be such instances.
GitHub is a better replace for such questions: https://github.com/Mirsario/TerrariaOverhaul/issues
The mouse override actually is a genius idea. I just need to move make so when Terraria Overhaul is present, temporarily change the mouse position before the hook the mouse direction changes happen, and then revert it afterwards.
I actually had no idea that could be done tho, about the attaching a debugger onto something.
That will come in handy for testing that issue.
The companions being flagged as the player character is a workaround I used to make a lot of functions work on them, or else they would behave like another player in multiplayer:
Intangible, and various other issues.
If the low health and mana sounds are looping, there's probably some companion knocked out in the world.
I'll be sure to use the issues session next time I have questions (I tend to avoid using that on other github pages because generally they have astronomic numbers, yeah, poor devs).
Anyways, Thanks again for the answer.