Search results

  1. DreTaX

    Connection Banned (unable to connect to any server)

    I need the ban reason.....
  2. DreTaX

    Connection Banned (unable to connect to any server)

    I fixed It already I think, people just need to download the last build. Altough if the problem is still up i needthe ban reason.
  3. DreTaX

    Connection Banned (unable to connect to any server)

    What's the reason for the ban?
  4. DreTaX

    RustBusterServer - 1.6.7

    Anti-Cheat further enchanced.
  5. DreTaX

    forums... post on forums...

    forums... post on forums...
  6. DreTaX

    Approved HungerGames

    DreTaX updated HungerGames with a new update entry: 1.5.8 Read the rest of this update entry...
  7. DreTaX

    HungerGames - 1.5.8

    Loading of HG should be much faster, and shouldn't stop. Requires Fougerite 1.6.2 https://github.com/dretax/Python-Plugins/commit/bfc904a63774f9176cb36761d328b8ba0f25dea2
  8. DreTaX

    Approved Can I change the spawn rate of resources? (Stones, woods, etc)

    def On_ServerLoaded(self): GenericSpawner = Util.TryFindReturnType("GenericSpawner") # Get the class's type. GenericSpawner.spawnStagger = 40
  9. DreTaX

    Fougerite Official

    DreTaX updated Fougerite Official with a new update entry: 1.6.2RE Read the rest of this update entry...
  10. DreTaX

    Fougerite Official - 1.6.2RE

    Sorry, forgot to include the updated Fougerite.cfg, nothing else changed in the build!
  11. DreTaX

    Approved Can I change the spawn rate of resources? (Stones, woods, etc)

    http://fougerite.com/wiki/on-genericspawnload/ This is It. I don't know which values to change yet, but I assume that It is the spawnStagger.
  12. DreTaX

    On_ServerLoaded

    on-serverloaded
  13. DreTaX

    On_GenericSpawnLoad

    on-genericspawnload
  14. DreTaX

    Fougerite Official

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

    Fougerite Official - 1.6.2

    New Hooks have been added. Update Fougerite.dll, REPATCH OR USE THE PREPATCHED DLLS, update IronPython module, update Jint, Magma, and MoonSharp. Fougerite.cfg CHANGED, added AutoBanCraft=true, you can disable automatic craft bans with this! Fixed Rust++ /history command (untested) RUST SAVING...
  16. DreTaX

    Should RustBuster change rust version too?

    We are aware of that, that is why pluton mod is cancelled for a time.
  17. DreTaX

    Approved Can I change the spawn rate of resources? (Stones, woods, etc)

    It seems to be the GenericSpawner class in the Assembly. I can create you a hook for it in the next Fougerite update.
  18. DreTaX

    {SOLVED} Problem with detecting SLeepingBag on placement

    public Entity FindClosestEntity(Vector3 givenPosition, float dist = 1f) { Collider[] array = Facepunch.MeshBatch.MeshBatchPhysics.OverlapSphere(givenPosition, dist); if (array.Length == 0) { return null; }...