tModLoader
Turtle's L'il Dragon Race
411개 중 111~120개 표시 중
< 1 ... 10  11  12  13  14 ... 42 >
업데이트: 2025년 4월 1일 오후 5시 16분
작성자: Turtleren

Version 4.5.14
** New **
None

** Changes **
None

** Fixes **
- The L'il Dragon winter cape now properly renders the logical 'back' part of the cape, well, behind the dragon instead of in front.
- Fixed a long-standing bug where the dragon's back wing would be placed a bit further down than intended when crouching (which wasn't really noticeable but it was on other races like the B'ig Dragon, which reuses said draw layer).
- I think I finally got rid of the supressed error that DragonModSystem sometimes throws on the main menu? I THINK? This one keeps coming back...

** Code/Internal **
- Added new draw layer 'DragonSaddleBack' and associated DragonUtil functions to register new '_WaistBack' textures for accessories.

업데이트: 2025년 3월 30일 오후 11시 36분
작성자: Turtleren

Version 4.5.13
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Added data field 'DragonWingRestingFrame' which lets you define a custom idle frame for custom wing sprites. Useful if your wings are always open when idle, or something similar.

업데이트: 2025년 3월 30일 오후 7시 46분
작성자: Turtleren

Version 4.5.12
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Added race data object field: StatueHorizFrames.
- Added 'statueSheetXOffset' to DragonPlayer. You can use this to offset the current X position used for the statue spritesheet (in other words, shift the 'box' area that the texture is being pulled from to the right)
Set StatueHorizFrames in your data object and then manually manipulate statueSheetXOffset if you need more columns in your statue spritesheet for any reason.

업데이트: 2025년 3월 28일 오후 4시 45분
작성자: Turtleren

Version 4.5.11
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Minor redundant code removal.
- Internal typo fix for an upcoming addon.

업데이트: 2025년 3월 28일 오전 12시 13분
작성자: Turtleren

Version 4.5.10
** New **
None

** Changes **
- Adjusted the mod description to be less wrong about mounting since a somewhat recent change to how it works.
- Adjusted the version mismatch message.

** Fixes **
None

** Code/Internal **
- Compatibility added for an upcoming community addon.

업데이트: 2025년 3월 26일 오전 5시 47분
작성자: Turtleren

Version 4.5.9
** New **
None

** Changes **
- Added a 'stasis' effect when being teleported by the Summoning Flute over long distances to try and reduce cases of players falling through the world and taking their riders with them.

** Fixes **
- Fixed an issue where dying while waiting for the rescue lockout period would prevent the statue hopping mechanic from working from then on for the affected player.
- Fixed the 'first spawn' buff that's used for some internal features not having a proper description and name.

** Code/Internal **
None

업데이트: 2025년 3월 26일 오전 1시 22분
작성자: Turtleren

Version 4.5.8
** New **
None

** Changes **
- Breath attacks now sync the looping sound that plays when using the primary attack. In other words, other players can now hear it in multiplayer.
You can disable this with a new client config, "Hear Others' Breath Sound", to revert the behaviour back to how it was before where you can only hear your own sound.

** Fixes **
- Attempted fix for a supressed error that was thought to be previously fixed during character selection/main menus.
- Check for local player before giving the Slow debuff when low on breath stamina, to reduce desyncs.

** Code/Internal **
None

업데이트: 2025년 3월 24일 오후 7시 36분
작성자: Turtleren

Version 4.5.7
** New **
None

** Changes **
- Particles from items like the Nebula Blaze are now not visible by default. You can revert this behaviour with a new client config setting, 'Hand Particles Above Dragon'.

** Fixes **
None

** Code/Internal **
- Minor comment changes.

업데이트: 2025년 3월 24일 오전 1시 18분
작성자: Turtleren

Version 4.5.6
** New **
None

** Changes **
None

** Fixes **
- Added a null check to fix a silent error that could be thrown on the character select screen.

** Code/Internal **
None

업데이트: 2025년 3월 22일 오전 2시 34분
작성자: Turtleren

Version 4.5.5
** New **
None

** Changes **
- Increased the velocity requirements for dealing collision damage as a statue with the Pendant of Stone.
- Collision damage as a statue also no longer applies when in water.

** Fixes **
None

** Code/Internal **
None