Search found 47 matches

by chrowle
Oct 22, 2013 22:27
Forum: Game Dev
Topic: BLoad and Put not working? [SOLVED]
Replies: 12
Views: 4543

Re: BLoad and Put not working?

Okay, I have figured out that the player pointer is 0. How exactly can I fix this? Here are my gimp settings(best text mockup of the dialog):
[ ] Do Not Export Color Space Information
[ ] 16-bit R5 G6 B5
[ ] 16-bit X1 R5 G5 B5
[x] 24-bit R8 G8 B8
[ ] 32-bit X8 R8 G8 B8
by chrowle
Oct 21, 2013 23:41
Forum: Game Dev
Topic: BLoad and Put not working? [SOLVED]
Replies: 12
Views: 4543

BLoad and Put not working? [SOLVED]

Hello, I am writing a very simple rpg engine. It is in the very early stages of development. I have a 24-bit bmp file, created with GIMP, containing the sprite for the player. I load the sprite into an image pointer like this: 'Image loading Dim player as any ptr = ImageCreate(32, 32) Bload "pl...