ficool2 / HammerPlusPlus-Issue-Tracker

Bug and feature request tracker for Hammer++
36 stars 1 forks source link

[Bug] i cant compile maps #377

Open Larppaliz opened 2 years ago

Larppaliz commented 2 years ago

i cant compile any maps even if theres nothing wrong with them this command thing just shows up and nothing image

LicBoy commented 2 years ago

@Larppaliz I had same issue because Hammer++ for some reason didn't take SDK's settings, so I needed to set up configurations manually. Firstly, check your Game Configurations in Tools > Options > Game Configurations. Here check your main CS:GO configuration properties:

  1. Game Data files should contain file $SteamUserDir\Counter-Strike Global Offensive\bin\csgo.fgd If it's not there, add it.
  2. Game Executable Directory path: $SteamUserDir\Counter-Strike Global Offensive
  3. Game Directory path: $SteamUserDir\Counter-Strike Global Offensive\csgo (Carefully, not just \Counter-Strike Global Offensive)
  4. Hammer VMF directory path: _$SteamUserDir\Counter-Strike Global Offensive\sdkcontent\maps
  5. Prefab Directory path: $SteamUserDir\Counter-Strike Global Offensive\bin\prefabs

After that, check main part - in same window near Game Configurations open Build Programs tab. You should have following paths:

  1. Game executable: $SteamUserDir\Counter-Strike Global Offensive\csgo.exe
  2. BSP executable: $SteamUserDir\Counter-Strike Global Offensive\bin\vbsp.exe
  3. VIS executable: $SteamUserDir\Counter-Strike Global Offensive\bin\vvis.exe
  4. RAD excutable: $SteamUserDir\Counter-Strike Global Offensive\bin\vrad.exe
  5. Place compiled maps... : $SteamUserDir\Counter-Strike Global Offensive\csgo\maps

That's it, in my case problem was that Build Programs tab was empty so I configured it manually. Hope that will help you, but if problem still remains, just try to launch normal CS GO SDK and look what settings it has and copy them to Hammer++.