Search results

  1. Viproz

    Pluton IRC channel

    Hello guys ! We have a nice IRC channel all for us ! You can access it here : http://webchat.freenode.net/?channels=Pluton I recommend the use of a real IRC client like XChat or so, you just need to connect to freenode and join the #Pluton channel ;)
  2. Viproz

    Important [OLD] Setup dev environment for C# plugins

    Here is a tutorial on, for me, the best part of Fougerite, the C# plugins ! We are going to learn how to setup the dev environment I - Requirement - The server files or at least the dlls - xamarin studio, get it from here : http://monodevelop.com/download so you don't have to install all of...
  3. Viproz

    IRC Server ?

    I was wondering if there were a IRC channel already, if not it would be cool to have one to be able to quickly communicate about plugin stuff or such :)
  4. Viproz

    Solved Compiling Fougerite

    Hello ! I was looking a bit into the sources of Fougerite to learn a bit (I don't really know C# yet so reading is always good :)) and so I tried to compile it but I'm getting errors in Visual Studio 2013 : - Erreur 1 'StructureMaster._structureComponents' est inaccessible en raison de...
  5. Viproz

    Get the lastest Rust Server dlls

    This tutorial will explain how to get the non-experimental dlls easily and not against any rules. Requirements : - A linux PC or server or VirtualMachine I - Installation of SteamCMD (this part will be based on https://developer.valvesoftware.com/wiki/SteamCMD) I'm skipping the new user step...
  6. Viproz

    C# and rust experimental

    Hi, I was looking into your server mod and was wondering if there will be a version for experimental rust soon ? Also you're speaking about C# plugins, this could simplify a lot of things if we can directly use the rust c# functions without having to worry about bugs but is there any exemple ...