How to find the map name you're playing?[Solved]

  • Site Migration: See bugs? Report them here. Want something changed or have an idea? Suggest it here.
Oct 6, 2008
1,915
441
Hi Guys!

I've been playing a lot of HalfLife(all of them), Op Force, Blue Shift recently for notes towards a screenplay for HL3 , and there's been a few levels that I have thought were really cool and I'd like to import some of the things I've seen into TF2.

Any idea on how I determine which level I'm on so I can grab that section and run a decompile so I can see how they've done the coding for it?

Thanks
 

ficool2

L4: Comfortable Member
Oct 28, 2017
162
219
status
cl_showfps
Either one shows the map name, type it in the developer console.
 

Vel0city

func_fish
aa
Dec 6, 2014
1,948
1,574
Or just hold Tab which brings up the scoreboard and unless you have a custom HUD your map name is in the bottom right.

As for
and run a decompile so I can see how they've done the coding for it?

This won't do very much as decompiling isn't a perfect process. It can and most likely will cause errors such as invalid brushes (fixing this will cause all entities to disappear because it's Hammer) and you won't come very far with just a VMF that's empty.
 
Oct 6, 2008
1,915
441
thanks guys