Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Overview manipulation: Difference between revisions

From EVE University Wiki
No edit summary
m Corrected link for Notepad++ download
Line 41: Line 41:


=== Editing the overview file ===
=== Editing the overview file ===
The overview is saved in the .yaml file format and can be edited in pretty much any kind of text-editor, like the commonly used [http://sourceforge.net/projects/notepad-plus/ Notepad++], but of course the standard notepad editor that comes comes with Windows works as well. Simply right-click the file and open it with your favourite text-editor to start editing. The majority of the changes you're likely to make (tab and label edits) will be at the very end of the file.
The overview is saved in the .yaml file format and can be edited in pretty much any kind of text-editor, like the commonly used [https://notepad-plus-plus.org/ Notepad++], but of course the standard notepad editor that comes comes with Windows works as well. Simply right-click the file and open it with your favourite text-editor to start editing. The majority of the changes you're likely to make (tab and label edits) will be at the very end of the file.
==== File structure ====
==== File structure ====
The overview used to be stored in .xml files where you had to hide brackets, tags and other things by rewriting them as {{co|violet|&lt}}{{co|violet|;}} or {{co|violet|&gt}}{{co|violet|;}} for it to parse correctly by the game engine. With the new .yaml files you can write plain html-code and it'll be parsed just fine.
The overview used to be stored in .xml files where you had to hide brackets, tags and other things by rewriting them as {{co|violet|&lt}}{{co|violet|;}} or {{co|violet|&gt}}{{co|violet|;}} for it to parse correctly by the game engine. With the new .yaml files you can write plain html-code and it'll be parsed just fine.