Grain Rot
Install

Details

Last Updated
First Uploaded
Downloads
393
Likes
1
Size
831KB
Dependency string
Tyrnel-TyrnelMods-4.1.0
Dependants

Categories

Changelog

4.1.0

  • Your team is on the map. Everyone you are playing with shows up, each in their own colour, and their arrow points the way they are facing.

4.0.0

The map is new

  • The floor plan is the real one. Walls sit on the sides they sit on in the dungeon, doorways are gaps you can see through, and the dividing walls inside a room are drawn instead of being smoothed over.
  • Pits are pits. A shaft with a plank across it used to be painted as solid ground. Now the plank is floor and the drop beside it is empty.
  • The map always faces the same way. The lift's opening points up, so the map looks the same on every run and you can read it without turning it in your head.
  • M and N as before. Big map on M, corner map on N.
  • No background. Only the dungeon is drawn, and it is slightly transparent. The corner map sits top right, clear of your health and spark.
  • Lift, press and grinder are marked, and your arrow points where you are looking.
  • It opens without the pause, and the whole floor plan is now drawn once per dungeon instead of being rebuilt from hundreds of pieces every frame.
  • Fixed a crash that could come back on your second dungeon of a session, a rotation that could leave the map turned ninety degrees on later runs, and sub-dungeons attaching mid-run leaving a permanent hole.

Two things were broken and you had no way of knowing

  • The sparkle on good loot never worked. Not badly, never at all, in every version released so far. Rare and epic finds kept the game's own faint sparkle and the setting did nothing. It works now.
  • If you installed from Thunderstore, you still had the stutter. The whole point of merging the mods into one pack was to stop each part costing you frames separately, and the Thunderstore build was missing the piece that does it. Nexus was fine. Fixed, and the build now refuses to package itself if that piece goes missing again.

New

  • The run's modifiers on the map. The game shows them once on the lift before you descend and then never again. Now they are there for the whole run, so you do not have to remember whether this one had the shop or the press.
  • What you left behind. When the lift is paid and the doors are about to open, one line tells you how much gold and how many good finds are still lying down there. A count and nothing more, so it takes nothing away from the run.
  • The debug console stays shut. The loader this pack needs happens to expose the game's own developer cheats. It did not seem right to open that door and leave it open, so the pack closes it again. This is not anti-cheat and does not pretend to be, it only affects the machine it runs on.

Gone

  • The panel on F7 and "things that should not break". The game added its own protection against players wrecking a base, it covers more than ours did, and two systems doing the same job would only fight each other.

Faster

  • Turning held objects used to cost frames on every single frame, even with the feature switched off. It now costs nothing until you are actually carrying something.
  • Several parts were each independently searching the whole game for the same thing many times a second. They share one answer now.
  • On a machine that is not hosting, the host-only work is properly asleep instead of looking for something to do.

Also

  • Your own settings stay yours. Hold to attack, the mouse wheel, the sparkle and the map are marked as yours rather than the host's, but the host's copy was overwriting them anyway. It no longer does.

3.0.0

  • Dungeon map on M, corner map on N. Drawn from the game's own tile data, so the floor plan is the real one: holes, ledges and crossings where they actually are. Teammates in their own colours, lift and machines marked.
  • One coin pays the way out. Drop a single coin in the lift's slot and the rest of the fare follows. Never more than the lift is asking for, never anyone's gold but the person standing there.
  • Good loot is easier to spot. The sparkle the game already puts on rare and epic finds, made bigger and more frequent. Nothing recoloured, nothing added to items that never sparkled.
  • Deeper means deadlier. Enemies scale harder with depth through the game's own scaling table. Six numbers you set yourself.
  • Gold picks itself up when it is already within the game's reach.
  • Less waiting at the lift. The three waits before the doors move, halved.
  • Furniture stays where you put it, with a panel on F7 for who may break what.
  • Turn held objects with the numpad.
  • Orders for companions on a wheel on Y.
  • Mouse wheel for switching what you hold, hold to attack, and things that should not break no longer do.

Everything arrives switched off. The settings screen is TYRNEL MODS in the main menu.

Twelve languages, matching the game's own wording.

Built to stay out of your framerate

Mods for this game have a habit of costing frames whether or not you use them. This one was measured rather than assumed, and a few things came out of that worth knowing:

  • No Blueprint hooks. Hooking a single Blueprint function makes the loader intercept the entire Blueprint interpreter, so every call the game makes anywhere pays a toll. That cost is the same whether a mod hooks one function or five, and it shows up even in an empty save. Nothing here hooks one.
  • One shared heartbeat, once per frame, on the game thread. Not a timer per feature.
  • The map builds from the game's own tile data instead of probing the navigation mesh for walkable ground, which used to cost several milliseconds every time it was drawn.
  • Nothing redraws unless something changed. The map has a pool of fixed slots and touches only what moved.
  • Switched off means idle. A feature you have not enabled does no work at all, and on a machine that is not hosting, the host-side features never start.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.