SF's Hammer Tutorials - NPC Navigation

  Рет қаралды 53,283

Lukas Orsvärn

Lukas Orsvärn

Күн бұрын

Learn how to use the info_node entity to enable NPCs on your maps to navigate properly.
Rundown:
First, we learn how to best place the info_node entities around our maps.
Then we learn how to edit the nodes ingame, as well as how to debug the navigation by using the console to order a NPC around the map.
Made by Silverfish
orsvarn.com

Пікірлер: 204
@AgrimarYT
@AgrimarYT 9 жыл бұрын
You know hammer is old when a 2009 Tutorial is still relevant. amirite?
@Silwerfish
@Silwerfish 9 жыл бұрын
+Agent Agrimar Animations hehe yep! :D
@Espinete87
@Espinete87 5 жыл бұрын
I still using it, its my first map, im 31 years old, and this kind of things are lovely! :D i hope many people still doing it By the way, i uploaded quick video very interesting, to learn how to export props from gmod to hammer, this is gold! kzbin.info/www/bejne/oqbWlIJ-o9ycpNE
@maxwell_edison
@maxwell_edison 5 жыл бұрын
You know Hammer is old when a 3-year-old comment on a 2009 tutorial is still relevant. amirite?
@pittos838
@pittos838 4 жыл бұрын
god bless source 2 and the fact this tutorial is still relevant for it (kinda)
@Electronic424
@Electronic424 4 жыл бұрын
You know Hammer is still relevant when you reply to a video from 2009 claiming Hammer is old. Unreal Engine still uses many of the same tools and features it did back in the early 2000s, some things are just timeless my friend.
@RadRoach4422
@RadRoach4422 3 жыл бұрын
He told us to rate the video. *He told us to rate the video.*
@yodigochau
@yodigochau 7 ай бұрын
he told us to rate the video
@gamingwithvega8366
@gamingwithvega8366 2 ай бұрын
НЕ ТОLD US ТО RАТЕ ТНЕ 𝓿𝓲𝓭𝓮𝓸
@MrGermandeutsch
@MrGermandeutsch 4 жыл бұрын
It's *_2020_* Corona Virus and Leaked Source Codes plague the Lands. And I'm re-watching this Video again, after 10 years, to learn once again on how to properly use the Ground Node Entity.
@lunareclipse2401
@lunareclipse2401 4 жыл бұрын
mood
@ozone_au
@ozone_au 2 жыл бұрын
2022 now man. u remember how to use the entity or do u need to rewatch again?
@MrGermandeutsch
@MrGermandeutsch 2 жыл бұрын
@@ozone_au Funny that you mention that today of all days. Because I *_did_* start working on nodes again and forgot everything YET AGAIN.
@ozone_au
@ozone_au 2 жыл бұрын
@@MrGermandeutsch LMAO good luck man haha
@traveler1710
@traveler1710 8 ай бұрын
ye@@MrGermandeutsch
@DanJacobsonDANJ16
@DanJacobsonDANJ16 5 жыл бұрын
Do info_nodes affect performance in-game? How many info_nodes can you create in a map? Is there a particular limit?
@Silwerfish
@Silwerfish 5 жыл бұрын
As far as I know there is no noticeable performance impact nor any particular limit to the number of nodes you can add.
@thedrenchedkyogre7096
@thedrenchedkyogre7096 3 жыл бұрын
I know this is an old comment but no, not at all! (Unless there are like, Billions of nodes then yes there would be a difference.) The only thing the nodes are effecting are the file size. The more nodes, the bigger the size of the bsp file will be.
@sasanekpl1130
@sasanekpl1130 3 жыл бұрын
My god, almost 12 year old piece of information is still revelant nad useful today. Thanks!
@gsp1995
@gsp1995 15 жыл бұрын
Oh dude, you rule. Very helpful tutorial, since I like to work more with NPCs and scripted sequences other than brushwork lol. But I really needed to understand the info_node thank you very much.
@koldproxy
@koldproxy 12 жыл бұрын
An extra note to all testers: If you want to try Combine (hostile NPCs) just type "notarget" in the console so they won't kill you.
@Silwerfish
@Silwerfish 15 жыл бұрын
Thank you! :) I have the game running in the background though. See my tutorial called "NPC Animations", use the scripted_sequence, but give no animation information. The NPC will walk to the scripted_sequence and then consider himself to be done. You can then set "Next Script" to the name of another scripted_sequence and then you can tie the last scripted_sequence to the first one and your NPC will be in an endless loop. Just don't forget to check the "Override AI" flag! I hope this helps.
@Silwerfish
@Silwerfish 11 жыл бұрын
You can use an aiscripted_schedule to tell them what to do. So you set up a bunch of those. And then you can use a logic_random_outputs entity that has all the aiscripted_schedules in it. Then you tell that logic_random_outputs to fire every x seconds by using a logic_timer. This is one way of doing it that I think should work, but I haven't worked with the logic_random_outputs entity so I can't say for sure.
@Silwerfish
@Silwerfish 14 жыл бұрын
@IXIArblargIXI It's not that they ignore them (the nodes are just for enabling your NPCs to navigate your level, it doesn't force them to do so), it's just that they are not programmed to start wandering around when they spawn. You could add an aiscripted_schedule that you trigger when a zombie spawns that tell the zombie to go towards the player and attack him for example, but I don't think there is a good way to just make them wander aimlessly.
@Silwerfish
@Silwerfish 11 жыл бұрын
You don't need to think of anything special most of the time, you can place them like you would on normal flat ground. Doing it like I do in this video you won't have to guess either, you can just place them and instantly see if they connect properly or not. :)
@Silwerfish
@Silwerfish 13 жыл бұрын
@Steampr0x1m4 The command is actually map_edit, not edit_map. :)
@Silwerfish
@Silwerfish 13 жыл бұрын
@thehumor There are several ways, I'd say the easiest way is to use a scripted_sequence entity. See my tutorial called NPC Animation to learn how to do that (just ignore the actual animation part, because without an animation to do, the NPC will just move to the position).
@wojciechkoczorowski9790
@wojciechkoczorowski9790 7 жыл бұрын
Is there a way to make your own links with the nodes, instead of them automatically join?
@Silwerfish
@Silwerfish 14 жыл бұрын
I'm pretty sure that nav_generate is something for bots (like for TF2 and CS:S for example) while nodes are for AI (NPCs).
@MrGermandeutsch
@MrGermandeutsch 11 жыл бұрын
how i should place the nodes on stairs?
@Silwerfish
@Silwerfish 15 жыл бұрын
I'm very glad you found it useful! NPCs and AI is something I love playing around with. Thank you! :D
@Silwerfish
@Silwerfish 11 жыл бұрын
I don't know how GMOD works, but if it works like other Source games then you should be able to use path_corner entities like you mention. I don't know if there's built in support for making NPCs wander randomly, probably not, but you can always make your own, though that would be a bit of work.
@Silwerfish
@Silwerfish 15 жыл бұрын
I have already made a tutorial on NPC animation, wich would be how the pressing of the button would be created. The talking part would be choreography though, so I've added that to the tutorial list. Thanks!
@NightscoutHL
@NightscoutHL 11 жыл бұрын
never mind, I found that problem(it wasn't the nodes), but I have a new one. I'm making a zombie siege map for gmod, and i put nodes on all the openings in this little house that they are supposed to break into. But they don't storm the house, they just stand around out there unless you go out, start shooting and causing chaos. Help!
@ryano1267
@ryano1267 13 жыл бұрын
Silwer a question. How do you actually make NPC's go somewhere in the game? If i want an npc to be walking right next to a door, how do I do that?
@Silwerfish
@Silwerfish 11 жыл бұрын
Have you followed the tutorial to make sure the nodes connect properly and that they are placed where they should be? The nodes don't make the AI move, they just tell the AI where they CAN move, you'd need to use for instance an aiscripted_schedule to make an ai move somewhere.
@scottishsquid
@scottishsquid 7 ай бұрын
i know this tutorial is old, but my nodes just dont appear no matter what i do, like i type the console commands and just.. nothing? I know I have them placed, I can see them in the editor
@IXIArblargIXI
@IXIArblargIXI 14 жыл бұрын
Is there a way to link specific nodes to a specific NPC?
@ringpop6482
@ringpop6482 2 жыл бұрын
I did the edit_map command in console, and my game just crashed. How can I fix this?
@marionuggets7743
@marionuggets7743 Жыл бұрын
Well its a old tutorial
@letmedwight
@letmedwight 7 жыл бұрын
With me this green web is not connected to the info_nodes
@Soulslayerzx
@Soulslayerzx 13 жыл бұрын
I don't know if it makes a difference, but I have no sound on my cpu currently. The info_nodes seem to make of no use, is your mod based on ep2?
@IXIArblargIXI
@IXIArblargIXI 14 жыл бұрын
I know theres a way to link path_corner to an NPC, I can do that without a problem. I just want my zombies to wander freely among my map after they spawn, yet they ignore all nodes I place :|
@paintcan176
@paintcan176 13 жыл бұрын
@Thelillfredde click the little grey pawn icon in the toolbar on the left (4th down) and click again to place in your level. now select the red cursor tool from the left (1st icon) and double click the pawn (entity, if you want to get technical) and in the 'class' drop down box scroll down to find anything with npc_ in the name eg: npc_zombie is a zombie. click apply when you have selected one and the green guy will change into your chosen npc.
@cafedormido
@cafedormido 13 жыл бұрын
do you think you could make a tutorial with jump/air nodes
@theRPGmaster
@theRPGmaster 6 жыл бұрын
Mycket informativ, och fortfarande relevant. Thanks!
@NightscoutHL
@NightscoutHL 11 жыл бұрын
I didn't use half as many nodes as you did, and every time I tried to load, it crashed because there were too many. I HAD ABOUT 12!!!
@Silwerfish
@Silwerfish 14 жыл бұрын
I don't think that's possible, I have seen servers with NPCs though, but I don't have any idea about how they achieved that. It's not supported, I can tell you that much.
@Silwerfish
@Silwerfish 13 жыл бұрын
@LuiDeca Yes I do, I can't link here, but just search for it in my videos.
@Silwerfish
@Silwerfish 14 жыл бұрын
This does not have anything to do with ordering NPCs around. It's just about giving the NPCs knowledge about where it can go.
@Silwerfish
@Silwerfish 14 жыл бұрын
@idonthatethissite I don't know actually, you can place them pretty far away though.
@Peekofwar
@Peekofwar 4 жыл бұрын
--What do I do if my nodes are invisible in the 3D view? -- Apparently spin the camera around. lol Oh wow. Maybe it's GMod's Hammer specifically, but if I move around the 3D space, the node appears and disappears at certain angles and positions.
@Silwerfish
@Silwerfish 14 жыл бұрын
Using an aiscripted_schedule for example.
@DirtyOldSkunk
@DirtyOldSkunk 11 жыл бұрын
Good video, but question: in GMOD, is there a way to use these nodes so that when the game starts, the NPC's automatically start wandering around? I know you can use path_corners for them to follow a specific path, but I want them to randomly walk around, and I dont want to go through the trouble of making paths for EVERY single NPC. Can this be done?
@Silwerfish
@Silwerfish 14 жыл бұрын
Thank you. The limit for them to be able to walk up it is 16 units, if you can't lower it to that you can use info_node_hint entities to enable them to jump up or down from there. You will need to place one at the top and one at the bottom of the jump (I don't have my good computer so I can't give you the specifics), just experiment with the settings.
@Fidchell
@Fidchell 13 жыл бұрын
What about floors with displacements? When I go to map_edit some of the links are red, and I assume that means the NPC cannot navigate them, but I can lift the connection or the node itself up or anything. The NPCs following me decide to take other routes instead of going straight to me.
@Silwerfish
@Silwerfish 13 жыл бұрын
@JakeSpringhorn It should work pretty much the same way. Just make sure the displacement would be easy to navigate. I haven't had any trouble with nav meshes on displacements at least. Did you try adding another node in between the two problematic nodes?
@bocca882
@bocca882 15 жыл бұрын
Very nice man. What do you have next on the tuto- list?
@baumus8278
@baumus8278 7 жыл бұрын
how do i make strider nodes?
@NightscoutHL
@NightscoutHL 11 жыл бұрын
do you have a tutorial for that?
@MrNiicolai
@MrNiicolai 11 жыл бұрын
The best hammer tutorial I have ever seen !
@LGLFanTeam12
@LGLFanTeam12 7 жыл бұрын
Do you have any tips for npc_vehicledrivers?? I mean is it interrupting the path_corner of the vehicle?
@scruga
@scruga 14 жыл бұрын
some great tuts you got here :) But i have a problem, is it possible to have an npc jump up to something? I have this really small ledge (10-20 hammer units) but they won't climb up it. It's easily jumpable.
@pompuslompus964
@pompuslompus964 6 жыл бұрын
Why are some of my nodes red? not the connection, the nodes are red and npcs don't use them. Some of the npcs spin in circles while slowly moving in a random direction which is weird. I think it mostly happens on uneven terrain, I tried making the nodes higher but that doesn't seem to do anything?
@Silwerfish
@Silwerfish 6 жыл бұрын
Are you absolutely sure there is nothing stopping the nodes from being created? Is the ground flat enough? does the node have line of sight to another node that is also close enough to get connected? I'm not sure what causes your issue, it was so many years since I worked with the Source engine, but those are some ideas at least.
@pompuslompus964
@pompuslompus964 6 жыл бұрын
They do have a line-of sight and they do connect, regarding the ground the nodes that don't work, they are mostly the ones that are on displacements, but this confuses me because I read that placing the nodes above the ground would Solve that problem which is what I did, but they still don't work. After enabling ai_nodes and ai_show_connect, most of the nodes in the air are red while the nodes on flat ground level were green. Npcs only use Specific red nodes and all the green nodes. The displacements are more like small hills, nothing huge.
@Silwerfish
@Silwerfish 6 жыл бұрын
Hm, I wonder what the issue could be.. I'm sorry I can't help you. Hope you're able to figure it out!
@Fidchell
@Fidchell 13 жыл бұрын
@Silwerfish Yes, I have tried that. It's a mess...if you have the time...do you think you can take a look at the vmf? I'll send it to you if you would like to.
@RickRay9
@RickRay9 14 жыл бұрын
@Carmine377700 yeah garry's mod automaticly creates nodes :)
@edenem
@edenem 7 жыл бұрын
This isn't working for my CSGO map. My CT is still walking into walls and standing on chairs.
@TheMagmaCubed
@TheMagmaCubed 7 жыл бұрын
You need to use a navmesh and not nodes. You can edit it using nav_edit 1 with SV_cheats enabled.
@Silwerfish
@Silwerfish 14 жыл бұрын
@Th3Jugg3rn4ugh7 When you do map_edit you lock the editor, you'll need to exit the map to unlock it. Are you entirely sure you did that?
@yandr0
@yandr0 4 жыл бұрын
2020 and this is a huge helpful? Thanks!
@xweert711
@xweert711 8 жыл бұрын
Oh hi Lukas! I was sending this to a friend who was just getting into Hammer. Fancy seeing you here. How's Overgrowth doing?
@Silwerfish
@Silwerfish 8 жыл бұрын
+xweert711 Overgrowth is going well, thank you! Glad to hear you're recommending my videos! ^^
@xweert711
@xweert711 8 жыл бұрын
Silverfish (Lukas Orsvärn) Glad to hear it! Have a nice day! :)
@RonDucats2
@RonDucats2 12 жыл бұрын
@Silwerfish Ah yes, I saw on your Moddb account, sad. When I have time I'll be checking out the rest of your tutorials. Thanks for what you've done though xD
@iceydiver
@iceydiver 2 жыл бұрын
dose this work with tf2?
@Espinete87
@Espinete87 5 жыл бұрын
Hello, could you tell me how do you use the 3d view to place nodes? im confused, becouse with 3d view you cant place props or do anything, the 2d view is phrustrating >.
@snudge763
@snudge763 4 жыл бұрын
Are you from finland or sweden
@Chickengbs
@Chickengbs 10 жыл бұрын
How do I link the nodes together?
@johncroissant
@johncroissant 8 жыл бұрын
They Start Linked, It Doesn't Show The Lines For Some Reason, Hope I Helped!
@MrGermandeutsch
@MrGermandeutsch 11 жыл бұрын
:O this makes so much sense! does you know how i can add synergy on sdk? i tried it one time! but there was no lines!
@TheSpace928
@TheSpace928 9 жыл бұрын
How do I make an enemy entity follow and attack the player?
@Cd5ssmffan
@Cd5ssmffan 9 жыл бұрын
TheSpace928 if they are marked as an npc_combine_s, your enemies, place nodes and automatically the npc will go to the player using the nearest and fastest route marked by those nodes.
@TheSpace928
@TheSpace928 9 жыл бұрын
Thanks. ;-)
@Cd5ssmffan
@Cd5ssmffan 9 жыл бұрын
no problem, just try to cover as much space as you can
@TriWaZe
@TriWaZe 7 жыл бұрын
Do chickens follow these node paths? Because im tired of them running straight into walls nonstop. And currently my damn bot just stands in a corner in ct spawn and jumps up and down lol.
@Silwerfish
@Silwerfish 7 жыл бұрын
No, CS:GO uses a completely different navigation system, these nodes won't do anything for that. Check it out on the Valve dev wiki!
@Silwerfish
@Silwerfish 13 жыл бұрын
@Soulslayerzx Your sound shouldn't make a difference. I'm using ep2 yes.
@FanTazTiCxD
@FanTazTiCxD 13 жыл бұрын
@Silwerfish You know how to navigate the bots? Well teach me then :O I really need to know!
@blanch27
@blanch27 7 жыл бұрын
Whenever I run my map and use the command map_edit gm_devcity (my map name, I do have it saved as gm_devcity) It just brings me to a normal singleplayer game with all my addons... Can anyone Help me?
@Silwerfish
@Silwerfish 7 жыл бұрын
I don't know what the issue is, but my guess would be that Garry's mod does not support using map_edit. I'm assuming you're using Garry's mod since your map's name is prefixed with "gm_". There could be some other better way of doing that part nowadays, since this tutorial is soon 8 years old.
@blanch27
@blanch27 7 жыл бұрын
Silverfish (Lukas Orsvärn) Would you know what that is?
@Silwerfish
@Silwerfish 7 жыл бұрын
Unfortunately not. It was many, many years since I worked with the Source engine.
@fighder2
@fighder2 10 жыл бұрын
I was making a cs go map, and my CT bots are running into a wall prop and trying to jump over it onto the ground behind the walls which i don't want them to go to, what can i do
@Silwerfish
@Silwerfish 10 жыл бұрын
I don't know how bots work in CSGO I'm afraid, sorry!
@fighder2
@fighder2 10 жыл бұрын
I got the problem solved :D I just needed to make the nav mesh from raw :P
@Silwerfish
@Silwerfish 10 жыл бұрын
fighder2 Alright, good! Thanks for saying how you fixed it in case someone else comes by with the same problem! :)
@Fishy_Chameleon
@Fishy_Chameleon 9 жыл бұрын
fighder2 what is an nav mesh im sorry im a newb in hammer
@fighder2
@fighder2 9 жыл бұрын
google navigation mesh hammer editor and you will find it, source has a dedicated page on making nav meshes. You can think of nav mesh as paths for the AI and you basically draw the path out. Usually the engine build the path but sometimes it doesn't work out and you have to set the path manually.
@123ilikecheese456
@123ilikecheese456 15 жыл бұрын
do one were you make them combine not attack you
@Silwerfish
@Silwerfish 15 жыл бұрын
Thanks! I haven't actually decided yet, so give me requests to help me make up my mind! ;D
@Ayahuasca98
@Ayahuasca98 5 жыл бұрын
Will it help with making tf2 maps
@Silwerfish
@Silwerfish 5 жыл бұрын
Unfortunately not, that game uses a different system.
@DcsealCMB
@DcsealCMB 7 жыл бұрын
It's so sad how many gmod maps don't have nav nodes, because the creator was too lazy to take the 10 minutes to do it.
@frze5386
@frze5386 6 жыл бұрын
Like me :(
@oklol496
@oklol496 6 жыл бұрын
hah i was about skip doing it just from lack of tutorials.
@Silwerfish
@Silwerfish 11 жыл бұрын
You're welcome, glad you liked it! :)
@Silwerfish
@Silwerfish 11 жыл бұрын
That's in this tutorial that you're commenting on right now. :P
@thevideoguy666
@thevideoguy666 14 жыл бұрын
Europeans do the best Hammer tutorials. =P
@sulphurous2656
@sulphurous2656 5 жыл бұрын
still useful in current year
@yougnomed630
@yougnomed630 10 ай бұрын
thanks mate
@Silwerfish
@Silwerfish 13 жыл бұрын
@cafedormido That's a good suggestion, thanks!
@greenlemon9155
@greenlemon9155 7 жыл бұрын
yeah , pretty outdated , that is sad , nw we got a nav_mesh
@teslavet2625
@teslavet2625 8 жыл бұрын
Thanks alot man!
@Silwerfish
@Silwerfish 15 жыл бұрын
Please give me tutorial requests! :D
@Silwerfish
@Silwerfish 13 жыл бұрын
@FanTazTiCxD Go to developer (dot) valvesoftware (dot) com and search for it. I might make a tut on it in the future.
@Silwerfish
@Silwerfish 13 жыл бұрын
@JakeSpringhorn Sorry about the late reply, yeah just send it to me, I'll take a look.
@cptray-steam
@cptray-steam 3 жыл бұрын
thanks!
@fbiagentmiyakohoshino8223
@fbiagentmiyakohoshino8223 5 жыл бұрын
this video is almost a fucking decade old lol
@scruga
@scruga 14 жыл бұрын
@Silwerfish ok thank you i'll try :)
@Silwerfish
@Silwerfish 15 жыл бұрын
Thank you!
@sickman2233
@sickman2233 8 жыл бұрын
lol just go in your map and type in the console nav_genarete
@Silwerfish
@Silwerfish 8 жыл бұрын
That is when using a newer system that doesn't exist for HL2. For NPCs in HL2 to be able to navigate you need to do like I do in this tutorial.
@kokosik21
@kokosik21 7 жыл бұрын
nav_generate is shitty, navmesh is only for bots and nextbots
@alecz3843
@alecz3843 6 жыл бұрын
AI nodes and nav mesh are different things.
@McStebb
@McStebb 14 жыл бұрын
Thumbs, bro. Thumbs.
@123ilikecheese456
@123ilikecheese456 15 жыл бұрын
yeah i saw it thx
@Silwerfish
@Silwerfish 11 жыл бұрын
Thank you! :)
@Silwerfish
@Silwerfish 14 жыл бұрын
@Tabe112 Hehe, tack så mycket! ;D
@Silwerfish
@Silwerfish 11 жыл бұрын
I have never done that so I don't know.
@PeterLakeTV
@PeterLakeTV 11 жыл бұрын
Hey, thanks! :)
@Silwerfish
@Silwerfish 13 жыл бұрын
@fumanchu3cp Awesome, thanks! :D
@MrGermandeutsch
@MrGermandeutsch 11 жыл бұрын
maybe if you know it ONE DAY then please tell me / make a tutorial :)
@Silwerfish
@Silwerfish 12 жыл бұрын
I don't know actually, I've never tried!
@sussiestmaninworld884
@sussiestmaninworld884 Жыл бұрын
I'm an NPC
@DrewHelander
@DrewHelander 3 жыл бұрын
How do you make npc go up stairs?
@theRPGmaster
@theRPGmaster 6 жыл бұрын
Mycket informativ, och fortfarande relevant. Thanks!
@wojciechkoczorowski9790
@wojciechkoczorowski9790 7 жыл бұрын
Is there a way to make your own links with the nodes, instead of them automatically join?
@adamcf1297
@adamcf1297 7 жыл бұрын
Tekky Yes. Just make a first one, then shift and drag to make a path.
SF's Hammer Tutorials - NPC Relationships
2:51
Lukas Orsvärn
Рет қаралды 15 М.
My First CS2 Map
8:41
3kliksphilip
Рет қаралды 340 М.
Cute
00:16
Oyuncak Avı
Рет қаралды 12 МЛН
Incredible: Teacher builds airplane to teach kids behavior! #shorts
00:32
Fabiosa Stories
Рет қаралды 10 МЛН
Source Engine - We teach #NPCs to walk and not only.
9:42
PROJECT-S: Source Engine Lessons - Уроки и Игры
Рет қаралды 6 М.
SF's Hammer Tutorials - NPC Animations
4:49
Lukas Orsvärn
Рет қаралды 56 М.
Making My Own Programming Language and Coding a Game in It
10:19
AstroSam
Рет қаралды 1,3 МЛН
Hammer Editor Tutorial: Animated Buttons
5:52
Inevati
Рет қаралды 6 М.
Lesson 35 - Intro to Node Graphs
16:29
Scott and Jennifer Myers
Рет қаралды 2,2 М.
How to Make Portal 2 Maps - Ep1: The Basics of The Basics (in Hammer)
7:00
How to use Combine soldiers in maps tutorial
5:58
RunThinkShootLive
Рет қаралды 56 М.
Hammer Editor Tips and Tricks
5:14
TopHATTwaffle
Рет қаралды 55 М.
Source SDK - Info_Node Info_Node_Link (Навигация наземных NPC)
3:02
PROJECT-S: Source Engine Lessons - Уроки и Игры
Рет қаралды 14 М.
Cute
00:16
Oyuncak Avı
Рет қаралды 12 МЛН