Search results

  1. Snake

    Spawning items, and bases

    Not impossible, but hard. Take a look at FlareObj class at the rust assembly.
  2. Snake

    Approved Rank++

    mmm do you really need a translate for this plugin ? It just has kills, deaths, headshots, kdratio, pve and resources. I bet your players can understand that.
  3. Snake

    Important How To Setup Fougerite on Your Server

    Please, if you have any problems regarding FAC, post them on the FAC discussion thread and post your logs in order to get help.
  4. Snake

    Approved Rank++

    Snake updated Rank++ with a new update entry: 2.1.3 - Fixed DeInitialize error Read the rest of this update entry...
  5. Snake

    Rank++ - 2.1.3 - Fixed DeInitialize error

    Fixed an error happening on DeInitialize.
  6. Snake

    Approved Rank++

    Should be fixed now. Thanks for reporting !
  7. Snake

    Approved Rank++

    Snake updated Rank++ with a new update entry: 2.1.2 - Minor fixes Read the rest of this update entry...
  8. Snake

    Rank++ - 2.1.2 - Minor fixes

    Added fixes for null SteamID/Name exceptions. Added some null checks just in case something goes wrong.
  9. Snake

    Here follows the server log I have

    Mmm but we were getting the crash at Unity.Objects.FindObjectsOfType. It's very weird.
  10. Snake

    Solved Rad zones and Animals stronger

    Wild animals also make you bleed.
  11. Snake

    Solved Rad zones and Animals stronger

    What you call "the main loop" is the main loop from the game, and so, the .Update() called on every frame. You can do whatever you want, even without hooks, just put a simple timer that fires every x seconds and checks all players and their radiation level. Easy as that.
  12. Snake

    Approved Group++

    They allways remain in the group even if they disconnect. They only get removed if they don't join the server after x days. This "x" can be modified by the command "/g inactive x", where x is the number of days. Only admins can use this command (rcon acces needed).
  13. Snake

    TP GUN Request

    Easy on C#, I'm used to raycasting now... FAC is full of it, to avoid wallhack to shoot players/entities through walls, to check if he is on a ceiling or structure, etc...
  14. Snake

    auto doors

    I reported that yesterday to mikec, seems like it will be in 1.0.8 . https://github.com/Notulp/Fougerite/issues/36
  15. Snake

    Fougerite Official

    Soon !
  16. Snake

    Fougerite Official

    rcon.login xxxxx on console (F1) and /setmasteradmin
  17. Snake

    Server spamm

    BuildingRestrictor, DeathMSG and RustPP at the end.
  18. Snake

    Important How to Install C# plugins

    C# usually performs better than the other languages in Fougerite as it's the native language of Rust, UnityEngine and Fougerite. Also some plugin developers prefer it (as I do). If your host doesn't allow you to upload, as DreTaX said, you should tell them to install it for you, giving the link...
  19. Snake

    Important Lag then Random Crashes - Console Spam

    Sometimes happens to me too.