User Tools

Site Tools


making_archetypes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
making_archetypes [2017/08/04 22:06]
saru [Testing Archetypes]
making_archetypes [2018/03/25 08:58]
karl moved to :arch: namespace
Line 138: Line 138:
  
 ====== Testing Archetypes ====== ====== Testing Archetypes ======
-If you have compiled before (if not go here: [[server:​server_compiling]]), go into the crossfire/​lib directory+If you have compiled before ​go into the crossfire/​lib directory ​(if not go here: [[server:​server_compiling]])
  
    $ cd /​home/<​username>/​server.svn/​lib    $ cd /​home/<​username>/​server.svn/​lib
Line 150: Line 150:
    $ make archetypes    $ make archetypes
  
-navigate back to the server server directory+navigate back to the server server directory:
  
    $ cd ..    $ cd ..
  
-Double check that you are in the correct directory which is the server directory+Double check that you are in the correct directory which is the server directory:
  
    $ pwd    $ pwd
Line 166: Line 166:
  
 To see what you have made, either put it in a map, or create it using a Dungeon Master command. To see what you have made, either put it in a map, or create it using a Dungeon Master command.
 +
 +A handy all in one command from your server.svn directory is:
 +
 +  $ cd lib && rm archetypes && make archetypes && cd .. && sh autogen.sh && make && sudo make install