Sign inSign up

datmoyan/vtf2apng

By datmoyan

Updated over 4 years ago

A spray(vtf format) converter for spray n' display plugin.

Image
0

10K+

datmoyan/vtf2apng repository overview

vtf2apng

A spray(vtf format) converter for spray n' display plugin.

What you need

Grab those files from (Source Engine Game Windows Installation)/bin/

  • vtf2tga.exe
  • vstdlib.dll
  • tier0.dll
  • FileSystem_Stdio.dll

Mount the folder containing those to /app/binaries/.
ex) -v '/some/folder/containing/binaries/:/app/binaries/'

Mount (SRCDS Installation)/tf/downloads/ to /image-in
ex) -v '/tf2/installation/folder/tf/downloads/:/image-in/'

Folder /image-out/ is destination folder.

Example docker-compose.yml file
version: '3'

services:
  vtf2apng:
    image: 'datmoyan/vtf2apng'

    volumes:
      - './binaries/:/app/binaries/'
      - './srcds/tf/download/:/image-in/'
      - './web-server/img/:/image-out/'

    tty: true
    restart: 'always'

To do

  • Mipmap process for 'some' spray image.

Tag summary

Content type

Image

Digest

Size

354.9 MB

Last updated

over 4 years ago

docker pull datmoyan/vtf2apng