Search results

  1. DreTaX

    Fougerite for Legacy V19?

    We dont have the original client and server files for that.
  2. DreTaX

    AutoSave (Developer help needed)

    For this I would need to modify the whole autosaving process, and run the FindObjectsofType on the main thread first and then do the rest. This will be complicated but i will try to look at it.
  3. DreTaX

    AutoSave (Developer help needed)

    I see the problem, this will require a small review of a function, we might be able to solve it with patching. Will check if i am home.
  4. DreTaX

    RustBusterServer - 1.6.6

    Anti-Cheat further enchanced.
  5. DreTaX

    AutoSave (Developer help needed)

    brrrrrrrrr will do.
  6. DreTaX

    Fougerite for brance for rust experimental

    There was pluton for this, but it will not be updated until rust leaves EA.
  7. DreTaX

    Approved FlyPlugin

    DreTaX updated FlyPlugin with a new update entry: 1.1 Read the rest of this update entry...
  8. DreTaX

    FlyPlugin - 1.1

    Fixed the old moderator and admin bug lole.
  9. DreTaX

    Solved Problem with some strings!

    Correct code def On_PlayerGathering(self, Player, GatherEvent): if Player.Inventory.InternalInventory._activeItem is not None: toolname = Player.Inventory.InternalInventory._activeItem.datablock.name Player.Message("Debug: " + toolname) # Delete this after determining the...
  10. DreTaX

    Solved Problem with some strings!

    Player.Inventory.InternalInventory._activeItem.datablock.name
  11. DreTaX

    Connection Error

    We need the client not the server one.
  12. DreTaX

    Solved Problem with some strings!

    You are looking for Player.Inventory.InternalInventory.activeItem.name Please be sure to check the active item (if its null) before use: if Player.Inventory.InternalInventory.activeItem is not None: name = Player.Inventory.InternalInventory.activeItem.name The reason why It's hunting...
  13. DreTaX

    Connection Error

    Provide us your rustbuster.log.
  14. DreTaX

    Connection Error

    The query port 28016 is UDP. Test if its open for that, or even for both.
  15. DreTaX

    Fougerite Official

    DreTaX updated Fougerite Official with a new update entry: 1.6.1 Read the rest of this update entry...
  16. DreTaX

    Fougerite Official - 1.6.1

    https://github.com/Notulp/Fougerite/commit/f3172d8a1c47e0f066dd415089fcde7ec26dbf7f PATCHER MODIFIED, REPATCH OR USE THE PREPATCHED DLLS. Fougerite.dll modified. Added an option in Fougerite.cfg 'EnableDefaultRustDecay', please add It. The reason why I added this option because I would like...
  17. DreTaX

    Approved Wiper

    DreTaX updated Wiper with a new update entry: 1.0 C# Read the rest of this update entry...
  18. DreTaX

    Wiper - 1.0 C#

    Wiper has been coverted to C# and now It's much more efficient, and should be faster too.
  19. DreTaX

    RustBusterServer - 1.6.5

    Significantly big amount of changes in the anti-cheat.
  20. DreTaX

    Approved GeoIP

    DreTaX updated GeoIP with a new update entry: 2.0 Read the rest of this update entry...