Counter-Strike 2 Workshop Tools/Examples: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
| style="text-align:center" | <code>ancient_zoo.[[vmap]]</code>
| style="text-align:center" | <code>ancient_zoo.[[vmap]]</code>
| A technical map showing the models, materials, and much more that were used on the Ancient map.
| A technical map showing the models, materials, and much more that were used on the Ancient map.
| rowspan="3" style="vertical-align:top" | {{path|..\Counter-Strike Global Offensive\content\csgo\maps\editor\zoo}}
| rowspan="4" style="vertical-align:top" | {{path|..\Counter-Strike Global Offensive\content\csgo\maps\editor\zoo}}
|-
| style="text-align:center" | <code>train_zoo.[[vmap]]</code>
| A technical map showing the models, materials, and much more that were used on the Train map.
|-
|-
| style="text-align:center" | <code>script_zoo.vmap</code>
| style="text-align:center" | <code>script_zoo.vmap</code>
Line 50: Line 53:
<gallery mode="traditional" widths="128px" heights="72px">
<gallery mode="traditional" widths="128px" heights="72px">
File:ancient_zoo.png | ancient_zoo.vmap
File:ancient_zoo.png | ancient_zoo.vmap
File:train_zoo.png | train_zoo.vmap
File:script_zoo.png | script_zoo.vmap
File:script_zoo.png | script_zoo.vmap
File:smartprop_zoo.png | smartprop_zoo.vmap
File:smartprop_zoo.png | smartprop_zoo.vmap

Latest revision as of 13:26, 27 September 2025

English (en)Translate (Translate)

Example maps, prefabs and other content for Counter-Strike 2.

Zoo

Map Description Path to file(s)
ancient_zoo.vmap A technical map showing the models, materials, and much more that were used on the Ancient map. 🖿..\Counter-Strike Global Offensive\content\csgo\maps\editor\zoo
train_zoo.vmap A technical map showing the models, materials, and much more that were used on the Train map.
script_zoo.vmap Demonstration of JavaScript usage and the point_script entity.
smartprop_zoo.vmap A set of ready-made Smart Props with notes from the developers.
lighting_info.vmap Demonstration of lighting sources, post-processing, and other features with notes from the developers. 🖿..\Counter-Strike Global Offensive\content\csgo_addons\addon_template\maps\content_examples

Templates

Map Description Path to file(s)
xxx_mapname_xxx.vmap A map with your addon's name, containing everything you need for the Bomb Defusal mode, as well as notes from the developers. 🖿..\Counter-Strike Global Offensive\content\csgo_addons\addon_template\maps
template_defuse.vmap A map with everything you need for the Bomb Defusal mode. 🖿..\Counter-Strike Global Offensive\content\csgo\maps\templates
template_hostage.vmap A map with everything you need for Hostage Rescue mode.
template_wingman.vmap A map with everything you need for Wingman mode.

Screenshots of the listed maps