Journal #8400

Posted 9 years ago2014-07-07 02:42:46 UTC
Rimrook RimrookSince 2003
I got a really weird idea and it's hopefully not too weird.

In a nutshell, it's a singleplayer mini-game type where the player hunts down headcrabs tucked away in hidden locations. Kind of like an exterminator. Baby-crabs in HL1 work well for this because they are tiny and can hide in more locations. I tried experimenting with cockroaches in the original idea, but their code is incomplete and they trigger nothing when they are killed. The next smallest is baby-crabs so that's why its crab hunt and not roach hunt.

It would certainly be interesting to craft a small and detailed environment and stash 50 crabs in it to be found. Lots of interesting puzzles could be made of it too.

Would be more interesting if we each made a level and strung them together in a mod. All default resources would do nicely for it I suppose.

Thoughts?

31 Comments

Commented 9 years ago2014-07-07 02:55:50 UTC Comment #42310
Sounds fun, I'm looking for good excuses to fool around in Sledge.
Commented 9 years ago2014-07-07 06:40:45 UTC Comment #42337
Half Life: The Cleanup. Play as a pest control man dealing with an particularly difficult job after an event about which nobody will talk details.
Commented 9 years ago2014-07-07 06:56:06 UTC Comment #42330
Basically a scavenger hunt w/ crabs?

Could be an interesting variation on Deathmatch, with the players being scored on how many 'crabs they get rather than kills. Might be difficult to rig that up though.
Commented 9 years ago2014-07-07 09:25:34 UTC Comment #42325
A simple model change and you could be hunting rats, giving a whole new meaning to rats-maps.

On second thought, you could use a monster generic for that too right?
Commented 9 years ago2014-07-07 09:26:50 UTC Comment #42336
Probably would be more interesting in source with grav gun and moving things around. And an advanced headcrab A.I. which could send crabs hiding say when a player is getting closer.

Would be fun to see players tearing open a place to find crabs :)
Commented 9 years ago2014-07-07 09:51:26 UTC Comment #42326
I'd probably throw in some detailed rooms for this. Actually sounds kinda cool.
Commented 9 years ago2014-07-07 12:44:55 UTC Comment #42327
All you need is a few multisources!
I made a zombie hunt map before :) It was fun.

I like the vanilla asset idea because then we don't need coding.
However, it'd be neat if you could toss a counter in there and have a 'Par' like doom.
Secrets found / Total Secrets.

It'd be like finding the 8 red coins in super mario 64 :)

I want to do this!
Commented 9 years ago2014-07-07 14:11:17 UTC Comment #42317
Ok this is happening, I'm going to do some more experimentation and maybe formulate a template to build from.
Commented 9 years ago2014-07-07 15:24:59 UTC Comment #42331
"this is happening"

/beginhyped
Commented 9 years ago2014-07-07 16:04:07 UTC Comment #42318
Yeah no template really necessary.
Manually place all of the crabs and have them target a game_counter on death, then have the counter target the game win stuff. I'm thinking the system vox basically say something like "doop level clear" then quit or level change. Simple simple simple stuff.

Go nuts.
Commented 9 years ago2014-07-07 16:16:34 UTC Comment #42328
We should have an ending area that drops confetti when you win.
Commented 9 years ago2014-07-07 16:35:43 UTC Comment #42319
If you really want that, go ahead.

So baby crab are a lot bigger than I thought. Though they are the smallest enemy in the game aside from the roaches.

I forgot about the rats. Though you can't shoot them, they are killed by explosions only.

Leeches work. Killed by anything, tiny, fully working code. I'm going to use leeches. Though rats sound incredibly tempting....
Commented 9 years ago2014-07-07 16:48:14 UTC Comment #42332
Could you use the rat model (generic or whatever), and an invisible button that triggers on hit, with some multi_manager trickery...?
Commented 9 years ago2014-07-07 17:05:59 UTC Comment #42335
Sounds fun rimmeh! =P
Commented 9 years ago2014-07-07 17:15:31 UTC Comment #42320
if the monster is stuck in a wall, fireflies will show up and give its location away.

There are so many ways to do it. Possibly a map pack could be made of this.

Also, I stand corrected that leeches don't work for this. Rats it is for then :] But geez everytime I go to do something kinda cool, the HL code or otherwise just gets in the way.

EDIT: I tried fixing the rat's hit boxes but it didn't work. So I guess we'll just have to be clever with the grenades...

I was thinking each time you kill a rat, you get some grenades. That way the game is perpetuating, but if you waste all of your nades guessing or missing, you run out and essentially lose. I have some triggerwork to do but, once again, its simple.
Commented 9 years ago2014-07-07 23:47:12 UTC Comment #42311
I'm fuzzy with Goldsource, so insult me if this is stupid, but when you say the roach code is incomplete and won't trigger on death, is that just with the monster_cockroach? Can we use a monster_generic with 'Take Damage' to trigger it, or something like that?
Commented 9 years ago2014-07-08 00:26:08 UTC Comment #42321
Good question Strider, I haven't tried a monster_generic yet.
The roach has the trigger and target stuff respectively, but I found that for no reason it doesn't trigger anything on death.

