View Issue Details

IDProjectCategoryView StatusLast Update
0004299The Dark ModAIpublic11.02.2024 01:11
Reportergrayman Assigned To 
PrioritynormalSeveritynormalReproducibilityalways
Status confirmedResolutionopen 
Product VersionTDM 2.04 
Summary0004299: Wench head flutters when using an elevator
DescriptionWhen atdm:ai_townsfolk_wench uses an elevator, her head (atdm:ai_head_female02_red) bounces on her shoulders.

Looks like the head is rendered a few frames behind the body.

This probably happens with all attached heads.

Tagsanimation, model

Activities

Springheel

Springheel

05.06.2018 16:55

administrator   ~0010503

I can't say I've ever noticed this, and I've watched AI on elevators quite a lot while making A New Job. Can anyone else confirm?
nbohr1more

nbohr1more

20.12.2018 05:46

developer   ~0010992

Steps to reproduce:

1) Load mission "Illusionist's Tower"
2) Noclip to the lift near the spiders
3) spawn atdm:ai_townsfolk_wench
4) Noclip and land on the lift
5) Press the floor buttons and watch the head going both up and down

I was unable to reproduce in New Job, it seems to be speed related.
Faster elevator = worse effect.
nbohr1more

nbohr1more

26.12.2018 20:53

developer   ~0011138

Hmm possibly disable physics on the head while elevators are in motion:

GetPhysics()->DisableClip()

or

physicsObj.ForceDeltaMove( disableGravity );

etc

?
nbohr1more

nbohr1more

27.12.2018 03:17

developer   ~0011141

Elevator code is more complex than expected.

Moving to 2.08 as this is unlikely to be addressed before the end of beta.

Issue History

Date Modified Username Field Change
08.04.2016 14:46 grayman New Issue
21.10.2016 15:31 grayman Target Version TDM 2.05 => TDM 2.06
12.10.2017 18:52 nbohr1more Target Version TDM 2.06 => TDM 2.07
05.06.2018 16:55 Springheel Note Added: 0010503
21.06.2018 19:39 nbohr1more Status new => feedback
20.12.2018 05:46 nbohr1more Note Added: 0010992
26.12.2018 20:53 nbohr1more Note Added: 0011138
27.12.2018 03:15 nbohr1more Target Version TDM 2.07 => TDM 2.08
27.12.2018 03:17 nbohr1more Note Added: 0011141
27.12.2018 03:17 nbohr1more Status feedback => confirmed
22.03.2020 12:08 grayman Target Version TDM 2.08 => TDM 2.09
17.12.2020 02:28 nbohr1more Target Version TDM 2.09 =>
11.02.2024 01:11 Fiver Tag Attached: animation
11.02.2024 01:11 Fiver Tag Attached: model