Page 15 of 15

Re: Gamebase TI 99/4A

Posted: Tue Mar 14, 2023 9:33 am
by .mad.
Hi Manguan,

error 07 means it can't find the file.

This refers to the location of the virtual TI disk folder (FIAD - Files In A Directory).
I used the GameBase rezip path for that FIAD folder...
C:\GBGame\0

open the classic99 script (FIAD section).
and edit the GB rezip path. This MUST be the root of the drive you are using.

;------------------------------------------------------
; Start Disk Image. (use .TXT for Files In A Directory)
;------------------------------------------------------
If GameType CONTAINS(dsk||txt)

;Check GameBase T.D.E. tab for FIAD switch.
If TrueDriveEmu = YES

;Set disk to FIAD (Files In A Directory) which is writeable in Classic99.

Set_INI_Value(1||Disk1||Type||1)
Set_INI_Value(1||Disk1||Path||C:\GBGame\0\)
Set_INI_Value(1||Disk1||Path||%gbgamepath%\0)

Re: Gamebase TI 99/4A

Posted: Tue Mar 14, 2023 7:20 pm
by manguan
Thanks .mad. Great job again.

Re: Gamebase TI 99/4A

Posted: Sun Apr 09, 2023 11:05 pm
by OX
@.mad. is your inbox full?