665b596165848

665b596166313
1 Guest is here.
 

Topic: More psychotic psi reavers Read 2029 times  

665b596166ae5ZylonBane

665b596166b4c
Just a random thought... I wonder how people would like it if getting near SS2's psi reavers had a disorenting audio/visual effect similar to HL2's Combine Advisors, or STALKER's Brain Scorcher. Might make them a bit more properly terrifying to fight.

I figure psi reavers turned out more lame than Irrational planned them to... basically awkward slow-moving turrets that mumble every now and then. Compare to the experience of encountering a hammer haunt in Thief.
Acknowledged by: chickenhead

665b596166c91Vegoraptor

665b596166ce2
Sounds "nice", some sort of tunnel vision would definitely appear apropriate.
You could even make the player just a little bit slower, since they have to concentrate on keeping the Reaver's prodding PSI-Whatevers out of their head...

665b596167074RocketMan

665b5961670e7
Frictional used this mechanic to great effect in all their games and it worked wonders but it's tricky to pull off seamlessly.  What would the engine allow in terms of audio/visual effects?  Another idea is to do this sort of thing only for the greater reaver, which I always felt was terribly nerfed in the game and which should have been a more developed enemy to show the end of the annelid lifecycle.  Sure the brain and a projection is all that's left but that's almost intuitive, if not plausible.  I wanted to see what the next stage would be after that!

665b5961671acZylonBane

665b596167262
The psychic attack effects are pretty much just sounds and player view overlays. Dark can handle that stuff easily.
665b59616742a
IIRC fighting the disappearing projections felt like fighting multiple reavers, since the game has this tendency to appear new enemies around the corner that all look the same anyway.
Would be nice if their dis/reappearance happened more often but also only in close vicinity. Zap-zap!

665b596167780ThiefsieFool

665b5961677da
I had a lot of notes about super-powered psi reavers from back when we were working on a ss2 "marines" campaign where the shooting and the enemies were all souped up, the reavers would create harmless hallucinations of other monsters to confuse you, and their main attack if it connected would place a depleting "Mind Bar" on your screen, and the Psi Reaver would have to be killed before the bar was empty or you would die.
665b596167aed
Interesting suggestion, though I fear the effect could stick out too much. The STALKER games have a ton of different OSD effects for certain attacks, monsters, and environmental effects which are used to identify dangerous areas for the player to back off in time.
If such an effect were added to SS2, it would be nice to have accompanying ones for other situations, where appropriate. Examples would be a subtle screen shake for approaching rumblers, a nausea effect when near eggs, a disorienting vision when fighting the brain, that kind of stuff.
665b596167cd3
Sure. They need something.

Proposition for different psi attacks? Quantum relocation (teleport to another location in the room)? Scripting needed ofc. Maybe one for the Secmod.

665b596167ec5voodoo47

665b596167f1e
such additions are probably a bit too much for the current true to the original SCP - so maybe it's time to start thinking about the enhanced fork semi-seriously.

665b596167fcfRocketMan

665b596168022
It could just be a plain mod for now.  Not everything needs to be folded into SCP.

665b5961682c3voodoo47

665b596168369
this will most likely require gamesys and map modifications too complex for a dml mod. that means you will have to fork them, and redo the mod each time they get updated - something you want to avoid if it can be helped (I'm doing this in TFix to maintain TDP compatibility and it's annoying as hell).

a more viable way of doing this would be setting everything up in the (SCP) resource files, make the setups inactive in some smart way, and then use an optional dml for activation. I have actually already tested this - the Stasis Trap minimod does exactly that (links/wakes up a setup that lies dormant within SCP). same goes for the many.mis With WormBlend Implant mod.

that way, you would only have to maintain one branch of the resource files - technically, they would be the enhanced version, but they would work like vanilla, unless the activator dml would be present. again, this has already been tested - TFix and its candle setup (maps and gamesys faking the vanilla functionality unless the activator dml is there).

