- March 17, 2008
- 1,353
- 306
- Home Country
- Netherlands
I like this new version but I find it quite annoying how all internet communication makes the whole program freeze. Maybe consider doing some in a background thread? Would make the program more responsive.
@above:
If you take a look @ the backdrop this tool downloads it are actually screenshots. They are not meant to be used in the way StreamedMP does it's screenshots (which it calls it backdrops) cause the resolution of those images are first of all 4:3 or some diff format then the most usual 16:9 and second to low to look good.
So what you could do in streamedmp is edit the xml and put something like this in there:
<control>
<id>1</id>
<description>Game poster or flyer</description>
<type>image</type>
<posX>15</posX>
<posY>300</posY>
<width>242</width>
<height>343</height>
<texture flipY="true" diffuse="Thumb_Mask.png">backdrop_#selectedthumb</texture>
<visible>facadeview.list+Control.IsVisible(50)</visible>
</control>
to have those images show as well
@above:
If you take a look @ the backdrop this tool downloads it are actually screenshots. They are not meant to be used in the way StreamedMP does it's screenshots (which it calls it backdrops) cause the resolution of those images are first of all 4:3 or some diff format then the most usual 16:9 and second to low to look good.
So what you could do in streamedmp is edit the xml and put something like this in there:
<control>
<id>1</id>
<description>Game poster or flyer</description>
<type>image</type>
<posX>15</posX>
<posY>300</posY>
<width>242</width>
<height>343</height>
<texture flipY="true" diffuse="Thumb_Mask.png">backdrop_#selectedthumb</texture>
<visible>facadeview.list+Control.IsVisible(50)</visible>
</control>
to have those images show as well