tModLoader

tModLoader

Turtle's L'il Absol Race
Viser 11-20 af 48 forekomster
< 1  2  3  4  5 >
Opdatering: 19. juli kl. 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

Opdatering: 19. juli kl. 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.

Opdatering: 18. juli kl. 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

Opdatering: 18. juli kl. 18:59

Version 0.6.9
** New **
None

** Changes **
None

** Fixes **
None

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

Opdatering: 11. juli kl. 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...

Opdatering: 10. juli kl. 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.

Opdatering: 9. juli kl. 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!

Opdatering: 9. juli kl. 5:56

Version 0.6.5
** New **
None

** Changes **
- The walk hotkey and emote hotkeys have been moved to PokeLib! You may need to rebind these keys. Sorry!
- Two-way dependency between Absol and PokeLib updated to require this version, to prevent jank if one mod updates but the other doesn't.
- The 'Global Move Cooldown' config has moved to PokeLib.

** Fixes **
None

** Code/Internal **
- Migrating even more functionality over to PokeLib.

Opdatering: 9. juli kl. 1:47

Version 0.6.4
** New **
None

** Changes **
None

** Fixes **
- I miiiight have left a debug log in the last update?

** Code/Internal **
- Migrating more functionality over to PokeLib. You shouldn't notice anything different!

Opdatering: 8. juli kl. 3:14

Version 0.6.3
** New **
None

** Changes **
None

** Fixes **
- Absol's current emote should now properly sync when other players join a game while Absol is emoting, or if a player approaches Absol from an unloaded area of the map.

** Code/Internal **
- AnimState.isEmote is now emoteIndex and is an AbsolPlayer.EmotesIndex type representing the emote index of the emote that the animstate represents, if any. Sets to AbsolPlayer.EmotesIndex.Null by default. Used for new networking stuff.
- AnimState now has a property IsEmote to replace the functionality that the old variable was fulfilling.