PathFinding

Path finding API, used by other plugins only

Total Downloads: 13,572 - First Release: Mar 31, 2015 - Last Update: Apr 19, 2018

5/5, 14 likes
  1. Reneb updated PathFinding with a new update entry:

    fix for latest rust update


    [DOUBLEPOST=1432999921][/DOUBLEPOST]
    thx for pointing it out :)
     
  2. Code:
    (18:53:03) | [Oxide] 6:53 PM [Warning] Ignored obsolete game extension reference 'Oxide.Ext.Rust' in plugin 'PathFinding'
    (18:53:03) | [Oxide] 6:53 PM [Error] Plugin failed to compile: PathFinding (leaving previous version loaded)
    (18:53:03) | [Oxide] 6:53 PM [Error] PathFinding plugin failed to compile!
    (18:53:03) | [Oxide] 6:53 PM [Error] PathFinding.cs(366,26): error CS0104: `LayerMask' is an ambiguous reference between `UnityEngine.LayerMask' and `Rust.LayerMask'
     
    Last edited by a moderator: Jun 26, 2015
  3. same here
     
  4. Wulf

    Wulf Community Admin

    Use the below attachment.
     

    Attached Files:

  5. Thank you
     
  6. Wulf you are awesome you obviously know everything there is to know about all these mods and any and all errors anyone may encounter very helpful thanks to you my server is awesome. Thank you so much.
     
  7. still works?
     
  8. Wulf

    Wulf Community Admin

    Yes, see a few posts up.
     
  9. my npc just not use pathfinding...used your file....waypoints work
     
  10. yeah i do.....but the pathfinding only works for me when the bot is follow me after hitting.....when i use the waypoints, it does not use the pathfinder o_O
     
  11. /npc radius 300
    /npc hostile true

    works fine on my server.
    it's a little bit buggy cause the NPC ignore Walls.
    maybe try to delete your config files.
     
  12. [Oxide] 12:40 AM [Error] PathFinding plugin failed to compile!
    [Oxide] 12:40 AM [Error] PathFinding.cs(366,26): error CS0104: `LayerMask' is an ambiguous reference between `UnityEngine.LayerMask' and `Rust.LayerMask'
     
  13. can you fix the humannpc too?
    [DOUBLEPOST=1436077075][/DOUBLEPOST]fixed it following changes you made here, thanks
     
  14. my bad, i figured if there was a fix, it would have been included in the plugin. i asked because neither of them would compile
     
  15. Idk why but my pathfinding don't work with the waypoints, only to follow an player.....whats the problem?
     
  16. How do I get 40 NPC's that are hostile running around the map? I downloaded all required plugins, Im not seeing any config file as to how many NPC's are active or their weaponry. I figured out all issues on previous post, ty.