EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   General authoring help / discussion (http://www.eqinterface.com/forums/forumdisplay.php?f=12)
-   -   How Too Thread (http://www.eqinterface.com/forums/showthread.php?t=72)

buzweaver 07-27-2002 07:18 AM

How Too Thread
 
I've become a master of Downloading MODs, that the extent of my .xml ability, LOL.

I was wondering if anyone would perhaps create a How Too Thread that explains just the basics. I saw a thread that had some definitions. I know this is a rather broad question, however I’d like to learn how to do some of the code.

Alshain 07-27-2002 12:15 PM

If you've worked with HTML then XML is just an extension of that. HTML has predefined keywords. Examples of HTML keywords are <table> and <p>. XML allows us (Sony in this case) to define our own keywords. Examples of XML keywords Sony has defined are <gauge> and <label>.

The XML file containing the keywords (called a Schema in XML speak) that Sony has created for the EQ User Interface (UI) is named SIDL.xml. You look at this file to understand how to code the various UI elements such as windows, buttons, gauges, text. There is an AboutSIDL.doc file which describes most of the keywords found in SIDL.xml but it does have some errors.

Some parts of the UI cannot be changed. You can't remove or add buttons to the various windows. You can't create new windows. You can move stuff around inside the windows. You can add or remove some elements (gauges and text for example) to the windows. You can change the appearace of windows (add/remove titles, all the window to resize, etc).

Just use notepad to edit the XML files.

insomnlac 07-27-2002 10:50 PM

i was wondering why this looks like html :D


All times are GMT -5. The time now is 04:23 AM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.