OGSR / OGSR-Engine

OGSR Project - Evolution of X-Ray Engine for S.T.A.L.K.E.R.: Shadow of Chernobyl

Home Page:https://discord.gg/Q6QDxbNcfR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Controller broken?

exostalker opened this issue · comments

https://www.youtube.com/watch?v=gcOOhwsnNms

Hi, recorded this quite some time ago when last time replaying SOC with OGSR (no other mods alongside it at all) - I'm replaying it again now with the latest version, and still spotted this same behaviour from controller, really don't think this was the case in vanilla at all. Close by - tries to claw the actor ; far away - tries to do the usual psy attack ; but mid distance, he's just standing still there, useless, without trying anything at all - I believe the expected behaviour would be for him to chase the player so that at least he can claw the actor, right?

p.s. I believe grass wave has been completely taken out? It's still in shader files, I enabled it but doesn't work anymore, kind of liked that effect adding some liveliness to the endless grass planes.

commented

, really don't think this was the case in vanilla at all.

can you really confirm it with video or something? we never get any negative feedback about controller logic

the lack of a psi aura near controller is due to the fact that the version of aura that was in the ShOC engine was removed. To use the CoP-style psy aura, you need to add it to the config of controller:

;------------------------------------------------------------------------
; Influences
;------------------------------------------------------------------------
psy_linear_factor        =    1.0 ;1.5
psy_quadratic_factor    =    0
psy_max_distance        =    25 ;33.0
psy_max_power            =    6.4
psy_sound                =    monsters\controller\controller_presence_l
psy_pp_effector_name    =     postprocess_psi_aura ;psy_antenna
psy_pp_highest_at        =     0.05

[postprocess_psi_aura]
pp_eff_name        = radiation.ppe
pp_eff_cyclic    = 1
pp_eff_overlap  = true
radius_min        = 0.5
radius_max        = 1.1

This is described in the wiki for adapting mods to the engine.

p.s. I believe grass wave has been completely taken out? It's still in shader files, I enabled it but doesn't work anymore, kind of liked that effect adding some liveliness to the endless grass planes.

We don't use grass wave now. It's possible that it doesn't work at all.