Creating Entities
An entity can be created through usage of either the menu or console commands. To create an entity, you first have to be in edit mode.
- Using the menu:
Open the main menu with ‘ESC’. Click on the “Editing” item. Go to the third tab of the submenu, labeled “ents”. You can see some entity commands and a list of all the entities on this tab. By clicking on an item in the entity list, you can create it. Once an item is clicked, a command appears where you can change properties of the entity. Confirm the creation with ‘RETURN’ or cancel it with ‘ESC’.
- Using console commands.
Open the Console with the Tilde Key (~) or Forward Slash (/) or open the chat with ‘T’.
Use the /newent command to create a new light entity. Don’t forget to enter the Forward Slash (/) if you opened the chat.
/newent light 300 180 180 180
…This will create a Light Entity with a radius of 300 and Red Green and Blue Values of 180. This will give a medium-sized white/grey light.
Entity Properties
Entity properties are numbers that change the behaviour of an entity. Properties can be set during creation or after creation.
To modify properties after creation, select the entity you wish to change by clicking on it. After that, either
- press the Period key (.) to change properties (/entset) directly to the value you want them…
- hold the corresponding Number Key to the parameter you wish to change while scrolling with the scroll wheel.
To move an entity, left-click the face corresponding to the axis you wish to move it along and drag it to the new position.
You can change if entities snap to the grid while moving them using:
/entselsnap (0|1)
Types of Entities
actor | spawnpoint for an enemy type in Campaign or Onslaught mode |
affinity | special mode objects such as Flags and Bombs |
camera | camera for spectv viewing mode |
checkpoint | respawn point for campaign and timetrial modes |
envmap | an entity that maps a reflection inside its radius to reflective surfaces |
light | a spherical light max: 255 255 255 |
lightfx | animates a light when linked to a light entity (see Linking Objects) |
mapmodel | a numbered mapmodel |
particles | particles like smoke and fire |
playerstart | spawn point for players |
pusher | pushes a player in the direction indicated by its arrow |
sound | a sound that plays when a player is within its radius |
sunlight | creates a directional light |
teleport | portal. Link more than one of these to travel between them (see Linking) |
trigger | triggers an other entities such as sounds and doors when a player is within its radius (see Linking) |
weapon | creates a spawn point for a weapon. |