Search results

  1. DreTaX

    New release imminent, and magic

    Well Played Sent from my Samsung Galaxy S4
  2. DreTaX

    Adding new objects

    Thats a prob Sent from my Samsung Galaxy S4
  3. DreTaX

    Spawning items, and bases

    I looked at the first post. Remember my code from thenradiation thing? Thats how you do a normal timer. If you want the timer to have arguments look at the newest TpFriend or HomeSys. From the other hand you have to use world.time to check if its night. I think the flares last for 90secs. Sent...
  4. DreTaX

    Spawning items, and bases

    I was asking about the prefab. When do you want to spawn It? Sent from my Samsung Galaxy S4
  5. DreTaX

    Spawning items, and bases

    Did that work?
  6. DreTaX

    Approved TpFriend

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

    TpFriend - Fixes/Additions

    Same tweaks that HomeSystem had Now requiring IronPython Libs Now logs and has full protection against dizzy hack.
  8. DreTaX

    Spawning items, and bases

    Maybe try importing UnityEngine. Throw a flare and execute a command and Use: array = UnityEngine.Resources.FindObjectsOfTypeAll(UnityEngine.GameObject) for ent in array: Plugin.Log("Log", str(ent.name))
  9. DreTaX

    Spawning items, and bases

    Try to use Util.TryFindReturnType("FlareObj") Put that in a variable, and try to do Plugin.Log("Test", str(variable.lightPrefab.name))
  10. DreTaX

    Spawning items, and bases

    Would be good if we can find it
  11. DreTaX

    Spawning items, and bases

    The only useful thing we want to use is this. https://github.com/Notulp/Fougerite/blob/master/Fougerite/Fougerite/World.cs#L1109 We will need a prefab name of the flare though.
  12. DreTaX

    Spawning items, and bases

    Jetbrains Dotpeek is able to decompile the dlls. http://dretaxmc.eu/dretaxscreen/2015-02-22_2021.png I can't see any useful in that class though.
  13. DreTaX

    Spawning items, and bases

    My Wiper plugin works.
  14. DreTaX

    Solved Report

    @Gartand is doing this.
  15. DreTaX

    Approved HomeSystem

    http://fougerite.com/resources/ironpython-module.96/ https://github.com/dretax/Python-Plugins/blob/master/HomeSystem/HomeSystem.py#L667
  16. DreTaX

    Approved AAscii (ANA, AKA IllegalName)

    DreTaX updated ANA with a new update entry: Fixes Read the rest of this update entry...
  17. DreTaX

    AAscii (ANA, AKA IllegalName) - Fixes

    1.5: Code Fixes 1.6: Performance Fixes
  18. DreTaX

    Approved HomeSystem

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

    HomeSystem - Fixes/Additions

    An update you will love.... Added a new option which allows you to save home by hitting a foundation. You should use this, It causes less lag, and way more faster to check if the player is on the whitelist. Move check will freeze the player. Added a new command called /hcanc It cancels your...
  20. DreTaX

    Approved DeathMSG

    Do you have any C# plugin? Sent from my Samsung Galaxy S4