direwolf420

Results 49 comments of direwolf420

You mentioned in the linked issue that this should be used for whips. If that is the case, shouldn't this be added to ExampleWhip too?

Can you check if the same softlock happens if you press any other buttons in tml UI (such as Open Logs when a crash happens)?

List all the audio devices windows has detected (device manager). Try disabling some of them to troubleshoot

Another sound worth unlimiting is the sound fallen stars make when they drop down. If multiple are falling (very common with 1.4 increasing their spawn rate massively) the sounds get...

The Amulet of Many Minions mod makes upgradeable minions, it calls them Empowered. It works like the tiger staff minion by summoning dummy projectiles which act as counters, whereas the...

A few months ago this fix was implemented into tml. If you still have any audio issues, look at the FAQ https://github.com/tModLoader/tModLoader/wiki/Basic-tModLoader-Usage-FAQ

the `NearbyEffects` hook is called on the server once per `Main.PylonSystem.HandleTeleportRequest` call. This can trip up modders and may cause issues if the code within is side-sensitive (i.e. accessing client-only...

You can already do this by 1. hiding the time display 2. drawing your own text manually using XBuff.PostDraw See this PR for code used to draw the text, https://github.com/tModLoader/tModLoader/pull/2226/files#diff-e3389e7ea64819b97386e48546a4c037936825946f9d14219333bf0404292724R3061

1.4.2.3 added the celebrationmk10 seed (which is part of getfixedboi). The behavior of prehm boss bags dropping dev sets was introduced there as a feature of that seed. in 1.4.4...