Comet Emu - Players rotating before sitting

Results 1 to 3 of 3
  1. #1
    Apprentice wReality is offline
    MemberRank
    Jun 2016 Join Date
    22Posts

    Comet Emu - Players rotating before sitting

    Hey,

    Was trying to fix this but not really sure to look honestly.

    https://gyazo.com/f301faa84e99087770a10b81ab99ec95 is a gif of this happening, I tried looking for `RoomEntityStatus.SIT` in the code but didn't really find much that I could utilize. I also tested just removing the two lines that do rotate in onEntityStepOn method within SeatFloorItem.java

    But really I'm pretty new to this so some help would be awesome to get my kick started into it, or even a step in the right direction that will help me solve it on my own


  2. #2
    Full-Stack Web Developer Emetophobic is offline
    MemberRank
    Jan 2012 Join Date
    Nice, FranceLocation
    238Posts

    Re: Comet Emu - Players rotating before sitting

    Quote Originally Posted by wReality View Post
    Hey,

    Was trying to fix this but not really sure to look honestly.

    https://gyazo.com/f301faa84e99087770a10b81ab99ec95 is a gif of this happening, I tried looking for `RoomEntityStatus.SIT` in the code but didn't really find much that I could utilize. I also tested just removing the two lines that do rotate in onEntityStepOn method within SeatFloorItem.java

    But really I'm pretty new to this so some help would be awesome to get my kick started into it, or even a step in the right direction that will help me solve it on my own
    Most avatar movements are contained inside the pathfinder classes, if changing the method describe above doesn't work try to look inside the pathfinder code there might be something to edit for you to get the kind of behavior you need, to be pretty honest we've been searching to get the same kind of fix for our private fork so If you find anything please do not hesitate to post a reply here or send me a PM ;)

  3. #3
    C# / while (!asleep); N0tis is offline
    MemberRank
    Aug 2011 Join Date
    258Posts

    Re: Comet Emu - Players rotating before sitting

    You already found the fix for this?



Advertisement