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?
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.
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
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.
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.