View Single Post
Old 01-25-07, 12:02 AM   #4
matttm
Seaman
 
Join Date: May 2001
Location: Sydney, Australia
Posts: 35
Downloads: 0
Uploads: 0
Default

A possible extension:

Problem:

After installing NYGM Tonnage War V2.2 on my system, I needed to manually delete the files:

../data/Movies/Intro/Intro.wmv
../data/Movies/Intro/Logo.wmv


as zero length files would cause the game to not load.

Solution:

So, how about a file JSGME_Postscript that could contain basic commands such as:

RM data/Movies/Intro/Intro.wmv
RM data/Movies/Intro/Logo.wmv


to be run after the main copy of files, which in this case would delete the said files.

And a folder under the package folder called JSGME_Control that contains file(s) / folder(s) not to be copied with the package, such as the package ReadMe file(s) or package extras etc.

Basically, anything in this folder, you do not process.

Matt
matttm is offline   Reply With Quote