1. Currently PythonDataFile does not support the new implementations of the DataFileSystem. Will it be supported on a future update?

    Thanks in advance.
     
  2. Can you put an example of code of how you are using PythonDataFile?
     
  3. Code:
    cfg = data.ReadObject("config/notifier.json")
     
  4. I had the wrong thing lol.
     
    Last edited by a moderator: Sep 3, 2015
  5. This my request is for the fact I cannot seem to figure how I can code in python the new features introduced in Oxide in this update: Oxide for Rust Experimental - 2.0.1297 | Oxide
    @Wulf any way you could help?
     
  6. Wulf

    Wulf Community Admin

  7. The new ReadObject is generic and needs to know which c# type it should load from the file, via python you will only able to use existing types to load since you cannot define new c# types. For python we would need a special implementation to have a useful solution, but so for no ideas about it :p