TAR: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 42: Line 42:
| [[File:tar_min.png|64px]] || '''tar_min''' ||  ||  ||  
| [[File:tar_min.png|64px]] || '''tar_min''' ||  ||  ||  
|}
|}
*'''tar_config''' - configuration of radar (color or '''tar_color''', background, export type, ...)
*'''tar_color''' - changes the color of '''tar_color's''' height (need '''Use auto-gradient entities''' parameter in '''tar_config''')
*'''tar_map_divider''' multiple map levels, like {{CsgoMap|de_nuke}} and {{CsgoMap|de_vertigo}}


==See also==
==See also==

Revision as of 09:54, 10 May 2022

TAR (Auto Radar) is a tool for Counter-Strike: Global Offensive Counter-Strike: Global Offensive. This tool can automatically make radars.

Installation

  1. Copy everything in /bin_content/ to your csgo installation's /bin/ folder
  2. Copy everything in /hammer_content/ to your csgo installation's /csgo/ folder
  3. Create a directory in your csgo installation's global offensive/bin/ folder named 'tar'
  4. Copy everything in /AutoRadar2.0.4/ to your csgo installation's global offensive/bin/tar/ folder
  5. Add a new compile profile in the expert compile mode of hammer
  6. Set its name to [TAR] Generate Radar
  7. Set the executable to: $exedir/bin/tar/AutoRadar.exe
  8. Set the args to: -g $gamedir $path/$file
  9. Go to Tools > Options in hammer
  10. Next to 'Game Data files' click add
  11. Find tar_entities.fgd and add it

Usage

Visgroups

Name Description Entities/brushes Examples
tar_layout Layout of the radar Brushes
tar_cover Cover of the radar Props, brush entities, ...
tar_overlap Overlap of the radar Brushes A plant on de_mirage de_mirage
tar_mask Objects, that hides tar_layout Props, brushes Columns

Entities

Icon Name Description Keyvalues Examples
Tar config.png tar_config Configuration of radar
Tar color.png tar_color hanges the color of tar_color's height (need Use auto-gradient entities parameter in tar_config)
Tar map divider.png tar_map_divider Makes multiple map levels de_nuke de_nuke and de_vertigo de_vertigo
Tar max.png tar_max
Tar min.png tar_min

See also