Difference between revisions of "Resources:Tools"

From Custom Map Makers Wiki
Jump to: navigation, search
(FFMPEG)
(Cleaned up page)
Line 1: Line 1:
 
{{WIP}}
 
{{WIP}}
 +
__TOC__
 +
Besides Radiant a mapper requires many other tools: image editors, sound editors, text editors and so on.
 +
== Image tools ==
 +
=== Gimp ===
 +
=== Photoshop ===
  
Besides Radiant a mapper requires a great many other tools, image editors, sound editors and so on.
+
== Terrain generation ==
 
+
=== Terragen ===
==Image tools==
 
===Gimp===
 
===Photoshop===
 
 
 
===Terragen===
 
 
Terragen classic is a windows or mac only application. The good news is that the app works perfectly well under wine so Linux users can use it  also. The classic version is a free download though a little limited in it's rendering dimensions, it's fully functional and worth a try.
 
Terragen classic is a windows or mac only application. The good news is that the app works perfectly well under wine so Linux users can use it  also. The classic version is a free download though a little limited in it's rendering dimensions, it's fully functional and worth a try.
  
Line 17: Line 17:
 
=== Audacity ===
 
=== Audacity ===
  
==Video editors==
+
== Video editors ==
 
 
==Misc tools==
 
 
 
 
 
  
===FFMPEG===
+
== Misc tools ==
 +
=== FFMPEG ===
 
ffmpeg is a complete, cross-platform solution to convert audio and video. There are versions for Windows, mac and Linux.
 
ffmpeg is a complete, cross-platform solution to convert audio and video. There are versions for Windows, mac and Linux.
  
Line 30: Line 27:
 
ffmpeg can also be used to convert audio formats to the 22k wav format required for Urban Terror maps.
 
ffmpeg can also be used to convert audio formats to the 22k wav format required for Urban Terror maps.
  
*[[FFMPEG_Make_Video|How to make ROQ video files with FFMPEG]]
+
* [[FFMPEG_Make_Video|How to make ROQ video files with FFMPEG]]
  
===PovRay===
+
=== PovRay ===
 
Povray is a command line ray tracer capable of producing amazing output with a few simple text files. PovRay can be used for the following
 
Povray is a command line ray tracer capable of producing amazing output with a few simple text files. PovRay can be used for the following
  
*Make scenery, there is a city scape macro  
+
* Make scenery, there is a city scape macro  
*Make foliage
+
* Make foliage
*Make skyboxes
+
* Make skyboxes
  
 
You can download PovRay freely for all platforms, the current version is 3.6 [[http://www.povray.org/download/features/ PovRay Download Page]]
 
You can download PovRay freely for all platforms, the current version is 3.6 [[http://www.povray.org/download/features/ PovRay Download Page]]

Revision as of 13:35, 20 August 2011

Roadworks.png This page is work in progress!

Besides Radiant a mapper requires many other tools: image editors, sound editors, text editors and so on.

Image tools

Gimp

Photoshop

Terrain generation

Terragen

Terragen classic is a windows or mac only application. The good news is that the app works perfectly well under wine so Linux users can use it also. The classic version is a free download though a little limited in it's rendering dimensions, it's fully functional and worth a try.

Download from [Terragen Official Site]

For more information about how to use Terragen to make skyboxes for your map, see the topic Making sky box images with Terragen

Sound editors

Audacity

Video editors

Misc tools

FFMPEG

ffmpeg is a complete, cross-platform solution to convert audio and video. There are versions for Windows, mac and Linux.

It's a command line tool which may deter some people but if you need to convert video to .roq (the format used in q3 maps) there's very little else available.

ffmpeg can also be used to convert audio formats to the 22k wav format required for Urban Terror maps.

PovRay

Povray is a command line ray tracer capable of producing amazing output with a few simple text files. PovRay can be used for the following

  • Make scenery, there is a city scape macro
  • Make foliage
  • Make skyboxes

You can download PovRay freely for all platforms, the current version is 3.6 [PovRay Download Page]

For more information about making skyboxes with PovRay see the topic Making sky box images with PovRay