how_to_make_a_ttt_map
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
how_to_make_a_ttt_map [2023/05/20 23:54] – frank_lee_smith | how_to_make_a_ttt_map [2024/11/18 21:20] (current) – [Spawns] frank_lee_smith | ||
---|---|---|---|
Line 1: | Line 1: | ||
========== How to Make a TTT Map ========== | ========== How to Make a TTT Map ========== | ||
- | Whether you are starting a new level or adding support for an existing map making it game ready is pretty simple. All that is required are **weapon placements** and **spawnpoints**. The rest of entities are optional ([[Advanced Entities Explanation]]). | + | Whether you are starting a new level or adding support for an existing map making it game ready is pretty simple. All that is required are **weapon placements** and **spawnpoints**. The rest of the entities are optional ([[Advanced Entities Explanation]]). |
========Spawns======== | ========Spawns======== | ||
Line 9: | Line 9: | ||
{{: | {{: | ||
- | It is **HIGHLY** recommended you place down as many spawns as you can so larger | + | It is **HIGHLY** recommended you place down as many spawns as you can so higher |
+ | |||
+ | **A good rule of thumb is to aim for at least 32 spawnpoints**, | ||
======== Weapon Placements ======== | ======== Weapon Placements ======== | ||
Line 15: | Line 17: | ||
There a few ways to do weapon placements on your map. You can either do random placements with **ttt_weapon_random**, | There a few ways to do weapon placements on your map. You can either do random placements with **ttt_weapon_random**, | ||
- | =====ttt_weapon_random===== | + | =====Random Weapon Spawner===== |
+ | |||
+ | The easiest and most versatile method for gun placements is using **Random Weapon Spawner.** This gameobject will choose a random weapon from the list of regular terrorist weapons. To use, simply place in hammer where you want the weapon to spawn. It has a big bounding that marks where weapons could possibly spawn with a revolving preview. The preview will show how each weapon and ammo box will spawn with your settings. **If the bounding box is not inside of something the weapon will have no issue spawning where you placed it.** | ||
+ | |||
+ | {{: | ||
+ | |||
+ | **Random Weapon Spawner** in hammer | ||
+ | |||
+ | {{:: | ||
- | The easiest and most versatile method for gun placements is using **ttt_weapon_random.** This entity | + | an example of how **Random Weapon Spawner** will show up in game |
- | {{:: | + | You can determine how many ammo boxes spawn with the weapon. To do this go into the Object Properties in hammer and change the number for the "Ammo to Spawn" |
- | **ttt_weapon_random** in hammer | + | The "Start Asleep" |
- | {{:: | + | //Note: Choosing more than two ammo boxes may cause it to spawn outside of the bounding box. The preview will still show you where the boxes will spawn, though.// |
- | an example of how it will show up in game | ||
- | You can determine how many ammo boxes spawn with the weapon. To do this go into the Object Properties in hammer and change the number for the Bonus ammo. **If you do not change bonus ammo amount gun will spawn with no ammo.** | + | {{:rw_op.png? |
- | {{: | ||
- | =====ttt_grenade_random | + | =====Random Ammo Spawner |
- | These ents will spawn a random grenade or ammo box where you place them. Simply place them down where you want them to spawn. | + | These will spawn a random grenade or ammo box where you place them. Simply place them down where you want them to spawn. The preview will show how it will spawn. |
=====Hand Placements===== | =====Hand Placements===== | ||
- | If you want a consistent spawn for a certain weapon, you can use the gun entities and manually place them. To find the weapon entity names select the entities tool for the game and type in, " | + | If you want a consistent spawn for a certain weapon, you can use the gun entities and manually place them. To find the weapon entity names select the **Entity Tool** |
Each weapon and ammo type has its own world model when you place it, this will show you exactly where it will spawn. Just simply place them where you want them to appear. You should put the correct ammo type near each weapon if you want them to have ammo, how much is up to preference. | Each weapon and ammo type has its own world model when you place it, this will show you exactly where it will spawn. Just simply place them where you want them to appear. You should put the correct ammo type near each weapon if you want them to have ammo, how much is up to preference. | ||
- | {{::weapon_manual_example.png?400|}} | + | {{::handplaced.png?400|}} |
an example of manual placements | an example of manual placements |
how_to_make_a_ttt_map.1684626855.txt.gz · Last modified: 2023/05/20 23:54 by frank_lee_smith