Making tModLoader working properly on Apple M1 (i can contribute as well, very good c# and c++ skills) What does this proposal attempt to solve or improve? Making mods working, at the moment not all mods working fine. Which (other) solutions should be considered? I have found an workarou...
tModLoader not working on mac for gog #1645 Drakkus28 commented on Oct 3, 2021 Drakkus28 on Oct 3, 2021 So I'm on the latest edition, 0.11.8.5, using Terraria 1.4.2.3... I've done all the meddling with the files, and nada. All I get is application can't be opened. granted...
you can rebuild your mod and it should work. Once things are working, you can search through your mods source code for lines like// Tooltip.SetDefault("This is a modded Item.");or// DisplayName.SetDefault("Example Sword");and delete them. They...
Another thing to note is 1.4 most likely won't update to fix a rare issue like this (We are working on 1.4.4 right now). I'm pretty sure this is caused by a mod, so once we identify it I can remove it from the workshop or get that mod fixed. The players might not be recove...
Version Latest 1.4-stable OS Linux Platform Steam This bug affects Gameplay as a Player Description Whenever I launch the game through steam or with the .sh file I get this error: System.EntryPointNotFoundException: Unable to find an ent...
When modifying a single line. Leave a commented version of the vanilla codeonly whenit is not obvious what has been added by tML and what is vanilla. Also use a hashtag when multiple changes are part of the same fix/feature/refactor ...
ChickenChunk579 commented Jan 31, 2023 I am having the same issue, but I can’t even add tModLoader to my library. Collaborator Solxanich commented Feb 1, 2023 Hi All, I think we have a working solution now? Follow the manual installation steps for GoG, just like 1.3, but when go...
github-actions bot added the Requestor-Player label Nov 2, 2023 NotLe0n added a commit to NotLe0n/tModLoader that referenced this issue Mar 24, 2024 fixed tModLoader#3910 … 83ff75c NotLe0n mentioned this issue Mar 24, 2024 fixed AltGr not working in chat (#3910) #4133 Merg...
string hoverText = _TooltipFunction(); // TODO: Fix, draw order prevents this from working correctly float x = FontAssets.MouseText.Value.MeasureString(hoverText).X; vector = new Vector2((float)Main.mouseX, (float)Main.mouseY) + new Vector2(16f); if (vector.Y > (float)(Main.screen...