Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Moox on Sun 06/06/2004 01:57:30

Title: IDEA: .Cur support
Post by: Moox on Sun 06/06/2004 01:57:30
I was making some cursor files in VisualC++ Studio, I just figured out ags doesnt support them, any plans of incorperating support in future versions?
Title: Re: IDEA: .Cur support
Post by: deltamatrix on Sun 06/06/2004 02:14:39
Well I'm not buying this. Surely it would be simpler to just draw the cursors as bmps. Don't you have to draw the cursors as bmps anyway before u convert them to .cur files.

Title: Re: IDEA: .Cur support
Post by: Moox on Sun 06/06/2004 02:17:52
buying what, theres nothing for sale ;)
In VC++ you create cursors pixel by pixel with a max size of 32x32 and save directly as .cur with the hotspot selected during creation
Title: Re: IDEA: .Cur support
Post by: Radiant on Mon 07/06/2004 10:41:08
Screen capture, save as BMP, open with AGS :)

Anyway I draw my cursors in MS Paint, you can't set hotspots but other than that you're fine.

Title: Re: IDEA: .Cur support
Post by: Pumaman on Mon 07/06/2004 21:30:27
I think this is really too specialized to add support to AGS. You can convert .cur to .bmp in most paint packages so it's not too difficult to work around.