Comments

Log in with itch.io to leave a comment.

what RTG resolution and color depth does this game wants?

hdf boot themselves into rtg mode. i have the individual exe running in pimiga and they run fullscreen on their own 

(1 edit)

Can you just answer the question? Resolution and color depth. This is necessary information when releasing RTG game, so users can create a P96 screenmode for it.

There u go, UAE for the HDF and the standalone version

What im asking is, what is the P96 screenmode the game is requesting in AmigaOS.

#define RTG_MODE_ID 0x50FF1000UL

```

And the UAE config uses an 8-bit RTG screen:

```ini

gfx_width=864

gfx_height=486

gfx_colour_mode=32bit

gfxcard_type=ZorroIII

gfxcard_size=16

rtg_modes=0x3ffe

```

So the app opens a custom 8-bit Picasso96/uaegfx screen at `864x486`, using `BestModeID()` first, falling back to `0x50FF1000` if needed.

So you may be wondering what the difference is here, well speed for one . This one is alot smoother and faster than the old build. We also have fully working enemies battleships etc which the other one didnt. 
I love bringing these titles to you and I hope you enjoy them and donate.