Here are some useful resources
Tools
- Source 2 Viewer - To open .VPK files and extract files (also works for CS:GO)
- kristiker/source1import - Converts Source 1 files to Source 2, I mostly use it for materials & particles
- Workshop Downloader - .bat script to get workshop VPKs, edit
cd "files/steamcmd"
to your SteamCMD path - BSPSource - Source 1 map decompiler, needed for porting maps
- CS2 Map Import Tool - Everyone already have these files in
game\csgo\import_scripts
- gameinfo.gi swap - .bat script to swap content from
gameinfo.gi.bak
togameinfo.gi
(edit game path in the file)
Wiki/Docs
- Valve Developer Community - Information about the engines made by Valve
- CS2 Docs by poggu - Dumped CS2 data & more
Tutorials
- Porting CS:GO map to CS2 - Very quick and simple video showing how it's done.