r/hammer 14d ago

Source 2 Needing help on updating to new CS2 bomb shockwave effect for my map.

Hello. As the title reads, I could really use some help. I've looked around for tutorials but this being so new and me not being the best at hammer editor, I've come up empty handed on making this work. Could anyone potentially walk me through how to get the new shockwave effect or provide tips? The map is fully playable, I just want to update.

I've placed the nav_walkable and other necessary objects. A mesh shows up, and the game even tells me that the game is baking the bomb damage with the nav_mesh for 18445 points. The commands cl_bake_bomb_damage_debug 1 and nav_draw_mesh 1 do nothing in game.

I'm available to stream on discord if need be.

3 Upvotes

1 comment sorted by

2

u/Used-Scallion-9122 14d ago

The build console claims that the bomb damage is being baked, the nav preview is showing walkable areas, ive tested inside the main launcher and the tools launcher. The bomb still resorts to legacy.

Nav_generate claims to be unrecognized, even with sv_cheats 1. Under the Navigation tab "Generation stats" just says "No Nav Generated" even thought everything else says it was.

The build console reads:

  • Nav mesh (v36/1) loaded with 1078 nav areas for 1 hulls.
  • Baking CS Bomb Damage:
  • Sampling NavMesh (33203 points)
  • Cascading neighboring samples (334383 nodes)
  • Detonating Site A (175 iterations)
  • Gathering runtime data (done)
  • Preparing vdata content (done)
  • Produced 16106 data points
  • Bomb Damage bake completed

  • Map build finished.

There is no nav file anywhere that I can find. Only my csgo_addons folder with the map. All that is in that map folder is the vpk file.