Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ FF7 ] Adding new facial expression to NPC models doesn't update the blinking animation. #691

Open
Bjburn2689 opened this issue May 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Bjburn2689
Copy link

When adding new "eye_[Model ID]2" and "eye[Model ID]r_2" textures to an NPC character model (e.g. eye_BBAB_2 and eye_BBABr_2) the eye on the model are updated to use the new textures when the second eye setting is called using the Kawai code, but when using the game's blinking system the NPC character models still default to Cloud's closed eye textures instead.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the face test menu in the Shinra Archaeology debug room.
  2. Select Cloud so the other models load in properly.
  3. Go back.
  4. Choose "NPC" from the menu.
  5. Choose "Eyes 2" from the menu. (this updates the eyes using the Kawai code, the textures that appear is how it should look).
  6. Choose "Eyes 1" from the menu.
  7. This will be hard to see because of how short the blink animation is, but after selecting "Eyes 1" the model will blink before reverting to the default open-eye setting. The blinking eyes will be Cloud's closed eyes rather than the custom closed eye textures that should appear.

Expected behavior
The custom eye_[Model ID]2 and eye[Model ID]r_2 textures should appear both when the model is blinking and when Kawai code is used.

Screenshots
image
When model is blinking

image
When Kawai code is used

Additional context
This is not a problem for the party member character models because the game has special cases for them.

@Bjburn2689 Bjburn2689 added the bug Something isn't working label May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant