Funcbombtarget And Infobombtarget Entities In A Map example essay topic

959 words
There have been many significant new additions to the entity set for Beta 5. The following is a list of new features and how to implement them. All Beta 4 entities are still supported and their functionality has not been changed. If you add the new Beta 5 entities they will be used instead of the Beta 4 entities you had in the map before.

Hostage Rescue Zone The classical method for determining hostage rescue zones is to check to see if a player is within a set distance from an infohostagerescue entity, or one of his team's spawn points. There is now another new brush entity called funchostagerescue that gives the level designer more control over where players can rescue hostages. If a map does not have any funchostagerescue entities, the classical method is used instead (so that old maps will still work the same way). However, placing one or more funchostagerescue entities in a map causes the game to ignore both spawn points and infohostagerescue entities. infohostagerescue entities should be deleted if funchostagerescue entities are added.

New Entity: funchostagerescue Properties: Targetname of entity to trigger when a hostage is rescued Buy Zones The classical method for determining buy zones is to check to see if a player is within a set distance from one of his team's spawn points. There is now another new brush entity called funcbuyzone that gives the level designer more control over where players can purchase items. If a map does not have any funcbuyzone entities, the classical method is used to determine buy zones. Be aware that it is now possible to place spawn points outside of buy zones.

This can be undesirable under many circumstances (ex. when the freeze period is long), so care should be taken to insure that spawn points are placed within buy zones. New Entity: funcbuyzone Properties: Team (Can be set to Counter-terrorist, Terrorist o All teams) Number of Players per Team The number of players that can join a team is now determined by the number of spawn points for the team. For example: If you only have 5 CT start points in your map only 5 CTs could join the CT team. This was done to prevent players from spawning into teammates if there weren't enough spawn points in a map. The suggested maximum players for a server is still 20.

It is very important that you include at least 10 spawn points per team or some players may be able to join a server but not be able to join a team. Bomb Target There is a new funcbombtarget brush entity to replace the existing infobombtarget point entity. funcbombtarget is used to define regions that a player must be touching to place the bomb. (Be aware that the bomb itself can still end up outside one of these regions.) If there are both funcbombtarget and infobombtarget entities in a map, the infobombtarget entities will be ignored. Old maps will still work because they only use infobombtarget entities. We have also added the ability to target events when a bombing is successful.

Be careful not to have cracks the bombs can be dropped into in the bomb target zones. New Entity: funcbombtarget Properties: Targetname of entity to trigger when the bombing is successful Various Game Changes Player Height. The player view point has been lowered from the standard Half-Life height to line up with the eye level of Counter-Strike models. The view height while ducking has not been changed. You should be aware that a lower view point will make your map look a bit different to the player.

Team Selection. Players can now choose which team they will play on immediately when they join a game. Auto Hostage Rescue. You no longer need to press a hostage rescue key to rescue hostages. Instead the hostages are automatically rescued when you enter a valid hostage rescue area. This feature is in the 4.1 patch and is also included in Beta 5.

Hostage Rescue Zone Icon. When you are running around a level an icon is displayed when you are in a Hostage Rescue Zone. The icon is a capital R with a circle around it. Buy Zone Icon: When you are running around a level an icon is displayed when you are in a Buy Zone for your team. The icon is a shopping cart. Intro Camera.

When a player first joins a map they will view the world from all available trigger camera entities. The standard server rotation time between cameras is 6 seconds. You do not need to allow the players to have in-game access to the cameras. If no trigger cameras are found in a level the intro text and team selection will happen over a black background. Intro Text. This text message is displayed at the start of a map.

The text file should follow the format of released Counter Strike B 5 maps. Important information such as the number of hostages, number of bomb targets and a brief description of the scenario should be included in this text file. The info text file should be named the same as your bsp with the extension txt added instead. (This is the same as TFC info text files). The text files must be very small as they have to be displayed on 320240 screens. If the text files are too big they will be clipped so please check them in the game.