Put bugs here.
Source 2 Hammer Bugs
-
-
If you try to take a high resolution screenshot, the editor crashes.
-
Importing source 1.0 vmf maps doesn't appear to work, or is at least 64 times too small, and even in that case, the texture coordinate data seems corrupt/random
[Blocked Image: https://i.imgur.com/ZmHuaV8.png]
[Blocked Image: https://i.imgur.com/KRF1IpC.png]
[Blocked Image: https://i.imgur.com/gf7dI8f.png]
[Blocked Image: https://i.imgur.com/YUOZY8T.png]
-
Seems that enabling Debug Mode of the Blend Painting Tool when selecting a subdivided face crashes the editor to desktop
-
After tying mesh to and entity, it automatically gets the trigger materials assigned and you cannot assign a different materials to it, which breaks functionality for some mesh entities such as trigger_traversal_no_teleport.
-
Grid snap is not respected when extruding an object by scaling an edge selection while using a custom workplane.
-
Hotkeys do not work if you used a different keyboard language. (For example Russian). It's funny, but in other software everything works well. Solution, change the language to English on you're keyboard
-
-
Quote from untor
4 hours ago, untor said: Hotkeys do not work if you used a different keyboard language. (For example Russian). It's funny, but in other software everything works well. Solution, change the language to English on you're keyboard
Ridiculous, but not surprising from Valve. I think even CSGO was switching to American keyboard layout until last year. It's something they never cared about, and it's so basic it's infuriating.
-
Am I crazy or do instances disalign themselves from the grid when create instance and then you click them to edit them?
-
Quote from blackdog
9 hours ago, blackdog said: ... I think even CSGO was switching to American keyboard layout until last year. It's something they never cared about, and it's so basic it's infuriating.
What do you mean exactly? I've always used a non-American keyboard layout and don't recall ever having any issues when playing CSGO.
But not having the option to change key binds in S2 Hammer is what annoys me most at the moment. It's especially weird since it seems like you can edit keys (the key bind options have an "apply" button).
I have Z instead of W and so when I press forward in the viewport I enable/disable "fly toggle".
The way I use for navigating in the viewport in old Hammer unfortunately doesn't work anymore (which includes space bar, LM/RM and scroll wheel), I'm guessing because space bar has been assigned a new use.
-
@Squad at least with Italian layout, the keyboard would not recognise the chars assigned to our layout, so you open the chat to message and you have to know/remember that question mark is underscore for eg.
They basically always had an hard coded override of the layouts or something, which make no sense.
-
Quote from blackdog
4 hours ago, blackdog said: @Squad at least with Italian layout, the keyboard would not recognise the chars assigned to our layout, so you open the chat to message and you have to know/remember that question mark is underscore for eg.
Oh yeah, that may have been a thing in (early days of) goldsrc CS. I remember having to learn to type qwerty on an azerty keyboard, lol.
-
Quote from Squad
On 5/26/2020 at 10:26 PM, Squad said: But not having the option to change key binds in S2 Hammer is what annoys me most at the moment. It's especially weird since it seems like you can edit keys (the key bind options have an "apply" button).
You can change a binds \steamapps\common\Half-Life Alyx\game\core\tools\keybindings\hammer_key_bindings.txt
-
Quote from untor
3 hours ago, untor said: You can change a binds \steamapps\common\Half-Life Alyx\game\core\tools\keybindings\hammer_key_bindings.txt
Awesome. Thanks, Untor

-
Quote from untor
6 hours ago, untor said: You can change a binds \steamapps\common\Half-Life Alyx\game\core\tools\keybindings\hammer_key_bindings.txt
Oh, hell yeah!
Thanks.
-
Quote from Jared
On 5/18/2020 at 2:39 PM, Jared said: Importing source 1.0 vmf maps doesn't appear to work, or is at least 64 times too small, and even in that case, the texture coordinate data seems corrupt/random
[Blocked Image: https://i.imgur.com/ZmHuaV8.png]
[Blocked Image: https://i.imgur.com/KRF1IpC.png]
[Blocked Image: https://i.imgur.com/gf7dI8f.png]
After many years of trial and error, going off of almost zero documentation other than a poorly worded but still somewhat helpful tutorial on the valve developer community, and dota 2 gameinfo.gi on github gametracker, I have stumbled into how to import a source 1.0 vmf, the steps for Half-Life: Alyx are as follows:
Create a default-new "addon" where you'll keep the imported materials / textures / models.
Then the easiest way to batch import source1 content is using https://github.com/AlpyneDreams/source2utils, after you're done with those tools and you have a folder of .vmat and .tga I like use https://www.xnview.com/en/xnviewmp/#downloads to batch convert all the .tga to have a color depth of 32 with 255 alpha, otherwise source2 cant read it, and enable RLE compression, its lossless and reduces OVER 60% of total file size. Move all of your imported content to that normal addon we made earlier.
Now, here's what I believe to be the magic sauce... create a "MOD" (not a addon :)) of your original source1 content on the game-side, not content-side, located at for example "E:\SteamLibrary\steamapps\common\Half-Life Alyx\game\source1mod". A very important note, along with your source1 content, you also need to have a normal source1 gameinfo.txt, located right next to your materials / models folders, the one from tf2 for example would work.
Then, (THE Real magic), open up "E:\SteamLibrary\steamapps\common\Half-Life Alyx\game\hlvr" and edit the "gameinfo.gi" file with a text editor, scroll down to find... Source1Import !
Set importmod, and importdir to your source1 content mod you made, like so :
"importmod" "source1mod" "importdir" "..\source1mod"
NOW before you run off and try and import a .vmf from your desktop, you need to place even the source .vmf in a special location, on the content-side, not game-side, for example "E:\SteamLibrary\steamapps\common\Half-Life Alyx\content\source1mod\maps\ctf_2fort_d.vmf"
Finally using google I was able to find very little parameters for "Source1Import", but I did find a few, how useful they are is yet to be understood, probably best to start with the default no parameters.
"synthesizeMeshNames" "1" "ignoreParticleManifest" "1" "getSkinningFromLod0ByDefault" "0" "createStaticOverlays" "1" // info_overlay entities will be converted to static overlay nodes instead of preserved as Info_overlay entities
Hopefully this made sense, I'll think about making a more detailed FULL tutorial on steam guides or something later, I'll edit this to have a link to that if I do end up making it. Thanks!
-
forcerevive doesn't work
zombie corpses just sit there glowing -
Anyone had any luck at all getting game_player_equip working on CS2? Thought I'd revisit CS mapping with the engine upgrade by porting over my old minigames maps but having no luck at all firing a give weapon_knife to the player.
-
I don't know if this is a bug or operator error, but I'm trying to boot a CS2 map from Hammer and play it as a deathmatch. It keeps booting into Demolition / Competitive mode and when I try to use the command string 'game_mode 2;game_type 1;exec gamemode_deathmatch; mp_match_end_restart 1' it crashes my game. This was working just fine yesterday. The console gives me this when it crashes:
] game_mode 2;game_type 1;exec gamemode_deathmatch; mp_match_end_restart 1 execing gamemode_deathmatch ResetBreakpadAppId: Universe is 1 (k_EUniversePublic) ResetBreakpadAppId: Setting non standard break pad app id: 2347779 Disconnected From 'Localhost:29000' Connecting To 'Localhost:29000' Listening For Application On 'Localhost:29000'
I also constantly get 'Steam is required to join a game. Please check your connection to Steam and try again.', then 'No Steam log on.' error and am booted back to the main menu after a couple minutes in the match.
Am I doing something wrong?
-
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!