Skip to content

A command line tool for source engine that converts all type of images to .psd for easy editing and compile.

License

Notifications You must be signed in to change notification settings

Unusuario2/PSDWriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PSDWriter

PSDWriter is a command-line tool that converts any common image format into .psd files for easy editing in Photoshop and seamless compiling with vtex in Source engine projects. It uses stb for broad image format support and outputs Photoshop-compatible PSD files using psd_sdk. It also automatically generates vtex configuration files using a built-in template for faster material setup.

image

Installation

To install PSDWriter, follow these steps:

  1. Start with a clean copy of the Source SDK 2013 source code (works both for SP & MP).
  2. Drag and drop the contents of this repository into your SDK source directory.
  3. Overwrite any existing files when prompted.
  4. Regenerate the Visual Studio solution files (e.g., by running createallprojects.bat).
  5. Open the solution in Visual Studio and compile it.
    The psdwriter executable will be built and ready to use.

License

This repository contains various pieces of original source code licensed under the MIT License, except for bundled third-party libraries such as stb and psd_sdk, which retain their own licenses.


Contact


About

A command line tool for source engine that converts all type of images to .psd for easy editing and compile.

Resources

License

Stars

Watchers

Forks

Packages

No packages published