Search results for query: *

  • Users: EQNX
  • Content: Threads
  • Order by date
  1. E

    Major Bug During Settling Liquids Phase Of World Load

    I posted about this a long time ago - the check performed when settling liquids is broken. Worlds with long horizontal stretches of liquid are significantly delayed during world load. This is most commonly seen when loading worlds made with the Drunk World Seed. Hoping that an update in the...
  2. E

    **REPORTED** Settling Liquid Bug That Significantly Delays Loading Of Drunk World Seeds

    I posted about this a long time ago - the check performed when settling liquids is broken. Worlds with long horizontal stretches of liquid are significantly delayed during world load. My current workaround is to use a world editor to cut wide stretches of liquids into parts by adding vertical...
  3. E

    Ex Caelum (Vanilla Skyblock 1.4.2.3)

    Hey all, Releasing a project I've been working on for a bit. It's a Vanilla Skyblock experience with a mini-backstory and enough research backing it up to be able to smooth out the game progression. I'm calling this challenge the Drunken Celebration. Using TEdit, I've created a skyblock map...
  4. E

    Game Mechanics Have Torch Luck Ignore Unlit Torches

    In Terraria.Player.TryRecalculatingTorchLuck(), int num5 = tile.frameY / 22; if (num5 < 22) { nearbyTorch[num5] = true; if (num5 == 17 && (tile.liquid == 0 || tile.liquidType() != 0)) { dryCoralTorch = true...
  5. E

    A potentially growing list of bugs that apply to 1.4 and likely earlier versions.

    Hey Team, I've been poking around in Terraria's code with ILSpy, learning specifics of various mechanics for a custom map that I've been working on. I was instructed to post my bug findings here. Hopefully this format works well for you. Terraria.Projectile.GetFishingPondState(): Problem...
  6. E

    Resolved I'm looking to submit some bugs that I find

    Hey team, I've been working on a custom map, which has me peeking at Terraria's code for guidance. I'm finding some issues that could easily be resolved, resulting in getting intended results from certain methods. Would it be best to submit them here as I find them, or do you have another...
  7. E

    Resolved [Mobile] Red Pressure Plates & Living Wood Walls

    Certain pressure plates and Living Wood Walls don't correctly drop their items. The bug appears to be inconsistent, and I've not noticed a pattern, yet. Bug has been present since the 1.4 update, I just always assumed someone else would notice and report. I used to have a pirated version, but...
Back
Top Bottom