Recent content by Viproz

  1. Viproz

    Pluton logo

    I like what you're doing ! Also we will need an icon to put as favicon :p
  2. Viproz

    Important Pluton for Experimental Branch

    What was the message ?
  3. Viproz

    Can't compile Pluton

    You probably need to check "use msbuild", if that doesn't fix the problem you should post the error here so we know what's all about ;)
  4. Viproz

    Quick question

    by using "level 6 wall" I guess you're talking about experimental, they are currently changing a lot of building stuff and I don't think that this is where you'll find your answer, I think posting that question on facepunch's forum would be more appropriate
  5. 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 ;)
  6. Viproz

    New forum for the pluton team

    I like that one !
  7. Viproz

    Important Pluton for Experimental Branch

    Works when you check "use msbuild"
  8. Viproz

    PROBLEM TO RUN MY SERVER IN CLOUD

    Okay first of all, please stop with uppercase, even only in the title it's annoying. Then that word "fast" at the end just makes me want not to respond. Anyway I'm going to respond guessing that you won't do that again ;) So experimental or legacy ? What does the console and the log file show ?
  9. Viproz

    Always day and Item condition

    Don't do it ! Never ever use a wile loop when you arn't sure that it will stop or have a delay in it Here I'm not sure of what it will do, two options : - Run once and then go out of the wile loop not resetting the time anymore - Keep running again and again cause the time have the time to...
  10. Viproz

    Important [OLD] Setup dev environment for C# plugins

    I personnaly find it easier, you have access to every function of the game without doing anything fancy and to program you even have autocompletition and such
  11. Viproz

    Good job

    Keep in mind that rust experimental do work on linux, if it could work on all platforms it would be better :s
  12. Viproz

    Good job

    Oxide have an automatic plugin updater, dunno about an automatic core updater To be able to make an updater for plugins with fougerite you would need to remove all the .rar and a way to know in what language the plugin is in I think that would be useful to setup those rules (how to post a...
  13. Viproz

    Important [OLD] Setup dev environment for C# plugins

    Okay so since I'm in an University now I don't have much time to continue this tutorial (I don't even have a computer that can run xmarin) so I'll keep it like that, could a mod change the title to something like "Setup dev environment for C# plugins" please ? :) Also if anyone want to continue...
  14. Viproz

    Fougerite GSP [Deleted]

    What does this version change compared to the regular Fougerite resource ? I saw that you removed the scary message of sand boxing on this one ? PS : you didn't approved this resource yet, dunno if it's a mistake or not
  15. Viproz

    Solved Compiling Fougerite

    That's why I made a pull request on github, when you launch the patcher and then enter -1 it does nothing, you need to open a terminal (console) in that folder and the run "Fougerite.Patcher.exe -1", you can open a terminal from a folder by doing a shift-right click and choosing "open a terminal...