From 1a05659c491c647ca51e6fe67b7ec9a61483b2d5 Mon Sep 17 00:00:00 2001 From: abian Date: Wed, 23 Oct 2024 17:35:39 +0200 Subject: [PATCH] Moderate chicken upscaling and synchronize speed Commit 4e9e950c8fd83871ea00a678ecdf17f1da405951 increased the chicken size by 1.5x, which made them noticeably larger than foxes and caused their movement speed to fall out of sync. This is a correction Langbart proposed on Phabricator after the commit to moderate the chicken upscaling to 1.3x and adjust their speed for better synchronization. Authored-by: @Langbart Original source: https://code.wildfiregames.com/rP27910#61427 --- .../mods/public/art/actors/fauna/chicken.xml | 16 ++++++++-------- .../art/animation/quadraped/chicken_attack.dae | 4 ++-- .../art/animation/quadraped/chicken_death.dae | 4 ++-- .../art/animation/quadraped/chicken_idle_01.dae | 4 ++-- .../art/animation/quadraped/chicken_idle_02.dae | 4 ++-- .../art/animation/quadraped/chicken_idle_03.dae | 4 ++-- .../art/animation/quadraped/chicken_run_01.dae | 4 ++-- .../art/animation/quadraped/chicken_run_02.dae | 4 ++-- .../art/animation/quadraped/chicken_walk.dae | 4 ++-- .../mods/public/art/meshes/skeletal/chicken.dae | 4 ++-- 10 files changed, 26 insertions(+), 26 deletions(-) diff --git a/binaries/data/mods/public/art/actors/fauna/chicken.xml b/binaries/data/mods/public/art/actors/fauna/chicken.xml index 9262439bc0..f1bd390b81 100644 --- a/binaries/data/mods/public/art/actors/fauna/chicken.xml +++ b/binaries/data/mods/public/art/actors/fauna/chicken.xml @@ -4,15 +4,15 @@ - - - - - - - + + + + + + + - + skeletal/chicken.dae diff --git a/binaries/data/mods/public/art/animation/quadraped/chicken_attack.dae b/binaries/data/mods/public/art/animation/quadraped/chicken_attack.dae index 904ff73b5f..0d2eae7237 100644 --- a/binaries/data/mods/public/art/animation/quadraped/chicken_attack.dae +++ b/binaries/data/mods/public/art/animation/quadraped/chicken_attack.dae @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c952161affc873e3ab9ae99f04b2e79b009eb4dcd20d86833adf33a632f50050 -size 107642 +oid sha256:13b9a1b25bcd7199a93f9b9728475ea362ca723507307a676943f536d85f0305 +size 111555 diff --git a/binaries/data/mods/public/art/animation/quadraped/chicken_death.dae b/binaries/data/mods/public/art/animation/quadraped/chicken_death.dae index a8b12e968e..245730e81b 100644 --- a/binaries/data/mods/public/art/animation/quadraped/chicken_death.dae +++ b/binaries/data/mods/public/art/animation/quadraped/chicken_death.dae @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a5d00b5c04fafbd206f133b272812d8db06252db521d7fbc9fd26ead6ffbc985 -size 109541 +oid sha256:68bc335f41a58dff88bda2cc0388ebfaec19ec2ab422f20eea057b5fe374e562 +size 112545 diff --git a/binaries/data/mods/public/art/animation/quadraped/chicken_idle_01.dae b/binaries/data/mods/public/art/animation/quadraped/chicken_idle_01.dae index da4219bc27..4082d3d1aa 100644 --- a/binaries/data/mods/public/art/animation/quadraped/chicken_idle_01.dae +++ b/binaries/data/mods/public/art/animation/quadraped/chicken_idle_01.dae @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f1d396a49574c242b42740bfcd7ee01e3fefc724aca5b4fe10ec2e3362c418b1 -size 83032 +oid sha256:92380781181e40493488dc362457f850fdd3659e5aec878d959ca6b1f35ce66a +size 83411 diff --git a/binaries/data/mods/public/art/animation/quadraped/chicken_idle_02.dae b/binaries/data/mods/public/art/animation/quadraped/chicken_idle_02.dae index e78723ac1f..79556400d1 100644 --- a/binaries/data/mods/public/art/animation/quadraped/chicken_idle_02.dae +++ b/binaries/data/mods/public/art/animation/quadraped/chicken_idle_02.dae @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80fed510b445d03239d7bb06b45a04561efbda060135390faf6b335dd9358428 -size 91703 +oid sha256:1d9327718520ddd664a54b2373acf445a33ee9cccbd73233cc2501f6ab2bec16 +size 99674 diff --git a/binaries/data/mods/public/art/animation/quadraped/chicken_idle_03.dae b/binaries/data/mods/public/art/animation/quadraped/chicken_idle_03.dae index 4ba205ff57..89f84133f0 100644 --- a/binaries/data/mods/public/art/animation/quadraped/chicken_idle_03.dae +++ b/binaries/data/mods/public/art/animation/quadraped/chicken_idle_03.dae @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b9daf5c0c3eddfad1e78ba93536d4756d725ff3ba914d810d80f74caed9fee54 -size 95994 +oid sha256:0c2176300cdc812bf6bd60b7d16b70578c15aec60cef427b204e744fc900dacf +size 100430 diff --git a/binaries/data/mods/public/art/animation/quadraped/chicken_run_01.dae b/binaries/data/mods/public/art/animation/quadraped/chicken_run_01.dae index b3a8312726..16b54ca8f0 100644 --- a/binaries/data/mods/public/art/animation/quadraped/chicken_run_01.dae +++ b/binaries/data/mods/public/art/animation/quadraped/chicken_run_01.dae @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4475787bef30608f2c4c206b05588553d3e0b378d64865dc6247b9d2411375c -size 87217 +oid sha256:83ffe7b233cdf252d13206eb7414de9e48ae818c3ce8fdba1c1d625d990838be +size 84079 diff --git a/binaries/data/mods/public/art/animation/quadraped/chicken_run_02.dae b/binaries/data/mods/public/art/animation/quadraped/chicken_run_02.dae index 37b438e284..d8f82c7720 100644 --- a/binaries/data/mods/public/art/animation/quadraped/chicken_run_02.dae +++ b/binaries/data/mods/public/art/animation/quadraped/chicken_run_02.dae @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:595d9cdd9534b8048a7a0e1a2c66326aa5616fa7a94ca1a5372fe0cbb50be74f -size 104453 +oid sha256:5b6295d4adbcad36fd71f32284dad875907a5f2588e8e8ceb65fb41e75d39f6f +size 100266 diff --git a/binaries/data/mods/public/art/animation/quadraped/chicken_walk.dae b/binaries/data/mods/public/art/animation/quadraped/chicken_walk.dae index 24f515d1e0..0e063f6c9a 100644 --- a/binaries/data/mods/public/art/animation/quadraped/chicken_walk.dae +++ b/binaries/data/mods/public/art/animation/quadraped/chicken_walk.dae @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2aced12e40aab45a7be035964b29389d8e4e022bdd3485dd5c1cace73c65af4f -size 91127 +oid sha256:52fb10c834fcd3a4cfcab36600b061a568f69804c8f7d7487007671b44bc5f53 +size 93406 diff --git a/binaries/data/mods/public/art/meshes/skeletal/chicken.dae b/binaries/data/mods/public/art/meshes/skeletal/chicken.dae index 37befb0352..39d42f3100 100644 --- a/binaries/data/mods/public/art/meshes/skeletal/chicken.dae +++ b/binaries/data/mods/public/art/meshes/skeletal/chicken.dae @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3cc652a3b58ff4f5af168f436b37fc6bf6452012eac66fca604cb9c5d1bb3585 -size 83032 +oid sha256:014d50d7442006e9f8300b4902071389db7636c6f03b0ff918568c9e09da96a8 +size 437826