ValveSoftware / Source-1-Games

Source 1 based games such as TF2 and Counter-Strike: Source
636 stars 74 forks source link

[TF2] Tiny Timber can be painted, but no paint can will change its appearance #6078

Closed JoriKos closed 1 month ago

JoriKos commented 3 months ago

The Tiny Timber cosmetic is set as paintable in items_game.txt, yet the textures are not set up so paint will actually work. This could potentially waste paint cans people have bought, it should be a simple fix by removing

"capabilities"
{
    "paintable"     "1"
}

from the items_game.txt entry (number 30321 and line 76533)

jh34ghu43gu commented 3 months ago

This can be fixed by replacing xms2013_pyro_wood.vmt with the xms2013_pyro_wood_1.vmt in materials\models\workshop\player\items\pyro\xms2013_pyro_wood\ of the tf2_misc_dir.vpk

https://imgur.com/uT46oKX vpk that fixes it if added to custom folder

NULLYUKI commented 2 months ago

According to patch 223066

Fixed a problem with the Tiny Timber not displaying paint after being painted

This needs to be retested.

tmob03 commented 2 months ago

It's fixed (painted top, unpainted bottom) @kisak-valve image image

kisak-valve commented 1 month ago

Closing per the last couple comments.