Log In  

Cart #coversrcool-0 | 2022-08-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

If you play this game, all that comes up is "Theres nothing here..." (And thats all there is- look at the code). But then, how is there a custom cover image?

It's simple: You don't have to update your cover image (w/ F7) with your code.

Just comment all/most your code, make a cover sprite, show it, press F7, uncomment code, remove the sprite showing up, and boom. You easily have made a cover image that isn't accessible from the game itself. I'm probably not the first person to find this out, but it does work and I found it on my own, so I'm writing this.

EDIT: To remove the console, put the sprite drawing into a _DRAW() loop, that should work better.

P#115626 2022-08-11 22:05 ( Edited 2022-08-14 15:52)

This is true, @MrAwesome. Wrote something to that effect 3-years ago.

https://www.lexaloffle.com/bbs/?tid=35876

What's especially interesting is hacking the image so it can save at 24-bit.

https://www.lexaloffle.com/bbs/?tid=36693

P#115628 2022-08-12 00:23

[Please log in to post a comment]