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.
Solved Getting Rust server version?
Discussion in 'Rust Development' started by CEbbinghaus, Jan 14, 2018.
-
Wulf Community Admin
Searching "Version" should give you what you need in a decompiler, but you can see an example here:
Oxide.Rust/RustCommands.cs at bdb849ee7f3015ac6d1ad7a5d1649ea7cc47fa16 · OxideMod/Oxide.Rust · GitHub -
-
Wulf Community Admin
-
I Searched for Version in the decompiled version of all of rusts dll's and found nothing.
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 -
Wulf Community Admin
You'd need to search in more than just class names or namespaces, you'd need to search the actual code.
-
Not sure if this is what you are after?
https://i.imgur.com/crpNiYX.png
https://i.imgur.com/PghIT6P.png
https://i.imgur.com/yPF6BEg.pngLast edited by a moderator: May 3, 2018