I also tried a work around using a giant trigger brush. Monsters only trigger it when they move, so its unreliable. Interesting findings all around....
Commented 9 years ago2014-07-08 05:13:31 UTC Comment #42338
Since when are there rats in Half Life? I don't remember them AT ALL...
Commented 9 years ago2014-07-08 05:49:23 UTC Comment #42339
I dunno, sounds kinda like a glorified scavenger hunt, really.

Though, I just got an idea for a map where you're chasing after a headcrab with a crowbar, and the headcrab jumps away wherever you find it, and you have to solve puzzles to progress towards it...

Hmm... give me a moment.
Commented 9 years ago2014-07-08 08:14:38 UTC Comment #42333
You can find some in the hazard course, in the target range. Only place I'm aware of.

Just went there are had a stuff around with them. They seem to be able to take some kind of commands, as some are walking around when the map starts, then they reach a certain point and don't move again. Don't know whether that's coded or just entity work.
When stationary, they seem to turn to look at you if you're nearby to some extent, like scientists. You can't hit them with bullets, the egon gun or the crowbar (or snarks, obviously), or so it would seem. The gauss gun I'm not sure about, I killed one with it (and gibbed it with it afterwards) but I couldn't do the same to another. Explosions kill and gib as per usual. Also worth noting is that the crossbow seems to have no trouble killing them.
On the topic of killing them, their death animation loops about three times and then they freeze. Obviously wasn't coded too rigorously.
Commented 9 years ago2014-07-08 09:44:13 UTC Comment #42312
Tested the monster_generic/roach idea, and it sort of works, but you're stuck with a giant bounding box and the roach bleeds human blood/gibs a giant skull.

monster_generic 'Take Damage' > Relay (kill monster_generic) > Multi Manager

Roach disappears, leaves a big red splat when you whack it, triggers the manager. Not totally ideal. Bloody Goldsource!

Rats might be a better choice.
Commented 9 years ago2014-07-08 12:12:57 UTC Comment #42313
This game sounds like a pretty cool idea.
Commented 9 years ago2014-07-08 12:35:30 UTC Comment #42322
I couldn't manage to kill a rat with anything other than explosives like grenades, ar grenades, satchels, rockets, and tripmines. Rats DO have hit boxes around their hip and torso, but the hbox ID is 0 being generic where as 3, 4, 9, are hip, torso, and head.

I wonder if I had an HD pack version of the rat or something. None of my attempts to fix anything worked.
Commented 9 years ago2014-07-08 13:12:22 UTC Comment #42334
Crossbow didn't work? Huh.
Commented 9 years ago2014-07-08 14:45:52 UTC Comment #42314
I think this game calls for spirit of half life. Imagine making a func_train that was also a button with shootable flag enabled... Bam you have a critter ;)
Commented 9 years ago2014-07-08 16:47:36 UTC Comment #42323
Rats can walk very slowly along path_corners.
I haven't looked into SoHL and if the rats might be different in some way.

Why explosives work so well is because the origin, which is just a point, is calculated for explosives. It makes sense because it's one point to calculate rather that calculating blast damage for every hitbox. It's what I would do to. :/

In theory a crossbow bolt could work if the bolt's hitbox has the rat's origin inside it. It would then deal the damage... only in theory though. That kind of aim is uncanny and would be unreliable.

Should we make a thread for this? Call it "Black Mesa: X-Squad!"

EDIT: If this becomes a mod thing, we can do more. I could reskin the keycard or the weaponbox to look like the rat... or red coins for the lulz.
Commented 9 years ago2014-07-09 08:56:13 UTC Comment #42315
Yea i'd be willing to help make caves that don't compile ;)
Commented 9 years ago2014-07-09 09:07:08 UTC Comment #42329
So why not regular headcrabs? They're difficult enough to find sometimes.
Commented 9 years ago2014-07-09 14:54:44 UTC Comment #42316
This sort of reminds me of scientist hunt.

Does anyone remember this mod? It had one of my favorite half life maps to date "endless rain".

The game was simple, just run around the level and kill scientists. You also were equipped with three extra weapons, a double barrel sawed off shotgun that could fire single shot or duel, a huge hammer that flung scientists into the air or smashed them, and of course a chainsaw.

You could also play as a scientist and inject enemies with a needle.
Commented 9 years ago2014-07-09 15:30:34 UTC Comment #42324
Scientist hunt looks like a kill box. :/

Anyway Started a thread.
Commented 9 years ago2014-07-13 16:09:35 UTC Comment #42340
Scientist Hunt is a lot of fun when the maps have creatively made traps to kill the scientists in.

Aka this is me kinda pushing a map pack I made a few maps for for the mod for fun. Please click me.

You must log in to post a comment. You can login or register a new account.