Saw this on the web

https://hackaday.com/2024/06/12/baldurs-gate-iii-comes-to-the-trs-80-model-100/

The engine is hosted at

https://github.com/ajbowen249/dungeon-delver-engine

The release only provides hex files of the test campaign which forces
loading over serial.

I opened an issue to request CO files be included.

And I put instructions in this issue to allow loading the HEX file into
CloudT.

https://github.com/ajbowen249/dungeon-delver-engine/issues/17

First you need to get LOADHX.BA into CloudT. The raw text is at

https://raw.githubusercontent.com/ajbowen249/dungeon-delver-engine/main/utils/loadhx.ba

You can't just use Add URL and CLOAD, I think because of the wrong
extension. So, just copy it all and paste into the Add Plain Text control.
You need to change a couple lines anyway.

Replace Lines 21 and 23 with the following lines:

21 cs$ = "CAS:"

23 sa%=-19968


Click Add Text File. Give it a name LOADHX.DO.

Go into BASIC and type CLOAD<ENTER>
The loader will load

Type CLEAR 256,45568

Download TEST_CAMPAIGN.HEX from the release

Use Add File to stage it on the cassette queue

>From BASIC type RUN

It will take a while. You can hit TURBO now and then to speed things up. Or
go make a sandwich.

Once load completes type

CALL 45568

I assume Baldur's Gate would load the same, just substitute its hex file
for TEST_CAMPAIGN.HEX above.

-- John.

Reply via email to