From BMTHOKK 2 |
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 "
Note that 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
Coolness
ReplyDeleteThat's mad! I look forward to other people's examples.
ReplyDeleteHmm... mine is green and such, but runs together on one line. :|
ReplyDelete/me is cracking up . . .why am I the example?
ReplyDeleteBMTHOKK event I assume?
m
@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).
ReplyDeleteHm. 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.
ReplyDeleteFor 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.
I will send in a petition asking explicitly about this to assuage any fears.
ReplyDeleteCan'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@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.
ReplyDeleteAlso 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 "<").
@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
ReplyDelete( or "& lt;br:" rather) in order to add line breaks?
Thanks!
This comment has been removed by the author.
ReplyDeleteWell apparently the br code works in comments as well! haha
ReplyDelete@Razzimous, For the BR entries, put them in place of the where you see manual line breaks, like:
ReplyDeleteSOME CODE "
" ;
entries in the raw XML.
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.
ReplyDeleteThank you very much for making me aware of this!
to get it to make a new line you need to ad "& # 10 ;" (no spaces) at the end of the part name post.
ReplyDeletefor 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)
forgot to mention the "& lt;" and "& gt;" are "<>" brackets.
ReplyDeleteIt 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.
oh and a few more things.
ReplyDeleteyou 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
Very nice ytnite, thanks!
ReplyDeletehttp://img825.imageshack.us/img825/8580/overviewxml.jpg
ReplyDeletewhat are u using o edit the xml ?
ReplyDeleteand make sure u go through and check there are no typos.
ReplyDeletealso to properly load it you haveto import the overview into game, then restart the client
ehh delete one, forgot to remove that label while i was messing around earlier.
ReplyDeleteprint screen > paste and crop in photo shop or paint goto imageshack.us and upload, then post link
sorry mate, can't really see any errors.
ReplyDelete-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 =/
FOLLOW UP:
ReplyDeleteI 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