Tribal IDE's Twin

edited February 2010 in Mods and Customization
I remembered Tribal IDE, downloaded it, and saw some stuff it might need, I am working on a TribesNext IDE, any ideas should be posted here, I currently have:
  • DSO Removal in Editor
  • All Script Editing (Not including DSO's)
Try it at YOUR OWN RISK when the beta releases.

Comments

  • edited January 2010
    See the screenshot of what it is currently
    Edit: Compatible with Aero Styles (Windows Vista and 7)
    • tni.jpg
    • tni.JPG
  • In Vista and 7, DSOs, edited maps, and anything else that tribes saves goes into the virtual store folder. Download my ACD and view its code to see the folders.

    FYI: My installer will store the install location of T2 in a registry key
    HKLM\SOFTWARE\Dynamix\Tribes 2\InstallDir
  • Alright, I took JackTL's Delete DSO and tweeked it, Here is it originally:
    del /s /q "..\base\*.dso"
    del /s /q "*.dso"
    
    Here is it now.
    del /s /q "C:\Dynamix\Tribes2\GameData\*.dso"
    del /s /q "*.dso"
    
  • Alright, I built the file and tested the DSO Deleter, it works perfectly!
    The website to view current features is: http://simplestuff.brinkster.net/tribesnext_ide/
  • In Vista and 7, DSOs, edited maps, and anything else that tribes saves goes into the virtual store folder. Download my ACD and view its code to see the folders.

    FYI: My installer will store the install location of T2 in a registry key
    HKLM\SOFTWARE\Dynamix\Tribes 2\InstallDir

    there is already a registry key for that
    Alright, I took JackTL's Delete DSO and tweeked it, Here is it originally:

    Here is it now.
    del /s /q "C:\Dynamix\Tribes2\GameData\*.dso"
    del /s /q "*.dso"
    

    that code fails because:
    - if someone has installed it somewhere else, it won't work
    - the *.dso is useless if you are running it somewhere else
    • All Script Editing (Not including DSO's)

    Why would you want to edit more scripts? its a Torque IDE! for Torque scripts only :|
    ----
    So maybe it doesn't need them any more? but try anyway, I'm sure it would totally PWN the current one!
    Alright, I built the file and tested the DSO Deleter, it works perfectly!
    The website to view current features is: http://simplestuff.brinkster.net/tribesnext_ide/

    Directory Listing Denied

    This Virtual Directory does not allow contents to be listed.
  • Didn't you see my post?
    What you have done will not delete the files in the virtual store folder.
    I have 64bit 7 so my machine stores files in this folder:
    C:\Users\(ME)\AppData\Local\VirtualStore\Program Files (x86)\Dynamix\Tribes 2
  • In Vista and 7, DSOs, edited maps, and anything else that tribes saves goes into the virtual store folder. Download my ACD and view its code to see the folders.

    FYI: My installer will store the install location of T2 in a registry key
    HKLM\SOFTWARE\Dynamix\Tribes 2\InstallDir

    there is already a registry key for that
    Alright, I took JackTL's Delete DSO and tweeked it, Here is it originally:

    Here is it now.
    del /s /q "C:\Dynamix\Tribes2\GameData\*.dso"
    del /s /q "*.dso"
    

    that code fails because:
    - if someone has installed it somewhere else, it won't work
    - the *.dso is useless if you are running it somewhere else
    • All Script Editing (Not including DSO's)

    Why would you want to edit more scripts? its a Torque IDE! for Torque scripts only :|
    ----
    So maybe it doesn't need them any more? but try anyway, I'm sure it would totally PWN the current one!
    Alright, I built the file and tested the DSO Deleter, it works perfectly!
    The website to view current features is: http://simplestuff.brinkster.net/tribesnext_ide/

    Directory Listing Denied

    This Virtual Directory does not allow contents to be listed.
    Iknow, that is temporary until it is close to the release, I will then fix it, oh and, I heard you commander. If you have anymore to chat about, I will not be looking here. Go to http://simplestuff.smfforfree.com/ and post under TribesNext IDE.
Sign In or Register to comment.