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

[MvM] Accidentally Dummied Out Map-Specific Tank Destruction Animations #580

Open
11 of 13 tasks
Booster137 opened this issue May 13, 2021 · 3 comments
Open
11 of 13 tasks
Labels
bug Something isn't working needs triage Needs to be organized tf2 Related to the TF2 live version and TC2

Comments

@Booster137
Copy link

Description

There are map-specific tank destruction animations for Coaltown and Decoy in the game files, but because the names of these animations still use the prerelease names of the maps they are tied to (being referred to as deathpit and cactus valley, respectively), they do not play.

Checklist

  • None of the open or closed issues document this problem.
  • This is a bug, not a new idea.
  • This is objectively a bug, and not something that people commonly disagree on.
  • This issue occurs on the latest Team Comtress release, or the master branch.
  • This issue occurs on the latest vanilla TF2 update.
  • This bug is in the code of the game, not in the textures, sounds, or other resources.
  • This issue is listed on the Source 1 official bugtracker.
  • This issue occurs with DirectX level 100.
  • This issue occurs when using no custom content.
  • This issue occurs when using start_tf2.bat (or start_server.bat) with no custom launch options.
  • This issue occurs when using a listen server (using the map command ingame).
  • This issue occurs when using a dedicated server.
  • This bug is in the internal procedures or tooling (e.g. the build process).

Reproduction

Self-evident

Screenshots

https://youtu.be/S8Vt37DRQhI

Setup Details

Client Settings

  • Server or client: Both
  • Operating system: Any
  • Team Comtress version: Any
  • Custom content: Any
  • Launch options: Any
@Booster137 Booster137 added bug Something isn't working needs triage Needs to be organized tf2 Related to the TF2 live version and TC2 labels May 13, 2021
@Booster137 Booster137 changed the title [MvM] Dummied out Map-Specific Tank Destruction Animations [MvM] Dummied Out Map-Specific Tank Destruction Animations May 13, 2021
@Booster137 Booster137 changed the title [MvM] Dummied Out Map-Specific Tank Destruction Animations [MvM] Accidentally Dummied Out Map-Specific Tank Destruction Animations May 13, 2021
@treacherousfiend
Copy link

This would fit more in the assets repo, as the issue is not with the code, but rather with the model itself. The game correctly checks if there is an animation associated with the current map, which there isn't, and uses the generic one instead.

@mastercoms
Copy link
Member

All issues go here. There is no issue tracker on the assets repo.

@treacherousfiend
Copy link

my mistake, I forgot about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage Needs to be organized tf2 Related to the TF2 live version and TC2
Projects
None yet
Development

No branches or pull requests

3 participants