ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/src/editor_tut.html
(Generate patch)

Comparing deliantra/www/src/editor_tut.html (file contents):
Revision 1.4 by elmex, Sat Sep 15 16:00:18 2007 UTC vs.
Revision 1.5 by root, Wed Oct 10 23:43:52 2007 UTC

1Editor Tutorial 1Editor Tutorial
2 2
3<div class="tutorial"> 3<div class="tutorial">
4<h2>Crossfire TRT map making and server installation tutorial for Linux</h2> 4<h2>Deliantra map making and server installation tutorial for Linux</h2>
5 5
6<p> 6<p>
7So, you don't know much about crossfire and or programming, but 7So, you don't know much about crossfire and or programming, but
8you want to make maps? This Tutorial will explain how to 8you want to make maps? This Tutorial will explain how to
9install the Crossfire TRT server (from CVS) on your linux system 9install the Deliantra server (from CVS) on your linux system
10and making your first maps. If you are stuck somewhere, please 10and making your first maps. If you are stuck somewhere, please
11<a href="contact.html">contact</a> us (the developers). 11<a href="contact.html">contact</a> us (the developers).
12</p> 12</p>
13 13
14<p> <em> 14<p> <em>
23I assume here you have <tt>cvs</tt> installed. (the debian shortcut would 23I assume here you have <tt>cvs</tt> installed. (the debian shortcut would
24be: <tt>apt-get install cvs</tt>). 24be: <tt>apt-get install cvs</tt>).
25</p> 25</p>
26 26
27<p> 27<p>
28Create a directory in your home where all your Crossfire TRT (map) development 28Create a directory in your home where all your Deliantra (map) development
29should take place: 29should take place:
30</p> 30</p>
31 31
32<pre> 32<pre>
33root@localhost: ~# mkdir ~/crossfire/ 33root@localhost: ~# mkdir ~/crossfire/
137root@localhost: ~/crossfire# ./startcf 137root@localhost: ~/crossfire# ./startcf
138</pre> 138</pre>
139 139
140<p> 140<p>
141You should see lots of output running accross your screen. 141You should see lots of output running accross your screen.
142Congratulations, you just setup a Crossfire TRT server. 142Congratulations, you just setup a Deliantra server.
143You maybe want to dive into the server tree and look around in the <tt>doc/</tt> 143You maybe want to dive into the server tree and look around in the <tt>doc/</tt>
144directory to find more about the server. 144directory to find more about the server.
145</p> 145</p>
146 146
147<h3>Step 3: Getting the map editor and setting it up</h3> 147<h3>Step 3: Getting the map editor and setting it up</h3>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines