[Discuss] PS In-Game Development Tool menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 40
  1. #16
    Zazi529's Avatar Sergeant
    Reputation
    7
    Join Date
    Oct 2011
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This looks epic..

    [Discuss] PS In-Game Development Tool
  2. #17
    AZO's Avatar Banned
    Reputation
    370
    Join Date
    Mar 2007
    Posts
    621
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 2dgreengiant View Post
    That is so awesome, that makes me want to downgrade back to 3.3.5
    I'm with 2D on this one, haha. This is incredible. +5 rep from me on this just for showing it. I can't wait for Skyfire 4.06 support. This would help me so much I think I would have to rep you each time I came on here. It's a breath of fresh air seeing new and innovative things such as this on ownedcore again.

    Thanks for making my day. Bookmarking this page.

  3. #18
    DrakeFish's Avatar Lazy Leecher

    Reputation
    634
    Join Date
    Nov 2008
    Posts
    569
    Thanks G/R
    0/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi there. I just felt like letting a reply here to officially announce that I started back working on this tool (named it EmuDevTool or EDT). I know it's been a long time since I let any update but I could not continue the progress before because I didn't have the required knowledge to make a solid interaction between my code and WoW. I restarted the entire program and it is now coded in C++ instead of C#. It is now completely based on a DLL that is injected in WoW, allowing me to directly use the Game's functions.

    I obviously had the time to think about some "extra" features that would make the program a must-have for anyone developing a private server. Here are some of those ideas:
    • In-Game Interface based on the WoW lua engine.
    • Chat Links Tooltips allowing you to see a gameobject/unit model and various information directly from a link in the chat. There would also be support added for the actual unique gameobjects/units, allowing you to see and edit unit-specific flags and values.
    • Multi-dev Support which makes it possible for a team to work together, seeing eachothers work in real-time.
    • Units Waypoints Editing allowing you to see and move the "points" a unit passes by, directly with your mouse.
    • Automatic Backup System making sure that your modifications are saved in background, so you don't loose all of the work.
    • Some others.



    This is not a complete list, and those are mostly ideas, a lot of it is still to code (and all of it IS possible to code). If you have any comments about those or have additional ideas, please post it as a reply or contact me via PM / MSN (see profile), I want to make sure I'm working on more useful things than useless things .

    My current planning is still to keep the server code completely untouched, making it possible to just launch the tool and start editing areas without having to make a custom core build. By doing so, I can make sure that the tool stays available for every emus no matter what.

    I'm still planning the first release to target 3.3.5a clients, because this is what I'm working with for the development. However, as soon as the first stable version will be released, I will start porting it to 4.x.

    Here are two videos that are great examples of what is now possible since I'm working in C++. In the first one, I'm using a feature completely handled my WoW that allows me to move models around. The fact that I am also "spawning" them is just optional, it was to show the potential of this method. In the second one you can see that I got able to rotate gameobjects in other angles than just the main one which could be extremely useful when building environments.




    More videos and more information is to come in the next days, I am currently actively working on this.

  4. #19
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    675
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is looking fookin epic

  5. #20
    BrantX's Avatar Contributor
    Reputation
    205
    Join Date
    Jul 2007
    Posts
    899
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What stinkyjoint said...



  6. #21
    TwoJoints's Avatar Active Member Estimated Prophet
    Reputation
    64
    Join Date
    Apr 2007
    Posts
    71
    Thanks G/R
    124/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is the most epic thing I've seen on this end of the wow spectrum.
    Just when I thought I was all done with building in game areas. Someone has to come along and provide me with excellent tools that saves ridiculous amounts of time lol
    Keep up the fantastic work
    Last edited by TwoJoints; 01-05-2012 at 08:38 PM.

  7. #22
    fastelf's Avatar Active Member
    Reputation
    44
    Join Date
    Apr 2007
    Posts
    279
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this tool.. just so epic.

  8. #23
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    675
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hows the devlopment of this tool goin drake?

  9. #24
    parranoia's Avatar Member
    Reputation
    14
    Join Date
    Feb 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This looks amazing. Going to try this once it's available.

  10. #25
    DrakeFish's Avatar Lazy Leecher

    Reputation
    634
    Join Date
    Nov 2008
    Posts
    569
    Thanks G/R
    0/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here's a quick update on this. I decided to get back to C# as this is the language I'm used to. However, I started making a good use of pointers in C# which makes the code a lot simpler than before. I'm also using a small .NET library I coded that allows me to install powerful hooks in WoW. I worked on the base of the program and on the objects selector, which will allow selecting multiple objects at once. If you have any suggestions or comments, feel free to PM me or add me on MSN/Skype.

    Here's a preview on the objects selector:


    Edit: Here's another video that shows pretty well how it works to move things around.

    Last edited by DrakeFish; 01-13-2012 at 03:44 AM.

  11. #26
    Tpiom's Avatar Private
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Marvelous! I just started to sub you on YouTube... couldn't this also be used for mass selection - like if you want to select a group of units and move them.

  12. #27
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    675
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    and as again drake this is brilliant loving your work ATM!

    Edit:

    i love that 2nd video.

    your bringing exactly what i want to reality so cant wait for a release.
    Last edited by TheLordJesusHimself; 01-13-2012 at 03:07 PM.

  13. #28
    thebigman's Avatar Contributor Reliable Trader
    CoreCoins Purchaser
    Reputation
    89
    Join Date
    Dec 2008
    Posts
    605
    Thanks G/R
    2/0
    Trade Feedback
    26 (96%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Holy crap, this is beyond epic, Its sad that people are begging for more though or for you to be their server's dev.

    Anyhow that tool is simply amazing, I can hardly believe something like this could possibly come into existence, it could revolutionize the entire developin industry!

  14. #29
    parranoia's Avatar Member
    Reputation
    14
    Join Date
    Feb 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This will make in-gave developing so much better! Like thebigman said, it will revolutionize everything and just simplify it so much. Again, can't wait for this. The update vids were great.

  15. #30
    shumi's Avatar Member
    Reputation
    11
    Join Date
    Dec 2007
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great work DrakeFish, this is awsome.
    Keep up the good work and hope to se it released.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Game Development] Unity3D has gone free
    By The-Eradicator in forum Community Chat
    Replies: 11
    Last Post: 11-06-2009, 06:49 AM
  2. LF A Scripter/Game Developer.
    By nathanbrain in forum Programming
    Replies: 0
    Last Post: 07-23-2009, 02:44 AM
  3. N&N Game Development Team
    By Nickwahh in forum Community Chat
    Replies: 4
    Last Post: 04-07-2008, 06:44 AM
All times are GMT -5. The time now is 03:17 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search