PostBuild: Difference between revisions

From Sierra WikiNew
Jump to navigationJump to search
No edit summary
 
m (1 revision imported)
 
(No difference)

Latest revision as of 00:11, 3 June 2024

PostBuild


Version 1.1.0.0
Author: Phil Fortier
07/23/2020
PostBuild
Command Line Tool
Latest Version:  1.1.0.0
Release Date:  07/23/2020
Company: IceFall Games
Publication Status:  Published
Developer(s): Phil Fortier
Interface: CLI
Language: C#
Open Source: Open
Source Availability:  (included in Download)
License: Freeware
Type: Plugin
Platform: Windows
Localization: English
Website: scicompanion.com/





Description

Phil Fortier PostBuild is a plugin for Phil Fortier's SCI Companion 3. It adds a post build event to Companion.


Features


Version History

 


Development Status

See http://sciprogramming.com/community/index.php?topic=1624 for original posting. Latest version (1.1.0.0) updated by Andrew Branscom to add error checking and messaging.


Installation

  • Unzip into SCI Companion's plugin folder (.\Plugins\PostBuild\PostBuild.exe)


Usage

  1. Create a PostBuild.bat file in your game's folder with the commands you want executed.
Example batch file to copy some files:
xcopy /D resource.001 Release\

xcopy /D resource.map Release\

  1. Go to plugins menu in SCI Companion and select PostBuild. PostBuild will execute your PostBuild.bat.


Options

 


Download

Download from here:


Known issues

  • None known


Credits


References



Also See