Wednesday, December 07, 2011

Enhanced Targeting HUD

Seeing my PvP videos of my fights with Stan, a couple people asked about how I got the enhanced green multiline text to show on my currently selected item. Here is an example:
From BMTHOKK 2
Well, the answer is that a while back there was a pilot who put together an Overview Creator that allowed you to setup your overview through a friendly interface and export an XML file you could then import into Eve. Part of this website's functionality was the ability to customize your selection text into very fancy outputs like the one you see above.

Alas, that website has gone down (was balss-industries.com) and I've emailed the creator to find out if it can be brought back to life. No word yet.

But if you feel adventurous, you can hand craft it. Here's how:

1) In game, right click on your Overview tab and choose to export overview. This creates an XML file in your "My Documents\Eve\overview" folder (or corresponding folder on your machine).

2) Using a nice XML editor program, (or notepad but that is hardcore) you can change the file in the section called "shiplabels" to show something like this:

Note that the xml is actually cleaned up by my xml editor from this in the plain text version of the XML:

Note that the last one is Distance with a type of "None" because the client automatically puts the distance at the end of the ship labels I believe.

In theory you could get creative and have multiple colours, font sizes and effects, or other information important to you. If you decide to try this out, please export your current overview and save it safely somewhere as a backup.

Note: as far as I know, this is not considered an exploit by CCP according to the Overview Creator website that advertised on the forums while it was in operation.

FOLLOW UP:
I made a petition to CCP and here is the response:
Hello Kirith,

While we do not currently consider this to be a violation of the EULA, please note that we do reserve the right to change this decision at a point in the future should we find it necessary. If you have any other questions or problems, please let me know.

Best regards,
GM
EVE Online Customer Support Team

30 comments:

  1. That's mad! I look forward to other people's examples.

    ReplyDelete
  2. Anonymous11:58 pm

    Hmm... mine is green and such, but runs together on one line. :|

    ReplyDelete
  3. Anonymous12:20 am

    /me is cracking up . . .why am I the example?

    BMTHOKK event I assume?

    m

    ReplyDelete
  4. @anditburnedhteheavens.com, to get those same newlines as in the picture, at least on Crucible (though his recent Duel videos were also done on Crucible), I had to use "<br>" instead of an actual newline in the XML. As XML *shouldn't* care about CRLF or just LF, it shouldn't matter that I was editing this on OS X (tried Dashcode and vim).

    ReplyDelete
  5. Hm. Unless CCP steps in and goes "yeah, no, that's an exploit/hacking," I shall bookmark this and experiment with it if/when I get back into EVE.

    For the record, I would be shocked if they do - all this information is readily available elsewhere in the UI, and while I could see CCP taking the attitude of "we didn't expect people to do that" or "we wondered when you'd catch on to this," handing out banhammers for this would surprise me.

    ReplyDelete
  6. I will send in a petition asking explicitly about this to assuage any fears.

    ReplyDelete
  7. Can't get it to work, the second I edit anything in Dashcode, Eve sees the file as invalid. Perhaps it can't be done with OS X?

    ReplyDelete
  8. @Razzimous, I had the same issue at first with Dashcode. Make sure that you are saving as Text and that you add the .xml at the end.

    Also make sure you use the raw code (as shown in Kirith's third picture) and not the pretty code (e.g. use "& lt;" (no space) instead of "<").

    ReplyDelete
  9. @SandallE, Awesome that got it to work. Last thing is though that I am having the same issue you described with it being on the same line. Where should I insert the
    ( or "& lt;br:" rather) in order to add line breaks?

    Thanks!

    ReplyDelete
  10. This comment has been removed by the author.

    ReplyDelete
  11. Well apparently the br code works in comments as well! haha

    ReplyDelete
  12. @Razzimous, For the BR entries, put them in place of the where you see manual line breaks, like:
    SOME CODE "
    " ;

    entries in the raw XML.

    ReplyDelete
  13. This is awesome. The fact that someone created a means to edit the UI purely for graphical improvements has me mindboggling as to why CCP hasn't made this a feature themselves.


    Thank you very much for making me aware of this!

    ReplyDelete
  14. to get it to make a new line you need to ad "& # 10 ;" (no spaces) at the end of the part name post.

    for example -

    part name="post" value="& lt;/c olor & gt;& #10;"/

    (there should be no spaces, i had to put them in so you could properly see the code)

    ReplyDelete
  15. forgot to mention the "& lt;" and "& gt;" are "<>" brackets.

    It must be written this way or else you will get an invalid file error in eve when u try and import.

    And again, no spaces.

    ReplyDelete
  16. oh and a few more things.
    you can make each line a different color if you like, the color code is 4 bit hex for ARGB colors.

    lastly you can add the newline code ( & #10;) into the part name post as outlined in above post, of the labels that don't display any info.

    This will create a blank space in between each line of information.

    you can see what i mean by looking at my overview.

    http://img685.imageshack.us/img685/3492/customoverview.jpg

    ReplyDelete
  17. Very nice ytnite, thanks!

    ReplyDelete
  18. ytnite could you post your overview .xml here please?

    ReplyDelete
  19. http://img825.imageshack.us/img825/8580/overviewxml.jpg

    ReplyDelete
  20. Doesn't seem to work ytnite

    ReplyDelete
  21. what are u using o edit the xml ?

    ReplyDelete
  22. firstobject XML editor application.

    ReplyDelete
  23. and make sure u go through and check there are no typos.

    also to properly load it you haveto import the overview into game, then restart the client

    ReplyDelete
  24. I did, how do you upload a .jpg of just the code? I'm also kind of confused why you have two open label at the beginning.

    ReplyDelete
  25. ehh delete one, forgot to remove that label while i was messing around earlier.

    print screen > paste and crop in photo shop or paint goto imageshack.us and upload, then post link

    ReplyDelete
  26. This comment has been removed by the author.

    ReplyDelete
  27. Horribly done but
    http://imageshack.us/photo/my-images/690/67949793.jpg/

    ReplyDelete
  28. sorry mate, can't really see any errors.
    -make sure ur saving it as .xml
    -after importing your new overview, restart eve client completely
    -the new hud only appears on player controlled ships, drones and wrecks

    other than that i dunno what else. my screenshot was taken this morning so it definitely works =/

    ReplyDelete
  29. FOLLOW UP:

    I made a petition to CCP and here is the response:

    Hello Kirith,

    While we do not currently consider this to be a violation of the EULA, please note that we do reserve the right to change this decision at a point in the future should we find it necessary. If you have any other questions or problems, please let me know.

    Best regards,
    GM
    EVE Online Customer Support Team

    ReplyDelete