[wpdev-commits] xmlscripts/documentation/webroot introduction.html,1.1,1.2
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-08-22 03:22:43
|
Update of /cvsroot/wpdev/xmlscripts/documentation/webroot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17874/webroot Modified Files: introduction.html Log Message: Started to work on the content a bit Index: introduction.html =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/documentation/webroot/introduction.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** introduction.html 21 Aug 2004 18:55:07 -0000 1.1 --- introduction.html 22 Aug 2004 03:22:23 -0000 1.2 *************** *** 34,43 **** <!-- ANSWERS --> <div class="content"> - <br /> - Content<br /> <ul class="content"> <!-- Content 01 --> <li><a name="01" class="question">Explanation of Wolfpack</a> <div class="answer"> </div> <a href="#top" style="font-size:9pt;">Return To Contents</a><br /><br /> --- 34,56 ---- <!-- ANSWERS --> <div class="content"> <ul class="content"> <!-- Content 01 --> <li><a name="01" class="question">Explanation of Wolfpack</a> <div class="answer"> + <p> + Wolfpack is an <a href="http://www.uo.com/">Ultima Online</a> server + emulator. There is a long history of different Ultima Online emulators, + many being branches of each other and all with their own defining + characteristics. Wolfpack is another one of these emulators, and we have + chosen a path for the server that gives it a great edge in functionality + when compared to other emulators. + </p> + <p> + Wolfpack now uses <a href="http://www.python.org/">Python</a> and + <a href="http://www.w3.org/XML/">XML</a> as a script and definition + base. It also uses the + <a href="http://www.trolltech.com/download/qt/x11.html">QT</a> library + for threading and other functions. + </p> </div> <a href="#top" style="font-size:9pt;">Return To Contents</a><br /><br /> *************** *** 46,49 **** --- 59,68 ---- <li><a name="02" class="question">Explanation of Ultima Online</a> <div class="answer"> + <p> + <a href="http://www.uo.com/">Ultima Online</a> is an old, yet still very + popular MMOG. It is a game set in a fantasy environment, played through + an isometric viewpoint. For more information please visit + <a href="http://www.uo.com/">http://www.uo.com/</a>. + </p> </div> <a href="#top" style="font-size:9pt;">Return To Contents</a><br /><br /> *************** *** 52,55 **** --- 71,88 ---- <li><a name="03" class="question">Getting Started</a> <div class="answer"> + <p> + To get started, you will need to have Ultima Online installed. This can + be done by going to your local store and buying it; Usually $30 USD or + by finding one of their free versions online. The newer your version the + better your functionaly will be. + </p> + <p> + After you have Ultima Online installed, you will need to download the + latest version of Wolfpack. This can be done by visiting the project + files page found: + <a href="http://sourceforge.net/project/showfiles.php?group_id=38114"> + here.</a> Please note that the world files are for an ancient version of + Wolfpack and will NOT work with the latest versions. + </p> </div> <a href="#top" style="font-size:9pt;">Return To Contents</a><br /><br /> *************** *** 58,61 **** --- 91,96 ---- <li><a name="04" class="question">Configuring Your Wolfpack Server</a> <div class="answer"> + <p> + </p> </div> <a href="#top" style="font-size:9pt;">Return To Contents</a><br /><br /> *************** *** 64,67 **** --- 99,104 ---- <li><a name="05" class="question">Configuring Your Ultima Online Client</a> <div class="answer"> + <p> + </p> </div> <a href="#top" style="font-size:9pt;">Return To Contents</a><br /><br /> *************** *** 70,73 **** --- 107,112 ---- <li><a name="06" class="question">Managing Your Shard Accounts</a> <div class="answer"> + <p> + </p> </div> <a href="#top" style="font-size:9pt;">Return To Contents</a><br /><br /> *************** *** 76,79 **** --- 115,124 ---- <li><a name="07" class="question">Managing Your Items and NPCs</a> <div class="answer"> + <p> + The base directory where definition files are stored is in + ./definitions/ . There should be in index.xml file in almost every + subfolder within. You can edit these files to modify which definitions + are loaded into Wolfpack. + </p> </div> <a href="#top" style="font-size:9pt;">Return To Contents</a><br /><br /> *************** *** 82,85 **** --- 127,139 ---- <li><a name="08" class="question">Managing Your Scripts</a> <div class="answer"> + <p> + The default file where Python scripts are defined can be found at + definitions/scripts.xml . This file follows the following format: + <div class="code"> + <definitions><br /> +   <script>directiory.scriptname</script><br /> + </definitions> + </div> + </p> </div> <a href="#top" style="font-size:9pt;">Return To Contents</a><br /><br /> *************** *** 87,90 **** --- 141,145 ---- </ul> </div> + <br /><hr /><br /> <div class="smalltext">© 2004 Wolfpack Team | <a href="http://www.wpdev.org/">http://www.wpdev.org</a></div> <br /> |