PDA

View Full Version : Need help on changing the Desktop



i101
January 27th, 2010, 15:52
I am trying to create a new background for the WFRP Ruleset, but somehow my changes dont work proper. Some kind of bumping glitches turn on the FG desktop as soon I try the following...

Opend graphics_frames.xml and edited at line 557 follwing code:


<framedef name="desktop">
<bitmap file="frames/desktop.png" />
<middle rect="0,0,512,512" />
<right rect="512,0,97,512" />
<decal rect="612,0,512,512" />
</framedef>

into:


<framedef name="desktop">
<bitmap file="frames/desktop.jpg" />
<middle rect="0,0,1680,1050" />
<right rect="0,0,0,0" />
<decal rect="0,0,0,0" />
</framedef>

I tried to use use this map of the "Reikland" as desktop: https://img19.imageshack.us/i/desktopwfrp3.jpg/

The picture got converted into *.png. Is it possible to set the XML that desktop.png just gets auto strechted?

Cheers

Foen
January 27th, 2010, 22:04
Stretching isn't available for frames (like the desktop), they only support a form of tiling.

You can specify which parts of the image should be used for each corner, the edges and the middle, so that tiling is quite flexible, but there still isn't any stretching capability.