View Single Post
Old 22 August 2021, 12:20   #4
BarryB
Amigaholic
 
Join Date: Dec 2009
Location: UK
Posts: 4,734
Quote:
Originally Posted by Exodous View Post
The installation script makes a fatal assumption.

It assumes that you have installed the specific "JFIF" datatype present in AUIMAR95c:jfif_dtc

It then copies specific quality settings for that datatype to ENV and ENVARC so that, when the conversion is run, using this datatype, it uses their specified settings.

However, if you have another datatype on your system capable of managing JPEG files, for example the standard Commodore "JPEG" datatype from the storage disk, their settings will be ignored it will use the default conversion settings. This then results in files that are too big to fit on the floppy disks.

You can manually convert the images by opening a shell, creating a folder and entering it with the following commands (assuming you want to use dh1:textures as your folder)

Code:
makedir dh1:textures
 dh1:textures
Insert AUIMAR95c in any drive and then running the following in the shell:

Code:
AUIMAR95c:xtoilbm2/xtoilbm2 AUIMAR95c:jpegs/m01.jpg m01.iff
 AUIMAR95c:xtoilbm2/xtoilbm2 AUIMAR95c:jpegs/m05.jpg m05.iff
 AUIMAR95c:xtoilbm2/xtoilbm2 AUIMAR95c:jpegs/m08.jpg m08.iff
 AUIMAR95c:xtoilbm2/xtoilbm2 AUIMAR95c:jpegs/s18.jpg s18.iff
 AUIMAR95c:xtoilbm2/xtoilbm2 AUIMAR95c:jpegs/m19.jpg m19.iff
 AUIMAR95c:xtoilbm2/xtoilbm2 AUIMAR95c:jpegs/o05.jpg o05.iff
 AUIMAR95c:xtoilbm2/xtoilbm2 AUIMAR95c:jpegs/o08.jpg o08.iff
 AUIMAR95c:xtoilbm2/xtoilbm2 AUIMAR95c:jpegs/paper.jpg paper.iff
 AUIMAR95c:xtoilbm2/xtoilbm2 AUIMAR95c:jpegs/s02.jpg s02.iff
 AUIMAR95c:xtoilbm2/xtoilbm2 AUIMAR95c:jpegs/s04.jpg s04.iff
So that's the issue, datatypes, did wonder as I have a registered Warp DT installed in my A1200 WinUAE setup! I also manually converted exactly like in your examples as those are in the script so just altered the output path and got the oversized IFF's, probably due to WarpDT! I then tried in my vanilla 3.1.4 setup but that failed as well, it went through the conversion but no IFF's were written to any disks?

Another issue, if you have DF1: enabled there is a message 'Could you put this disk in df1: (external drive) please?' what disk is it referring to, Superdisk53, Superdisk54 or a blank disk? I disabled DF1: and just used DF0: but it still wouldn't work, keeps asking to insert disc c then moans disk e isn't inserted and gets in a right mess!

Quote:
Originally Posted by Exodous View Post
I've just uploaded a zip to the zone "AUI-March-95-Textures-ADF-and-IFF.zip"

In there, you will find:
  • The 3 generated ADFs for disks d, e, f.
  • A folder with the textures converted using the AUI supplied JFIF datatype (copied from the above ADFs)
  • A folder with the textures converted using the Commodore OS 3.1 JPEG datatype

Thank you, nothing I tried under WinUAE worked for me!
BarryB is offline  
 
Page generated in 0.04228 seconds with 11 queries