What is Climb?
#
Climb, also known as Kreedz (KZ) in CS 1.6 and CSGO, or Xtreme Climb (XC) in CSS, is a popular community game mode found in every Counter-Strike game.
Climb is a series of platforming challenges that can be best simplified as “trick jumps” which pull from the big 3 movement disciplines in source:
Strafe, Bunnyhop (Bhop), and Surf to challenge players in scaling its maps as fast as possible.
...
This guide is a work in progress. If you have questions or problems ask for help in the Momentum Mod Discord.
#
Before you start, you should know that maps with simple geometry work best for porting. Complex geometry can cause invalid solids which will need to be manually remade, and some textures will need to be realigned.
Prerequisites:
- Have a basic understanding of Goldsrc, Valve Hammer Editor, and potentially Trenchbroom
Download the .BSP and (in some cases) the .WAD
#
Most Team Fortress Classic skill maps can be found on the TFC Refugees forum here: https://www.tfcrefugees.com/resources/categories/conc.4/
Maps downloaded from this forum always include any relevant custom content not packed into the map itself. Additionally many maps have descriptions and author info text documents included.
Of the files downloaded, the BSP is the actual map file, and the WAD contains the textures used in the map. In most cases custom textures will be embedded into the BSP itself.
...