Counter-Strike 2 Workshop Tools/Examples: Difference between revisions
Jump to navigation
Jump to search

(6 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
! style="width:10%" | Map | ! style="width:10%" | Map | ||
! Description | ! Description | ||
! style="width: | ! style="width:42%" | Path to file(s) | ||
|- | |- | ||
| style="text-align:center" | <code>ancient_zoo.[[vmap]]</code> | | style="text-align:center" | <code>ancient_zoo.[[vmap]]</code> | ||
Line 19: | Line 19: | ||
| style="text-align:center" | <code>smartprop_zoo.vmap</code> | | style="text-align:center" | <code>smartprop_zoo.vmap</code> | ||
| A set of ready-made [[Smart Props]] with notes from the developers. | | A set of ready-made [[Smart Props]] with notes from the developers. | ||
|- | |||
| style="text-align:center" | <code>lighting_info.vmap</code> | |||
| Demonstration of lighting sources, post-processing, and other features with notes from the developers. | |||
| style="vertical-align:top" | {{path|..\Counter-Strike Global Offensive\content\csgo_addons\addon_template\maps\content_examples}} | |||
|} | |} | ||
Line 26: | Line 30: | ||
! style="width:10%" | Map | ! style="width:10%" | Map | ||
! Description | ! Description | ||
! style="width: | ! style="width:42%" | Path to file(s) | ||
|- | |- | ||
| style="text-align:center" | <code>xxx_mapname_xxx.vmap</code> | | style="text-align:center" | <code>xxx_mapname_xxx.[[vmap]]</code> | ||
| A map with your addon's name, containing everything you need for the [[Bomb Defusal]] mode, as well as notes from the developers. | | A map with your addon's name, containing everything you need for the [[Bomb Defusal]] mode, as well as notes from the developers. | ||
| style="vertical-align:top" | {{path|..\Counter-Strike Global Offensive\content\csgo_addons\addon_template\maps}} | |||
|- | |- | ||
| style="text-align:center" | <code>template_defuse.vmap</code> | | style="text-align:center" | <code>template_defuse.vmap</code> | ||
Line 46: | Line 47: | ||
|} | |} | ||
== Screenshots == | == Screenshots of the listed maps == | ||
<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:script_zoo.png | script_zoo.vmap | File:script_zoo.png | script_zoo.vmap | ||
File: | File:smartprop_zoo.png | smartprop_zoo.vmap | ||
File: | File:xxx_mapname_xxx.png | xxx_mapname_xxx.vmap | ||
File: | File:lighting_info.png | lighting_info.vmap | ||
File: | File:lighting_info screenshot 1.png | lighting_info.vmap | ||
File:lighting_info screenshot 2.png | lighting_info.vmap | |||
</gallery> | </gallery> |
Latest revision as of 05:04, 17 September 2025


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
|
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. |