Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/11/19 in all areas

  1. No he makes the arm invisible in the Pre event so it doesnt render via PlayerRenderer but instead renders in the Post event. Therefore the item has already be rendered at the normal arm position. Not sure you'll have to look at the code where it renders the item(s) being held.
    1 point
  2. One small point: the item's position will be relative to the arm which you are already adjusting to match the direction the player is looking, so you shouldn't actually need the item to do any additional rotation itself; just have it set up in the json file. Right?
    1 point
  3. Yes but you'll have to either cancel the players default rendering in the RenderPlayerEvent.Pre and then render everything your self the way you want it. Or you can use reflection to change the players model specifically for the layer the item is rendered in.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.