DarkRadiant - Quick Installation Guide: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
mNo edit summary
m (add linux section)
Line 1: Line 1:
{{Original_Reference|Crispy|4432}}
{{Original_Reference|Crispy|4432}}


These instructions assume that you're on Windows. If you're using Linux you should be savvy enough to figure it out yourself. (There's no binary package for Linux as of this writing, so Linux users will need to download and compile the source - you'll need scons and gcc.)
== Windows ==


== Installation Steps ==
=== Installation Steps ===
# Download the [[DarkRadiant]] installer (it's the .exe file) from Sourceforge: http://sourceforge.net/projects/darkradiant
# Download the [[DarkRadiant]] installer (it's the .exe file) from Sourceforge: http://sourceforge.net/projects/darkradiant
# Run the installer and follow the instructions until it finishes.
# Run the installer and follow the instructions until it finishes.
Line 10: Line 10:
# [[DarkRadiant]] should now start up. Try loading a Dark Mod map to see if it's working.
# [[DarkRadiant]] should now start up. Try loading a Dark Mod map to see if it's working.
# You're done!
# You're done!
== Linux ==
There is no binary package for Linux, so you need to download the source and [[DarkRadiant_-_Compilation_Guide |compile DarkRadiant]].
After the compilation, the binary will be in <code>darkradiant/install</code>.


== Quick Mini-Tutorial ==
== Quick Mini-Tutorial ==
Line 21: Line 27:
* To get a preview of your map with lighting in the 3D view, press F3. It's a bit slow (especially to initialise), but we're working on that. Pressing F3 again will go back to the normal fullbright view.
* To get a preview of your map with lighting in the 3D view, press F3. It's a bit slow (especially to initialise), but we're working on that. Pressing F3 again will go back to the normal fullbright view.


You can probably figure out the rest on your own; check out the View menu for important dialogs, and poke around in the Preferences dialog (press P) if you feel like customising anything. Happy mapping!
You can probably figure out the rest on your own; check out the View menu for important dialogs, and poke around in the Preferences dialog (press P) if you feel like customizing anything. Happy mapping!


[[Category:DarkRadiant]]
[[Category:DarkRadiant]]
[[Category:Tutorial]]
[[Category:Tutorial]]

Revision as of 18:53, 5 October 2007

Originally written by Crispy on http://forums.thedarkmod.com/topic/4432

Windows

Installation Steps

  1. Download the DarkRadiant installer (it's the .exe file) from Sourceforge: http://sourceforge.net/projects/darkradiant
  2. Run the installer and follow the instructions until it finishes.
  3. Start up DarkRadiant via the Start menu.
  4. If an "Engine Path Not Found" dialog appears, choose the path to your Doom 3 installation. For example, c:\Games\Doom3. Then click OK.
  5. DarkRadiant should now start up. Try loading a Dark Mod map to see if it's working.
  6. You're done!

Linux

There is no binary package for Linux, so you need to download the source and compile DarkRadiant.

After the compilation, the binary will be in darkradiant/install.

Quick Mini-Tutorial

This is definitely not comprehensive, but here are some of the things you really must know to get started:

  • To move around in the 3D view, use the arrow keys. Right-click toggles mouselook.
  • To select things, hold down Shift and left-click.
  • To add brushes, left-click and drag in a 2D view.
  • To add other things (lights, entities, models) right-click in a 2D view to get a context menu.
  • To get a preview of your map with lighting in the 3D view, press F3. It's a bit slow (especially to initialise), but we're working on that. Pressing F3 again will go back to the normal fullbright view.

You can probably figure out the rest on your own; check out the View menu for important dialogs, and poke around in the Preferences dialog (press P) if you feel like customizing anything. Happy mapping!