I keep seeing a lot of clutter around the forums, primarily complaints about AI or trying to install the game. So in an effort to address some of the issues and letting the developers work, I’ll post this. I’m only going to go slightly in depth about some issues. This is for small things and things that can be easily fixed.
- Help! I can’t install Black Mesa!
First of all, [u]make sure that you have all of the proper components (.7z/.exe, torrent, what have you)[/u] and that those files themselves are not corrupt.
After this, [i]make sure you have the Source SDK Base 2007 installed[/i][/size]. You can install the SDK Base by simply right-clicking on Steams Icon at the task bar and then clicking Libraries.
Then at the top left of the window that is opened there is a search bar and a drop down menu that will by default show “ALL GAMES” click on that, then click on tools, you can find it under there, once you find it, just install it like any other Steam-based game.
-
I think the AI reacts too quickly to my presence
The AI is controlled by some hardcoded values, along with some convars, to make them more manageable, simply put these in your Skill.cfg:
ai_reaction_delay_alert “0.3” (default is 0.1) – when aware of a target in the area (be you or another NPC)
ai_reaction_delay_idle “0.75” (default is 0.3) – to initiate combat
you can find the skill.cfg under …\Steam\Steamapps\Sourcemods\BMS\cfg
This will increase the time it takes for the universal (that means everything) AI to recognize you as a threat. It also slows down their processing capabilities, and makes them slightly slower in their decision process. This also gives you a little more time to get into cover when dealing with vorts and the like.
- I keep having to jump+crouch each time I encounter a trip mine or wire
Instead of lowering the gravity, boost the vertical & forward jump speed in the skill.cfg.
bms_normal_jump_vertical_speed "160"
bms_normal_jump_crouch_vertical_speed "160"
bms_double_jump_vertical_speed "200"
bms_airboost_jump_vertical_speed "80"
bms_airboost_jump_forward_speed "360"
bms_airboost_jump_original_speed_mod "0.25"
bms_long_jump_vertical_speed "150"
bms_long_jump_horizontal_speed "460"
bms_long_jump_delay "1"
It will take a little while to find the butter zone for the values, but have fun figuring that one out. I haven’t played with those, and I have no intention to. If you find a butter zone for yourself, post it and I’ll add those.
-
My crosshairs keep poofing
Simply open your console again and type “cl_drawhud 0” then repeat the same command and set it to 1. It will show back up and you can play as normal. No idea what causes the visual bug, don’t care, it’s an easy temp/bandaid fix. -
Reserved
If you come across any more issues, post it and I’ll look to add it to the main post. I made this primarily in an effort to reduce the clutter on the forums so the moderators (and as a result the development team) can focus more on the bugs that they didn’t find and reduce the clutter.