TAR: Difference between revisions
Jump to navigation
Jump to search
m (→Entities) |
(→Entities: Added keyvalues, added tar_min and tar_max description) |
||
Line 32: | Line 32: | ||
! Icon !! Name !! Description !! Keyvalues !! Examples | ! Icon !! Name !! Description !! Keyvalues !! Examples | ||
|- id="tar_config" | |- id="tar_config" | ||
| [[File:tar_config.png|64px]] ||'''tar_config''' || Configuration of radar || | | [[File:tar_config.png|64px]] ||'''tar_config''' || Configuration of radar || {{ScrollBox| maxheight=16em| | ||
{{KV|Color Scheme|intn=colorScheme|choices}} | |||
{{KV|Custom low level color|intn=customCol0|color255|What the color of the radar should be at the lowest points of the map}} | |||
{{KV|Custom middle level color|intn=customCol1|color255|What the color of the radar should be in the middle of the map}} | |||
{{KV|Custom high level color|intn=customCol2|color255|What the color of the radar should be at the heighest points of the map}} | |||
{{KV|Background Image|intn=background|string|/Counter-Strike Global Offensive/bin/tar/textures/<image.png>}} | |||
{{KV|Ambient Occlusion|intn=enableAO|choices}} | |||
{{KV|Ambient Occlusion Size|intn=aoSize|float|How far should ambient occlusion sample, in units.}} | |||
{{KV|Shadows|intn=enableShadows|choices}} | |||
{{KV|Outline|intn=enableOutline|choices}} | |||
{{KV|Outline width|intn=outlineWidth|float|How big should the outline be}} | |||
{{KV|Cover Color|intn=zColCover|color255|Color of the cover}} | |||
{{KV|Secondary Color Cover|intn=zColCover2|color255|Secondary height-based cover color}} | |||
{{KV|Outline Color|intn=zColOutline|color255|Color of the outline}} | |||
{{KV|AO Color|intn=zColAO|color255|Color of the ambient occlusion}} | |||
{{KV|Buyzone Color|intn=zColBuyzone|color255|Color of the buyzones}} | |||
{{KV|Objective Color|intn=zColObjective|color255|What color should objectives be?}} | |||
{{KV|Objective outline|intn=ObjectiveUseStripes|choices}} | |||
{{KV|Visgroup<nowiki>:</nowiki> Layout|intn=vgroup_layout|string|Name of the visgroup that specifies the layout of the map}} | |||
{{KV|Visgroup<nowiki>:</nowiki> Mask|intn=vgroup_negative|string|Name of the visgroup that specifies subtractive brushes of the maps layout (use on walls)}} | |||
{{KV|Visgroup<nowiki>:</nowiki> Cover|intn=vgroup_cover|string|Name of the visgroup that specifies the cover of the map. Chuck all yr crates in here}} | |||
{{KV|Visgroup<nowiki>:</nowiki> Overlap|intn=vgroup_overlap|string|Name of this visgroup that specifies overlapping parts of the map}} | |||
{{KV|DDS Format|intn=ddsMode|choices}} | |||
{{KV|Output mode|intn=outputMode|choices}} | |||
{{KV|Sampling|intn=ssaam|choices}} | |||
}} | |||
|| | |||
|- id="tar_color" | |- id="tar_color" | ||
| [[File:tar_color.png|64px]] ||'''tar_color''' || hanges the color of '''tar_color's''' height (need '''Use auto-gradient entities''' parameter in [[TAR#tar_config|tar_config]]) || | | [[File:tar_color.png|64px]] ||'''tar_color''' || hanges the color of '''tar_color's''' height (need '''Use auto-gradient entities''' parameter in [[TAR#tar_config|tar_config]]) || {{ScrollBox| maxheight=16em| | ||
{{KV|Colo(u)r|intn=_light|color255}} | |||
}} | |||
|| | |||
|- id="tar_map_divider" | |- id="tar_map_divider" | ||
| [[File:tar_map_divider.png|64px]] || '''tar_map_divider''' || Makes multiple map levels || | | [[File:tar_map_divider.png|64px]] || '''tar_map_divider''' || Makes multiple map levels || {{ScrollBox| maxheight=16em| | ||
{{KV|Mins|intn=mins|vector}} | |||
{{KV|Maxs|intn=maxs|vector}} | |||
}} | |||
|| {{CsgoMap|de_nuke}} and {{CsgoMap|de_vertigo}} | |||
|- id="tar_max" | |- id="tar_max" | ||
| [[File:tar_max.png|64px]] || '''tar_max''' || | | [[File:tar_max.png|64px]] || '''tar_max''' || Overrides the maximum height of the map || || | ||
|- id="tar_min" | |- id="tar_min" | ||
| [[File:tar_min.png|64px]] || '''tar_min''' || | | [[File:tar_min.png|64px]] || '''tar_min''' || Overrides the minimum height of the map || || | ||
|} | |} | ||
Revision as of 11:00, 10 May 2022
TAR (Auto Radar) is a tool for Counter-Strike: Global Offensive. This tool can automatically make radars.
Installation
- Copy everything in /bin_content/ to your csgo installation's /bin/ folder
- Copy everything in /hammer_content/ to your csgo installation's /csgo/ folder
- Create a directory in your csgo installation's global offensive/bin/ folder named 'tar'
- Copy everything in /AutoRadar2.0.4/ to your csgo installation's global offensive/bin/tar/ folder
- Add a new compile profile in the expert compile mode of hammer
- Set its name to [TAR] Generate Radar
- Set the executable to: $exedir/bin/tar/AutoRadar.exe
- Set the args to: -g $gamedir $path/$file
- Go to Tools > Options in hammer
- Next to 'Game Data files' click add
- 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 ![]() |
tar_mask | Objects, that hides tar_layout | Props, brushes | Columns |
Entities
Icon | Name | Description | Keyvalues | Examples |
---|---|---|---|---|
![]() |
tar_config | Configuration of radar |
|
|
![]() |
tar_color | hanges the color of tar_color's height (need Use auto-gradient entities parameter in tar_config) |
|
|
![]() |
tar_map_divider | Makes multiple map levels | ![]() ![]() | |
![]() |
tar_max | Overrides the maximum height of the map | ||
![]() |
tar_min | Overrides the minimum height of the map |