Search results

  1. DreTaX

    Antiglitch

    Yup. I usually push stuff there, when I have time.
  2. DreTaX

    Antiglitch

    1.3.5 has It.
  3. DreTaX

    Fougerite Official

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

    Fougerite Official - 1.3.5

    Rust++ was updated a bit GlitchFix received the anti pillar barricade glitch. Be sure to update glitchfix's cfg too. Fixes in Fougerite, and the patching, please be sure to re-patch!
  5. DreTaX

    Fougerite Decay System

    It was an old patching thing that @mikec did to disable the original rust decay. Why? Because decay ran every tick. 1 tick is less than a second, and if you have 40k objects you can imagine what the server feels. That's why the rust server laggs if you have a lot of objects. I was thinking on...
  6. DreTaX

    Fougerite Official

    Yeah you are right. The ILCode doesn't notice that there is an overloaded method. https://db.tt/fBtrNt65 I'm gonna change It to 2. I will release It soon.
  7. DreTaX

    Should RustBuster change rust version too?

    Currently we modify the Assembly csharp + rustbuster dll. Cracked? Nothing. Same files would go on, I will definetely have to make a link that which client files Im using. If I want to make this compatible I need people to use the 2015 03 files. Thats why I was asking if i should modify the game...
  8. DreTaX

    Fougerite Official

    I replied on the other thread but just for safety I will look into It. Sent From My Samsung Galaxy S4
  9. DreTaX

    Console show error : Invalid IL code in SupplyDropZone

    Im using the same patcher but different dlls prob. This could mean that you guys are not having the latest rust server and the patcher might do some shit in the dll. Im not getting the error. Can you please confirm that It stops or not If you use the prepatched files? Sent From My Samsung Galaxy S4
  10. DreTaX

    Should RustBuster change rust version too?

    I think so.
  11. DreTaX

    Should RustBuster change rust version too?

    It can. I was just thinking on changing It, so I'm gaining opinions. Yes. 2015 03
  12. DreTaX

    Fougerite Official

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

    Fougerite Official - 1.3.4

    Players disconnect positition was fake, It's updated, this caused malfunction at EAC dizzy checks. Sorry guys.
  14. DreTaX

    Little peek in RustBuster

    Impossible.
  15. DreTaX

    Should RustBuster change rust version too?

    While RustBuster has It's own version to check, should It change the version of rust? This means that only those people can join who are clearly using the updated rust. I was also thinking that if the original steam files were changed steam might update rust itself again. Ew
  16. DreTaX

    Antiglitch

    I will see what can I do.
  17. DreTaX

    Approved Proxy Checker

    GeoIP lite cant tell if Its a proxy. The url that ur requesting changes sometimes. I will post a method that is able to counter that in the morning.
  18. DreTaX

    Antiglitch

    Most of those features were included in GlitchFix Which one do you want?
  19. DreTaX

    Approved BannedPeople

    I guess so.
  20. DreTaX

    Approved AntiAdvert

    Testable 1.1: __author__ = 'DreTaX' __version__ = '1.1' import clr clr.AddReferenceByPartialName("Fougerite") import Fougerite import re whitelist = ["equinoxgamers.com", "dretaxmc.eu"] class AntiAdvert: def On_Chat(self, Player, ChatEvent): if Player.Admin or Player.Moderator...