Source Filmmaker

Source Filmmaker

Nisse Nov 25, 2023 @ 12:35pm
Can't find some all-class cosmetics
I've manually added all the new cosmetics including replacing the item_game.txt yet i can not find a lot of multiclass cosmetics. I'm looking for the Boxcar Bomber and Snow Sleeves to be more specific.

Thanks in advance.
< >
Showing 1-3 of 3 comments
Zappy Nov 25, 2023 @ 2:38pm 
Originally posted by Nisse:
I've manually added all the new cosmetics including replacing the item_game.txt yet i can not find a lot of multiclass cosmetics. I'm looking for the Boxcar Bomber and Snow Sleeves to be more specific. -
To get post-2014 cosmetics (and other assets aside from maps), follow this guide:
https://steamcommunity.com/sharedfiles/filedetails/?id=234952643 This isn't necessary for the Boxcar Bomber and the Snow Sleeves, though.


If you want to update the "Add Team Fortress Item" dialog, copy -/Team Fortress 2/tf/scripts/
/items/items_game.txt
to -/SourceFilmmaker/game/[folder]/scripts/items/items_game.txt ("[folder]" being the folder that you extracted Team Fortress 2 content to).

But even after doing that, note that not all Team Fortress 2 items will appear in the "Add Team Fortress Item" dialog, due to some items using a model filename format that Source Filmmaker doesn't understand.


Instead, you can open that "items_game.txt" file in a text editor, search for an item's name, and look for its model's filename, so that you can add it to a session manually.
In this specific case, though, you won't find "Boxcar Bomber" nor "Snow Sleeves" in "items_game.txt", so you have to open -/Team Fortress 2/tf/scripts/tf_english.txt, search for "Boxcar Bomber", find it on the same line as "TF_EOTL_furcap", and then search for "TF_EOTL_furcap" in "items_game.txt". Doing this, you'll find that the model filenames are "eotl_furcap_%s.mdl" for the Boxcar Bomber, and "hiphunter_jacket_%s.mdl" for the Snow Sleeves. "%s" refers to the class' name, e.g. "eotl_furcap_scout.mdl".

To attach a weapon/cosmetic to a class after spawning them manually, drag the desired parent's animation set (e.g. a Spy) onto the desired child's animation set (e.g. a Business Casual) in the Animation Set Editor.
This will lock all bones of the child to same-named bones of the parent. (Bones of the child without same-named bones on the parent won't be locked.)
Then select all locked bones of the child, switch to the Motion Editor, click in the timeline, press Ctrl+A to select all time, and then fully apply the procedural "Zero" preset in the upper right area of the Animation Set Editor.

This is mostly equivalent to "bone-merging" in the Source engine, which is how weapons, cosmetics, et cetera are attached to players in Team Fortress 2.
Last edited by Zappy; Nov 25, 2023 @ 2:38pm
Nisse Nov 25, 2023 @ 3:08pm 
I'm still pretty new to SFM, how do I manually spawn them? I tried searching in the add model menu and I didn't find the Boxcar Bomber nor the Snow sleeves. Am I doing something wrong or?
Last edited by Nisse; Nov 25, 2023 @ 3:09pm
Zappy Nov 26, 2023 @ 1:43am 
Originally posted by Nisse:
I'm still pretty new to SFM, how do I manually spawn them? -
At the top-left of the Animation Set Editor, click on the plus icon, and choose "Create Animation Set for New Model". In the model browser, search for the cosmetics' filenames (in this case "eotl_furcap" and "hiphunter_jacket").

If you still can't find them, then in the model browser, make sure that "Mod Filter" at the top is set to "All Mods", that "Check subfolders for files?" is enabled, that "MDL Files" is selected at the top of the folder list, and that the text filter near the bottom only contains what you want to search for (e.g. "eotl_furcap medic" if you want it for the Medic).
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Nov 25, 2023 @ 12:35pm
Posts: 3