Search results

  1. DreTaX

    Fougerite Official - 1.1.8

    Updated IronPython module Updated Fougerite.cfg (Clears player cache after reaching the given amount) Entity finding methods for developers ( https://github.com/Notulp/Fougerite/blob/master/Fougerite/Fougerite/Util.cs#L303 ) Updated patcher Re-patch! Added On_Airdrop hook finally. def...
  2. DreTaX

    Approved BannedPeople

    If you wish to give access to non RCON admin either give the Moderator flag to the user in Rust++ or use the moderators plugin. Sent From My Samsung Galaxy S4
  3. DreTaX

    Approved Whitelist

    Duplicated ID..... Sent From My Samsung Galaxy S4
  4. DreTaX

    RustBuster

    @Snake and I have been working on a client side anti cheat, which will be able to fuck up injected/premade assembly hacks externally. Our first aim is to make sure that RustBuster is safe to use, and encrypted. We might be willing to provide Developing API on It, and It will be able to...
  5. DreTaX

    Solved Function Player.Find (Bug ?)

    Here is my Python CheckV code converted (Untested) /* CheckV method based on Spock's method. Upgraded by DreTaX Can Handle Single argument and Array args. ~~~ JavaScript Version ~~~ V4.1 */ function GetPlayerName(namee) { try...
  6. DreTaX

    Solved Function Player.Find (Bug ?)

    You are sorta right. https://github.com/Notulp/Fougerite/blob/master/Fougerite/Fougerite/Server.cs#L233 Fougerite uses a Query to make sure that the search can be fast as possible. By that query, It will always return the first or default player from the list. I will see if i can modify this.
  7. DreTaX

    Adding Hook on_startcraft ? (jsPlugin)

    CraftingEvent has: https://github.com/Notulp/Fougerite/blob/master/Fougerite/Fougerite/Events/CraftingEvent.cs#L33
  8. DreTaX

    Adding Hook on_startcraft ? (jsPlugin)

    All hooks exist, we just lack documentation sadly. function On_Crafting(CraftingEvent) { CraftingEvent.Player.Message("Time: " + CraftingEvent.LastWorkBenchTime); if (!CraftingEvent.IsLegit) { Server.Broadcast(CraftingEvent.Player.Name + " is crafting something that he...
  9. DreTaX

    Fougerite Official

    I think there is a way, if we change py scripts to UTF8. Or I do something in Fougerite. Sent From My Samsung Galaxy S4
  10. DreTaX

    Approved DestroySystem

    I'm not a machine bro, I have my life.
  11. DreTaX

    Approved Ultimate Logger (AdminTools)

    The guy who connected has weird crap in his name which rust cant process
  12. DreTaX

    Approved ItemController

    DreTaX updated ItemController with a new update entry: Update Read the rest of this update entry...
  13. DreTaX

    ItemController - Update

    New options Delete or update your config.
  14. DreTaX

    Approved ItemController

    I was, when the Magma was running. I wish I had the current knowledge of C#/C# patching/Rust. Fougerite would have been out earlier than ever. Shame on the Magma authors for lying to us for months saying "We will update soon"
  15. DreTaX

    Approved ItemController

    Rust error dude........Nothing to do with fougerite. Questions like this goes under the forums NOT under plugins.
  16. DreTaX

    Approved AdminChat

    DreTaX updated AdminChat with a new update entry: 1.0 Read the rest of this update entry...
  17. DreTaX

    AdminChat - 1.0

    1.0
  18. DreTaX

    Admin chat

    http://fougerite.com/resources/adminchat.134/
  19. DreTaX

    Approved AdminChat

    DreTaX submitted a new resource: AdminChat - Talk to Moderators and Admins in private Read more about this resource...
  20. DreTaX

    AdminChat 1.1

    This plugin allows you to talk to moderators/admins in private in-game! Command: /adc message /mdc message <-- If adminchat is disabled for mods, they can also use the mod chat. /adcreload Config: There is no config. Open the py file, and there is only one setting. # Set It to False to...