A spray(vtf format) converter for spray n' display plugin.
10K+
A spray(vtf format) converter for spray n' display plugin.
Grab those files from (Source Engine Game Windows Installation)/bin/
vtf2tga.exevstdlib.dlltier0.dllFileSystem_Stdio.dllMount 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.
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'
Content type
Image
Digest
Size
354.9 MB
Last updated
over 4 years ago
docker pull datmoyan/vtf2apng