Skip to content

Releases: RoyDefined/universal-legs

Universal Legs 1.2.0

Choose a tag to compare

@RoyDefined RoyDefined released this 31 Mar 13:54
  • The legs will now correctly follow the player when vertical velocity is applied.
  • Overall improvements to the legs when the player is crouched.
  • Overall improvements to the legs in software mode.
  • Added a new cvar, cl_ul_drawlegs, which determines if the legs should be drawn.
  • The legs now directly follow the player rather than following a target point. This might or might not improve the legs considering certain functions are now no longer used.

Finally managed to fix the legs movement when jumping and falling. I have also added a lot of improvements in general to the legs visually. I would like to mention that there will be a version 2 of the project coming in the future. In this version I aim to improve the legs even more by introducing new and improved sprites, as well as a full range of sprites for sidestepping, jumping and crouching. Lastly, I will also be looking at improving the legs for supporting GZDoom. Whilst this might be possible already, the current system is very "hacky" to support Zandronum, and I realize that GZDoom could have a better system.

Universal Legs 1.1.0

Choose a tag to compare

@RoyDefined RoyDefined released this 18 Mar 20:29
  • The legs will now only render when the player is looking down.
  • The legs will now apply the correct translation based on the player's translation.

This minor release addresses two points I have been meaning to fix with the legs.
By rendering the legs only when looking down I hope to make them less obvious in mirrors since the legs will be visible in them. Sadly there is no other way until Zandronum backports the flag that prevents them to render on mirrors.
Secondly I have added the ability to apply translation to the legs based on the player's settings. Now these will share the same colors.

For now I am going to take a look at improving the positioning of the legs to avoid them being misplaced when jumping or falling. Apart from that there are also some other visual changes and configuration features I mean to implement.

Universal Legs 1.0.0

Choose a tag to compare

@RoyDefined RoyDefined released this 18 Mar 20:20

Initial release