Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.10 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?><Profil Name="test01">
  2.     <Infos>
  3.         <Author>MattrixK</Author>
  4.         <Description>For Video Preview. 3 images assembled : Wheel, 3D Box and Cartridge</Description>
  5.     </Infos>
  6.     <General>
  7.         <Empty_Exemple>Empty_exemple.jpg</Empty_Exemple>
  8.         <Full_Exemple>Full_exemple.jpg</Full_Exemple>
  9.         <Target_Width>512</Target_Width>
  10.         <Target_Height>512</Target_Height>
  11.     </General>
  12.     <Compression>
  13.         <use>yes</use>
  14.         <soft>pngquant.exe</soft>
  15.         <parameter>--force --verbose --ordered --speed=1 --quality=30-90 --ext .png</parameter>
  16.     </Compression>
  17.     <Root>
  18.         <Source_Value>Data</Source_Value>
  19.         <Target_Value>gameList</Target_Value>
  20.     </Root>
  21.     <Game>
  22.         <Source_Value>Data/jeu</Source_Value>
  23.         <Target_Value>gameList/game</Target_Value>
  24.     </Game>
  25.     <Country>
  26.         <Source_Value>Data/jeu/region</Source_Value>
  27.     </Country>
  28.     <Element>
  29.         <Name>logo</Name>
  30.         <Source_Type>XML_Value</Source_Type>
  31.         <source_Origin>Game</source_Origin>
  32.         <Source_Value>Data/jeu/medias/media_wheels/media_wheel_%COUNTRY%</Source_Value>
  33.         <Target_Width>%1</Target_Width>
  34.         <Target_Height>%0.21</Target_Height>
  35.         <Target_TopLeftX>CENTER</Target_TopLeftX>
  36.         <Target_TopLeftY>UP</Target_TopLeftY>
  37.         <Target_Maximize>Yes</Target_Maximize>
  38.     </Element>
  39.     <Element>
  40.         <Name>box3D</Name>
  41.         <Source_Type>XML_Value</Source_Type>
  42.         <source_Origin>Game</source_Origin>
  43.         <Source_Value>Data/jeu/medias/media_boxs/media_boxs3d/media_box3d_%COUNTRY%</Source_Value>
  44.         <Target_Width>%0.4</Target_Width>
  45.         <Target_Height>%0.4</Target_Height>
  46.         <Target_TopLeftX>LEFT</Target_TopLeftX>
  47.         <Target_TopLeftY>DOWN</Target_TopLeftY>
  48.         <Target_Maximize>Yes</Target_Maximize>
  49.     </Element>
  50.     <Element>
  51.         <Name>cartridge</Name>
  52.         <Source_Type>XML_Value</Source_Type>
  53.         <source_Origin>Game</source_Origin>
  54.         <Source_Value>Data/jeu/medias/media_supports/media_supports2d/media_support2d_%COUNTRY%</Source_Value>
  55.         <Target_Width>%0.25</Target_Width>
  56.         <Target_Height>%0.25</Target_Height>
  57.         <Target_TopLeftX>RIGHT</Target_TopLeftX>
  58.         <Target_TopLeftY>DOWN</Target_TopLeftY>
  59.         <Target_Maximize>Yes</Target_Maximize>
  60.     </Element>
  61. </Profil>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement