Level Design

From Valve Developer Community
< Counter-Strike 2 Workshop Tools
Revision as of 06:25, 11 July 2023 by Seal Enthusiast (talk | contribs) (Created page with "{{Language subpage}} Port maps and assets over to {{source2|4.1}}. <br /> == Import Tool Documentation == As part of {{cs2|4.1}}'s Workshop Tools, we have included a Pyth...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
English (en)中文 (zh)Translate (Translate)

Port maps and assets over to Source 2 Source 2.


Import Tool Documentation

As part of Counter-Strike 2 Counter-Strike 2's Workshop Tools, we have included a Python script for helping content creators to quickly port maps and assets over to Source 2 Source 2. Before getting started there is some preparation work which must be done.


Post Import Fixup steps

Tips for fixing skyboxes, cleaning up meshes and converting cubemaps.


Hammer Minimum Specs

Hammer now leverages GPU accelerated raytracing to both preview and bake lighting for Counter-Strike 2 Counter-Strike 2 maps, drastically speeding up compile times, even on lower end hardware. As such, a GPU capable of raytracing is now required for Hammer to be fully functional.

GPU Minimum Specs:

  • Nvidia RTX 2060 Ti 6GB
  • AMD Radeon 6600XT
  • Intel Arc series[confirm]

GPU Recommended Specs:

  • Nvidia RTX 2080 Ti+
  • AMD Radeon 6800XT+
  • Intel Arc series[confirm]

Template:ModernTodo