Search results

  1. Snake

    Pluton logo

    Fast attempt to achieve something, I was running out of time as I'm going out now and I finished it afap. Tell me what u see bad and what needs to be changed I'll take a look later :p (with and without bg) -----> http://i.imgur.com/poGq2OD.png
  2. Snake

    Pluton logo

    I'll give it a try. BTW for the landing page take a look and tell me if you like it. I designed it for the rust community but could fit with some changes for pluton. http://testequinox.com.nu/designs/equinox/index2.html
  3. Snake

    Important Pluton for Experimental Branch

    @Jakkee : i cri 4 dis :'(
  4. Snake

    New forum for the pluton team

    The most similar I found : I hope it helps :p
  5. Snake

    Approved TpFriend

    He will convert it to Python probably :P
  6. Snake

    Owning your own server hardware

    I usually test my plugins on my own server and runs fine (i7-4770k). The CPU usage doesn't go very high (10% on server init, 0-5% while playing), and the RAM stays from 0,5 to 1 GB as far as I've tested . The server where I used to play hosted more than 50 players at a time and used an i7-3770...
  7. Snake

    Fougerite Documentation

    Is it that bad to be on wikia ? :C
  8. Snake

    Fougerite Documentation

    Why would we change now that we have all set and ready ? I see no reason. MediaWiki is the core of Wikia too.
  9. Snake

    Fougerite Documentation

    Well, about public/private it's like making it available to all classes or only to the one where it is located. And about static, afaik is the way you can use methods and variables for example Player.SteamID is specific for each player and never the same as others. However, Player-Kill() or...
  10. Snake

    Fougerite Documentation

    Well this is starting to look cool. In the future we could add examples of code below each section and explain what each handle / pointer does !
  11. Snake

    Fougerite Documentation

    Haha it's funny but why do you say C# is hard ? I didn't find any difficulty when learning it and also you can check all variables or methods of Fougerite you need without going to the documentation. Example :
  12. Snake

    Solved I am a novice...

    You won't see the methods and variables from Fougerite because you are using JavaScript and Fougerite is written in C#. So, it's like writing blind. You don't know if something is written good or bad, or you gave the correct parameters to a function because your IDE won't know how are they...
  13. Snake

    Fougerite Documentation

    Let's start the project ! Me and @CorrosionX started making some few edits. I invite you all to join and help the wiki to raise. @Administrative @balu92 @Jakkee @SPooCK @Skippi @Apihl1000 @Viproz @ggblade @.phase Just tagged the most active members here but feel free to join and contribute !
  14. Snake

    Solved Get Fougerite.Version?

    Added Entity, Hooks, Plugin (resource) and some more stuff. I'll continue later.
  15. Snake

    Solved Get Fougerite.Version?

    Haha I just noticed it. I deleted the duplicated things and organized the headings so they match. Now time to create pages for each class :P
  16. Snake

    Solved Get Fougerite.Version?

    Cool but categories should be like arranges to organize other items, so for example we should create a page for Entity (wiki.fougerite.com/wiki/Entity) and then inside write the handlers and pointers and that page mark it as Fougerite category.
  17. Snake

    Solved Get Fougerite.Version?

    I was starting a project to document Fougerite but saw no-one was going to help. Feel free to join and write sections for the wiki. If I see activity I'll come too and help : Link : fougerite.wikia.com
  18. Snake

    Always day and Item condition

    Why would you use a while for that ? I would do : World w = World.GetWorld(); w.DayLength = float.MaxValue; w.Time = 12; Translated to js : World.DayLength = Number.MAX_VALUE; World.Time = 12; function On_PluginInit(){ Plugin.CreateTimer("Time", 60000).Start(); } function...
  19. Snake

    Important Setup PyCharm for Python plugins

    My turn to make the C# tut ? :P
  20. Snake

    Solved Where i can download source code of current version (last version)

    You want to come here to take stuff that is free and sell it. Do you use your brain ? Then you come back and tease the developers... dude gtfo.