Search results

  1. DreTaX

    Approved Moderator Function [Deleted]

    DreTaX updated Moderator Function with a new update entry: Python Support Read the rest of this update entry...
  2. DreTaX

    Important Setup PyCharm for Python plugins

    Mike asked me to notify you guys about some stuffs, which I found out: When doing python plugins: Make sure your method name doesn't have the same name as ur class name Because the old py thinks ur doing constructer from outside.
  3. DreTaX

    Approved IllegalName

    DreTaX updated IllegalName with a new update entry: Fixes Read the rest of this update entry...
  4. DreTaX

    IllegalName - Fixes

    Fixed an if statement check. Fail.
  5. DreTaX

    Solved Get Fougerite.Version?

    My problem was that I was trying to get the variable from the DLL. That should have worked, but you cannot call all the raw variables, or methods from the IDE. It will require something like the GetUtil method, to get the Class Itself. As @balu92 said we cannot run RunTime enviroment methods...
  6. DreTaX

    Approved ChestLog

    DreTaX updated ChestLog with a new update entry: Fixes/Additions Read the rest of this update entry...
  7. DreTaX

    ChestLog - Fixes/Additions

    Converted to Python Using the new DestroyEvent from now on.
  8. DreTaX

    Approved ChestLog

    DreTaX updated ChestLog with a new update entry: Additions Read the rest of this update entry...
  9. DreTaX

    ChestLog - Additions

    Converted to Python Using the new DestroyEvent from now on.
  10. DreTaX

    Approved IllegalName

    DreTaX updated IllegalName with a new update entry: Update Read the rest of this update entry...
  11. DreTaX

    IllegalName - Update

    Converted to Python. Advanced Regex usage.
  12. DreTaX

    Solved Get Fougerite.Version?

    Well the reason should be cause that variable is static. I think you have to call a static var different in IP.
  13. DreTaX

    Solved Get Fougerite.Version?

    In py. Thats when i receive those errors Sent from my Samsung Galaxy S4
  14. DreTaX

    Approved Moderator Function [Deleted]

    You can download it from here.
  15. DreTaX

    Solved Get Fougerite.Version?

    Im testing it atm. xD I keep receiving the read-only errors. @mikec ?
  16. DreTaX

    Approved Fougerite MC [Deleted]

    You cannot call Player.Location.X. You can call Player.X only.
  17. DreTaX

    Solved Get Fougerite.Version?

    When I tried to print it via python. :/ AttributeError: attribute 'Bootstrap' of 'namespace#' object is read-only Process finished with exit code 1
  18. DreTaX

    Important Setup PyCharm for Python plugins

    Well Happy py programming gentleman. Enjoy.
  19. DreTaX

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

    You may get them, but as soon as you include It in your mod....
  20. DreTaX

    "Stop" can only be called on an active agent that has been placed on a NavMesh.

    @balu92 and I were trying to remove the NPCs some time ago. Problem is that it also requires to remove the Resources as i was testing further. Bypassing this would be nice.