Userskins on Linux?

Hello everyone, hjnbnb here, was wondering if it’s possible to use Userskins on Linux? Specifically Linux Mint? I haven’t been able to easily figure it out and it’s given me a headache. Any help would be appreciated thanks!

1 Like

It should Just Work, no? Either create UserSkins folder manually inside WT game folder or use the in game “Create a user skin sample file…” option, then unpack downloaded skins into UserSkins folder. Here is an example from my machine:

/opt/games/WarThunder/UserSkins/template_f_16a_block_10

I use Arch btw.

1 Like

It should just work but I cant even find the directory

If you use steam just right click the game in your game list, click properties, local files and then click Browse local game files.

1 Like

Yeah folder location depends on the way you installed, Steam should have the open game folder option, like the other guy said, otherwise Mint probably has find command line tool installed by default so you can do something like

sudo find / -iname “warthunder

1 Like

Command formatting is a bit broken because of formatting and i cant edit my post so

sudo find / -iname “*warthunder*”

Is the actual command that worked on my machine.

1 Like