Search results

  1. tarynkelley

    Fougerite Official

    Getting this crash message sometimes. What could this be?
  2. tarynkelley

    Approved Equinox Anti-Cheat (EAC)

    I noticed that players still get a Dizzy detection in their own base.
  3. tarynkelley

    My inactivity, I'm still here

    Feels like in a Roller Coaster: Up and Down, Up and Down ;) But good to see Fougerite.com back :p
  4. tarynkelley

    Approved HomeSystem

    One small bug: The original is: if id is not None and vid is not None: if HurtEvent.Victim in Pending: Pending.remove(HurtEvent.Victim) if self.movec == 1: self.Freezer(HurtEvent.Victim, 2) HurtEvent.Victim.MessageFrom(self.homesystemname, "Teleportation...
  5. tarynkelley

    Approved Clans

    I noticed a small mistake: In the "ckick" section Line 766 name = Player.Name.replace('[' + clan + ']', '').strip(' ') has to be name = playerr.Name.replace('[' + clan + ']', '').strip(' ') Otherwise the player who got kicked out of a clan will get the name of the person who kicked him.
  6. tarynkelley

    Forum died?

    2 weeks is for you a long time? Keep in mind that Fougerite is not DreTaX's full time job. He also has a life. His work is completely on a voluntary basis. You should show him some respect instead of complaining that he's not active.
  7. tarynkelley

    Original vs deobfuscated ULink.dll

    Some more errors: NullReferenceException: Object reference not set to an instance of an object Creator failed to correctly setup the uLinkNetworkView "hatchet.irp(Clone)" (Vie wID Unassigned), which is it's responsibility. Please make sure your custom Netw orkInstantiator is calling...
  8. tarynkelley

    Forum died?

  9. tarynkelley

    Approved GeoIP

    https://github.com/dretax/GeoIP-Fougerite/blob/master/GeoIP/GeoIP.cs See the sourcecode for yourself. This plugin only provides an API. There is no Player Connected Hook. You are probably using an outdated version of "BannedPeople" which also uses the GeoIP. See the update: "Threading GeoIP...
  10. tarynkelley

    Approved AdvancedTester (RecoilTest/JumpTest)

    What about simply adding a timer before the Player gets tested by the Advanced Test which ask the player to close the inventory within 10 seconds or he will get banned. In this time there should be only the TAB key accessible to close the inventory.
  11. tarynkelley

    Fougerite Official

    Why is this still sometimes happening when using /saveall ? ========== OUTPUTING STACK TRACE ================== (0x009133B0) (rust_server): (filename not available): Behaviour::Transfer<StreamedBinaryWrite<0> > + 0x27f90 (0x00A6248E) (rust_server): (filename not available)...
  12. tarynkelley

    Approved Proxy Checker

    It doesn't really run in a thread. The server still produces "Unresponsive for xxx seconds" errors and freezes when there is a problem with the iphub.info API.
  13. tarynkelley

    Remote replacement value

    Try https://web.archive.org/web/20151225234646/http://dotnetresolver.eu5.org/Downloads/DotNet Resolver 3.3.0.1.zip https://web.archive.org/web/20151225234646/http://dotnetresolver.eu5.org/downloads.html and https://digitalbodyguard.com/graywolf.html
  14. tarynkelley

    Original vs deobfuscated ULink.dll

    This happened right before the problems started.
  15. tarynkelley

    Remote replacement value

    You could try changing the value of max speed maybe with an IL Editor?
  16. tarynkelley

    Remote replacement value

    Is one forum account not enough? Is that now your 4th or 5th? You can set automated airdrops with: http://fougerite.com/threads/airdrops.789/
  17. tarynkelley

    Approved AdvancedTester (RecoilTest/JumpTest)

    The calculation for the cooldown time is still wrong:
  18. tarynkelley

    Fougerite Official

    @DreTaX. Have you ever been able to find out what causes this error? I have the feeling that it comes in combination with the AdvancedTester. The last time it happened for me HG + Autotest was active.