Difference between revisions of "Radiant:Using"

From Custom Map Makers Wiki
Jump to: navigation, search
(Using radiant)
Line 29: Line 29:
  
 
==How to build an entire universe in a single box==
 
==How to build an entire universe in a single box==
 +
 +
 +
==How to add Weapons directly into the map==
 +
There are 2 ways, one (the complicated) is this:
 +
You create a info_spawn, press "n" and write this (for a negev) in:
 +
classname=ut_weapon_negev  -says which weapon
 +
count=1000                -how often you can pick up the weapon and how much ammunition is in it
 +
wait=1                    -time the weapon needs for respawn
 +
Or you download the Urban Terror Mapping Package here [http://nem.cwsurf.de/?page_id=40] and put it into your radiant folder.
 +
To put the weapons into the map, just put them like the other entinitys.

Revision as of 15:16, 20 August 2011

What is radiant?

Using radiant

A short tutorial showing the basics of using Radiant to make maps. Tutorial - Basic tutorial

Getting started

How not to create your first room

How to create your first room

How to create another room

How to create a door between 2 rooms

How to make a ladder

How to add water

How to make things breakable

How to make an elevator

How to add a model

How to make models and prefabs using radiant

How to build an entire universe in a single box

How to add Weapons directly into the map

There are 2 ways, one (the complicated) is this: You create a info_spawn, press "n" and write this (for a negev) in:

classname=ut_weapon_negev  -says which weapon
count=1000                 -how often you can pick up the weapon and how much ammunition is in it
wait=1                     -time the weapon needs for respawn

Or you download the Urban Terror Mapping Package here [1] and put it into your radiant folder. To put the weapons into the map, just put them like the other entinitys.