Post your "Mini"- Tutorials he Created 14 years ago2010-02-22 18:25:15 UTC by Suparsonik Suparsonik

Created 14 years ago2010-02-22 18:25:15 UTC by Suparsonik Suparsonik

Posted 14 years ago2010-02-22 18:25:15 UTC Post #279173
I wanted to create a thread like this for things that haven't been covered in the tutorials section and that are a little too small to actually be admitted into the Tutorials section.

I for one have no tutorials to display, But, I am trying to figure out how to respawn weapons.

-If you are just going to be an idiot and say "oh what a pointless thread", or something else that isn't very nice at all, just don't post at all.
Suparsonik SuparsonikI'm going off the edge to meet my maker.
Posted 14 years ago2010-02-22 18:39:28 UTC Post #279174
Do you mean for single player or deathmatch? I'm pretty sure that in deathmatch the weapons respawn automatically. In single player you'll need to do some entity work. Try using a monstermaker, I don't know if you can use it to spawn entities other than monsters, but it's worth a shot.
Alabastor_Twob Alabastor_Twobformerly TJB
Posted 14 years ago2010-02-22 18:51:07 UTC Post #279175
Yeah, it can be used to spawn item_ and weapon_ entities. Useful tools.
Also, I think we already have a thread for mini-tutorials. Maybe a moderator can merge them? It's a good idea, but it's been done.
Notewell NotewellGIASFELFEBREHBER
Posted 14 years ago2010-02-22 23:38:36 UTC Post #279180
I'm trying to do it in Deathmatch.
Suparsonik SuparsonikI'm going off the edge to meet my maker.
Posted 14 years ago2010-02-23 00:11:34 UTC Post #279182
In HLDM, weapons respawn on their own after a certain time with no extra work needed. Just place the weapon_stuff and that's all.
Posted 14 years ago2010-02-23 02:03:59 UTC Post #279185
In HLDM, target a monstermaker with to spawn the item you want.

You can also use the game_player_equip point entity with a trigger_once or trigger_multiple to drop some weapons on a player directly.
Rimrook RimrookSince 2003
Posted 14 years ago2010-02-23 02:07:02 UTC Post #279186
Are you sure you can use monstermakers to spawn items?
Posted 14 years ago2010-02-23 02:20:17 UTC Post #279187
Yes.
Rimrook RimrookSince 2003
Posted 14 years ago2010-02-23 03:39:48 UTC Post #279189
oh what a pointless thread?

Correct me if I'm wrong, but isn't "mini tutorials" the exact purpose of this thread?
'Cause it sure seems to be.
Jessie JessieTrans Rights <3
Posted 14 years ago2010-02-23 03:51:36 UTC Post #279191
If they're not respawning, you're not in deathmatch mode. Start a game through the "create server" menu option rather than "map mapname" in the console as the latter will start a singleplayer session.
Archie ArchieGoodbye Moonmen
Posted 14 years ago2010-02-23 08:28:26 UTC Post #279192
But this is a universal tutorial thread.

That is only for Goldsrc.
Oh, and thanks.
Suparsonik SuparsonikI'm going off the edge to meet my maker.
Posted 14 years ago2010-02-23 14:01:13 UTC Post #279198
What do you mean, universal tutorial thread?

The Mapping Tips thread is for both Source and GoldSource and its purpose is to provide tips or mini tutorials really, so this thread is actually not needed (not going to say pointless :D).

I will not lock this just yet.

Plus, you were basically just posting a mapping question.
The Mad Carrot The Mad CarrotMad Carrot
Posted 14 years ago2010-02-23 15:01:47 UTC Post #279202
If you use Hammer's "Run Map", enter "+deathmatch 1" (without quotes) in "Additional game parameters".
Oskar Potatis Oskar Potatis🦔
Posted 14 years ago2010-02-23 15:13:05 UTC Post #279203
alias dm deathmatch 1
alias r restart

bind "key_of_your_choice" "dm; r"
The Mad Carrot The Mad CarrotMad Carrot
Posted 14 years ago2010-02-23 15:48:47 UTC Post #279204
uhm. that would just be
bing k "deathmatch 1; restart"
Rimrook RimrookSince 2003
You must be logged in to post a response.