Small problem creating a custom theme

Ask for help with ScummVM problems

Moderator: ScummVM Team

Post Reply
User avatar
eisnerguy1
Got a warning
Posts: 42
Joined: Mon Feb 27, 2012 10:06 am

Small problem creating a custom theme

Post by eisnerguy1 »

So, I'm trying to replace the cursor bmps from the scummmodern with the cursor images from SPY Fox

Image Image

Image Image

but, I'm having some error messages if I run ScummVM from Terminal:

Code: Select all

  File <File Stream>, line 102&#58;
<bitmap filename = 'cursor.bmp'/>
		<bitmap filename = 'cursor_small.bmp'/>

Parser error&#58; Error loading Bitmap file 'cursor.bmp'

WARNING&#58; Failed to parse STX file 'scummspyfox_gfx.stx'!
WARNING&#58; Failed to load theme 'scummspyfox.zip'!
Not sure why the message popped up. Might anyone have any ideas? Thanks!
User avatar
sev
ScummVM Lead
Posts: 2273
Joined: Wed Sep 21, 2005 1:06 pm
Contact:

Post by sev »

You have to put this file into the theme .zip file. And the BMP must be in Windows 3.x format.


Eugene
User avatar
eisnerguy1
Got a warning
Posts: 42
Joined: Mon Feb 27, 2012 10:06 am

Post by eisnerguy1 »

sev wrote:You have to put this file into the theme .zip file. And the BMP must be in Windows 3.x format.


Eugene
I know about zipping it up using scummtheme.py but, what program can export them in the Windows 3.x format?
User avatar
sev
ScummVM Lead
Posts: 2273
Joined: Wed Sep 21, 2005 1:06 pm
Contact:

Post by sev »

I was using ImageMagick. The required file format is BMP3.


Eugene
User avatar
eisnerguy1
Got a warning
Posts: 42
Joined: Mon Feb 27, 2012 10:06 am

Post by eisnerguy1 »

sev wrote:I was using ImageMagick. The required file format is BMP3.


Eugene
Awesome. Will look at it!
User avatar
Raziel
ScummVM Porter
Posts: 1517
Joined: Tue Oct 25, 2005 8:27 am
Location: a dying planet

Post by Raziel »

While we are at it...any news regarding updated theme code in ScummVM?
Post Reply