Mentrillum / Slender-Fortress-Modified-Versions

A modification of Team Fortress 2 based on the game Slender: The Eight Pages.
GNU General Public License v3.0
33 stars 22 forks source link

Easiest way to debug boss animations ? #108

Closed gogson closed 1 year ago

gogson commented 1 year ago

I have downloaded a lot of bosses from astolfo_alter but it seems that none of their animations work. Is there an easy way to debug the animations ? From what I understood it's all stored in the .mdl files ?

I checked the models path as stated in the FAQ. It looks good to me.

Despite the boss list here, do you know where we can download some more ?

Thanks for the clarifications

Mentrillum commented 1 year ago

At the moment there is no easy way to debug animations on bosses. Though it seems like that model does not exist on the server which the game desperately needs to play the animations properly.

gogson commented 1 year ago

I figured that in some of the provided boss configuration files, the "name" property of the "animations" array was wrongly named to "animation_run" for example. I put "name" instead and the animations started working. Does it have to do with the config rewriter that need to be run on them too although it's in the "SF2 Modified boss list" in the wiki ?