revolucas / CoC-Xray

Modified X-Ray engine for Call of Chernobyl
Other
74 stars 33 forks source link

Fix camera glitch and npc memory #3

Closed qweasdd136963 closed 7 years ago

qweasdd136963 commented 7 years ago
  1. Fix camera glitch when you reload a weapon and left/right walk.
  2. Fix incorrect load npc's memory,
revolucas commented 7 years ago

Thanks. For such a long time I had to use a hack when memory time was negative to get AI to react properly in xr_combat_ignore.script.

Xottab-DUTY commented 7 years ago

Don't we need to change it here too? In USE_FIRST_LEVEL_TIME ifdef-endif construction? https://github.com/revolucas/CoC-Xray/pull/3/commits/01e05b079febaa5006d1e2406aad94b0658b2e56#diff-fd0485106f3031f8b35b3b56c40570ccR350 https://github.com/revolucas/CoC-Xray/pull/3/commits/01e05b079febaa5006d1e2406aad94b0658b2e56#diff-de40363435706dc696e795f85a2a3983R467 https://github.com/revolucas/CoC-Xray/pull/3/commits/01e05b079febaa5006d1e2406aad94b0658b2e56#diff-3b0e2cc739986a34015651bb30852202R870

Xottab-DUTY commented 6 years ago

Got an answer from @qweasdd136963. Yes we need to change the code where I pointed too.