LiEnby / chovy-gm

At long last. GameMaker 8.1 to PSP!
GNU Lesser General Public License v2.1
42 stars 4 forks source link

Texture Compression #11

Open EGAMatsu opened 4 years ago

EGAMatsu commented 4 years ago

image how do i fix this?

EGAMatsu commented 4 years ago

image

LiEnby commented 4 years ago

What's the issue?

EGAMatsu commented 4 years ago

the textures are wayy to image compressed

LiEnby commented 4 years ago

Is your room view size the same as PSP screen resolution ? GM runner just stretches it if it's not...

EGAMatsu commented 4 years ago

Is your room view size the same as PSP screen resolution ? GM runner just stretches it if it's not...

yes

LiEnby commented 3 years ago

All textures are encoded into .DDS format for psp. maybe that does something to it?

DDS can hold alot of diff texture types, i think DXT3 and DXT5 can be used by it.

LiEnby commented 3 years ago

the fact its got squish.dll makes me think its doing DXT Compression lol

mm DDS specification supports raw RGB without any compression at all, so. i could try that. though it might be too big for the systems memory if i do that. idk