WoLD Archives Search About Contact

World of Level Design

Tutorials to Becoming the Best Level Designer and Game Environment Artist (since 2008)

CS:GO SDK How to Decompile Maps to Reverse Engineer and Improve Your Work

Category: Source: CSGO SDK
August 18, 2016

BSP is a compiled map file that Source Engine uses to run your map inside the game.

VMF is Valve Map Format file and it is the raw data of your map. VMF file is what you open, save and work on inside Hammer Source level editor.

All final, official maps inside CS:GO are BSP map files. In order to open them inside Hammer Source level editor, you have to decompile them and generate a .VMF file.

Decompiling is a process generating .VMF file from a compiled .BSP file.

Why would you want to decompile?

Each map contains valuable lessons, tips and techniques waiting for you to learn from.

You can reverse engineer how a map was created, how it was optimized and which techniques were used to generate a specific result.

For example, you can learn how such expansive skybox was created on de_nuke:

Or how cs_italy was optimized:

It is important to note:

"Decompiled levels mimic the original source, they are not exact reproductions. This makes them useful for learning, measurement, and inspection, but not direct recompilation. The original source is ideal for reproductions or modifications." - From Valve Wiki

Disclaimer Before Decompiling Any Map

Only decompile to learn and inspect these maps to improve your own work.

You should not copy, recompile and release decompiled maps.

"Releasing reproductions, modifications, or approximations of another's work without permission nor credit is frowned upon and may be considered as a copyright violation." - From Valve Wiki

Downloading Decompiler

There are many decompilers available:

  • EntSpy (view/edit entities of a BSP without recompiling)
  • BSPSource (open source map decompiler for Source engine maps, based on VMEX) - the one we are going to use
  • VMEX (decompiler for Source engine maps)
  • MapFool (helps porting HL1 maps to Source)
  • xwad (command-line tool to convert texture formats)
  • BSP2MAP (for HL1 engine)
  • WinBSPC (for HL1 engine)
  • BSP Viewer (for HL1 engine)

You can see a full list and download links on official Valve Wiki here.

We will cover BSPSource. It is what I personally use and it works with great with CS:GO maps.

Valve lists a few download links where to find BSPSource decompiler. You can find it here on this page.

I cannot attest to the download links and their sources. You take all responsibility of download from them.

Go ahead and download BSPSource decompiler.

Running BSPSource Decompiler

Extract BSPSource zip/rar folder and open one of the following files:

  • Windows: open bspsrc.bat or bspsrc.jar
  • Linux/MacOS: open bspsrc.sh or bspsrc.jar

Double-click on bspsrc.jar to open BSPSource GUI:

All you need now is click on "Add" and look for BSP file to decompile. But we are going to go through an extra step.

Getting Your BSP Map Files In Order

Following section is option but important.

I do not like decompiling original BSP map files located in the default installation folder for CS:GO:

So I copy the BSP map files I want to decompile from "C:\Program Files (x86)\Steam\SteamApps\common\Counter-Strike Global Offensive\csgo\maps". I chose to copy cs_militia:

Go to sdk content folder located in "C:\Program Files (x86)\Steam\SteamApps\common\Counter-Strike Global Offensive\sdk_content":

Create a new folder named "decompiledmaps":

You can name this folder anything you want.

Paste the copied .BSP map file into this new folder:

It is an extra safety step to avoid any issues that may come up from decompiling original .BSP files.

Reason we chose sdk_content folder will be apparent later. "C:\Program Files (x86)\Steam\SteamApps\common\Counter-Strike Global Offensive\sdk_content" directory is where Hammer Source level editor looks into to open .VMF files.

Decompiling Maps

Launch BSPSource:

Under Files tab click on "Add":

Navigate to "C:\Program Files (x86)\Steam\SteamApps\common\Counter-Strike Global Offensive\sdk_content\decompiledmaps" and choose the copied BSP map file you want to decompile. Double click on the file or select multiple BSP files and click Open:

You will see the added BSP file/s. Now click on "Decompile":

BSPSource will now ask where you want to save your decompiled map into. I kept it to the same directory "decompiledmaps":

Decompiler will run and generate a VMF file:

Opening Decompiled Maps

Launch Hammer Source Level editor:

Go to File > Open:

Choose decompiled .VMF file inside "decompiledmaps" folder:

You now have a decompiled map opened inside the level editor that you can learn and study from:

Decompiling Maps That Contain Custom Props/Textures

Some maps may custom props and textures that were packed into the BSP file by the creators. These props and textures will not show up in the map after decompiling.

You will experience error_props and blank textures if you decompile a map with these custom assets:

You can still learn from these maps. Delete the error props to see the map better.

Resources:

developer.valvesoftware.com/wiki/Decompiling_Maps

developer.valvesoftware.com/wiki/BSPSource

Read Next: CS:GO SDK How to Compile and Run Your First Map

SUBSCRIBE & GET FREE UE5 PDF GUIDE

Subscribe to receive NEW/UPDATED and FREE "UE5 Beginner's Quick Start Guide" PDF (90 pages).

Subscribe and Get Free UE5 PDF Guide

Visit this page for more info about the guide...


Follow WoLD




UE5 FUNDAMENTALS VOL.1 COURSE


UE5: RETRO OFFICE PROJECT


MAYA FOUNDATION COURSE


SUBSTANCE PAINTER ESSENTIALS


LEARN THE PREPRODUCTION PROCESS


ABOUT WoLD & ALEXG

About World of Level Design

My name is AlexG. I am self-taught level designer, game environment artist and the creator of World of Level Design.com. I've learned everything I know from personal experimentation and decades of being around various online communities of fellow environment artist and level designers. On World of Level Design you will find tutorials to make you become the best level designer and game environment artist.

Read More »


Home Terms of Use/Trademarks/Disclaimers Privacy Policy Donate About Contact

All content on this website is copyrighted ©2008-2024 World of Level Design LLC. All rights reserved.
Duplication and distribution is illegal and strictly prohibited.

World of Level Design LLC is an independent company. World of Level Design website, its tutorials and products are not endorsed, sponsored or approved by any mentioned companies on this website in any way. All content is based on my own personal experimentation, experience and opinion. World of Level Design™ and 11 Day Level Design™ are trademarks of AlexG.

Template powered by w3.css