question

  1. Mr_MEME_42

    Is it possible to have a King of the Hill capture point automatically uncaptured itself?

    I am making a King of the Hill map similar to something like CoD's hardpoint where the objective switches around the map. I got the logic behind changing the capture points working, but I also want to make it so that when the capture point moves after 60 seconds, it needs to be recaptured by...
  2. Mr_MEME_42

    I want to make a door open and stay open and close a stay closed depending on who controls the middle point. How would I do that?

    On my map, a door on either side is meant to start the round open and then close once the middle point is capped in 5CP. So if Red caps the middle, Blue's door would close while Red's stays open, and if Blue recaps the middle, their door opens again and Red's now closes. How would I do something...
  3. Mr_MEME_42

    Power House Turbines not loading into the map?

    I put the Turbines from Power House in my maps as props but when I run my map they do not appear. Does anyone know what might be causing this?
  4. Mr_MEME_42

    Does anyone know why this metal grate is glitching and is no longer solid?

    On my map, I have these metal grates on the floor but for some reason, all but one of them work perfectly fine. As you can see in the image the one at the bottom looks to be solid metal instead of a metal grate texture while the one at the top works perfectly fine. Also, this one is not solid...
  5. Mr_MEME_42

    Is it ok to have different water brushes touching?

    I am wondering if it is okay to have different water brushes touching each other, specifically the same height but just next to each other. I am wondering if I can clean up the water on my map by breaking it up into cubes to cover the parts I need it to instead of being a giant rectangle that...
  6. Tiftid

    How do I watch old demos after x64?

    I have downloaded 1.09 GB of cp_bruhstbowl demo files with the idea of rewatching them and finally getting the "Friendly Fire Incident" on video. However, it appears to be impossible to watch pre-25/07/2023 demos after the x64 update. If you install one of the compatibility beta clients, you get...
  7. volumebar

    embargo announcers

    how does embargo manage to have 2 announcers? it's something im hoping to incorporate into my own map. do they use playVO or potentially vscript?
  8. volumebar

    Different announcers for 2 teams

    i want to make a cp map where the announcer for blu is Gray Mann, and for red is the administrator. i don't want either team to hear the other's announcer. is there an actual method for this? or a way to play sound cues specifically for one team?
  9. Aaron.Source

    Are there any other Map Formulas besides the Viaduct one?

    I've been trying to look for another Formula to follow since the Viaduct Formula is too overused and I wanted to make a Unique Map using a different Formula. Any Ideas?
  10. jimmy sakamoto

    Looking for an old custom map

    I remember it took place in Earth's upper atmosphere, you could get on top and fall off of it, giant metallic warehouse container looking thing, possibly A/D or CP. Very VERTICAL. Had a strange almost HL2 vibe. Dark and shadowy. Might've had altered gravity or that could have been RTD. Anyone...
  11. DecliningSanityGaming

    Will i get flamed and bombarded with criticism if my map has a dustbowl-like first area?

    If I make a pl_ map that has those two higher areas to the left and right, and the lower area in the middle, will i be called some unoriginal hack, or is that just such a basic whatever that no one will care? (yes)
  12. REDHOT

    Question about licencing + referencing community assets

    Hello! Been a hot minute since I've posted here but I've got a question regarding the Creative Commons / ownership of assets created by and released for the community. For example, the 'Frontline' asset pack; are these assets CC0? ie: would I not need to credit a prop's creator if i released a...
  13. eythenguestgames45

    How to easily find leaks?

    The compile log says my train track is leaking, but I'm not sure how I would be able to fix this? can someone help, i just started mapping a couple days ago and im sorry if I post this forum wrong this is my first time using this.
  14. FatalError418

    Move displacement at runtime

    I want to move a displacement down when hit. I tried just moving the displacement down, but I can't parent the displacement. If it was a prop, I could easily make it work, just make it prop physics detect health change and activate a func_movelinear. However, I couldn't get Propper to work, and...
  15. Ms. Wizard <|:)

    Help! Custom gameinfo.txt isn't loading all my custom assets...

    I've been following this guide by seth on separating my custom content into a new folder that only Hammer++ reads. You're supposed to give hammer a different gameinfo.txt that has the new directories, as seen below: However, when I launch hammer it only loads a set number of these folders. See...
  16. Chaos

    Koth points system?

    I've noticed on koth maps, there's a "best to 2" system in place. Where after holding the point for the full 3 minutes, the winning team gets a point added to the scoreboard and the round ends. If one team manages to capture twice, then they win the whole match. I've been trying to figure out...
  17. rarityF

    damage filter problem

    im working on a market gardening based arena and im looking to disable shotgun damage so i use a filer_damage_type entity to disallow bullets damage and im using a trigger to activate this filter however in game when disallowing bullet damage bullets still do damage the really odd part i then...
  18. Loafer

    Setting the minimum points for core stealing in VScript?

    I am trying to make a Halloween map where players collect candy around the map and deposit it, after they deposit an rd reactor core spawns with their teams' total amount of candy. Unfortunately, core stealing requires at least 25 points, which has made me try to find a workaround using just...
  19. Ðoge

    Random spawns at comp map before ready up

    How to force player spawn at various coordinates and not at spawn, to DM each other? Before both teams would ready up to play a match.
  20. imthevoidweresanitydies@g

    how to detect projectiles?

    how would i go about detecting a projectile like the sandman ball from tf2? is it possible using brushes or map logic? keep in mind that i am ussing the tf2 verion of hammer, which is missing many features from future games.