Search results

  1. DreTaX

    Approved DestroySystem

    You are doing something wrong...
  2. DreTaX

    Approved HungerGames

    DreTaX updated HungerGames with a new update entry: 1.5.4 & 1.5.5 Read the rest of this update entry...
  3. DreTaX

    HungerGames - 1.5.4 & 1.5.5

    1.5.4 that I forgot to upload: https://github.com/dretax/Python-Plugins/commit/7080687d26cd1e7aae697ed1589ba0bd1bf36644 https://github.com/dretax/Python-Plugins/commit/bbf29465f2e92bcf33fa4782f0d13258e6094ae4 /hg forcejoin playername - Added /hg getreward - Instead of auto rewards /hg...
  4. DreTaX

    I was downloading.....

    Oh I see... I'm kinda lucky then I uploaded the uncracked version to mega somewhere.
  5. DreTaX

    Calling Methods from the main thread using Loom

    I added a Python example. I was thinking on automatically calling the timer methods from the main thread after they elapsed though.
  6. DreTaX

    Approved DestroySystem

    You are doing something wrong...
  7. DreTaX

    Approved ItemController

    http://fougerite.com/threads/how-to-install-c-plugins.387/
  8. DreTaX

    I was downloading.....

    If you type app_update 258550 -beta legacy validate It only downloads the legacy server
  9. DreTaX

    Fougerite Official

    I will look into It.
  10. DreTaX

    I was downloading.....

    No idea. You Unity master may want to check if its possible to open it as a project or nope
  11. DreTaX

    I was downloading.....

    I'm confused as hell
  12. DreTaX

    I was downloading.....

    Same here. There are text files everywhere of the existing items and stuffs like that. Maps, scenes. I wonder if the client looks like this too. Maybe this allows to put some new crap into It, but I also wonder why did they do It, and why did they build It with Unity 5? I did a quick test on...
  13. DreTaX

    Fougerite Official

    Someone posted this before here, I didn't know there were cheeky breeky guys watching what I was doing though. That should do It. http://www.unknowncheats.me/forum/rust/150955-fougerite-legacy-nonsteam-users-steam.html
  14. DreTaX

    I was downloading.....

    IKR? It never was 4GB I clearly know it was 1gb
  15. DreTaX

    I was downloading.....

    I was downloading a fresh version of the latest rust legacy server files, where i noticed that the bundles became HUGE. Instead of 1 GB, It is 4 GB. Everything extracted, txts out there, even maps or something? It looks really weird. I noticed something in the build logs: LICENSE SYSTEM...
  16. DreTaX

    Fougerite Official

    Why premade 1.0.8?
  17. DreTaX

    Fougerite Official

    Not a fougerite problem. Version?
  18. DreTaX

    Approved Simple FOV Changer

    I saw that you were doing multiple "switch" checks in the code. I think you didn't understand how does switch work properly, so I hope this one will be clear for you: function On_PlayerConnected(Player) { Player.SendCommand("render.fov 85"); } function On_Command(Player, cmd, args) {...
  19. DreTaX

    Approved ItemController

    DreTaX updated ItemController with a new update entry: 1.2.2 Read the rest of this update entry...
  20. DreTaX

    ItemController - 1.2.2

    Fixed Reload command Fixed compatibility issues with StackSizes This plugin now loads when the first player has joined the server (After boot) Included source code link