tModLoader

tModLoader

Turtle's Unicorn Race
正在显示第 1 - 10 项,共 54 项条目
< 1  2  3  4  5  6 >
更新于:12 月 15 日 下午 11:50
作者:Turtleren

Version 0.5.10
** New **
None

** Changes **
None

** Fixes **
- Fixed some potential sprite rendering issues that could happen if you equipped a Unicorn saddle, but then equipped a different waist item in a vanity slot over that.

** Code/Internal **
None

更新于:12 月 15 日 下午 11:31
作者:Turtleren

Version 0.5.9 improves a lot of stuff under the hood, but doesn't really have much player impact.
** New **
None

** Changes **
- Now depends on L'il Dragon v4.13.29 for a saddle rendering layer fix.

** Fixes **
None

** Code/Internal **
- UnicornPlayer.IsUnicorn no longer demands a Mod as input, since it was always gonna be TurtlesUnicornRace anyways.
- Improved walking code to not require separate network packets to sync the walking state. Like, we have a buff, let's use it. It's implicitly synced.
- Improved saddle code to reduce duplication and unnecessary variables.
Probs less confusing to people looking at the code for saddles now (like myself, who wants to add saddles to my Raptor race).

NOTE: Players may not see their saddles at character select after this update. This should fix after loading the character once.

更新于:12 月 2 日 下午 5:34
作者:Turtleren

Version 0.5.8
** New **
None

** Changes **
None

** Fixes **
- Fixed the unicorn's wings getting misplaced when sitting.

** Code/Internal **
None

更新于:11 月 28 日 下午 10:29
作者:Turtleren

Version 0.5.7
** New **
None

** Changes **
- Most hard-coded strings have moved to localised text, so others can localise this mod's texts better, if desired.

** Fixes **
None

** Code/Internal **
None

更新于:11 月 17 日 上午 3:32
作者:Turtleren

Version 0.5.6
** New **
None

** Changes **
- Added support for disabling this mod's gate recipe if Turtle's Gates is also loaded.

** Fixes **
None

** Code/Internal **
- Shifted some gate code around so it should be safer load order-wise. I never experienced any serious issues myself though.

更新于:11 月 10 日 下午 3:21
作者:Turtleren

Version 0.5.5
** New **
None

** Changes **
None

** Fixes **
- Fixed the galloping state getting stuck if you swap race while galloping.

** Code/Internal **
None

更新于:9 月 27 日 上午 1:33
作者:Turtleren

Version 0.5.4
** New **
None

** Changes **
None

** Fixes **
- Fixed the Unicorn's hooves not being transparent with full spectre armour on.

** Code/Internal **
None

更新于:9 月 22 日 上午 1:06
作者:Turtleren

Version 0.5.3
** New **
None

** Changes **
None

** Fixes **
- Fixed the racial jump boost being applied using = instead of +=
- Fixed mounting offset for the latest L'il Dragon update.

** Code/Internal **
None

更新于:9 月 15 日 上午 8:28
作者:Turtleren

Version 0.5.2
** New **
- Supporting small mod icon on the mod config menu.

** Changes **
None

** Fixes **
None

** Code/Internal **
- I can't believe bodyTexToUse was written as bodyTexTouse

更新于:8 月 3 日 下午 10:51
作者:Turtleren

Version 0.5.1
** New **
None

** Changes **
None

** Fixes **
- Forgot the version number in the build.txt file. RIP.

** Code/Internal **
None