1. I just started developing plugins and am working on my first one. i need to compare the version of the server to the newest rust version to see if the server is up to date. i checked the Assembly-CSharp.dll but couldnt find anything.
     
  2. Wulf

    Wulf Community Admin

  3. After half a year i am finally at a point where i can use this info. problem is that is the Unity Version and Not the current Rust Build. i am trying to make an announcement in a discord server on the status of the server. this means checking if its up to date at every restart and broadcasting that into my discord server. i have searched though the libaries that i could find and havent found a single class that contains the Rust Build Version.
     
  4. Wulf

    Wulf Community Admin

    You can find it under Rust’s Assembly-CSharp.dll. What I linked above is just an example of some of what you can access.
     
  5. I Searched for Version in the decompiled version of all of rusts dll's and found nothing. upload_2018-5-4_1-35-19.png

    the only thing of interrest here is the oxide version. other than that i have checked the assembly file multiple times and havent been able to make out anything usefull. a small pointer in what class its hiding would be a great help
     
  6. Wulf

    Wulf Community Admin

    You'd need to search in more than just class names or namespaces, you'd need to search the actual code.
     
  7. Last edited by a moderator: May 3, 2018