tModLoader

tModLoader

Turtle's L'il Dragon Race
Menampilkan1-10 dari 410 kiriman
< 1  2  3 ... 41 >
Pembaruan: 27 Sep @ 1:33am

Version 4.13.10
** New **
None

** Changes **
- Kinda a 'fix': the dragon's 'hair' and 'detail' colour layers will now all use the same lighting and are properly affected by debuff tints (the 'detail' layers previously weren't).
This change propogates to most of my races, so it should fix these issues across the board. If you were annoyed by your dragon's horns and claws being slightly brighter/darker than the rest of the dragon's body, this will fix that!

** Fixes **
- Fixed the dragon wing inner colour not being coloured properly by spectre armour. Also fixed those layers not actually supporting the new aux detail layers.
- Fixed dragon wings in afterimages (if enabled for a given race) not properly respecting the transparency of each afterimage, and just using a fixed alpha.

** Code/Internal **
None

Pembaruan: 25 Sep @ 6:53pm

Version 4.13.9
** New **
None

** Changes **
None

** Fixes **
- Fixed a + being used instead of a * to describe the 'bonus' of being able to crouch.

** Code/Internal **
None

Pembaruan: 25 Sep @ 7:04am

Version 4.13.8
** New **
None

** Changes **
- The dragon's default acceleration boost is now 140% (112% after the default 80% speed scaling)
- The dragon's default slowdown boost is now 125% instead of 150%.

** Fixes **
None

** Code/Internal **
None

Pembaruan: 23 Sep @ 12:27am

Version 4.13.7
** New **
None

** Changes **
None

** Fixes **
- Fixed a placeholder language string for the Stamina Potion config header.

** Code/Internal **
None

Pembaruan: 22 Sep @ 6:29pm

Version 4.13.6
** New **
None

** Changes **
None

** Fixes **
- Fixed the Focused Pendant of Stone not showing the correct description (it should've had the current pendant keybind shown).

** Code/Internal **
None

Pembaruan: 22 Sep @ 1:05am

Version 4.13.5
** New **
None

** Changes **
- The dragon's hitbox height has been reduced from 42px to 40px.
- The logic used to position players that are mounting other players has changed! This way, a riding player's hitbox height shouldn't cause them to stand lower than other races do.
However, because of this change, all mounting offsets will be broken for a short time. I'll be rolling out updates to my other mods ASAP to fix these broken offsets!
Mounting offsets may be slightly different on my races after this update and the respective patches.

** Fixes **
- Fixed a bug where crouching players would still have their leg animation incorrectly set for a single frame after uncrouching, but only on other players' screens in multiplayer. Hopefully there's no unforeseen consequences from the underlying fix...
- Fixed some cases where mounted players would still 'collide' with tiles at the right height. There's still a few edge cases I'm not sure how to fix atm, but that's OK.
- Fixed the racial jump boost stat using = instead of +=, which could potentially override other bonuses that were applied earlier.

** Code/Internal **
None

Pembaruan: 20 Sep @ 7:37pm

Version 4.13.4
** New **
None

** Changes **
None

** Fixes **
- Fixed an oversight in DragonUtil.MakeColoredDrawDatas that was causing crashes with some of the dyeable dragon vanities.

** Code/Internal **
None

Pembaruan: 18 Sep @ 5:40am

Version 4.13.3
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Added version check variable for Turtle's PokeLib.
- DragonUtil.PlayerColor and DragonUtil.PlayerShader now support the newly added auxiliary detail colours from MrPlague's Authentic Races.
- Added function DragonUtil.GetPlayerLayerArray to return all of the MrPlague's races layer names, in the order that would work with the DragonUtil PlayerColor and PlayerShader functions.
- Also added property PlayerLayerArrayMaxIndex to return the correct maximum index for custom asset arrays. The actual size will be 1 bigger.
- Updated all existing dragon draw layers to support the new auxiliary detail layers. The code is a bit nicer, too.
- Removed some code that was designed to fix a bug no longer present in the authentic races mod.

As a player, you shouldn't notice anything different here. PokeLib might throw some errors if you're using it and don't get the update for it!

Pembaruan: 17 Sep @ 7:01pm

Version 4.13.2
** New **
None

** Changes **
None

** Fixes **
- Fix for pendant descriptions in the event that you don't have either the pendant key OR the tertiary race key bound.
- Fixed some logic that was causing pendants to not properly utilise their 'linger' duration and instead constantly applying the initial duration when wearing another item that grants petrification immunity.

** Code/Internal **
None

Pembaruan: 17 Sep @ 6:13pm

Version 4.13.1
** New **
None

** Changes **
None

** Fixes **
- Attempted fix for an issue some players were having where certain item tooltips were not loading properly, which in turn caused Journey Mode's research system to break when trying to search for an item.
If you continue to encounter such issues after this update, let me know. I haven't been able to 'properly' reproduce the issue, but have taken defensive measures to try and prevent it from happening anyway.

** Code/Internal **
None