Search results

  1. tarynkelley

    Fougerite Official

    With the latest Fougerite version: [6/25/2016 1:38:18 AM] [Error] EntityDeployedWithPlacerEvent Error: System.FieldAccessException: Field `StructureMaster:_weightOnMe' is inaccessible from method `GlitchFix.GlitchFix:EntityDeployed (Fougerite.Player,Fougerite.Entity,Fougerite.Player)' at...
  2. tarynkelley

    Approved Clans

    You should add a check when players create a new clan if the clanname already exists. Otherwise they can hijack a clan with the same name.
  3. tarynkelley

    unknown error

    Restart your rust server when you get messages like this. Can happen, also for me like 1 - 2 times per month
  4. tarynkelley

    Approved DonatorRank

    I'm getting this error with the latest version: [IronPython] Error in plugin DonatorRank: Traceback (most recent call last): File "<string>", line 922, in On_PlayerConnected File "<string>", line 908, in AddData KeyError: HomeCoolDown I did some logging and somehow during AddData this...
  5. tarynkelley

    Approved Equinox Anti-Cheat (EAC)

    use /munbanip STEAMID and /munbanip IPADDRESS
  6. tarynkelley

    Approved DonatorRank

    I'm getting this message all the time since 1.6.2 DonatorRank: Failed to add joining user's info into DataStore It only happens to new added VIPs "DataStore.Add("MaxHomes", Player.SteamID, int(UserPerms[Player.SteamID + ":" + "MaxHomes"]))" Is this line correct?
  7. tarynkelley

    Approved AdvancedTester (RecoilTest/JumpTest)

    var time = TestCooldown[p.UID]; if (calc < (TestAllowedEvery + time)*60000) But isn't time already in ms? Why would you multiply it again with 60000? TestAllowedEvery instead is in min.
  8. tarynkelley

    Approved AdvancedTester (RecoilTest/JumpTest)

    OK, I found the real cause why the key cannot be found. At the succesfull end of the test this will get executed: else if (dist > 0.10f) { player.MessageFrom("AdvancedTest", green + "ButtonTest3 Complete!"); UnderTesting[player.UID].ButtonComplete3 = true; RemoveTest(player)...
  9. tarynkelley

    Approved AdvancedTester (RecoilTest/JumpTest)

    if (TestCooldown.ContainsKey(p.UID)) { var ticks = TestCooldown[p.UID]; var calc = System.Environment.TickCount - ticks; var time = TestCooldown[p.UID]; if (calc > 0 || !double.IsNaN(calc) ||...
  10. tarynkelley

    Approved AdvancedTester (RecoilTest/JumpTest)

    The Cooldown of the AutoTest is not working. Players can spam /areport without problems. I tried it by myself.
  11. tarynkelley

    GlitchFix eror

    Something is messed up with your fougerite installation. I never had this error before.
  12. tarynkelley

    GlitchFix eror

    What Fougerite version are you using? Did you do a fresh install of Fougerite?
  13. tarynkelley

    Approved Rust Legacy Server + Fougerite [Deleted]

    tarynkelley submitted a new resource: Rust Legacy Server + Fougerite - Rust Legacy Server with Fougerite 1.4.6C2 Prepatched Read more about this resource...
  14. tarynkelley

    Approved AdvancedTester (RecoilTest/JumpTest)

    I made some research how often the autotest can produce false positives. Of 25 test there have been 4 false positives. (F2 and F5 test), thats around 16% All Autodroptest had a false detection rate of 0%. I noticed that somehow rust is laggy during the test. This maybe be because of sending...
  15. tarynkelley

    Approved Rank++

    @Snake Can you release the sourcecode so that I can try to fix it by my own?. It happens when you use /stats
  16. tarynkelley

    Server Unresponsive

    I don't know if it has to do with areport, but the last time the server froze also 2 players got tested at the same time.
  17. tarynkelley

    Server Unresponsive

    The output log got overwritten after the rust server restart :/ The next time this happens I will try to save it before rust restarts. Only got the Fougerite Logs and a mdmp
  18. tarynkelley

    Server Unresponsive

    Since the latest Fougerite Version my server freezes like 2 times per day. At this moment the rust_server.exe uses 100% CPU usage and therefore will slow down the whole system so that RDP is not possible anymore. I cannot even open the task manager at this moment. Any idea what could cause this?
  19. tarynkelley

    Approved Clans

    For some reason /cforcedel didnt work for me. It always said "Couldn't find!". Edit: It has to be: if clanname.lower() == clan.lower():
  20. tarynkelley

    Fougerite Official

    Still no autosave every 10 min for the datastore. :(