Search results

  1. 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.
  2. DreTaX

    RustBusterServer - 1.6.6

    Anti-Cheat further enchanced.
  3. DreTaX

    AutoSave (Developer help needed)

    brrrrrrrrr will do.
  4. DreTaX

    Fougerite for brance for rust experimental

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

    Approved FlyPlugin

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

    FlyPlugin - 1.1

    Fixed the old moderator and admin bug lole.
  7. 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...
  8. DreTaX

    Solved Problem with some strings!

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

    Connection Error

    We need the client not the server one.
  10. 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...
  11. DreTaX

    Connection Error

    Provide us your rustbuster.log.
  12. DreTaX

    Connection Error

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

    Fougerite Official

    DreTaX updated Fougerite Official with a new update entry: 1.6.1 Read the rest of this update entry...
  14. 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...
  15. DreTaX

    Approved Wiper

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

    Wiper - 1.0 C#

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

    RustBusterServer - 1.6.5

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

    Approved GeoIP

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

    GeoIP - 2.0

    Completely updated GeoIP, added Sqlite DB to It which is on your own local server and uses it to find data. The sqlite DB is big, but it worths the speed. https://github.com/dretax/GeoIP-Fougerite/commit/074ded04560cc6644a7ce37e8f3e5ebe9cc1bbbc
  20. DreTaX

    Approved Clans

    DreTaX updated Clans with a new update entry: 1.2.0 Read the rest of this update entry...