66391ad4240f3

66391ad4246e1
1 Guest is here.
 

Topic: More psychotic psi reavers Read 1804 times  

66391ad424e42ZylonBane

66391ad424eb1
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

66391ad424fe0Vegoraptor

66391ad42502c
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...

66391ad4253b3RocketMan

66391ad425432
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!

66391ad4254d7ZylonBane

66391ad425528
The psychic attack effects are pretty much just sounds and player view overlays. Dark can handle that stuff easily.
66391ad42569c
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!

66391ad4258fbThiefsieFool

66391ad425948
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.
66391ad425bcd
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.
66391ad425d8d
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.

66391ad425ea6voodoo47

66391ad425ef1
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.

66391ad425f84RocketMan

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

66391ad4261f8voodoo47

66391ad426249
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 »

66391ad426537ZylonBane

66391ad426592
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!

66391ad426636voodoo47

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

66391ad426727ZylonBane

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

66391ad426bb2RocketMan

66391ad426c3d
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

66391ad426f37RocketMan

66391ad426f93
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
66391ad42731b
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 »
66391ad427412
Maybe a speaker can be attached to the player.


[allfrompanicatthedisco146.jpg expired]
66391ad427592
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
66391ad4276ec
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.
YOU DIED. YOU DIED. YOU DIED.
Contact SMF 2.0.19 | SMF © 2016, Simple Machines | Terms and Policies
FEEP
66391ad4277e5