User Tools

Site Tools


Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
mapping:compiling [2005-09-14 13:07]
Carsten created
mapping:compiling [2006-05-04 17:29]
Carsten Minor revision of the wording, command line opening...
Line 1: Line 1:
-====== Compiling Maps for Ca3DE ======+====== Compiling Maps at the Command-Line ​======
  
 When you have finished editing a map in CaWE, you'll want to run it with Ca3DE. When you have finished editing a map in CaWE, you'll want to run it with Ca3DE.
Line 5: Line 5:
 turn your map into a fully precomputed world file. turn your map into a fully precomputed world file.
  
 +In order to use CaBSP, CaPVS and CaLight "by hand" (rather than [[mapping:​compiling_new|from within CaWE]]), you should be familiar with the command-line interface of Windows or Linux, because these programs just cannot be started by a simple double-click on them.
 +
 +Under Windows, you can open the command-line window by opening "​Programs -> Accessories -> Command Prompt"​ (in German: "​Programme -> Zubehör -> Eingabeaufforderung"​) from the Start menu. Initially, the window shows the directory you are currently in. You can browse into the parent directory by typing ''​cd ..'',​ as for example in
 +    C:​\Windows>​ cd ..
 +    C:\>
 +and you can enter a directory by typing
 +    C:\> cd directoryname
 +    C:​\directoryname>​
 +(Replace "​directoryname"​ with the name of the directory that you want to open.) Other useful commands are ''​dir''​ that shows all files that are in the directory you are currently in and ''​e:''​ (for example) to change the current hard drive. ​
 +
 +In order to run the programs with the commands presented below, you'll first have to browse into the directory they are in (which is the ''​Ca3D-Engine''​ directory).
 + 
  
 ===== Compiling step 1: CaBSP ===== ===== Compiling step 1: CaBSP =====
Line 133: Line 145:
 Then simply run ''​Ca3DE.exe''​ as stated in the user manual of the current demo release. Then simply run ''​Ca3DE.exe''​ as stated in the user manual of the current demo release.
 Your world will be listed among the other worlds in the dialogs world list ("​server options"​). Your world will be listed among the other worlds in the dialogs world list ("​server options"​).
- 
mapping/compiling.txt · Last modified: 2013-01-07 12:07 (external edit)