SLADE | 3 | It's a Doom editor |
Installation Downloading SLADEWindows and OSXSLADE can be downloaded from the official site (official builds) or from the DRD Team SVN site (development builds).
LinuxNo official downloads for SLADE on linux are currently offered, however if you are using a debian based distribution, you can add the DRD Team Package Repository to your package sources using the commands below, if you haven't already:
Installing SLADEWindowsIf you have downloaded the installer, simply run the installer as you would with any other program. The installer should set up everything needed to run SLADE, and optionally add start menu and desktop shortcuts. If you have downloaded the 'Binaries' distribution, all that is needed is to extract the files from the downloaded archive in a directory. An archiver such as 7-Zip can do this task. A SLADE directory should contain the following files:
If a file named portable is found in the SLADE directory, SLADE will work as a portable application and will create and store its configuration folders in the same directory. Otherwise, it will create and store them in the system-provided user directory (typically, SLADE.pdb is only used to generate the stack trace when SLADE crashes. If the file is not present, the crash report will not contain useful data. In normal circumstances, it is not needed. FreeImage.dll is a library created by the FreeImage project used to handle most standard graphic formats (BMP, JPG, TGA, GIF, PCX, etc.). Different versions of this library exist, and they are not all compatible with SLADE: older versions may lack a needed function, newer versions may have altered previous behavior. For instance, SLumpEd uses an older version of FreeImage and both cannot be placed in the same directory as a result. For this reason, an appropriate version of FreeImage.dll is included in a SLADE3 download. slade3.log contains a log of all console message, as well as a copy of the crash report, if any. SLADE.pk3 is a zip file which contains the resources and definitions needed by SLADE to function properly. When run for the first time, SLADE3 will generate two directories, named config and palettes. They mirror the organization of slade.pk3 and allow users to add more content without having to modify this file. OSXIf you downloaded the OSX binaries (dmg), simply open the dmg file and drag the SLADE icon over the Applications folder in the window that comes up. This will add SLADE to your Applications menu. LinuxIf you added the DRD Team repository as mentioned above, you should be able to install SLADE by entering the following commands:
Another option is to compile SLADE, if you want the very latest updates. You can find instructions on compiling SLADE in linux here. |