so basically, you have just one set of resources, and can switch between normal and enhanced mode just by pressing a
(dml) button. fun fact - this could be an actual button placed somewhere in the first level.
« Last Edit: 02. June 2017, 20:34:01 by voodoo47 »

665b596168683ZylonBane

665b5961686de
Proposition for different psi attacks? Quantum relocation (teleport to another location in the room)?
Just shoving the player away would be a great addition. It always felt dumb being able to walk right under a psi reaver and start banging on it with a wrench.
Acknowledged by: Join usss!

665b59616878evoodoo47

665b5961687e6
don't know - it feels good to be smashing pumpkins into small piles of putrid debris.

665b5961688a5ZylonBane

665b5961688f8
Another thing, not sure if possible-- modifying the psi reaver barks so you hear them "in your head" instead of directionally.

665b596168d91RocketMan

665b596168df4
this will most likely require gamesys and map modifications too complex for a dml mod. that means you will have to fork them, and redo the mod each time they get updated - something you want to avoid if it can be helped (I'm doing this in TFix to maintain TDP compatibility and it's annoying as hell).

a more viable way of doing this would be setting everything up in the (SCP) resource files, make the setups inactive in some smart way, and then use an optional dml for activation. I have actually already tested this - the Stasis Trap minimod does exactly that (links/wakes up a setup that lies dormant within SCP). same goes for the many.mis With WormBlend Implant mod.

that way, you would only have to maintain one branch of the resource files - technically, they would be the enhanced version, but they would work like vanilla, unless the activator dml would be present. again, this has already been tested - TFix and its candle setup (maps and gamesys faking the vanilla functionality unless the activator dml is there).

so basically, you have just one set of resources, and can switch between normal and enhanced mode just by pressing a
(dml) button. fun fact - this could be an actual button placed somewhere in the first level.

THAT is cool

665b59616919cRocketMan

665b5961691f8
Another thing, not sure if possible-- modifying the psi reaver barks so you hear them "in your head" instead of directionally.

I thought of this too but didn't know if the engine supported the effect.  I guess EAX itself kinda does but not sure how to make it work in dark.

Frictional games deterred you from getting a good look at monsters by messing with your vision and creating audio distress if you got too close or stared.  Maybe getting too close to the reaver projections could cause a combination of alarming effects, some visual using overlays, some disturbing sounds and perhaps some sort of repulsor (or attractive/sucking!) effect similar to a flow brush.  Maybe the reaver itself could start changing color using some texture animation or material effects to indicate distress?

Maybe the reaver could be like a gravity well.  If you get close it draws you in while putting disturbing sounds in your head, pulsating and screwing with your screen.  If you make physical contact it causes severe damage and blacks out your screen :D
665b596169607
I thought of this too but didn't know if the engine supported the effect.  I guess EAX itself kinda does but not sure how to make it work in dark.
EAX has nothing to do with that. In any case, it's room-based in SS2, so you can't actually do anything with individual enemies.

I don't really know how you'd approach this. Silent enemy barks triggering fake emails? It's a great idea, though, there's no downside to it.
« Last Edit: 03. June 2017, 11:14:36 by Marvin »
665b596169703
Maybe a speaker can be attached to the player.


[allfrompanicatthedisco146.jpg expired]
665b596169887
This is a nice idea. Yes they need some sort of change they are pretty boring.

How about also making the effect less apparent to the player if they, themself have a higher tier of PSI skill ? Making it so because the player is in better control of their own mind
Acknowledged by 2 members: Kolya, ThiefsieFool
665b596169a1f
This would all be brilliant (aside from Mr Speaker-head, of course!). Applying different effects to different enemies, as Marvin suggests, would make the game even more immersive, and Da9L's suggestion of letting a higher Psi skill level mitigate the effects on the player from Psi enemies would be a great additional game mechanic.
1 Guest is here.
Always with you what cannot be done!
Contact SMF 2.0.19 | SMF © 2016, Simple Machines | Terms and Policies
FEEP
665b59616aa21