tModLoader
Turtle's L'il Absol Race
51件中 11-20 を表示
< 1  2  3  4  5  6 >
更新: 7月24日 @ 0時32分

Version 0.6.15
** New **
None

** Changes **
None

** Fixes **
- Fixed for the latest L'il Dragon core update.

** Code/Internal **
None

更新: 7月21日 @ 17時45分

Version 0.6.14
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Moved a few utility functions out of this mod and into PokeLib.

更新: 7月20日 @ 2時42分

Version 0.6.13
** New **
None

** Changes **
- L'il Dragon dependency bumped.
- Absol's swung item offsets adjusted to be fixed for the latest L'il Dragon codebase update.

** Fixes **
None

** Code/Internal **
None

更新: 7月19日 @ 23時56分

Version 0.6.12
** New **
None

** Changes **
- Absol's wings will now render in afterimages.
- L'il Dragon dependency raised to support the above change.

** Fixes **
None

** Code/Internal **
None

更新: 7月19日 @ 8時56分

Version 0.6.11
** New **
None

** Changes **
- Bumped PokeLib and L'il Dragon dependencies.

** Fixes **
None

** Code/Internal **
- Adjusted some data object code for the latest PokeLib and L'il Dragon codebase updates.

更新: 7月18日 @ 20時36分

Version 0.6.10
** New **
None

** Changes **
None

** Fixes **
- Fixed Absol being able to crouch when crouching is disabled in the L'il Dragon config.

** Code/Internal **
None

更新: 7月18日 @ 18時59分

Version 0.6.9
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Small cleanups.
I swear they're important. For performance.

更新: 7月11日 @ 4時37分

Version 0.6.8
** New **
None

** Changes **
- Now depends on L'il Dragon v4.10.5.
- Two-way dependency between PokeLib and this updated again. Sooorryyyy but big things are happening!

** Fixes **
- Using slightly more compatible code for checking the player's gravity flip or direction flip state when rendering.

** Code/Internal **
- Moved some of the common rendering code over to PokeLib.
- Removed AbsolGlobalItem. Now in PokeLib.
- Some behind-the-scenes asset stuff. Shhhh...

更新: 7月10日 @ 5時48分

Version 0.6.7
** New **
None

** Changes **
- Two-way dependency updated for Absol and this mod.

** Fixes **
None

** Code/Internal **
- Fix PokeDataObjectAbsol using GetType instead of stateIndex for AnimState comparisons in DecideEmote. Also some optimisation in the code structure.

更新: 7月9日 @ 21時24分

Version 0.6.6
** New **
None

** Changes **
None

** Fixes **
None

** Code/Internal **
- Optimisations by moving some code away from AbsolPlayer and into the Absol race object where possible, to reduce unnecessary IsAbsol checks and do things the way MrPlague intended.
Should cause no difference in your gameplay!