aboutsummaryrefslogblamecommitdiffstats
path: root/Game/Output/Themes/Blue Sensation.ini
blob: d43c8a26670266a783e26ae240192eaefa4048fd (plain) (tree)
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
6687
6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
6751
6752
6753
6754
6755
6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
6787
6788
6789
6790
6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
6817
6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
6832
6833
6834
6835
6836
6837
6838
6839
6840
6841
6842
6843
6844
6845
6846
6847
6848
6849
6850
6851
6852
6853
6854
6855
6856
6857
6858
6859
6860
6861
6862
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
6874
6875
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
6886
6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
6913
6914
6915
6916
6917
6918
6919
6920
6921
6922
6923
6924
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
6941
6942
6943
6944
6945
6946
6947
6948
6949
6950
6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
6969
6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020
7021
7022
7023
7024
7025
7026
7027
7028
7029
7030
7031
7032
7033
7034
7035
7036
7037
7038
7039
7040
7041
7042
7043
7044
7045
7046
7047
7048
7049
7050
7051
7052
7053
7054
7055
7056
7057
7058
7059
7060
7061
7062
7063
7064
7065
7066
7067
7068
7069
7070
7071
7072
7073
7074
7075
7076
7077
7078
7079
7080
7081
7082
7083
7084
7085
7086
7087
7088
7089
7090
7091
7092
7093
7094
7095
7096
7097
7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117
7118
7119
7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167
7168
7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
7242
7243
7244
7245
7246
7247
7248
7249
7250
7251
7252
7253
7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
7287
7288
7289
7290
7291
7292
7293
7294
7295
7296
7297
7298
7299
7300
7301
7302
7303
7304
7305
7306
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
7336
7337
7338
7339
7340
7341
7766
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
7777
7778
7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
7800
7801
7802
7803
7804
7805
7806
7807
7808
7809
7810
7811
7812
7813
7814
7815
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825
7826
7827
7828
7829
7830
7831
7832
7833
7834
7835
7836
7837
7838
7839
7840
7841
7842
7843
7844
7845
7846
7847
7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895
7896
7897
7898
7899
7900
7901
7902
7903
7904
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929
7930
7931
7932
7933
7934
7935
7936
7937
7938
7939
7940
7941
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974
7975
7976
7977
7978
7979
7980
7981
7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
7994
7995
7996
7997
7998
7999
8000
8001
8002
8003
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
8016
8017
8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
8028
8029
8030
8031
8032
8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
8043
8044
8045
8046
8047
8048
8049
8050
8051
8052
8053
8054
8055
8056
8057
8058
8059
8060
8061
8062
8063
8064
8065
8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
8085
8086
8087
8088
8656
8657
8658
8659
8660
8661
8662
8663
8664
8665
8666
8667
8668
8669
8670
8671
8672
8673
8674
8675
8676
8677
8678
8679
8680
8681
8682
8683
8684
8685
8686
8687
8688
8689
8690
8691
8692
8693
8694
8695
8696
8697
8698
8699
8700
8701
8702
8703
8704
8705
8706
8707
8708
8709
8710
8711
8712
8713
8714
8715
8716
8717
8718
8719
8720
8721
8722
8723
8724
8725
8726
8727
8728
8729
8730
8731
8732
8733
8734
8735
8736
8737
8738
8739
8740
8741
8742
8743
8744
8745
8746
8747
8748
8749
8750
8751
8752
8753
8754
8755
8756
8757
8758
8759
8760
8761
8762
8763
8764
8765
8766
8767
8768
8769
8770
8771
8772
8773
8774
8775
8776
8777
8778
8779
8780
8781
8782
8783
8784
8785
8786
8787
8788
8789
8790
8791
8792
8793
8794
8795
8796
8797
8798
8799
8800
8801
8802
8803
8804
8805
8806
8807
8808
8809
8810
8811
8812
8813
8814
8815
8816
8817
8818
8819
8820
8821
8822
8823
8824
8825
8826
8827
8828
8829
8830
8831
8832
8833
8834
8835
8836
8837
8838
8839
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854
8855
8856
8857
8858
8859
8860
8861
8862
8863
8864
8865
8866
8867
8868
8869
8870
8871
8872
8873
8874
8875
8876
8877
8878
8879
8880
8881
8882
8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
8906
8907
8908
8909
8910
8911
8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
8922
8923
8924
8925
8926
8927
8928
8929
8930
8931
8932
8933
8934
8935
8936
8937
8938
8939
8940
8941
8942
8943
8944
8945
8946
8947
8948
8949
8950
8951
8952
8953
8954
8955
8956
8957
8958
8959
8960
8961
8962
8963
8964
8965
8966
8967
8968
8969
8970
8971
8972
8973
8974
8975
8976
8977
8978
8979
8980
8981
8982
8983
8984
8985
8986
8987
8988
8989
8990
8991
8992
8993
8994
8995
8996
8997
8998
8999
9000
9001
9002
9003
9004
9005
9006
9007
9008
9009
9010
9011
9012
9013
9014
9015
9016
9017
9018
9019
9020
9021
9022
9023
9024
9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
9052
9053
9054
9055
9056
9057
9058
9059
9060
9061
9062
9063
9064
9065
9066
9067
9068
9069
9070
9071
9072
9073
9074
9075
9076
9077
9078
9079
9080
9081
9082
9083
9084
9085
9086
9087
9088
9089
9090
9091
9092
9093
9094
9095
9096
9097
9098
9099
9100
9101
9102
9103
9104
9105
9106









































                                                            

       

             

         


                   

       



































                    

       
      
      





                

       

            


                          

              

       
      
      





                

       






                          

       

            

             


                 




                 



                

                      


                            
           



                       

       





               




























                             
                  




                 



                

                     





                            
         

                       

      
       
       



                





                    



                

                     





                            




























                            

                       

       





                
                        
       
































                             




                































                            





                            
         

                         

      
       
       





                  



                 



                

                      

                            

           



                       

       

























                 

      



         
         

































                    



       





                    



       






                    
      







                              

       







                

       






                 

       











































































                                                                   
     




































































                                       
            
































                      
     












                 
        



































                                                    




        








                        




        








                        




        








                        




        








                        




        








                        




        








                        




        








                        




        








                        




        








                        




        








                        




        








                        




        








                        




        








                        




        








                        




        











                                                
      
       
        














































                                    
        



             


































                         















                                                                       
        










































                                                                       
        









































                      
        










































                                                                           
        









































                        
        









































                   
        



























                   






















































































































































































































                                   







                  
     







































































                          

















                           
















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































                                                                               
     
















                           
      


































                          


       






                    

                   



                         
     

        
        




                        


       






                    

                   



                             
     

        
        




                           


       






                    

                   



                          
     

        
        




                        


       







                    

                   



                           
     

        
        




                         


       







                    

                   



                           
     

        
        




                         


       







                    

                   



                           
     

        
        






                         

       







                    
           




                             
     

        
        





                           


       







                   

                   



                         
     

        
        




























































                        
     
















                                
      




























































































































                                   



















                                    




                              
        















                        
        
































































                            
     
















                                    
      







































































































                                         
                                      


















                                       



                                          



        



















                            



























































                         
     
















                                 
      







































































































































































































































                                          
     
















                                  
      























































































































































                                      
     
















                                  
      























































































































































                                
     
















                                  
      















































































































































































                                   
     







                       
       

            
        




                                    
      





































































































































































                                          



















                                       

                            
       






                    


                           
 
                

           
           
      
     



            
                      
 
           
      
      

            
         


                                   









                     
       
      

             
         


           
             







                
             









                    
             






             
             

                    
           





            
                              
 
             







                
           





            
                              
 


               





                 


               





                 


               





                 


               





                 


               





                 





























                 





             


                





             


                





             


                





             


                





             





































































































                 





             


                 





             


                 





             


                 





             


                 





             













































                    
                    










                    




                
                   
                    

      




                
                   
                    

      




                
                   
                    

      




                
                   
                    

      








                  
           





















































                    
     









               
      






                          
       


            
        






















                              
       

       
            





                   

                   



                    
       

       
            





                   

                   




                  
       

       
            





                   

                   

































                         
           

































                    
     









               
      













































































































































































































































                            
                 



                     
     









                     
      







                      
       

            
        





















                                 
       































































                                          
       
       
        






                       
      
       
        











































































                                 

       

             
        



                          

       

             
        



                          

       

             
        



                          

       

             
        



                          

       

             
        



                          

       

             
        



                          

       

             
        



                           

       

             
        



                           

       

             
        



                           

       

             
        



                           

       

             
        



                           

       

             
        



                           

       

             
        



                           

       

             
        



































































                             
       

             
        




























































































                               


                          
 

                            
 
                         









                    

                         








                    
                         




             
                  

                









                         







                














































































































                              
      
     





             
                     
 
                       
      
      



            
                          
 

                       




            
                              
 
                       





            
                                     
 


                       
             



                     
 


                       
             



                            
 


                       
             

























































                                
 


                        
             



                                   
 




                                   

                

               


                    





                                   
                

               
             
                    
 




                                

                

               


                    








































































































































































                              
                 
 







                              
 







                              
 






                              
                 
 







                              
 







                              
 














































































































































































































































































































































































































































































































































































































































































                                 









                    
                    









                    
                    




             
               

                
                    







                
                  
      
     







                
                  
      
      



            
                      
 

                  




            
                          
 
                  





            
                           
 








                    
 












                    

             


















                           


           

                           






             

                           


             
         


           


                          
       
        



            

                          






             

                          


             
         


             






























































































































































































































































                               


































































































































































































































































































































                             
            




























                      
                 























                      
     









                    
      






                        
     



            
        



























































































































































































                              



























































































































































































































































                                        

































                        
                 











                     


































































































































































































































































































































































































































































                                        








                
                       








                
                     
      
     





             
                   
 
                     
      
      



            
                         
 


                     

            


                             
 
                     







                          
                     







                             
                     







                                  
                           

           
      








                    
                                







              
                           

           
      








                    
                                







              
                           

           
      








                    
                                







              
                           

           
      








                    
                                







              
                           

           
      



                

                  


                    
                                







              
                           

           
      



                

                  


                    
                                







              
                           

           
      



                

                  


                    
                                







              
                           

           
      



                

                  


                    
                                







              
                           

           
      



                

                  


                    
                                







              





                  

       




















                       

       




















                       

       




















                       

       






















                          
       
        


















                      

       







                  

       








                  

       

       
        









                    

       








                    
       








                  
       












                              
        















                             
        








                      
       















                       
       



















                            
       



















                             
       



















                           
       



















                           
       



















                          
       


























































                    
       







                  
       







                  
       







                  
     
















                        
      
































                          
       



















                            
       



















                            
       



















                               
       



















                            
      







                     

            
         
        


































































































































































                       
     






                  
       


            
        












































































































































































































                          



























                           
;1.0.1
;experimental version
;if you are using this as a sample for your theme
;don't be suprised it doesn't work good with newer releases

[Theme]
Name=Blue Sensation
Creator=Charis

[Colors]
White = 255 255 255
LightBlue = 119 187 210
DarkBlue = 28 126 171
LightRed = 170 146 146
DarkRed = 155 113 113
LightGreen = 136 168 136
DarkGreen = 106 152 104
LightPurple = 155 136 168
DarkPurple = 145 104 152
LightOrange = 168 155 136
DarkOrange = 151 131 76
LightYellow = 168 168 136
DarkYellow = 150 151 76
Turkis = 13 186 167
GrayLightest = 223 223 223
GrayLight = 191 191 191
Gray = 127 127 127
GrayDark = 63 63 63
Black =0 0 0
GrayPopup = 51 51 51
Gold = 255 223 31
Silver = 223 223 223
Bronze = 205 127 50

[Loading]
Texts =2
Fade = 1

[LoadingBackground]
Tex=LoadingBG

[LoadingText1]
X =5
Y =544
Color =White
Font =0
Align =0
Size =9
Text =SING_LOADING

[LoadingText2]
X =760
Y =545
Color=White
Font =0
Size =8
Align=2
Text=US_VERSION

[Main]
Texts =2
Statics=4

[MainBackground]
Tex=MenuBG

[MainStatic1]
X =0
Y =0
W =0
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=1
ReflectionSpacing=1

[MainStatic2]
X =252
Y =0
W =0
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=1
ReflectionSpacing=1

[MainStatic3]
X =220
Y =545
W =24
H =24
Tex=ButtonNavi
Color =White
Type=Font Black
Style=5

[MainText2]
X =260
Y =545
Color=White
Font =0
Size =8
Align=center
Text=SING_LEGEND_NAVIGATE

[MainStatic4]
X =370
Y =545
W =24
H =24
Tex=ButtonEnter
Color =White
Type=Font Black
Style=5

[MainText1]
X =25
Y =545
Color=White
Font =0
Size =8
Align=center
Text=SING_MENU

[MainTextDescriptionLong]
X =415
Y =545
Color=White
Font =0
Size =8
Align=center
Text=

[MainButtonSolo]
X =135
Y =350
W =100
H =100
Tex =Buttonmenu1
Color =White
DColor =White
Type=Font Black
Texts=1
Reflection=1
ReflectionSpacing=100
DeSelectReflectionSpacing=2
Fade=1
FadeText=1
SelectH=50
FadeTex=ButtonFadeMenu
FadeTexPos=0

[MainButtonSoloText1]
X =50
Y =100
Font=0
Size=9
Align=1
Text=SING_SING
Color=White

[MainButtonCollection1]
X =245
Y =350
W =100
H =100
Tex =Buttonmenu2
Color =White
DColor =White
Type=Font Black
Texts=1
Reflection=1
ReflectionSpacing=125
DeSelectReflectionSpacing=2
Fade=1
FadeText=0
SelectH=25
FadeTex=ButtonFadeMenu
FadeTexPos=0
FirstChild=2

[MainButtonCollection1Text1]
X =50
Y =100
Font=0
Size=9
Align=1
Text=SING_PARTY
Color=White

[MainButtonMulti]
X =245
Y =386
W =50
H =50
Tex =Buttonmenu6
Color =White
DColor =White
Type=Font Black
Texts=1
Reflection=1
ReflectionSpacing=50
DeSelectReflectionSpacing=2
Fade=1
FadeText=1
SelectH=35
FadeTex=ButtonFadeMenu
FadeTexPos=0
Parent=1

[MainButtonMultiText1]
X =25
Y =50
Font=0
Size=6
Align=1
Text=SING_MULTI
Color=White

[MainButtonMultiM2]
X =295
Y =386
W =50
H =50
Tex =Buttonmenu7
Color =White
DColor =White
Type=Font Black
Texts=1
Reflection=1
ReflectionSpacing=50
DeSelectReflectionSpacing=2
Fade=1
FadeText=1
SelectH=35
FadeTex=ButtonFadeMenu
FadeTexPos=0
Parent=1

[MainButtonMultiM2Text1]
X =25
Y =50
Font=0
Size=6
Align=1
Text=SING_MULTI_M2
Color=White

[MainButtonStats]
X =355
Y =350
W =100
H =100
Tex =Buttonmenu3
Color =White
DColor =White
Type=Font Black
Texts=1
Reflection=1
ReflectionSpacing=100
DeSelectReflectionSpacing=2
Fade=1
FadeText=0
SelectH=50
FadeTex=ButtonFadeMenu
FadeTexPos=0

[MainButtonStatsText1]
X =50
Y =100
Font=0
Size=9
Align=1
Text=SING_STATS
Color=White

[MainButtonCollection2]
X =465
Y =350
W =100
H =100
Tex =Buttonmenu4
Color =White
DColor =White
Type=Font Black
Texts=1
Reflection=1
ReflectionSpacing=125
DeSelectReflectionSpacing=2
Fade=1
FadeText=0
SelectH=25
FadeTex=ButtonFadeMenu
FadeTexPos=0
FirstChild=5

[MainButtonCollection2Text1]
X =50
Y =100
Font=0
Size=9
Align=1
Text=SING_TOOLS
Color=White

[MainButtonEditor]
X =465
Y =386
W =50
H =50
Tex =Buttonmenu8a
Color =White
DColor =White
Type=Font Black
Texts=1
Reflection=0
Reflection=1
ReflectionSpacing=50
DeSelectReflectionSpacing=2
Fade=1
FadeText=1
SelectH=35
FadeTex=ButtonFadeMenu
FadeTexPos=0
Parent=2

[MainButtonEditorText1]
X =25
Y =50
Font=0
Size=6
Align=1
Text=SING_EDITOR
Color=White

[MainButtonOptions]
X =515
Y =386
W =50
H =50
Tex =Bottonmenu9
Color =White
DColor =White
Type=Font Black
Texts=1
Reflection=0
Reflection=1
ReflectionSpacing=50
DeSelectReflectionSpacing=2
Fade=1
FadeText=1
SelectH=35
FadeTex=ButtonFadeMenu
FadeTexPos=0
Parent=2

[MainButtonOptionsText1]
X =25
Y =50
Font=0
Size=6
Align=1
Text=SING_OPTIONS
Color=White

[MainButtonExit]
X =575
Y =350
W =100
H =100
Tex =Buttonmenu5
Color =White
DColor =White
Type=Font Black
Texts=1
Reflection=1
ReflectionSpacing=100
DeSelectReflectionSpacing=2
Fade=1
FadeText=0
SelectH=50
FadeTex=ButtonFadeMenu
FadeTexPos=0

[MainButtonExitText1]
X =50
Y =100
Font=0
Size=9
Align=1
Text=SING_EXIT
Color=White

[Song]
Texts =3

[SongBackground]
Tex=SongBG

[SongCover]
X=305
Y=125
W=320
H=190
Z=0.99
Style=5
Reflections=1

[SongEqualizer]
Visible=1
Direction=1
Color=White
Alpha=1
X=305
Y=480
Z=1
PieceW=4
PieceH=2
Space=1
Bands=15
Length=6

[SongVideoIcon]
X =750
Y =544
W =27
H =24
Color=White
Tex =VideoIcon
Type=Font Black

[SongStatic1]
X =0
Y =550
W =180
H =0
Tex=Leiste1
Color =White
Type=Transparent
Reflection=0
ReflectionSpacing=1

[SongStatic2]
X =150
Y =540
W =600
H =0
Tex=Leiste2
Color =White
Type=Font Black
Reflection=0
ReflectionSpacing=1

[SongStatic3]
X =300
Y =118
W =200
H =400
Z =0.98
Color =ColorLight
Tex =SongSelection1
Type=Font Black

[SongStatic4]
X =305
Y =125
W =190
H =190
Z=0.5
Color =ColorDark
Tex =SongSelection2
Type=Font Black

[SongTextCat]
X =70
Y =56
Color=White
Font =0
Size =10
Align =0
Text=SING_SONG_SELECTION_DESC

[SongTextArtist]
X =398
Y =330
W =194
Color=White
Font =1
Size =9
Align =1
Text=

[SongTextTitle]
X =400
Y =410
W =190
Color=White
Font =0
Size =9
Align =1
Text=

[SongTextNumber]
X =495
Y =490
Color=White
Font =0
Size =8
Align =2
Text=

#Variable statics and texts for song-screen in sing- and partymode
# There can be an unlimited Number of Statics and Texts, As long
# as the numbers are in order.
# Statics that are shown in PartyMode Only are Named_
#        SongStaticParty[No]
# Texts that are shown in PartyMode Only are Named_
#        SongTextParty[No]
# Statics that are shown in Normal Mode Only are Named_
#        SongStaticNonParty[No]
# Texts that are shown in Normal Mode Only are Named_
#        SongTextNonParty[No]
#Here are the ones for singmode

[SongStaticNonParty1]
X =16
Y =24
W =35
H =35
Color =White
Tex =SongCD
Type=Font Black

[SongStaticNonParty2]
X =202
Y =545
W =22
H =22
Tex=ButtonAlt
Color =White
Type=Font Black

[SongStaticNonParty3]
X =247
Y =545
W =22
H =22
Tex=ButtonAZ
Color =White
Type=Font Black

[SongStaticNonParty4]
X =370
Y =545
W =22
H =22
Tex=ButtonM
Color =White
Type=Font Black

[SongStaticNonParty5]
X =475
Y =545
W =22
H =22
Tex=ButtonJ
Color =White
Type=Font Black

[SongStaticNonParty6]
X =624
Y =545
W =22
H =22
Tex=ButtonP
Color =White
Type=Font Black

#Texts Non Party
[SongTextNonParty1]
X =70
Y =6
Color=White
Font =0
Size =20
Text=SING_SONG_SELECTION
Align=0

[SongTextNonParty2]
X =130
Y =545
Color=White
Font =0
Size =7
Align=2
Text=SING_SONG_SELECTION_WHEREAMI

[SongTextNonParty3]
X =232
Y =548
Color=White
Font =1
Size =5
Align=0
Text=+

[SongTextNonParty4]
X =280
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_SONG_SELECTION_GOTO

[SongTextNonParty5]
X =400
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_SONG_SELECTION_MENU

[SongTextNonParty6]
X =505
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SONG_JUMPTO_DESC

[SongTextNonParty7]
X =655
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_SONG_SELECTION_PLAYLIST


#and theese are the ones for partymode

[SongStaticParty1]
X =16
Y =24
W =35
H =35
Color =White
Tex =SongCD
Type=Font Black

[SongStaticParty2]
X =240
Y =546
W =22
H =22
Tex=Button13
Color =White
Type=Font Black

[SongStaticParty3]
X =400
Y =546
W =22
H =22
Tex=ButtonM
Color =White
Type=Font Black

[SongStaticParty4]
X =540
Y =546
W =22
H =22
Tex=ButtonEnter
Color =White
Type=Font Black

#Texts for Party Mode

[SongTextParty1]
X =70
Y =6
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 0
Size = 20
Color =White
Text=PARTY_MODE

[SongTextParty2]
X =140
Y =545
Color=White
Font =0
Size =7
Align=2
Text=PARTY_SONG_WHEREAMI

[SongTextParty3]
X =273
Y =545
Color=White
Font =0
Size =7
Align=0
Text=SONG_MENU_NAME_PARTY_JOKER

[SongTextParty4]
X =426
Y =545
Color=White
Font =0
Size =7
Align=0
Text=PARTY_SONG_MENU

[SongTextParty5]
X =570
Y =545
Color=White
Font =0
Size =7
Align=0
Text=PARTY_SONG_LEGEND_CONTINUE

#variable statics end


# Jokers, 5 for each team, only shown in party Mode
[SongStaticTeam1Joker1]
Tex =Joker
X =530
Y =400
W =40
H =40
Z =0.94
Color=P1Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam1Joker2]
Tex =Joker
X =580
Y =400
W =40
H =40
Z =0.94
Color=P1Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam1Joker3]
Tex =Joker
X =630
Y =400
W =40
H =40
Z =0.94
Color=P1Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam1Joker4]
Tex =Joker
X =680
Y =400
W =40
H =40
Z =0.94
Color=P1Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam1Joker5]
Tex =Joker
X =730
Y =400
W =40
H =40
Z =0.94
Color=P1Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam2Joker1]
Tex =Joker
X =530
Y =445
W =40
H =40
Z =0.94
Color=P2Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam2Joker2]
Tex =Joker
X =580
Y =445
W =40
H =40
Z =0.94
Color=P2Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam2Joker3]
Tex =Joker
X =630
Y =445
W =40
H =40
Z =0.94
Color=P2Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam2Joker4]
Tex =Joker
X =680
Y =445
W =40
H =40
Z =0.94
Color=P2Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam2Joker5]
Tex =Joker
X =730
Y =445
W =40
H =40
Z =0.94
Color=P2Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam3Joker1]
Tex =Joker
X =530
Y =490
W =40
H =40
Z =0.94
Color=P3Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam3Joker2]
Tex =Joker
X =580
Y =490
W =40
H =40
Z =0.94
Color=P3Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam3Joker3]
Tex =Joker
X =630
Y =490
W =40
H =40
Z =0.94
Color=P3Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam3Joker4]
Tex =Joker
X =680
Y =490
W =40
H =40
Z =0.94
Color=P3Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[SongStaticTeam3Joker5]
Tex =Joker
X =730
Y =490
W =40
H =40
Z =0.94
Color=P3Dark
Type=Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1


##################### Sing ####################

[SingText1]
Text =SING_TIME
X =25
Y =574
Font =0
Size =0
Color =White
Align=0

[SingStatic1]
;TextBG
Tex =LyricBar
X =0
Y =490
W =800
H =80
Color =White
Type=Font Black

[SingStatic2]
;TimeBar
Tex =TimeBar1
X =0
Y =570
W =800
H =20
Color=LightBlue
Type=Font Black

[SingTimeProgress]
Tex =TimeBar2
X =52
Y =578
W =631
H =4
Color=White
Type=Font Black

[SingStatic3]
;the thing behind the time progress
Tex =TimeBar2
X =50
Y =576
W =635
H =8
Color=Gray
Type=Font Black

[SingTimeText]
Text =SING_TIME
X =729
Y =571
Font =0
Size =6
Color =White
Align=1

[VideoAspectText]
X =400
Y =40
Color =Black
Font =1
Size =9
Align =1
Text =blub

[VideoAspectStatic]
Tex=LyricBar
X=320
Y=35
W=160
H=38
Color =GrayLightest
Type=Font Black

[SingSongNameStatic]
X = 5
Y = 3
W = 790
H = 30
Tex = Leiste2
Color = White
Type = Plain

[SingSongNameText]
Text = should not see me
X = 400
Y = 5
Font = 1
Size = 8
Color = Black
Align = 1

# O N E  P L A Y E R   M O D E # # # # # # # # # # # # # # # # # # # #
#PlayerOne
[SingP1Static]
Tex =P
X =20
Y =297
W =33
H =38
Color =P1Dark
Type=Font Black

[SingP1Text]
Text =P2
X =26
Y =302
Font =0
Size =6
Color =White
Align=0

[SingP1Static2]
Tex =ScoreBG
X =680
Y =282
W =100
H =34
Color =P1Dark
Type=Font Black

[SingP1TextScore]
Text =00000
X =690
Y =284
Font =0
Size =10
Color =White
Align=0

[SingP1SingBar]
X =680
Y =316
W =100
H =8

# T W O  P L A Y E R   M O D E # # # # # # # # # # # # # # # # # # # #
#Player One
[SingP1TwoPStatic]
Tex =P
X =20
Y =117
W =33
H =38
Color =P1Dark
Type=Font Black

[SingP1TwoPText]
Text =P1
X =26
Y =122
Font =0
Size =6
Color =White
Align=0

[SingP1TwoPStatic2]
Tex =ScoreBG
X =680
Y =102
W =100
H =34
Color =P1Dark
Type=Font Black

[SingP1TwoPTextScore]
Text =00000
X =690
Y =104
Font =0
Size =10
Color =White
Align=0

[SingP1TwoPSingBar]
X =680
Y =136
W =100
H =8

#Player Two
[SingP2RStatic]
Tex =P
X =20
Y =297
W =33
H =38
Color =P2Dark
Type=Font Black

[SingP2RText]
Text =P2
X =26
Y =302
Font =0
Size =6
Color =White
Align=0

[SingP2RStatic2]
Tex =ScoreBG
X =680
Y =282
W =100
H =34
Color =P2Dark
Type=Font Black

[SingP2RTextScore]
Text =00000
X =690
Y =284
Font =0
Size =10
Color =White
Align=0

[SingP2RSingBar]
X =680
Y =316
W =100
H =8

# T H R E E  P L A Y E R   M O D E # # # # # # # # # # # # # # # # # # # #
#Player One
[SingP1ThreePStatic]
Tex =P
X =25
Y =59
W =50
H =54
Color =P1Dark
Type=Font Black

[SingP1ThreePText]
Text =P1
X =36
Y =66
Font =0
Size =8
Color =White
Align=0

[SingP1ThreePStatic2]
Tex =ScoreBG
X =75
Y =61
W =100
H =34
Color =P1Dark
Type=Font Black

[SingP1ThreePTextScore]
Text =00000
X =85
Y =63
Font =0
Size =10
Color =White
Align=0

[SingP1ThreePSingBar]
X =75
Y =95
W =100
H =8

#Player Two
[SingP2MStatic]
Tex =P
X =320
Y =59
W =50
H =54
Color =P2Dark
Type=Font Black

[SingP2MText]
Text =P2
X =330
Y =66
Font =0
Size =8
Color =White
Align=0

[SingP2MStatic2]
Tex =ScoreBG
X =370
Y =61
W =100
H =34
Color =P2Dark
Type=Font Black

[SingP2MTextScore]
Text =00000
X =380
Y =63
Font =0
Size =10
Color =White
Align=0

[SingP2MSingBar]
X =370
Y =95
W =100
H =8

#Player Three
[SingP3RStatic]
Tex =P
X =620
Y =59
W =50
H =54
Color =P3Dark
Type=Font Black

[SingP3RText]
Text =P3
X =630
Y =66
Font =0
Size =8
Color =White
Align=0

[SingP3RStatic2]
Tex =ScoreBG
X =670
Y =61
W =100
H =34
Color =P3Dark
Type=Font Black

[SingP3RTextScore]
Text =00000
X =680
Y =63
Font =0
Size =10
Color =White
Align=0

[SingP3SingBar]
X =670
Y =95
W =100
H =8

#### ScreenSong M2 extensions ####
[SongTextPlugin]
X =70
Y =85
Color=White
Font =0
Size =10
Align =0
Text=PluginName


[SongTextMedley1]
X =10
Y =370
Color=White
Font =0
Size =7
Align =0
Text=1) Artist - Title

[SongTextMedley2]
X =10
Y =410
Color=White
Font =0
Size =7
Align =0
Text=2) Artist - Title

[SongTextMedley3]
X =10
Y =450
Color=White
Font =0
Size =7
Align =0
Text=3) Artist - Title

[SongTextMedley4]
X =10
Y =490
Color=White
Font =0
Size =7
Align =0
Text=4) Artist - Title

[SongStaticTop]
Tex =SongMenuBG
X =25
Y =365
W =220
H =155
Z =1
Int=1
Color =ColorDark
Type=Font Black

[SongTextTop1]
X =30
Y =370
Color=White
Font =0
Size =9
Align =0
Text=1. Player No 1

[SongTextTop2]
X =30
Y =420
Color=White
Font =0
Size =9
Align =0
Text=2. Player No 2

[SongTextTop3]
X =30
Y =470
Color=White
Font =0
Size =9
Align =0
Text=3. Player No 3

[SongTextM2P1]
X = 400
Y = 60
Color = White
Font = 0
Size = 10
Align = 1
Text = P1

[SongTextM2P2]
X = 400
Y = 90
Color = White
Font = 0
Size = 10
Align = 1
Text = P2

[SongStaticM2Party1]
X =16
Y =24
W =35
H =35
Color =White
Tex =SongCD
Type=Font Black

[SongStaticM2Party2]
X =400
Y =545
W =22
H =22
Tex=ButtonJ
Color =White
Type=Font Black

[SongStaticM2Party3]
X =540
Y =545
W =26
H =22
Tex=ButtonEnter
Color =White
Type=Font Black

[SongTextM2Party1]
X =70
Y =6
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 0
Size = 20
Color =White
Text=PARTY_MODE_M2

[SongTextM2Party2]
X =90
Y =545
Color=White
Font =0
Size =7
Align=1
Text=PARTY_SONG_WHEREAMI_M2

[SongTextM2Party3]
X =426
Y =545
Color=White
Font =0
Size =7
Align=0
Text=SONG_MENU_NAME_PARTY_JOKER

[SongTextM2Party4]
X =570
Y =545
Color=White
Font =0
Size =7
Align=0
Text=PARTY_SONG_LEGEND_CONTINUE

[SongMedleyIcon]
X =304
Y =487
W =32
H =32
Z=1
Color=White
Tex =MedleyIcon
Type=Font Black

[SongCalculatedMedleyIcon]
X =304
Y =487
W =32
H =32
Z=1
Color=White
Tex =CalcMedleyIcon
Type=Font Black

[SongTextPartyTeam1NumJoker]
X = 600
Y = 400
Color = White
Font = 0
Size = 13
Align = 1
Text = 5

[SongTextPartyTeam2NumJoker]
X = 600
Y = 445
Color = White
Font = 0
Size = 13
Align = 1
Text = 5

[SongTextPartyTeam3NumJoker]
X = 600
Y = 490
Color = White
Font = 0
Size = 13
Align = 1
Text = 5

[Score]
Texts =1

[ScoreBackground]
Tex=ScoreScreenBG

[ScoreText1]
X =70
Y =6
Color=White
Font =0
Size =20
Text=SONG_SCORE
Align=0

[ScoreTextArtistTitle]
X =70
Y =60
Color=White
Font =0
Size =8
Align =0
Text=ArtistTitle

[ScoreStatic1]
X =16
Y =24
W =35
H =35
Color =White
Tex =ScoreIcon
Type=Font Black

[ScoreStatic2]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=1
ReflectionSpacing=1

[ScoreStatic3]
X =252
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=1
ReflectionSpacing=1

[ScoreText2]
X =100
Y =545
Color=White
Font =0
Size =7
Align=2
Text=SONG_SCORE_WHEREAMI

[ScoreStatic4]
X =260
Y =546
W =22
H =22
Tex=ButtonEnter
Color =White
Type=Font Black

[ScoreText3]
X =290
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_CONTINUE

[ScoreMedleyNavStatic]
X = 525
Y =546
W =22
H = 22
Tex = ButtonNavi
Color =White
Type=Font Black

[ScoreMedleyNavText]
X = 560
Y =546
Color =White
Font = 0
Size = 7
Align = 0
Text = SCORE_LEGEND_SCROLL
#end of main stuff

# # # # # # # # # # # # # # # # # # One Player Score # # # # # # # # # # # #
[ScoreTextName1]
X =175
Y =260
Font =0
Size =14
Text =P1
Color =White
Align=0

[ScoreTextScore1]
X =175
Y =430
Color=White
Font =1
Size =9
Text =Tone Deaf
Align=0

[ScoreTextNotes1]
X =175
Y =340
Color=White
Font =0
Size =9
Text=SING_NOTES
Align=0

[ScoreTextNotesScore1]
X =465
Y =340
Color=White
Font =0
Size =10
Align =2
Text =0

[ScoreTextLineBonus1]
X =175
Y =370
Color=White
Font =0
Size =9
Text =SING_PHRASE_BONUS
Align=0

[ScoreTextLineBonusScore1]
X =465
Y =370
Color=White
Font =0
Size =10
Align =2
Text =0

[ScoreTextGoldenNotes1]
X =175
Y =400
Color=White
Font =0
Size =9
Text =SING_GOLDEN_NOTES
Align=0

[ScoreTextGoldenNotesScore1]
X =465
Y =400
Color=White
Font =0
Size =10
Align =2
Text =0

[ScoreTextTotal1]
X =205
Y =460
Color=White
Font =0
Size =14
Text=SING_TOTAL
Align=0

[ScoreTextTotalSCore1]
X =465
Y =460
Color=White
Font =0
Size =14
Align =2
Text =0

#Lines
[ScorePlayer1Static1]
Tex =ScoreLine
X =173
Y =338
W =295
H =2
Color =White
Type =Font Black

[ScorePlayer1Static2]
Tex =ScoreLine
X =173
Y =368
W =295
H =2
Color =White
Type =Font Black

[ScorePlayer1Static3]
Tex =ScoreLine
X =173
Y =398
W =295
H =2
Color =White
Type =Font Black

[ScorePlayer1Static4]
Tex =ScoreLine
X =173
Y =428
W =295
H =2
Color =White
Type =Font Black

[ScorePlayer1Static5]
Tex =ScoreLine
X =173
Y =458
W =295
H =4
Type =Font Black
Color =White

[ScoreStaticBoxDark1]
Tex =PlayerNumberBox
X =175
Y =467
W =25
H =24
Type =Font Black
Color =P1Dark
TexX1=0
TexY1=0
TexX2=1
TexY2=1
Z=0.9
Reflection=1
ReflectionSpacing=4

[ScorePlayer1Text1]
X =179
Y =472
W =30
H =30
Z=1
Color=White
Font =1
Size =5
Align=0
Text=P1

#ScoreBar
[ScoreStaticBackLevel1]
Tex =ScoreLevel
X =475
Y =160
W =150
H =300
Color =P1Lightest
Type =Font Black
TexX1=0
TexY1=0.1
TexX2=1
TexY2=0.9

[ScoreStaticBackLevelRound1]
Tex =ScoreLevelRound
X =475
Y =130
W =150
H =30
Color =P1Lightest
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=0.5

[ScoreStaticLevel1]
Tex =ScoreLevel
X =475
Y =410
W =150
H =30
Color =P1Light
Type =Font Black
TexX1=0
TexY1=0.1
TexX2=1
TexY2=0.9

[ScoreStaticLevelRound1]
Tex =ScoreLevelRound
X =475
Y =380
W =150
H =30
Color =P1Light
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScorePlayer1Static6]
Tex =ScoreEndCap
X =494
Y =460
W =112
H =30
Color =P1Dark
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1
Reflection=1
ReflectionSpacing=4

[ScorePlayer1Static7]
Tex =ScoreLine
X =493
Y =460
W =114
H =2
Color =White
Type =Font Black
TexX1=0
TexY1=0.1
TexX2=1
TexY2=0.9
Z=1


# # # # # # # # # # # # # # # # # # Two Player Score # # # # # # # # # # # #
# P L A Y E R   O N E
[ScoreTextName2]
X =20
Y =260
Font =0
Size =14
Text =P1
Color =White
Align=0

[ScoreTextScore2]
X =20
Y =430
Color=White
Font =1
Size =9
Text =Tone Deaf
Align=0

[ScoreTextNotes2]
X =20
Y =340
Color=White
Font =0
Size =9
Text=SING_NOTES
Align=0

[ScoreTextNotesScore2]
X =300
Y =340
Color=White
Font =0
Size =10
Align =2
Text =0000

[ScoreTextLineBonus2]
X =20
Y =370
Color=White
Font =0
Size =9
Text =SING_PHRASE_BONUS
Align=0

[ScoreTextLineBonusScore2]
X =300
Y =370
Color=White
Font =0
Size =10
Align =2
Text =0000

[ScoreTextGoldenNotes2]
X =20
Y =400
Color=White
Font =0
Size =9
Text =SING_GOLDEN_NOTES
Align=0

[ScoreTextGoldenNotesScore2]
X =300
Y =400
Color=White
Font =0
Size =10
Align =2
Text =0000

[ScoreTextTotal2]
X =50
Y =460
Color=White
Font =0
Size =14
Text =SING_TOTAL
Align=0

[ScoreTextTotalSCore2]
X =300
Y =460
Color=White
Font =0
Size =14
Align =2
Text =00000

# Lines
[ScorePlayer2Static1]
Tex =ScoreLine
X =20
Y =338
W =280
H =2
Type =Font Black
Color =White

[ScorePlayer2Static2]
Tex =ScoreLine
X =20
Y =368
W =280
H =2
Type =Font Black
Color =White

[ScorePlayer2Static3]
Tex =ScoreLine
X =20
Y =398
W =280
H =2
Type =Font Black
Color =White

[ScorePlayer2Static4]
Tex =ScoreLine
X =20
Y =428
W =280
H =2
Type =Font Black
Color =White

[ScorePlayer2Static5]
Tex =ScoreLine
X =20
Y =458
W =280
H =4
Type =Font Black
Color =White

[ScoreStaticBoxDark2]
Tex =PlayerNumberBox
X =20
Y =467
W =25
H =24
Type =Font Black
Color =P1Dark
Z=0.9
Reflection=1
ReflectionSpacing=4

[ScorePlayer2Text1]
X =24
Y =472
W =30
H =30
Z=1
Color=White
Font =1
Size =5
Align=0
Text=P1

#ScoreBar
[ScoreStaticBackLevel2]
Tex =ScoreLevel
X =293
Y =160
W =120
H =300
Color =P1Lightest
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticBackLevelRound2]
Tex =ScoreLevelRound
X =293
Y =130
W =120
H =30
Color =P1Lightest
Type =Font Black
TexX1=1
TexY1=0
TexX2=0
TexY2=0.5

[ScoreStaticLevel2]
Tex =ScoreLevel
X =293
Y =410
W =120
H =30
Color =P1Dark
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1

[ScoreStaticLevelRound2]
Tex =ScoreLevelRound
X =293
Y =380
W =120
H =30
Color =P1Dark
Type =Font Black
TexX1=1
TexY1=0
TexX2=0
TexY2=0.5

[ScorePlayer2Static6]
Tex =ScoreEndCap
X =308
Y =460
W =90
H =30
Color =P1Dark
Type =Font Black
TexX1=1
TexY1=0
TexX2=0
TexY2=1
Reflection=1
ReflectionSpacing=4

[ScorePlayer2Static7]
Tex =ScoreLine
X =307
Y =460
W =92
H =2
Color =White
Type =Font Black
TexX1=0
TexY1=0.1
TexX2=1
TexY2=0.9
Z=1

# P L A Y E R   T W O
[ScoreTextName3]
X =780
Y =260
Font =0
Size =14
Text =P2
Color =White
Align=2

[ScoreTextScore3]
X =780
Y =430
Color=White
Font =1
Size =9
Text =Tone Deaf
Align=2

[ScoreTextNotes3]
X =780
Y =340
Color=White
Font =0
Size =9
Text =SING_NOTES
Align=2

[ScoreTextNotesScore3]
X =500
Y =340
Color=White
Font =0
Size =10
Align =0
Text =0000

[ScoreTextLineBonus3]
X =780
Y =370
Color=White
Font =0
Size =9
Text =SING_PHRASE_BONUS
Align=2

[ScoreTextLineBonusScore3]
X =500
Y =370
Color=White
Font =0
Size =10
Align =0
Text =0000

[ScoreTextGoldenNotes3]
X =780
Y =400
Color=White
Font =0
Size =9
Text =SING_GOLDEN_NOTES
Align=2

[ScoreTextGoldenNotesScore3]
X =500
Y =400
Color=White
Font =0
Size =10
Align =0
Text =0000

[ScoreTextTotal3]
X =750
Y =460
Color=White
Font =0
Size =14
Text =SING_TOTAL
Align=2
Reflection=1
ReflectionSpacing=4

[ScoreTextTotalScore3]
X =500
Y =460
Color=White
Font =0
Size =14
Align =0
Text =00000
Reflection=1
ReflectionSpacing=4

#Lines
[ScorePlayer3Static1]
Tex =ScoreLine
X =500
Y =338
W =280
H =2
Type =Font Black
Color =White

[ScorePlayer3Static2]
Tex =ScoreLine
X =500
Y =368
W =280
H =2
Type =Font Black
Color =White

[ScorePlayer3Static3]
Tex =ScoreLine
X =500
Y =398
W =280
H =2
Type =Font Black
Color =White

[ScorePlayer3Static4]
Tex =ScoreLine
X =500
Y =428
W =280
H =2
Type =Font Black
Color =White

[ScorePlayer3Static5]
Tex =ScoreLine
X =500
Y =458
W =280
H =4
Type =Font Black
Color =White

[ScoreStaticBoxDark3]
Tex =PlayerNumberBox
X =755
Y =467
W =25
H =24
Type =Font Black
Color =P2Dark
Z=0.9
TexX1=1
TexY1=0
TexX2=0
TexY2=1
Reflection=1
ReflectionSpacing=4

[ScorePlayer3Text1]
X =759
Y =472
W =30
H =30
Z=1
Color=White
Font =1
Size =5
Align=0
Text=P2

#ScoreBar
[ScoreStaticBackLevel3]
Tex =ScoreLevel
X =387
Y =160
W =120
H =300
Color =P2Lightest
Type =Font Black
TexX1=0
TexY1=0.1
TexX2=1
TexY2=0.9

[ScoreStaticBackLevelRound3]
Tex =ScoreLevelRound
X =387
Y =130
W =120
H =30
Color =P2Lightest
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=0.5

[ScoreStaticLevel3]
Tex =ScoreLevel
X =387
Y =410
W =120
H =30
Color =P2Dark
Type =Font Black
TexX1=0
TexY1=0.1
TexX2=1
TexY2=0.9

[ScoreStaticLevelRound3]
Tex =ScoreLevelRound
X =387
Y =380
W =120
H =30
Color =P2Dark
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=0.5

[ScorePlayer3Static6]
Tex =ScoreEndCap
X =402
Y =460
W =90
H =30
Color =P2Dark
Type =Font Black
TexX1=0
TexY1=0
TexX2=1
TexY2=1
Reflection=1
ReflectionSpacing=4

[ScorePlayer3Static7]
Tex =ScoreLine
X =401
Y =460
W =92
H =2
Color =White
Type =Font Black
TexX1=0
TexY1=0.1
TexX2=1
TexY2=0.9
Z=1

# # # # # # # # # # # # # # # # # # Three Player Score # # # # # # # # # # # #
# P L A Y E R  O N E
[ScoreTextName4]
X=20
Y=160
Font=0
Size=14
Align=0
Text=P1
Color=P1Dark

[ScoreTextNotes4]
X=20
Y=220
Font=0
Size=9
Align=0
Text=SING_NOTES
Color=White

[ScoreTextNotesScore4]
X=260
Y=220
Font=0
Size=10
Align=2
Text=0000
Color=White

[ScoreTextLineBonus4]
X=20
Y=250
Font=0
Size=9
Align=0
Text=SING_PHRASE_BONUS
Color=White

[ScoreTextLineBonusScore4]
X=260
Y=250
Font=0
Size=10
Align=2
Text=0000
Color=White

[ScoreTextGoldenNotes4]
X=20
Y=280
Font=0
Size=9
Align=0
Text=SING_GOLDEN_NOTES
Color=White

[ScoreTextGoldenNotesScore4]
X=260
Y=280
Font=0
Size=10
Align=2
Text=0000
Color=White

[ScoreTextScore4]
X=20
Y=310
Font=1
Size=9
Align=0
Text=Tone Deaf
Color=White

[ScoreTextTotal4]
X=47
Y=373
Font=0
Size=10
Align=0
Text=SING_TOTAL
Color=White

[ScoreTextTotalScore4]
X=260
Y=364
Font=0
Size=14
Align=2
Text=00000
Color=White

[ScoreStaticBoxDark4]
Tex =PlayerNumberBox
X =20
Y =370
W =25
H =24
Type =Font Black
Color =P1Dark
Z=0.9
Reflection=1
ReflectionSpacing=4

[ScorePlayer4Text1]
X =24
Y =376
W =30
H =30
Z=1
Color=White
Font =1
Size =5
Align=0
Text=P1

#lines
[ScorePlayer4Static1]
X=20
Y=218
W=240
H=2
Tex=ScoreLine
Type=Font Black
Color=White

[ScorePlayer4Static2]
X=20
Y=248
W=240
H=2
Tex=ScoreLine
Type=Font Black
Color=White

[ScorePlayer4Static3]
X=20
Y=278
W=240
H=2
Tex=ScoreLine
Type=Font Black
Color=White

[ScorePlayer4Static4]
X=20
Y=308
W=240
H=2
Tex=ScoreLine
Type=Font Black
Color=White

[ScorePlayer4Static5]
X=20
Y=338
W=240
H=4
Tex=ScoreLine
Type=Font Black
Color=White

# P L A Y E R  T W O
[ScoreTextName5]
X=280
Y=160
Font=0
Size=14
Align=0
Text=P2
Color=P2Dark

[ScoreTextNotes5]
X=280
Y=220
Font=0
Size=9
Align=0
Text=SING_NOTES
Color=White

[ScoreTextNotesScore5]
X=520
Y=220
Font=0
Size=10
Align=2
Text=0000
Color=White

[ScoreTextLineBonus5]
X=280
Y=250
Font=0
Size=9
Align=0
Text=SING_PHRASE_BONUS
Color=White

[ScoreTextLineBonusScore5]
X=520
Y=250
Font=0
Size=10
Align=2
Text=0000
Color=White

[ScoreTextGoldenNotes5]
X=280
Y=280
Font=0
Size=9
Align=0
Text=SING_GOLDEN_NOTES
Color=White

[ScoreTextGoldenNotesScore5]
X=520
Y=280
Font=0
Size=10
Align=2
Text=0000
Color=White

[ScoreTextScore5]
X=280
Y=310
Font=1
Size=9
Align=0
Text=Tone Deaf
Color=White

[ScoreTextTotal5]
X=307
Y=373
Font=0
Size=10
Align=0
Text=SING_TOTAL
Color=White

[ScoreTextTotalScore5]
X=520
Y=364
Font=0
Size=14
Align=2
Text=00000
Color=White

[ScoreStaticBoxDark5]
Tex =PlayerNumberBox
X =280
Y =370
W =25
H =24
Type =Font Black
Color =P2Dark
Z=0.9
Reflection=1
ReflectionSpacing=4

[ScorePlayer5Text1]
X =284
Y =376
W =30
H =30
Z=1
Color=White
Font =1
Size =5
Align=0
Text=P2

[ScorePlayer5Static1]
X=280
Y=218
W=240
H=2
Tex=ScoreLine
Type=Font Black
Color=White

[ScorePlayer5Static2]
X=280
Y=248
W=240
H=2
Tex=ScoreLine
Type=Font Black
Color=White

[ScorePlayer5Static3]
X=280
Y=278
W=240
H=2
Tex=ScoreLine
Type=Font Black
Color=White

[ScorePlayer5Static4]
X=280
Y=308
W=240
H=2
Tex=ScoreLine
Type=Font Black
Color=White

[ScorePlayer5Static5]
X=280
Y=338
W=240
H=4
Tex=ScoreLine
Type=Font Black
Color=White

# P L A Y E R  T H R E E
[ScoreTextName6]
X=540
Y=160
Font=0
Size=14
Align=0
Text=P3
Color=P3Dark

[ScoreTextNotes6]
X=540
Y=220
Font=0
Size=9
Align=0
Text=SING_NOTES
Color=White

[ScoreTextNotesScore6]
X=780
Y=220
Font=0
Size=10
Align=2
Text=0000
Color=White

[ScoreTextLineBonus6]
X=540
Y=250
Font=0
Size=9
Align=0
Text=SING_PHRASE_BONUS
Color=White

[ScoreTextLineBonusScore6]
X=780
Y=250
Font=0
Size=10
Align=2
Text=0000
Color=White

[ScoreTextGoldenNotes6]
X=540
Y=280
Font=0
Size=9
Align=0
Text=SING_GOLDEN_NOTES
Color=White

[ScoreTextGoldenNotesScore6]
X=780
Y=280
Font=0
Size=10
Align=2
Text=0000
Color=White

[ScoreTextScore6]
X=540
Y=310
Font=1
Size=9
Align=0
Text=Tone Deaf
Color=White

[ScoreTextTotal6]
X=567
Y=373
Font=0
Size=10
Align=0
Text=SING_TOTAL
Color=White

[ScoreTextTotalScore6]
X=780
Y=364
Font=0
Size=14
Align=2
Text=00000
Color=White

[ScoreStaticBoxDark6]
Tex =PlayerNumberBox
X =540
Y =370
W =25
H =24
Type =Font Black
Color =P3Dark
Z=0.9
Reflection=1
ReflectionSpacing=4

[ScorePlayer6Text1]
X =544
Y =376
W =30
H =30
Z=1
Color=White
Font =1
Size =5
Align=0
Text=P3

#lines
[ScorePlayer6Static1]
X=540
Y=218
W=240
H=2
Tex=ScoreLine
Type=Font Black
Color=White

[ScorePlayer6Static2]
X=540
Y=248
W=240
H=2
Tex=ScoreLine
Type=Font Black
Color=White

[ScorePlayer6Static3]
X=540
Y=278
W=240
H=2
Tex=ScoreLine
Type=Font Black
Color=White

[ScorePlayer6Static4]
X=540
Y=308
W=240
H=2
Tex=ScoreLine
Type=Font Black
Color=White

[ScorePlayer6Static5]
X=540
Y=338
W=240
H=4
Tex=ScoreLine
Type=Font Black
Color=White

[Options]
Texts = 6
Fade = 2

[OptionsBackground]
Tex=OptionsBG2

[OptionsStatic1]
X =16
Y =24
W =35
H =35
Color =White
Tex =IconOption
Type=Font Black

[OptionsStatic2]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=1
ReflectionSpacing=1

[OptionsStatic3]
X =252
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=1
ReflectionSpacing=1

[OptionsStatic4]
X =260
Y =545
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Font Black
Style=5

[OptionsStatic5]
X =388
Y =545
W =22
H =22
Tex=ButtonEnter
Color =White
Type=Font Black
Style=5

[OptionsStatic6]
X =512
Y =545
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Font Black

[OptionsText1]
X =70
Y =6
Color=White
Font =0
Size =20
Text=SING_OPTIONS
Align=0

[OptionsText2]
X =100
Y =546
Color=White
Font =0
Size =7
Align=2
Text=SING_OPTIONS_WHEREAMI

[OptionsText3]
X =70
Y =56
Color=White
Font =0
Size =10
Align =0
Text=SING_OPTIONS_DESC

[OptionsText4]
X =290
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsText5]
X =418
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_SELECT

[OptionsText6]
X =545
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_ESC

[OptionsButtonGame]
X =0
Y =110
W =400
H =40
Tex =ButtonOptions
Color =ColorDark
DColor = ColorLight
Type=Font Black
Texts=1
Fade=1
FadeText=1
SelectH=35
FadeTex=ButtonFade
FadeTexPos=0

[OptionsButtonGameText1]
X =300
Y =5
Font=0
Size=10
Align=1
Text=SING_OPTIONS_GAME
Color=White

[OptionsButtonGraphics]
X =0
Y =160
W =400
H =40
Tex =ButtonOptions
Color =ColorDark
DColor = ColorLight
Type=Font Black
Texts=1
Fade=1
FadeText=1
SelectH=35
FadeTex=ButtonFade
FadeTexPos=0

[OptionsButtonGraphicsText1]
X =300
Y =5
Font=0
Size=10
Align=1
Text=SING_OPTIONS_GRAPHICS
Color=White

[OptionsButtonSound]
X =0
Y =210
W =400
H =40
Tex =ButtonOptions
Color =ColorDark
DColor = ColorLight
Type=Font Black
Texts=1
Fade=1
FadeText=1
SelectH=35
FadeTex=ButtonFade
FadeTexPos=0

[OptionsButtonSoundText1]
X =300
Y =5
Font=0
Size=10
Align=1
Text=SING_OPTIONS_SOUND
Color=White

[OptionsButtonLyrics]
X =0
Y =260
W =400
H =40
Tex =ButtonOptions
Color =ColorDark
DColor = ColorLight
Type=Font Black
Align=0
Texts=1
Fade=1
FadeText=1
SelectH=35
FadeTex=ButtonFade
FadeTexPos=0

[OptionsButtonLyricsText1]
X =300
Y =5
Font=0
Size=10
Align=1
Text=SING_OPTIONS_LYRICS
Color=White

[OptionsButtonThemes]
X =0
Y =310
W =400
H =40
Tex =ButtonOptions
Color =ColorDark
DColor = ColorLight
Type=Font Black
Align=0
Texts=1
Fade=1
FadeText=1
SelectH=35
FadeTex=ButtonFade
FadeTexPos=0

[OptionsButtonThemesText1]
X =300
Y =5
Font=0
Size=10
Align=1
Text=SING_OPTIONS_THEMES
Color=White

[OptionsButtonRecord]
X =0
Y =360
W =400
H =40
Tex =ButtonOptions
Color =ColorDark
DColor = ColorLight
Type=Font Black
Align=0
Texts=1
Fade=1
FadeText=1
SelectH=35
FadeTex=ButtonFade
FadeTexPos=0

[OptionsButtonRecordText1]
X =300
Y =5
Font=0
Size=10
Align=1
Text=SING_OPTIONS_RECORD
Color=White
Texts=1

[OptionsButtonAdvanced]
X =0
Y =410
W =400
H =40
Tex =ButtonOptions
Color =ColorDark
DColor = ColorLight
Type=Font Black
Align=0
Texts=1
Fade=1
FadeText=1
SelectH=35
FadeTex=ButtonFade
FadeTexPos=0

[OptionsButtonAdvancedText1]
X =300
Y =5
Font=0
Size=10
Align=1
Text=SING_OPTIONS_ADVANCED
Color=White
Texts=1

[OptionsButtonExit]
X =0
Y =460
W =400
H =40
Tex =ButtonOptions
Color =ColorDark
DColor =ColorLight
Type=Font Black
Align=0
Texts=1
Fade=1
FadeText=1
SelectH=35
FadeTex=ButtonFade
FadeTexPos=0

[OptionsButtonExitText1]
X =300
Y =5
Font=0
Size=10
Align=1
Text=SING_OPTIONS_EXIT
Color=White

[OptionsGame]
Texts = 5

[OptionsGameBackground]
Tex=OptionsBG

[OptionsGameStatic1]
X =16
Y =24
W =35
H =35
Color =White
Tex =IconOption
Type=Font Black

[OptionsGameStatic2]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[OptionsGameStatic3]
X =252
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[OptionsGameStatic4]
X =260
Y =545
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Font Black
Style=5

[OptionsGameStatic5]
X =388
Y =545
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Font Black

[OptionsGameText1]
X =70
Y =6
Color=White
Font =0
Size =20
Text=SING_OPTIONS
Align=0

[OptionsGameText2]
X =135
Y =546
Color=White
Font =0
Size =7
Align=2
Text=SING_OPTIONS_GAME_WHEREAMI

[OptionsGameText3]
X =70
Y =56
Color=White
Font =0
Size =10
Align =0
Text=SING_OPTIONS_GAME_DESC

[OptionsGameText4]
X =290
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsGameText5]
X =420
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_ESC

[OptionsGameSelectPlayers]
Tex = MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_GAME_PLAYERS
X = 40
Y = 85
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsGameSelectDifficulty]
Tex = MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_GAME_DIFFICULTY
X = 40
Y = 140
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark


[OptionsGameSelectSlideLanguage]
Tex = MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_GAME_LANGUAGE
X = 40
Y = 195
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsGameSelectTabs]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_GAME_TABS
X = 40
Y = 250
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsGameSelectSlideSorting]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_GAME_SORTING
X = 40
Y = 305
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsGameSelectShuffleTime]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_GAME_SHUFFLETIME
X = 40
Y = 360
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsGameSelectDebug]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_GAME_DEBUG
X = 40
Y = 415
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsGameButtonExit]
X = 40
Y = 470
W = 230
H = 70
Tex =MainBar
Color =ColorDark
DColor = ColorLight
Type = Font Black

[OptionsGraphics]
Texts = 5

[OptionsGraphicsBackground]
Tex=OptionsBG

[OptionsGraphicsStatic1]
X =16
Y =24
W =35
H =35
Color =White
Tex =IconOption
Type=Font Black

[OptionsGraphicsStatic2]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[OptionsGraphicsStatic3]
X =252
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[OptionsGraphicsStatic4]
X =260
Y =545
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Font Black
Style=5

[OptionsGraphicsStatic5]
X =388
Y =545
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Font Black

[OptionsGraphicsText1]
X =70
Y =6
Color=White
Font =0
Size =20
Text=SING_OPTIONS
Align=0

[OptionsGraphicsText2]
X =135
Y =546
Color=White
Font =0
Size =7
Align=2
Text=SING_OPTIONS_GRAPHICS_WHEREAMI

[OptionsGraphicsText3]
X =70
Y =56
Color=White
Font =0
Size =10
Align =0
Text=SING_OPTIONS_GRAPHICS_DESC

[OptionsGraphicsText4]
X =294
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsGraphicsText5]
X =423
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_ESC

[OptionsGraphicsSelectSlideResolution]
Tex =MainBar
TexSBG =SelectBG
Text=SING_OPTIONS_GRAPHICS_RESOLUTION
X = 40
Y = 85
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsGraphicsSelectFullscreen]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_GRAPHICS_FULLSCREEN
X = 40
Y = 140
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsGraphicsSelectDepth]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_GRAPHICS_DEPTH
X = 40
Y = 195
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsGraphicsSelectOscilloscope]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_GRAPHICS_OSCILLOSCOPE
X = 40
Y = 250
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsGraphicsSelectSlideMovieSize]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_GRAPHICS_MOVIE_SIZE
X = 40
Y = 305
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsGraphicsSelectMoviePreview]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_GRAPHICS_MOVIE_PREVIEW
X = 40
Y = 360
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor =ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor =ColorLight
STColor = White
STDColor = GrayDark

[OptionsGraphicsButtonExit]
X = 40
Y =415
W = 230
H = 70
Tex =MainBar
Color = ColorDark
DColor =ColorLight
Type = Font Black

[OptionsSound]
Texts = 5

[OptionsSoundBackground]
Tex=OptionsBG

[OptionsSoundStatic1]
X =16
Y =24
W =35
H =35
Color =White
Tex =IconOption
Type=Font Black

[OptionsSoundStatic2]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[OptionsSoundStatic3]
X =252
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[OptionsSoundStatic4]
X =260
Y =545
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Font Black
Style=5

[OptionsSoundStatic5]
X =388
Y =545
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Font Black

[OptionsSoundText1]
X =70
Y =6
Color=White
Font =0
Size =20
Text=SING_OPTIONS
Align=0

[OptionsSoundText2]
X =135
Y =546
Color=White
Font =0
Size =7
Align=2
Text=SING_OPTIONS_SOUND_WHEREAMI

[OptionsSoundText3]
X =70
Y =56
Color=White
Font =0
Size =10
Align =0
Text=SING_OPTIONS_SOUND_DESC

[OptionsSoundText4]
X =294
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsSoundText5]
X =423
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_ESC

[OptionsSoundSelectMicBoost]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_SOUND_MIC_BOOST
X = 40
Y = 85
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsSoundSelectClickAssist]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_SOUND_CLICK_ASSIST
X = 40
Y = 140
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsSoundSelectBeatClick]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_SOUND_BEAT_CLICK
X = 40
Y = 195
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsSoundSelectThreshold]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_SOUND_THRESHOLD
X = 40
Y = 250
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsSoundSelectTwoPlayerMode]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_SOUND_TWO_PLAYERS_MODE
X = 40
Y = 305
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsSoundSelectSlidePreviewVolume]
Tex =MainBar
TexSBG =SelectBG
Text=SING_OPTIONS_SOUND_PREVIEWVOLUME
X = 40
Y = 305
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsSoundSelectSlidePreviewFADING]
Tex =MainBar
TexSBG =SelectBG
Text=SING_OPTIONS_SOUND_PREVIEWFADING
X = 40
Y = 360
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsSoundButtonExit]
X = 40
Y = 415
W = 230
H = 70
Tex =MainBar
Color =ColorDark
DColor = ColorLight
Type = Font Black

[OptionsLyrics]
Texts = 1

[OptionsLyricsBackground]
Tex=OptionsBG

[OptionsLyricsStatic1]
X =16
Y =24
W =35
H =35
Color =White
Tex =IconOption
Type=Font Black

[OptionsLyricsStatic2]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[OptionsLyricsStatic3]
X =252
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[OptionsLyricsStatic4]
X =260
Y =545
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Font Black
Style=5

[OptionsLyricsStatic5]
X =388
Y =545
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Font Black

[OptionsLyricsText1]
X =70
Y =6
Color=White
Font =0
Size =20
Text=SING_OPTIONS
Align=0

[OptionsLyricsText2]
X =135
Y =546
Color=White
Font =0
Size =7
Align=2
Text=SING_OPTIONS_LYRICS_WHEREAMI

[OptionsLyricsText3]
X =70
Y =56
Color=White
Font =0
Size =10
Align =0
Text=SING_OPTIONS_LYRICS_DESC

[OptionsLyricsText4]
X =290
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsLyricsText5]
X =420
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_ESC

[OptionsLyricsSelectLyricsFont]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_LYRICS_FONT
X = 40
Y = 85
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsLyricsSelectLyricsEffect]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_LYRICS_EFFECT
X = 40
Y = 140
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsLyricsSelectSolmization]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_LYRICS_SOLMIZATION
X = 40
Y = 195
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsLyricsButtonExit]
X = 40
Y = 250
W = 230
H = 70
Tex =MainBar
Color =ColorDark
DColor = ColorLight
Type = Font Black

[OptionsThemes]
Texts = 5

[OptionsThemesBackground]
Tex=OptionsBG

[OptionsThemesStatic1]
X =16
Y =24
W =35
H =35
Color =White
Tex =IconOption
Type=Font Black

[OptionsThemesStatic2]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[OptionsThemesStatic3]
X =252
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[OptionsThemesStatic4]
X =260
Y =545
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Font Black
Style=5

[OptionsThemesStatic5]
X =388
Y =546
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Font Black

[OptionsThemesText1]
X =70
Y =6
Color=White
Font =0
Size =20
Text=SING_OPTIONS
Align=0

[OptionsThemesText2]
X =140
Y =546
Color=White
Font =0
Size =7
Align=2
Text=SING_OPTIONS_THEMES_WHEREAMI

[OptionsThemesText3]
X =70
Y =56
Color=White
Font =0
Size =10
Align =0
Text=SING_OPTIONS_THEMES_DESC

[OptionsThemesText4]
X =294
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsThemesText5]
X =423
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_ESC

[OptionsThemesSelectTheme]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_THEMES_THEME
X = 40
Y = 85
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsThemesSelectSkin]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_THEMES_SKIN
X = 40
Y = 140
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsThemesSelectColor]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_THEMES_COLOR
X = 40
Y = 195
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsThemesButtonExit]
X = 40
Y = 250
W = 230
H = 70
Tex =MainBar
Color =ColorDark
DColor = ColorLight
Type = Font Black

[OptionsRecord]
Texts = 5

[OptionsRecordBackground]
Tex=OptionsBG

[OptionsRecordStatic1]
X =16
Y =24
W =35
H =35
Color =White
Tex =IconOption
Type=Font Black

[OptionsRecordStatic2]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[OptionsRecordStatic3]
X =252
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[OptionsRecordStatic4]
X =260
Y =545
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Font Black
Style=5

[OptionsRecordStatic5]
X =388
Y =545
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Font Black

[OptionsRecordText1]
X =70
Y =6
Color=White
Font =0
Size =20
Text=SING_OPTIONS
Align=0

[OptionsRecordText2]
X =138
Y =546
Color=White
Font =0
Size =7
Align=2
Text=SING_OPTIONS_RECORD_WHEREAMI

[OptionsRecordText3]
X =70
Y =56
Color=White
Font =0
Size =10
Align =0
Text=SING_OPTIONS_RECORD_DESC

[OptionsRecordText4]
X =290
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsRecordText5]
X =420
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_ESC

[OptionsRecordSelectSlideCard]
Tex = MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_RECORD_CARD
X = 40
Y = 85
W = 230
H = 70
SkipX = 50
Fields=1

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsRecordSelectSlideInput]
Tex = MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_RECORD_INPUT
X = 40
Y = 140
W = 230
H = 70
SkipX = 50
Fields=1

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsRecordSelectSlideChannelL]
Tex = MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_RECORD_CHANNELL
X = 40
Y = 195
W = 230
H = 70
SkipX = 50
Fields=7

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsRecordSelectSlideChannelR]
Tex = MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_RECORD_CHANNELR
X = 40
Y = 250
W = 230
H = 70
SkipX = 50
Fields=7

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsRecordButtonExit]
X = 40
Y = 305
W = 230
H = 70
Tex = MainBar
Color =ColorDark
DColor = ColorLight
Type = Font Black

[OptionsAdvanced]
Texts = 5

[OptionsAdvancedBackground]
Tex=OptionsBG

[OptionsAdvancedStatic1]
X =16
Y =24
W =35
H =35
Color =White
Tex =IconOption
Type=Font Black

[OptionsAdvancedStatic2]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[OptionsAdvancedStatic3]
X =252
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[OptionsAdvancedStatic4]
X =260
Y =545
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Font Black
Style=5

[OptionsAdvancedStatic5]
X =388
Y =545
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Font Black

[OptionsAdvancedText1]
X =70
Y =6
Color=White
Font =0
Size =20
Text=SING_OPTIONS
Align=0

[OptionsAdvancedText2]
X =135
Y =546
Color=White
Font =0
Size =7
Align=2
Text=SING_OPTIONS_ADVANCED_WHEREAMI

[OptionsAdvancedText3]
X =70
Y =56
Color=White
Font =0
Size =10
Align =0
Text=SING_OPTIONS_ADVANCED_DESC

[OptionsAdvancedText4]
X =290
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[OptionsAdvancedText5]
X =420
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_ESC


#########unused at the moment#########
#[OptionsAdvancedSelectLoadAnimation]
#Tex =MainBar
#TexSBG =SelectBG
#Text=SING_OPTIONS_ADVANCED_LOADANIMATION
#X = 40
#Y = 85
#W = 230
#H = 70
#SkipX = 50

#Color = ColorDark
#DColor = Gray
#TColor = White
#TDColor = White
#SBGTex =MainBar
#SBGColor = ColorDark
#SBGDColor = Gray
#STColor = White
#STDColor = GrayDark

[OptionsAdvancedSelectScreenFade]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_ADVANCED_SCREENFADE
X = 40
Y = 85
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectEffectSing]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_ADVANCED_EFFECTSING
X = 40
Y = 140
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectLineBonus]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_GRAPHICS_LINEBONUS
X = 40
Y = 195
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectSlideOnSongClick]
Tex =MainBar
TexSBG =SelectBG
Text=SING_OPTIONS_ADVANCED_ONSONGCLICK
X = 40
Y = 250
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectAskbeforeDel]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_ADVANCED_ASKBEFOREDEL
X = 40
Y = 305
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectPartyPopup]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_ADVANCED_PARTYPOPUP
X = 40
Y = 360
W = 230
H = 70
SkipX = 50

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[OptionsAdvancedSelectSumPlayers]
Tex =MainBar
TexSBG =SelectBG
Text =SING_OPTIONS_ADVANCED_SUMPLAYERS
X = 40
Y =415
W = 230
H = 70
SkipX = 50

Color = ColorDark
DColor =ColorLight
TColor = White
TDColor = White
SBGTex =MainBar
SBGColor = ColorDark
SBGDColor =ColorLight
STColor = White
STDColor = GrayDark

[OptionsAdvancedButtonExit]
X = 40
Y =470
W = 230
H = 70
Tex =MainBar
Color =ColorDark
DColor = ColorLight
Type = Font Black

####### ScreenTop ########
[Top]
Texts=4

[TopBackground]
Tex=Top5BG

[TopText1]
X =70
Y =6
Color=White
Font =0
Size =20
Align=0
Text =SING_TOP_CHARTS

[TopText4]
X =70
Y =85
Color=White
Font =0
Size =10
Align=0
Text =SING_OPTIONS_GAME_DIFFICULTY

[TopTextArtistTitle]
X =70
Y =56
Color =White
Font =0
Size =10
Align =0
Text =artist - title

[TopTextLevel]
X =270
Y =85
Color =White
Font =0
Size =10
Align =1
Text =easy

[TopStatic1]
X =16
Y =24
W =35
H =35
Color =White
Tex =ScoreIcon
Type=Font Black

[TopStatic2]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[TopStatic3]
X =252
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=1
ReflectionSpacing=1

[TopText2]
X =100
Y =546
Color=White
Font =0
Size =7
Align=2
Text=SING_TOP_CHARTS_WHEREAMI

[TopStatic4]
X =260
Y =545
W =22
H =22
Tex=ButtonEnter
Color =White
Type=Font Black

[TopText3]
X =292
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_TOP_CHARTS_CONTINUE

[TopTextName1]
X =110
Y =164
Color =White
Font =0
Size =14
Align =0
Text =1. Player1

[TopTextName2]
X =110
Y =209
Color =White
Font =0
Size =14
Align =0
Text =2. Player2

[TopTextName3]
X =110
Y =254
Color =White
Font =0
Size =14
Align =0
Text =3. Player3

[TopTextName4]
X =110
Y =299
Color =White
Font =0
Size =14
Align =0
Text =4. Player4

[TopTextName5]
X =110
Y =344
Color =White
Font =0
Size =14
Align =0
Text =5. Player5

[TopTextName6]
X =110
Y =389
Color =White
Font =0
Size =14
Align =0
Text =6. Player6

[TopTextName7]
X =110
Y =434
Color =White
Font =0
Size =14
Align =0
Text =7. Player7

[TopTextName8]
X =110
Y =479
Color =White
Font =0
Size =14
Align =0
Text =8. Player8

[TopTextScore1]
X =510
Y =164
Color =White
Font =0
Size =14
Align =2
Text =00000

[TopTextScore2]
X =510
Y =209
Color =White
Font =0
Size =14
Align =2
Text =00000

[TopTextScore3]
X =510
Y =254
Color =White
Font =0
Size =14
Align =2
Text =00000

[TopTextScore4]
X =510
Y =299
Color =White
Font =0
Size =14
Align =2
Text =00000

[TopTextScore5]
X =510
Y =344
Color =White
Font =0
Size =14
Align =2
Text =00000

[TopTextScore6]
X =510
Y =389
Color =White
Font =0
Size =14
Align =2
Text =00000

[TopTextScore7]
X =510
Y =434
Color =White
Font =0
Size =14
Align =2
Text =00000

[TopTextScore8]
X =510
Y =479
Color =White
Font =0
Size =14
Align =2
Text =00000

[TopTextDate1]
X =730
Y =164
Color =White
Font =0
Size =14
Align =2
Text =31.12.2009

[TopTextDate2]
X =730
Y =209
Color =White
Font =0
Size =14
Align =2
Text =31.12.2009

[TopTextDate3]
X =730
Y =254
Color =White
Font =0
Size =14
Align =2
Text =31.12.2009

[TopTextDate4]
X =730
Y =299
Color =White
Font =0
Size =14
Align =2
Text =31.12.2009

[TopTextDate5]
X =730
Y =344
Color =White
Font =0
Size =14
Align =2
Text =31.12.2009

[TopTextDate6]
X =730
Y =389
Color =White
Font =0
Size =14
Align =2
Text =31.12.2009

[TopTextDate7]
X =730
Y =434
Color =White
Font =0
Size =14
Align =2
Text =31.12.2009

[TopTextDate8]
X =730
Y =479
Color =White
Font =0
Size =14
Align =2
Text =31.12.2009

[TopTextNumber1]
X =80
Y =167
Color =White
Font =1
Size =9
Align =1
Text =1

[TopTextNumber2]
X =80
Y =212
Color =White
Font =1
Size =9
Align =1
Text =2

[TopTextNumber3]
X =80
Y =257
Color =White
Font =1
Size =9
Align =1
Text =3

[TopTextNumber4]
X =80
Y =302
Color =White
Font =1
Size =9
Align =1
Text =4

[TopTextNumber5]
X =80
Y =347
Color =White
Font =1
Size =9
Align =1
Text =5

[TopTextNumber6]
X =80
Y =392
Color =White
Font =1
Size =9
Align =1
Text =6

[TopTextNumber7]
X =80
Y =437
Color =White
Font =1
Size =9
Align =1
Text =7

[TopTextNumber8]
X =80
Y =482
Color =White
Font =1
Size =9
Align =1
Text =8

[TopStaticNumber1]
Tex=PlayerNumberBox
X=60
Y=160
W=40
H=40
Color=P1Dark
Type=Font Black

[TopStaticNumber2]
Tex=PlayerNumberBox
X=60
Y=205
W=40
H=40
Color=P1Dark
Type=Font Black

[TopStaticNumber3]
Tex=PlayerNumberBox
X=60
Y=250
W=40
H=40
Color=P1Dark
Type=Font Black

[TopStaticNumber4]
Tex=PlayerNumberBox
X=60
Y=295
W=40
H=40
Color=P1Dark
Type=Font Black

[TopStaticNumber5]
Tex=PlayerNumberBox
X=60
Y=340
W=40
H=40
Color=P1Dark
Type=Font Black

[TopStaticNumber6]
Tex=PlayerNumberBox
X=60
Y=385
W=40
H=40
Color=P1Dark
Type=Font Black

[TopStaticNumber7]
Tex=PlayerNumberBox
X=60
Y=430
W=40
H=40
Color=P1Dark
Type=Font Black

[TopStaticNumber8]
Tex=PlayerNumberBox
X=60
Y=475
W=40
H=40
Color=P1Dark
Type=Font Black

[Level]
Texts=5

[LevelBackground]
Tex=SingBG

[LevelStatic1]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[LevelStatic2]
X =252
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[LevelStatic3]
X =16
Y =24
W =35
H =35
Color =White
Tex =MainIcon
Type=Font Black

[LevelStatic4]
X =260
Y =545
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Font Black
Style=5

[LevelStatic5]
X =388
Y =545
W =22
H =22
Tex=ButtonEnter
Color =White
Type=Font Black
Style=5

[LevelText1]
X =70
Y =6
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 0
Size = 20
Color =White
Text=SING_MODE

[LevelText2]
X =70
Y =56
Color=White
Font =0
Size =10
Align =0
Text=SING_DIFFICULTY_DESC

[LevelText3]
X =150
Y =546
Color=White
Font =0
Size =7
Align=2
Text=SING_DIFFICULTY_WHEREAMI

[LevelText4]
X =290
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[LevelText5]
X =420
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_DIFFICULTY_CONTINUE

[LevelButtonEasy]
X =180
Y =270
W =150
H =50
Tex =Button
Color =ColorDark
DColor =ColorLight
Type=Font Black
Texts=1
Fade=1
FadeText=1
SelectH=50
FadeTex=ButtonFade
FadeTexPos=0

[LevelButtonMedium]
X =335
Y =270
W =150
H =50
Tex =Button
Color =ColorDark
DColor =ColorLight
Type=Font Black
Texts=1
Fade=1
FadeText=1
SelectH=50
FadeTex=ButtonFade
FadeTexPos=0


[LevelButtonHard]
X =490
Y =270
W =150
H =50
Tex =Button
Color =ColorDark
DColor =ColorLight
Type=Font Black
Texts=1
Fade=1
FadeText=1
SelectH=50
FadeTex=ButtonFade
FadeTexPos=0


[LevelButtonEasyText1]
X =75
Y =10
Font=0
Size=10
Align=1
Color=White
Text=SING_EASY

[LevelButtonMediumText1]
X =75
Y =10
Font=0
Size=10
Align=1
Color=White
Text=SING_MEDIUM

[LevelButtonHardText1]
X =75
Y =10
Font=0
Size=10
Align=1
Color=White
Text=SING_HARD

[Name]
Texts=2

[NameBackground]
Tex=SingBG

[NameStatic1]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[NameStatic2]
X =252
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[NameStatic3]
X =16
Y =24
W =35
H =35
Color =White
Tex =MainIcon
Type=Font Black

[NameText1]
X =70
Y =6
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 0
Size = 20
Color =White
Text=SING_MODE

[NameText2]
X =70
Y =56
Color=White
Font =0
Size =10
Align =0
Text=SING_PLAYER_DESC

[NameText3]
X =135
Y =546
Color=White
Font =0
Size =7
Align=2
Text=SING_PLAYER_WHEREAMI

[NameStatic4]
X =260
Y =545
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Font Black
Style=5

[NameText4]
X =294
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[NameStatic5]
X =388
Y =545
W =22
H =22
Tex=ButtonAZ
Color =White
Type=Font Black
Style=5

[NameText5]
X =420
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_PLAYER_ENTER_NAME

[NameStatic6]
X =556
Y =545
W =22
H =22
Tex=ButtonEnter
Color =White
Type=Font Black
Style=5

[NameText6]
X =586
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_CONTINUE

[NameButtonPlayer1]
X =180
Y =270
W =150
H =50
Tex =Button
Color =P1Dark
DColor = P1Light
Type=Font Black
Texts=1
Reflection=1
ReflectionSpacing=2

[NameButtonPlayer1Text1]
X =75
Y =10
Font=0
Size=10
Align=1
Color=White
Text=

[NameButtonPlayer2]
X =335
Y =270
W =150
H =50
Tex =Button
Color =P2Dark
DColor = P2Light
Type=Font Black
Texts=1
Reflection=1
ReflectionSpacing=2

[NameButtonPlayer2Text1]
X =75
Y =10
Font=0
Size=10
Align=1
Color=White
Text=

[NameButtonPlayer3]
X =490
Y =270
W =150
H =50
Tex =Button
Color =P3Dark
DColor = P3Light
Type=Font Black
Texts=1
Reflection=1
ReflectionSpacing=2

[NameButtonPlayer3Text1]
X =75
Y =10
Font=0
Size=10
Align=1
Color=White
Text=

[NameButtonPlayer4]
X =180
Y =400
W =150
H =50
Tex =Button
Color =P4Dark
DColor = P4Light
Type=Font Black
Texts=1
Reflection=1
ReflectionSpacing=2

[NameButtonPlayer4Text1]
X =75
Y =10
Font=0
Size=10
Align=1
Color=White
Text=

[NameButtonPlayer5]
X =335
Y =400
W =150
H =50
Tex =Button
Color =P5Dark
DColor = P5Light
Type=Font Black
Texts=1
Reflection=1
ReflectionSpacing=2

[NameButtonPlayer5Text1]
X =75
Y =10
Font=0
Size=10
Align=1
Color=White
Text=

[NameButtonPlayer6]
X =490
Y =400
W =150
H =50
Tex =Button
Color =P6Dark
DColor = P6Light
Type=Font Black
Texts=1
Reflection=1
ReflectionSpacing=2

[NameButtonPlayer6Text1]
X =75
Y =10
Font=0
Size=10
Align=1
Color=White
Text=

[PartyNewRound]
Texts =7

[PartyNewRoundBackground]
Tex=PartyBGNext

[PartyNewRoundStatic1]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[PartyNewRoundStatic2]
X =252
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[PartyNewRoundStatic3]
X =16
Y =24
W =35
H =35
Color =White
Tex =ClassicIcon
Type=Font Black

[PartyNewRoundText1]
X =70
Y =6
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 0
Size = 20
Color =White
Text=PARTY_MODE

[PartyNewRoundText2]
X =70
Y =56
Color=White
Font =0
Size =10
Align =0
Text=PARTY_ROUND_DESC

[PartyNewRoundText3]
X =138
Y =546
Color=White
Font =0
Size =7
Align=2
Text=PARTY_ROUND_WHEREAMI

[PartyNewRoundText4]
X =290
Y =546
Color=White
Font =0
Size =7
Align=0
Text=PARTY_ROUND_LEGEND_CONTINUE

[PartyNewRoundText5]
X =460
Y =100
Color =White
Font =0
Size =10
Text =PARTY_ROUND
Align=0

[PartyNewRoundText6]
X =630
Y =100
Color =White
Font =0
Size =10
Text =PARTY_ROUND_WINNER
Align=0

[PartyNewRoundText7]
X =448
Y =350
Color =White
Font =0
Size =18
Text =PARTY_ROUND
Align=2

[PartyNewRoundTextTeam1Players]
X =30
Y =137
Color=White
Font =0
Size =7
Align=0
Text=Dummytext, Player2, Player3, Player4

[PartyNewRoundTextTeam2Players]
X =30
Y =218
Color=White
Font =0
Size =7
Align=0
Text=Dummytext, Player2, Player3, Player4

[PartyNewRoundTextTeam3Players]
X =30
Y =299
Color=White
Font =0
Size =7
Align=0
Text=Dummytext, Player2, Player3, Player4

[PartyNewRoundStatic4]
Tex =PartyRoundBG1
X =450
Y =103
W = 330
H = 24
Int=1
Color =ColorDark
Type=Font Black

[PartyNewRoundStatic5]
X =260
Y =545
W =22
H =22
Tex=ButtonEnter
Color =White
Type=Font Black

[PartyNewRoundStatic6]
Tex =PartyRoundBG3
X =250
Y =350
W = 300
H = 50
Int=1
Color =ColorDark
Type=Font Black

[PartyNewRoundStatic7]
Tex =PartyRoundBG4
X =50
Y =495
W = 700
H = 30
Int=1
Color =ColorLight
Type=Font Black

[PartyNewRoundStaticTeam1]
Tex =PartyTeamButton1
X =20
Y =110
W =400
H =50
Int=1
Color =P1Dark
Type=Font Black
Reflection=0

[PartyNewRoundStaticTeam2]
Tex =PartyTeamButton1
X =20
Y =191
W =400
H =50
Int=1
Color =P2Dark
Type=Font Black
Reflection=0

[PartyNewRoundStaticTeam3]
Tex =PartyTeamButton1
X =20
Y =272
W =400
H =50
Int=1
Color =P3Dark
Type=Font Black
Reflection=0

[PartyNewRoundStaticNextPlayer1]
Tex=PartyPlayerButton
X=155
Y=415
W=150
H=50
Type=Font Black
Texts=1
Color =P1Light
Reflection=1
ReflectionSpacing=2

[PartyNewRoundStaticNextPlayer2]
Tex=PartyPlayerButton
X=325
Y=415
W=150
H=50
Type=Font Black
Texts=1
Color =P2Light
Reflection=1
ReflectionSpacing=2

[PartyNewRoundStaticNextPlayer3]
Tex=PartyPlayerButton
X=495
Y=415
W=150
H=50
Type=Font Black
Texts=1
Color =P3Light
Reflection=1
ReflectionSpacing=2


[PartyNewRoundTextRound1]
X =452
Y =135
Color =White
Font =0
Size =7
Text =Round 1
Align=0

[PartyNewRoundTextRound2]
X =452
Y =164
Color =White
Font =0
Size =7
Text =Round 2
Align=0

[PartyNewRoundTextRound3]
X =452
Y =193
Color =White
Font =0
Size =7
Text =Round 3
Align=0

[PartyNewRoundTextRound4]
X =452
Y =222
Color =White
Font =0
Size =7
Text =Round 4
Align=0

[PartyNewRoundTextRound5]
X =452
Y =251
Color =White
Font =0
Size =7
Text =Round 5
Align=0

[PartyNewRoundTextRound6]
X =452
Y =280
Color =White
Font =0
Size =7
Text =Round 6
Align=0

[PartyNewRoundTextRound7]
X =452
Y =309
Color =White
Font =0
Size =7
Text =Round 7
Align=0

[PartyNewRoundTextWinner1]
X =620
Y =135
Color =White
Font =0
Size =7
Text =Winner 1
Align=0

[PartyNewRoundTextWinner2]
X =620
Y =165
Color =White
Font =0
Size =7
Text =Winner 2
Align=0

[PartyNewRoundTextWinner3]
X =620
Y =193
Color =White
Font =0
Size =7
Text =Winner 3
Align=0

[PartyNewRoundTextWinner4]
X =620
Y =222
Color =White
Font =0
Size =7
Text =Winner 4
Align=0

[PartyNewRoundTextWinner5]
X =620
Y =251
Color =White
Font =0
Size =7
Text =Winner 5
Align=0

[PartyNewRoundTextWinner6]
X =620
Y =280
Color =White
Font =0
Size =7
Text =Winner 6
Align=0

[PartyNewRoundTextWinner7]
X =620
Y =309
Color =White
Font =0
Size =7
Text =Winner 7
Align=0

[PartyNewRoundStaticRound1]
Tex =PartyRoundBG2
X =450
Y =135
W = 330
H = 20
Color =ColorLight
Type =Font Black

[PartyNewRoundStaticRound2]
Tex =PartyRoundBG2
X =450
Y =164
W = 330
H = 20
Color =ColorLight
Type =Font Black

[PartyNewRoundStaticRound3]
Tex =PartyRoundBG2
X =450
Y =193
W = 330
H = 20
Color =ColorLight
Type =Font Black

[PartyNewRoundStaticRound4]
Tex =PartyRoundBG2
X =450
Y =222
W = 330
H = 20
Color =ColorLight
Type =Font Black

[PartyNewRoundStaticRound5]
Tex =PartyRoundBG2
X =450
Y =251
W = 330
H = 20
Color =ColorLight
Type =Font Black

[PartyNewRoundStaticRound6]
Tex =PartyRoundBG2
X =450
Y =280
W = 330
H = 20
Color =ColorLight
Type =Font Black

[PartyNewRoundStaticRound7]
Tex =PartyRoundBG2
X =450
Y =309
W = 330
H = 20
Color =ColorLight
Type =Font Black

[PartyNewRoundTextNextRound]
X =400
Y =498
Color =White
Font =0
Size =8
Text =Next Round
Align=1

[PartyNewRoundTextNextRoundNo]
X =457
Y =350
Color =White
Font =0
Size =18
Text =99
Align=0

[PartyNewRoundTextScoreTeam1]
X =390
Y =110
Color =White
Font =0
Size =17
Text =3000
Align=1

[PartyNewRoundTextScoreTeam2]
X =390
Y =191
Color =White
Font =0
Size =17
Text =2000
Align=1

[PartyNewRoundTextScoreTeam3]
X =390
Y =272
Color =White
Font =0
Size =17
Text =1000
Align=1

[PartyNewRoundTextNameTeam1]
X =30
Y =108
Color =White
Font =0
Size =12
Text =Team 1
Align=0

[PartyNewRoundTextNameTeam2]
X =30
Y =189
Color =White
Font =0
Size =12
Text =Team 2
Align=0

[PartyNewRoundTextNameTeam3]
X =30
Y =270
Color =White
Font =0
Size =12
Text =Team 3
Align=0

[PartyNewRoundTextNextPlayer1]
X =230
Y =425
Color =White
Font =0
Size =10
Text =Player 1
Align=1

[PartyNewRoundTextNextPlayer2]
X =400
Y =425
Color =White
Font =0
Size =10
Text =Player 2
Align=1

[PartyNewRoundTextNextPlayer3]
X =570
Y =425
Color =White
Font =0
Size =10
Text =Player 3
Align=1

#### PartyNewRoundM2 ####
[PartyNewRound]
Texts = 14

[PartyNewRoundM2Background]
Tex=MainBG

[PartyNewRoundM2Static1]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[PartyNewRoundM2Static2]
X =254
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[PartyNewRoundM2Static3]
X =16
Y =24
W =35
H =35
Color =White
Tex =CallengeIcon
Type=Font Black

[PartyNewRoundM2Static4]
Tex = PartyRoundBG1
X = 450
Y = 103
W = 330
H = 24
Color = DarkBlue
Type = Colorized

[PartyNewRoundM2Static5]
X =260
Y =545
W =22
H =22
Tex=ButtonEnter
Color =White
Type=Font Black

[PartyNewRoundM2Static6]
Tex = PartyRoundBG4
X = 50
Y = 495
W = 700
H = 30
Color = LightBlue
Type = Colorized

[PartyNewRoundM2Static7]
Tex = PartyRoundBG1
X = 20
Y = 103
W = 410
H = 24
Color = DarkBlue
Type = Colorized

[PartyNewRoundM2Static8]
X = 525
Y =545
W =22
H = 22
Tex = ButtonNavi
Color =White
Type=Font Black

;table
[PartyNewRoundM2StaticTable1]
Tex = PartyRoundBG2
X = 20
Y = 135
W = 410
H = 20
Color = LightBlue
Type = Colorized

[PartyNewRoundM2StaticTable2]
Tex = PartyRoundBG2
X = 20
Y = 164
W = 410
H = 20
Color = LightBlue
Type = Colorized

[PartyNewRoundM2StaticTable3]
Tex = PartyRoundBG2
X = 20
Y = 193
W = 410
H = 20
Color = LightBlue
Type = Colorized

[PartyNewRoundM2StaticTable4]
Tex = PartyRoundBG2
X = 20
Y = 222
W = 410
H = 20
Color = LightBlue
Type = Colorized

[PartyNewRoundM2StaticTable5]
Tex = PartyRoundBG2
X = 20
Y = 251
W = 410
H = 20
Color = LightBlue
Type = Colorized

[PartyNewRoundM2StaticTable6]
Tex = PartyRoundBG2
X = 20
Y = 280
W = 410
H = 20
Color = LightBlue
Type = Colorized

[PartyNewRoundM2StaticTable7]
Tex = PartyRoundBG2
X = 20
Y = 309
W = 410
H = 20
Color = LightBlue
Type = Colorized

[PartyNewRoundM2StaticTable8]
Tex = PartyRoundBG2
X = 20
Y = 338
W = 410
H = 20
Color = LightBlue
Type = Colorized

[PartyNewRoundM2StaticTable9]
Tex = PartyRoundBG2
X = 20
Y = 367
W = 410
H = 20
Color = LightBlue
Type = Colorized

;results
[PartyNewRoundM2Text1]
X =70
Y =6
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 0
Size = 20
Color =White
Text = PARTY_MODE_M2

[PartyNewRoundM2Text2]
X =70
Y =56
Color=White
Font =0
Size =10
Align =0
Text = PARTY_ROUNDM2_DESC

[PartyNewRoundM2Text3]
X =145
Y =546
Color=White
Font =0
Size =7
Align=2
Text = PARTY_ROUNDM2_WHEREAMI

[PartyNewRoundM2Text4]
X =290
Y =546
Color=White
Font =0
Size =7
Align=0
Text = PARTY_ROUNDM2_LEGEND_CONTINUE

[PartyNewRoundM2Text5]
X =460
Y =105
Color =White
Font =1
Size =7
Text = PARTY_ROUNDM2
Align = 0

[PartyNewRoundM2Text6]
X =685
Y =105
Color =White
Font =1
Size =7
Text = PARTY_ROUNDM2_RESULT
Align = 0

[PartyNewRoundM2Text7]
X =27
Y =105
Color =White
Font =1
Size =7
Text = PARTY_ROUNDM2_NUMBER
Align = 0

[PartyNewRoundM2Text8]
X = 50
Y = 105
Color = White
Font = 1
Size = 7
Text = PARTY_ROUNDM2_NAME
Align = 0

[PartyNewRoundM2Text9]
X = 200
Y = 105
Color = White
Font = 1
Size = 7
Text = PARTY_ROUNDM2_WINS
Align = 0

[PartyNewRoundM2Text10]
X = 235
Y = 105
Color = White
Font = 1
Size = 7
Text = PARTY_ROUNDM2_DRAFTS
Align = 0

[PartyNewRoundM2Text11]
X = 270
Y = 105
Color = White
Font = 1
Size = 7
Text = PARTY_ROUNDM2_DEFEATS
Align = 0

[PartyNewRoundM2Text12]
X = 305
Y = 105
Color = White
Font = 1
Size = 7
Text = PARTY_ROUNDM2_SCORE_DIFF
Align = 0

[PartyNewRoundM2Text13]
X = 400
Y = 105
Color = White
Font = 1
Size = 7
Text = PARTY_ROUNDM2_POINTS
Align = 0

[PartyNewRoundM2Text14]
X = 560
Y =546
Color =White
Font = 0
Size = 7
Align = 0
Text = PARTY_ROUNDM2_LEGEND_SCROLL

[PartyNewRoundM2StaticNextPlayer1]
Tex = PartyPlayerButton
X=155
Y=415
W=150
H=50
Type=Font Black
Texts=1
Color =P1Light
Reflection=1
ReflectionSpacing=2

[PartyNewRoundM2StaticNextPlayer2]
Tex = PartyPlayerButton
X=325
Y=415
W=150
H=50
Type=Font Black
Texts=1
Color =P2Light
Reflection=1
ReflectionSpacing=2

[PartyNewRoundM2StaticHandicap]
Tex=PartyPlayerButton
X=495
Y=415
W=150
H=50
Type=Font Black
Texts=1
Color =P3Light
Reflection=1
ReflectionSpacing=2

[PartyNewRoundM2TextRound1]
X = 455
Y = 135
Color = White
Font = 1
Size = 6
Text = Round 1
Align = 0

[PartyNewRoundM2TextRound2]
X = 455
Y = 164
Color = White
Font = 1
Size = 6
Text = Round 2
Align = 0

[PartyNewRoundM2TextRound3]
X = 455
Y = 193
Color = White
Font = 1
Size = 6
Text = Round 3
Align = 0

[PartyNewRoundM2TextRound4]
X = 455
Y = 222
Color = White
Font = 1
Size = 6
Text = Round 4
Align = 0

[PartyNewRoundM2TextRound5]
X = 455
Y = 251
Color = White
Font = 1
Size = 6
Text = Round 5
Align = 0

[PartyNewRoundM2TextRound6]
X = 455
Y = 280
Color = White
Font = 1
Size = 6
Text = Round 6
Align = 0

[PartyNewRoundM2TextRound7]
X = 455
Y = 309
Color = White
Font = 1
Size = 6
Text = Round 7
Align = 0

[PartyNewRoundM2TextRound8]
X = 455
Y = 338
Color = White
Font = 1
Size = 6
Text = Round 8
Align = 0

[PartyNewRoundM2TextRound9]
X = 455
Y = 367
Color = White
Font = 1
Size = 6
Text = Round 9
Align = 0

[PartyNewRoundM2TextWinner1]
X = 675
Y = 136
Color = White
Font = 1
Size = 6
Text = Winner 1
Align = 0

[PartyNewRoundM2TextWinner2]
X = 675
Y = 165
Color = White
Font = 1
Size = 6
Text = Winner 2
Align = 0

[PartyNewRoundM2TextWinner3]
X = 675
Y = 194
Color = White
Font = 1
Size = 6
Text = Winner 3
Align = 0

[PartyNewRoundM2TextWinner4]
X = 675
Y = 223
Color = White
Font = 1
Size = 6
Text = Winner 4
Align = 0

[PartyNewRoundM2TextWinner5]
X = 675
Y = 252
Color = White
Font = 1
Size = 6
Text = Winner 5
Align = 0

[PartyNewRoundM2TextWinner6]
X = 675
Y = 281
Color = White
Font = 1
Size = 6
Text = Winner 6
Align = 0

[PartyNewRoundM2TextWinner7]
X = 675
Y = 310
Color = White
Font = 1
Size = 6
Text = Winner 7
Align = 0

[PartyNewRoundM2TextWinner8]
X = 675
Y = 339
Color = White
Font = 1
Size = 6
Text = Winner 8
Align = 0

[PartyNewRoundM2TextWinner9]
X = 675
Y = 368
Color = White
Font = 1
Size = 6
Text = Winner 9
Align = 0

[PartyNewRoundM2StaticRound1]
Tex = PartyRoundBG2
X = 450
Y = 135
W = 330
H = 20
Color =LightBlue
Type =Font Black

[PartyNewRoundM2StaticRound2]
Tex = PartyRoundBG2
X = 450
Y = 164
W = 330
H = 20
Color =LightBlue
Type =Font Black

[PartyNewRoundM2StaticRound3]
Tex = PartyRoundBG2
X = 450
Y = 193
W = 330
H = 20
Color =LightBlue
Type =Font Black

[PartyNewRoundM2StaticRound4]
Tex = PartyRoundBG2
X = 450
Y = 222
W = 330
H = 20
Color =LightBlue
Type =Font Black

[PartyNewRoundM2StaticRound5]
Tex = PartyRoundBG2
X = 450
Y = 251
W = 330
H = 20
Color =LightBlue
Type =Font Black

[PartyNewRoundM2StaticRound6]
Tex = PartyRoundBG2
X = 450
Y = 280
W = 330
H = 20
Color =LightBlue
Type =Font Black

[PartyNewRoundM2StaticRound7]
Tex = PartyRoundBG2
X = 450
Y = 309
W = 330
H = 20
Color =LightBlue
Type =Font Black

[PartyNewRoundM2StaticRound8]
Tex = PartyRoundBG2
X = 450
Y = 338
W = 330
H = 20
Color =LightBlue
Type =Font Black

[PartyNewRoundM2StaticRound9]
Tex = PartyRoundBG2
X = 450
Y = 367
W = 330
H = 20
Color =LightBlue
Type =Font Black

[PartyNewRoundM2TextNextRound]
X = 400
Y = 495
Color = White
Font = 0
Size =9
Text = Next Round
Align = 1

[PartyNewRoundM2TextNextPlayer1]
X = 230
Y = 425
Color = White
Font = 0
Size = 10
Text = Player 1
Align = 1

[PartyNewRoundM2TextNextPlayer2]
X = 400
Y = 425
Color = White
Font = 0
Size = 10
Text = Player 2
Align = 1

[PartyNewRoundM2TextHandicap]
X = 570
Y = 425
Color = White
Font = 0
Size = 10
Text = Player 3
Align = 1

[PartyNewRoundM2TextTableName11]
X = 30
Y = 136
Color = White
Font = 1
Size = 6
Text =1
Align = 0

[PartyNewRoundM2TextTableName12]
X = 50
Y = 136
Color = White
Font = 1
Size = 6
Text =Name 1
Align = 0

[PartyNewRoundM2TextTableName13]
X = 200
Y = 136
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName14]
X = 235
Y = 136
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName15]
X = 270
Y = 136
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName16]
X = 305
Y = 136
Color = White
Font = 1
Size = 6
Text =0:0
Align = 0

[PartyNewRoundM2TextTableName17]
X = 400
Y = 136
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName21]
X = 30
Y = 165
Color = White
Font = 1
Size = 6
Text =1
Align = 0

[PartyNewRoundM2TextTableName22]
X = 50
Y = 165
Color = White
Font = 1
Size = 6
Text =Name 1
Align = 0

[PartyNewRoundM2TextTableName23]
X = 200
Y = 165
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName24]
X = 235
Y = 165
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName25]
X = 270
Y = 165
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName26]
X = 305
Y = 165
Color = White
Font = 1
Size = 6
Text =0:0
Align = 0

[PartyNewRoundM2TextTableName27]
X = 400
Y = 165
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName31]
X = 30
Y = 194
Color = White
Font = 1
Size = 6
Text =1
Align = 0

[PartyNewRoundM2TextTableName32]
X = 50
Y = 194
Color = White
Font = 1
Size = 6
Text =Name 1
Align = 0

[PartyNewRoundM2TextTableName33]
X = 200
Y = 194
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName34]
X = 235
Y = 194
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName35]
X = 270
Y = 194
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName36]
X = 305
Y = 194
Color = White
Font = 1
Size = 6
Text =0:0
Align = 0

[PartyNewRoundM2TextTableName37]
X = 400
Y = 194
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName41]
X = 30
Y = 223
Color = White
Font = 1
Size = 6
Text =1
Align = 0

[PartyNewRoundM2TextTableName42]
X = 50
Y = 223
Color = White
Font = 1
Size = 6
Text =Name 1
Align = 0

[PartyNewRoundM2TextTableName43]
X = 200
Y = 223
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName44]
X = 235
Y = 223
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName45]
X = 270
Y = 223
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName46]
X = 305
Y = 223
Color = White
Font = 1
Size = 6
Text =0:0
Align = 0

[PartyNewRoundM2TextTableName47]
X = 400
Y = 223
Color = White
Font = 1
Size = 6
Text =0
Align = 0


[PartyNewRoundM2TextTableName51]
X = 30
Y = 252
Color = White
Font = 1
Size = 6
Text =1
Align = 0

[PartyNewRoundM2TextTableName52]
X = 50
Y = 252
Color = White
Font = 1
Size = 6
Text =Name 1
Align = 0

[PartyNewRoundM2TextTableName53]
X = 200
Y = 252
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName54]
X = 235
Y = 252
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName55]
X = 270
Y = 252
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName56]
X = 305
Y = 252
Color = White
Font = 1
Size = 6
Text =0:0
Align = 0

[PartyNewRoundM2TextTableName57]
X = 400
Y = 252
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName61]
X = 30
Y = 281
Color = White
Font = 1
Size = 6
Text =1
Align = 0

[PartyNewRoundM2TextTableName62]
X = 50
Y = 281
Color = White
Font = 1
Size = 6
Text =Name 1
Align = 0

[PartyNewRoundM2TextTableName63]
X = 200
Y = 281
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName64]
X = 235
Y = 281
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName65]
X = 270
Y = 281
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName66]
X = 305
Y = 281
Color = White
Font = 1
Size = 6
Text =0:0
Align = 0

[PartyNewRoundM2TextTableName67]
X = 400
Y = 281
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName71]
X = 30
Y = 307
Color = White
Font = 1
Size = 6
Text =1
Align = 0

[PartyNewRoundM2TextTableName72]
X = 50
Y = 310
Color = White
Font = 1
Size = 6
Text =Name 1
Align = 0

[PartyNewRoundM2TextTableName73]
X = 200
Y = 310
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName74]
X = 235
Y = 310
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName75]
X = 270
Y = 310
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName76]
X = 305
Y = 310
Color = White
Font = 1
Size = 6
Text =0:0
Align = 0

[PartyNewRoundM2TextTableName77]
X = 400
Y = 310
Color = White
Font = 1
Size = 6
Text =0
Align = 0


[PartyNewRoundM2TextTableName81]
X = 30
Y = 339
Color = White
Font = 1
Size = 6
Text =1
Align = 0

[PartyNewRoundM2TextTableName82]
X = 50
Y = 339
Color = White
Font = 1
Size = 6
Text =Name 1
Align = 0

[PartyNewRoundM2TextTableName83]
X = 200
Y = 339
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName84]
X = 235
Y = 339
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName85]
X = 270
Y = 339
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName86]
X = 305
Y = 339
Color = White
Font = 1
Size = 6
Text =0:0
Align = 0

[PartyNewRoundM2TextTableName87]
X = 400
Y = 339
Color = White
Font = 1
Size = 6
Text =0
Align = 0

[PartyNewRoundM2TextTableName91]
X = 30
Y = 368
Color = White
Font = 1
Size = 6
Text =9
Align = 0

[PartyNewRoundM2TextTableName92]
X = 50
Y = 368
Color = White
Font = 1
Size = 6
Text =Name 9
Align = 0

[PartyNewRoundM2TextTableName93]
X = 200
Y = 368
Color = White
Font = 1
Size = 6
Text =88
Align = 0

[PartyNewRoundM2TextTableName94]
X = 235
Y = 368
Color = White
Font = 1
Size = 6
Text =22
Align = 0

[PartyNewRoundM2TextTableName95]
X = 270
Y = 368
Color = White
Font = 1
Size = 6
Text =55
Align = 0

[PartyNewRoundM2TextTableName96]
X = 305
Y = 368
Color = White
Font = 1
Size = 6
Text =888888
Align = 0

[PartyNewRoundM2TextTableName97]
X = 400
Y = 368
Color = White
Font = 1
Size = 6
Text =99
Align = 0


[PartyScore]
Texts=5

[PartyScoreBackground]
Tex=PartyScoreBG

[PartyScoreDecoTextures]
ChangeTextures =1

FirstTexture =PartyScoreDeco
FirstTyp =Font Black
FirstColor =Gold

SecondTexture =PartyScoreDeco
SecondTyp =Font Black
SecondColor =Silver

ThirdTexture =PartyScoreDeco
ThirdTyp =Font Black
ThirdColor =Bronze

[PartyScoreStatic1]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[PartyScoreStatic2]
X =252
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[PartyScoreStatic3]
X =16
Y =24
W =35
H =35
Color =White
Tex =ScoreIcon
Type=Font Black

[PartyScoreStatic4]
X =260
Y =545
W =22
H =22
Tex=ButtonEnter
Color =White
Type=Font Black

[PartyScoreText1]
X =70
Y =6
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 0
Size = 20
Color =White
Text=PARTY_MODE

[PartyScoreText2]
X =70
Y =56
Color=White
Font =0
Size =10
Align =0
Text=PARTY_SCORE_DESC

[PartyScoreText3]
X =135
Y =546
Color=White
Font =0
Size =7
Align=2
Text=PARTY_SCORE_WHEREAMI

[PartyScoreText4]
X =290
Y =546
Color=White
Font =0
Size =7
Align=0
Text=PARTY_LEGEND_CONTINUE

[PartyScoreStatic5]
Tex =PartyScoreBG1
X =50
Y =100
W = 700
H = 80
Int=1
Color =ColorDark
Type=Font Black

[PartyScoreStatic6]
Tex =PartyScoreBG2
X =50
Y =495
W = 700
H = 20
Int=1
Color =ColorLight
Type=Font Black

[PartyScoreText5]
X =400
Y =136
Color =White
Font =0
Size =15
Text =PARTY_SCORE_WINS2
Align=1

[PartyScoreTextWinner]
X =400
Y =98
Color =White
Font =0
Size =18
Text =The Winner is...
Align=1

[PartyScoreTextScoreTeam1]
X =568
Y =198
Color =White
Font =0
Size =12
Text =3000
Align=2

[PartyScoreTextScoreTeam2]
X =568
Y =298
Color =White
Font =0
Size =12
Text =2000
Align=2

[PartyScoreTextScoreTeam3]
X =568
Y =398
Color =White
Font =0
Size =12
Text =1000
Align=2

[PartyScoreTextNameTeam1]
X =188
Y =198
Font=0
Size=12
Align=0
Text=Team 1
Color=White

[PartyScoreTextNameTeam2]
X =188
Y =298
Color =White
Font =0
Size =12
Text =Team 2
Align=0

[PartyScoreTextNameTeam3]
X =188
Y =398
Color =White
Font =0
Size =12
Text =Team 3
Align=0

[PartyScoreStaticTeam1]
X =188
Y =230
W =380
H =16
Z =1
Tex=PartyTeamPoints
Color =P1Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyScoreStaticTeam1BG]
Tex=PartyTeamButton2
X=178
Y=200
W=400
H=50
Type=Font Black
Color =P1Dark
Reflection=1
ReflectionSpacing=2

[PartyScoreStaticTeam1Deco]
Tex =PartyScoreDeco
X = 563
Y = 191
W = 64
H = 64
Type =Font Black
Color =Gold
Reflection=1
ReflectionSpacing=-5

[PartyScoreStaticTeam2]
X =188
Y =330
W =380
H =15
Z =1
Tex=PartyTeamPoints
Color =P2Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyScoreStaticTeam2BG]
Tex=PartyTeamButton2
X=178
Y=300
W=400
H=50
Type=Font Black
Color =P2Dark
Reflection=1
ReflectionSpacing=2

[PartyScoreStaticTeam2Deco]
Tex =PartyScoreDeco
X = 563
Y = 291
W = 64
H = 64
Type =Font Black
Color =Gold
Reflection=1
ReflectionSpacing=-5

[PartyScoreStaticTeam3]
X =188
Y =430
W =380
H =15
Z =1
Tex=PartyTeamPoints
Color =P3Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyScoreStaticTeam3BG]
Tex=PartyTeamButton2
X=178
Y=400
W=400
H=50
Type=Font Black
Color =P3Dark
Reflection=1
ReflectionSpacing=2

[PartyScoreStaticTeam3Deco]
Tex =PartyScoreDeco
X = 563
Y = 391
W = 64
H = 64
Type =Font Black
Color =Gold
Reflection=1
ReflectionSpacing=-5

[PartyWin]
Texts=4

[PartyWinBackground]
Tex=PartyBGWin

[PartyWinStatic1]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[PartyWinStatic2]
X =252
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[PartyWinStatic3]
X =16
Y =24
W =35
H =35
Color =White
Tex =PartyIcon
Type=Font Black

[PartyWinStatic4]
X =260
Y =545
W =22
H =22
Tex=ButtonEnter
Color =White
Type=Font Black

[PartyWinText1]
X =70
Y =6
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 0
Size = 20
Color =White
Text=PARTY_MODE

[PartyWinText2]
X =70
Y =56
Color=White
Font =0
Size =10
Align =0
Text=PARTY_WIN_DESC

[PartyWinText3]
X =138
Y =546
Color=White
Font =0
Size =7
Align=2
Text=PARTY_WIN_WHEREAMI

[PartyWinText4]
X =290
Y =546
Color=White
Font =0
Size =7
Align=0
Text=PARTY_WIN_LEGEND_CONTINUE

#[PartyWinTextWinner]
#X =150
#Y =120
#Color =White
#Font =1
#Size =14
#Text =The Winner is...
#Align=0

[PartyWinTextScoreTeam1]
X =599
Y =183
Color =White
Font =0
Size =19
Text =3000
Align=2

[PartyWinTextScoreTeam2]
X =449
Y =298
Color =White
Font =0
Size =12
Text =2000
Align=2

[PartyWinTextScoreTeam3]
X =349
Y =398
Color =White
Font =0
Size =9
Text =1000
Align=2

[PartyWinTextNameTeam1]
X =69
Y =183
Font=0
Size=19
Align=0
Text=Team 1
Color=White

[PartyWinTextNameTeam2]
X =69
Y =298
Color =White
Font =0
Size =12
Text =Team 2
Align=0

[PartyWinTextNameTeam3]
X =69
Y =398
Color =White
Font =0
Size =9
Text =Team 3
Align=0

[PartyWinStaticTeam1]
X =69
Y =230
W =530
H =16
Z =1
Tex=PartyTeamPoints
Color =TeamColor
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam1BG]
Tex=PartyTeamButton3
X=59
Y=185
W=550
H=65
Type=Font Black
Color =TeamColor
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam1Rank1]
X =69
Y =230
W =530
H =16
Z =1
Tex=PartyTeamPoints
Color =P1Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam1BGRank1]
Tex=PartyTeamButton3
X=59
Y=185
W=550
H=65
Type=Font Black
Color =P1Dark
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam1Rank2]
X =69
Y =330
W =380
H =15
Z =1
Tex=PartyTeamPoints
Color =P1Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam1BGRank2]
Tex=PartyTeamButton3
X=59
Y=300
W=400
H=50
Type=Font Black
Color =P1Dark
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam1Rank3]
X =69
Y =420
W =280
H =15
Z =1
Tex=PartyTeamPoints
Color =P1Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam1BGRank3]
Tex=PartyTeamButton3
X=59
Y=400
W=300
H=40
Type=Font Black
Color =P1Dark
Reflection=1
ReflectionSpacing=2


[PartyWinStaticTeam1Deco]
Tex =PartyWinDeco1
X =16
Y =150
W = 79
H = 79
Type =Font Black
Color =Gold
Reflection=0
ReflectionSpacing=3

[PartyWinStaticTeam2]
X =69
Y =330
W =380
H =15
Z =1
Tex=PartyTeamPoints
Color =TeamColor
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam2BG]
Tex=PartyTeamButton4
X=59
Y=300
W=400
H=50
Type=Font Black
Color =TeamColor
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam2Rank1]
X =69
Y =230
W =530
H =16
Z =1
Tex=PartyTeamButton3
Color =P2Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam2BGRank1]
Tex=PartyTeamButton4
X=59
Y=185
W=550
H=65
Type=Font Black
Color =P2Dark
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam2Rank2]
X =69
Y =330
W =380
H =15
Z =1
Tex=PartyTeamPoints
Color =P2Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam2BGRank2]
Tex=PartyTeamButton4
X=59
Y=300
W=400
H=50
Type=Font Black
Color =P2Dark
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam2Rank3]
X =69
Y =420
W =280
H =15
Z =1
Tex=PartyTeamPoints
Color =TeamColor
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam2BGRank3]
Tex=PartyTeamButton4
X=59
Y=400
W=300
H=40
Type=Font Black
Color =TeamColor
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam2Deco]
Tex =PartyWinDeco2
X =16
Y =265
W = 64
H = 64
Type =Font Black
Color =Silver
Reflection=0
ReflectionSpacing=3

[PartyWinStaticTeam3]
X =69
Y =420
W =280
H =15
Z =1
Tex=PartyTeamPoints
Color =TeamColor
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam3BG]
Tex=PartyTeamButton5
X=59
Y=400
W=300
H=40
Type=Font Black
Color =TeamColor
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam3Rank1]
X =69
Y =230
W =530
H =16
Z =1
Tex=PartyTeamPoints
Color =P3Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam3BGRank1]
Tex=PartyTeamButton3
X=59
Y=185
W=550
H=65
Type=Font Black
Color =P3Dark
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam3Rank2]
X =69
Y =330
W =380
H =15
Z =1
Tex=PartyTeamPoints
Color =P3Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam3BGRank2]
Tex=PartyTeamButton5
X=59
Y=300
W=400
H=50
Type=Font Black
Color =P3Dark
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam3Rank3]
X =69
Y =420
W =280
H =15
Z =1
Tex=PartyTeamPoints
Color =P3Dark
Int = 1
Type=Font Black
Reflection=1
ReflectionSpacing=12

[PartyWinStaticTeam3BGRank3]
Tex=PartyTeamButton5
X=59
Y=400
W=300
H=40
Type=Font Black
Color =P3Dark
Reflection=1
ReflectionSpacing=2

[PartyWinStaticTeam3Deco]
Tex =PartyWinDeco3
X =16
Y =365
W = 54
H = 54
Type =Font Black
Color =Bronze
Reflection=0
ReflectionSpacing=3

[PartyOptions]
Texts = 5

[PartyOptionsBackground]
Tex=PartyBG

[PartyOptionsStatic1]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[PartyOptionsStatic2]
X =252
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[PartyOptionsStatic3]
X =16
Y =24
W =35
H =35
Color =White
Tex =ClassicIcon
Type=Font Black

[PartyOptionsStatic4]
X =260
Y =545
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Font Black
Style=5

[PartyOptionsStatic5]
X =388
Y =545
W =22
H =22
Tex=ButtonEnter
Color =White
Type=Font Black
Style=5

[PartyOptionsText1]
X =70
Y =6
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 0
Size = 20
Color =White
Text=PARTY_MODE

[PartyOptionsText2]
X =70
Y =56
Color=White
Font =0
Size =10
Align =0
Text=PARTY_OPTIONS_DESC

[PartyOptionsText3]
X =3
Y =546
Color=White
Font =0
Size =7
Align=0
Text=PARTY_OPTIONS_WHEREAMI

[PartyOptionsText4]
X =290
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[PartyOptionsText5]
X =418
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_CONTINUE

[PartyOptionsSelectLevel]
Tex = MainBar
TexSBG =SelectBG
Text =PARTY_DIFFICULTY
X = 40
Y = 85
W = 230
H = 70
SkipX = 50
Fields=1

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[PartyOptionsSelectPlayList]
Tex = MainBar
TexSBG =SelectBG
Text =PARTY_PLAYLIST
X = 40
Y = 140
W = 230
H = 70
SkipX = 50
Fields=1

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[PartyOptionsSelectPlayList2]
Tex = MainBar
TexSBG =SelectBG
Text =PARTY_PLAYLIST
X = 40
Y = 195
W = 230
H = 70
SkipX = 50
Fields=1

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[PartyOptionsSelectRounds]
Tex = MainBar
TexSBG =SelectBG
Text =PARTY_ROUNDS
X = 40
Y = 250
W = 230
H = 70
SkipX = 50
Fields=7

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[PartyOptionsSelectTeams]
Tex = MainBar
TexSBG =SelectBG
Text =PARTY_TEAMS
X = 40
Y = 305
W = 230
H = 70
SkipX = 50
Fields=7

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[PartyOptionsSelectPlayers1]
Tex = MainBar
TexSBG =SelectBG
Text =PARTY_TEAMS_PLAYER1
X = 40
Y = 360
W = 230
H = 70
SkipX = 50
Fields=7

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[PartyOptionsSelectPlayers2]
Tex = MainBar
TexSBG =SelectBG
Text =PARTY_TEAMS_PLAYER2
X = 40
Y = 415
W = 230
H = 70
SkipX = 50
Fields=7

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark

[PartyOptionsSelectPlayers3]
Tex = MainBar
TexSBG =SelectBG
Text =PARTY_TEAMS_PLAYER3
X = 40
Y = 470
W = 230
H = 70
SkipX = 50
Fields=7

Color =ColorDark
DColor = ColorLight
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor = ColorLight
STColor = White
STDColor = GrayDark


[PartyOptionsM2]
Texts = 7

[PartyOptionsM2Background]
Tex = PartyBG

[PartyOptionsM2Static1]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[PartyOptionsM2Static2]
X =252
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[PartyOptionsM2Static3]
X =16
Y =24
W =35
H =35
Color =White
Tex =CallengeIcon
Type=Font Black

[PartyOptionsM2Static4]
X =260
Y =545
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Font Black
Style=5

[PartyOptionsM2Static5]
X =388
Y =545
W =22
H =22
Tex=ButtonEnter
Color =White
Type=Font Black
Style=5

[PartyOptionsM2Text1]
X = 70
Y =6
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 0
Size = 20
Color = White
Text = PARTY_MODE_M2

[PartyOptionsM2Text2]
X = 70
Y =56
Color = White
Font = 0
Size = 10
Align = 0
Text = PARTY_OPTIONS_M2_DESC

[PartyOptionsM2Text3]
X =3
Y =546
Color =White
Font = 0
Size = 7
Align =0
Text = PARTY_OPTIONS_M2_WHEREAMI

[PartyOptionsM2Text4]
X =290
Y =546
Color =White
Font = 0
Size = 7
Align = 0
Text = SING_LEGEND_NAVIGATE

[PartyOptionsM2Text5]
X = 418
Y =546
Color =White
Font = 0
Size = 7
Align = 0
Text = SING_LEGEND_CONTINUE

[PartyOptionsM2SelectLevel]
Tex = MainBar
TexSBG = SelectBG
Text = PARTY_DIFFICULTY
X = 40
Y = 85
W = 230
H = 70
SkipX = 50
Fields = 3

Color = ColorDark
DColor =ColorLight
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor =ColorLight
STColor = White
STDColor = GrayDark

[PartyOptionsM2SelectPlayList]
Tex = MainBar
TexSBG = SelectBG
Text = PARTY_PLAYLIST
X = 40
Y = 140
W = 230
H = 70
SkipX = 50
Fields = 1

Color = ColorDark
DColor =ColorLight
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor =ColorLight
STColor = White
STDColor = GrayDark

[PartyOptionsM2SelectPlayList2]
Tex = MainBar
TexSBG = SelectBG
Text = PARTY_PLAYLIST
X = 40
Y = 195
W = 230
H = 70
SkipX = 50
Fields = 1

Color = ColorDark
DColor =ColorLight
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor =ColorLight
STColor = White
STDColor = GrayDark

[PartyOptionsM2SelectPlayers]
Tex = MainBar
TexSBG = SelectBG
Text = PARTY_TEAMS_PLAYER_M2
X = 40
Y = 250
W = 230
H = 70
SkipX = 50
Fields = 8

Color = ColorDark
DColor =ColorLight
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor =ColorLight
STColor = White
STDColor = GrayDark

[PartyOptionsM2SelectRounds]
Tex = MainBar
TexSBG = SelectBG
Text = PARTY_ROUNDS
X = 40
Y = 305
W = 230
H = 70
SkipX = 50
Fields = 7

Color = ColorDark
DColor =ColorLight
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor =ColorLight
STColor = White
STDColor = GrayDark

[PartyOptionsM2SelectOptionPlugin]
Tex = MainBar
TexSBG = SelectBG
Text = PARTY_OPTIONS_M2_SELECT_PLUGIN
X = 40
Y = 360
W = 230
H = 70
SkipX = 50
Fields = 2

Color = ColorDark
DColor =ColorLight
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor =ColorLight
STColor = White
STDColor = GrayDark

[PartyOptionsM2SelectOptionHandicap]
Tex = MainBar
TexSBG = SelectBG
Text = PARTY_OPTIONS_M2_SELECT_HANDICAP
X = 40
Y = 415
W = 230
H = 70
SkipX = 50
Fields = 2

Color = ColorDark
DColor =ColorLight
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorDark
SBGDColor =ColorLight
STColor = White
STDColor = GrayDar

[PartyPlayer]
Texts=6

[PartyPlayerBackground]
Tex=PartyBG

[PartyPlayerStatic1]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[PartyPlayerStatic2]
X =252
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[PartyPlayerStatic3]
X =16
Y =24
W =35
H =35
Color =White
Tex =ClassicIcon
Type=Font Black

[PartyPlayerStatic4]
X =240
Y =545
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Font Black
Style=5

[PartyPlayerStatic5]
X =368
Y =545
W =22
H =22
Tex=ButtonAZ
Color =White
Type=Font Black
Style=5

[PartyPlayerStatic6]
X =556
Y =545
W =22
H =22
Tex=ButtonEnter
Color =White
Type=Font Black
Style=5

[PartyPlayerText1]
X =70
Y =6
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 0
Size = 20
Color =White
Text=PARTY_MODE

[PartyPlayerText2]
X =70
Y =56
Color=White
Font =0
Size =10
Align =0
Text=PARTY_PLAYER_DESC

[PartyPlayerText3]
X =80
Y =545
Color=White
Font =0
Size =7
Align=1
Text=PARTY_PLAYER_WHEREAMI

[PartyPlayerText4]
X =270
Y =545
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[PartyPlayerText5]
X =400
Y =546
Color=White
Font =0
Size =7
Align=0
Text=PARTY_PLAYER_ENTER_NAME

[PartyPlayerText6]
X =586
Y =546
Color=White
Font =0
Size =7
Align=0
Text=PARTY_PLAYER_LEGEND_CONTINUE

[PartyPlayerTeam1Name]
Tex=PartyTeamButton2
X=85
Y=100
W=310
H=50
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Dark

[PartyPlayerTeam1NameText1]
X =155
Y =8
Font=0
Size=12
Align=1
Text=Team 1
Color=White

[PartyPlayerPlayer1Name]
Tex=Button
X=85
Y=160
W =150
H =50
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Light
Reflection=1
ReflectionSpacing=1

[PartyPlayerPlayer1NameText1]
X =75
Y =10
Font=0
Size=10
Align=1
Text=Player 1
Color=White

[PartyPlayerPlayer2Name]
Tex=Button
X=245
Y=160
W =150
H =50
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Light
Reflection=1
ReflectionSpacing=1

[PartyPlayerPlayer2NameText1]
X =75
Y =10
Font=0
Size=10
Align=1
Text=Player 2
Color=White

[PartyPlayerPlayer3Name]
Tex=Button
X=405
Y=160
W =150
H =50
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Light
Reflection=1
ReflectionSpacing=1

[PartyPlayerPlayer3NameText1]
X =75
Y =10
Font=0
Size=10
Align=1
Text=Player 3
Color=White

[PartyPlayerPlayer4Name]
Tex=Button
X=565
Y=160
W =150
H =50
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Light
Reflection=1
ReflectionSpacing=1

[PartyPlayerPlayer4NameText1]
X =75
Y =10
Font=0
Size=10
Align=1
Text=Player 4
Color=White

[PartyPlayerTeam2Name]
Tex=PartyTeamButton2
X=85
Y=240
W=310
H=50
Type=Font Black
Texts=1
Color =P2Lightest
DColor =P2Dark

[PartyPlayerTeam2NameText1]
X =155
Y =8
Font=0
Size=12
Align=1
Text=Team 2
Color=White

[PartyPlayerPlayer5Name]
Tex=Button
X=85
Y=300
W =150
H =50
Type=Font Black
Texts=1
Color =P2Lightest
DColor =P2Light
Reflection=1
ReflectionSpacing=1

[PartyPlayerPlayer5NameText1]
X =75
Y =10
Font=0
Size=10
Align=1
Text=Player 5
Color=White

[PartyPlayerPlayer6Name]
Tex=Button
X=245
Y=300
W =150
H =50
Type=Font Black
Texts=1
Color =P2Lightest
DColor =P2Light
Reflection=1
ReflectionSpacing=1

[PartyPlayerPlayer6NameText1]
X =75
Y =10
Font=0
Size=10
Align=1
Text=Player 6
Color=White

[PartyPlayerPlayer7Name]
Tex=Button
X=405
Y=300
W =150
H =50
Type=Font Black
Texts=1
Color =P2Lightest
DColor =P2Light
Reflection=1
ReflectionSpacing=1

[PartyPlayerPlayer7NameText1]
X =75
Y =10
Font=0
Size=10
Align=1
Text=Player 7
Color=White

[PartyPlayerPlayer8Name]
Tex=Button
X=565
Y=300
W =150
H =50
Type=Font Black
Texts=1
Color =P2Lightest
DColor =P2Light
Reflection=1
ReflectionSpacing=1

[PartyPlayerPlayer8NameText1]
X =75
Y =10
Font=0
Size=10
Align=1
Text=Player 8
Color=White

[PartyPlayerTeam3Name]
Tex=Button
Tex=PartyTeamButton2
X=85
Y=380
W=310
H=50
Type=Font Black
Texts=1
Color =P3Lightest
DColor =P3Dark

[PartyPlayerTeam3NameText1]
X =155
Y =8
Font=0
Size=12
Align=1
Text=Team 3
Color=White

[PartyPlayerPlayer9Name]
Tex=Button
X=85
Y=440
W =150
H =50
Type=Font Black
Texts=1
Color =P3Lightest
DColor =P3Light
Reflection=1
ReflectionSpacing=1

[PartyPlayerPlayer9NameText1]
X =75
Y =10
Font=0
Size=10
Align=1
Text=Player 9
Color=White

[PartyPlayerPlayer10Name]
Tex=Button
X=245
Y=440
W =150
H =50
Type=Font Black
Texts=1
Color =P3Lightest
DColor =P3Light
Reflection=1
ReflectionSpacing=1

[PartyPlayerPlayer10NameText1]
X =75
Y =10
Font=0
Size=10
Align=1
Text=Player 10
Color=White

[PartyPlayerPlayer11Name]
Tex=Button
X=405
Y=440
W =150
H =50
Type=Font Black
Texts=1
Color =P3Lightest
DColor =P3Light
Reflection=1
ReflectionSpacing=1

[PartyPlayerPlayer11NameText1]
X =75
Y =10
Font=0
Size=10
Align=1
Text=Player 11
Color=White

[PartyPlayerPlayer12Name]
Tex=Button
X=565
Y=440
W =150
H =50
Type=Font Black
Texts=1
Color =P3Lightest
DColor =P3Light
Reflection=1
ReflectionSpacing=1

[PartyPlayerPlayer12NameText1]
X =75
Y =10
Font=0
Size=10
Align=1
Text=Player 12
Color=White


############ PartyPlayerM2 ############
[PartyPlayerM2]
Texts=6

[PartyPlayerM2Background]
Tex=PartyBG

[PartyPlayerM2Static1]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[PartyPlayerM2Static2]
X =252
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[PartyPlayerM2Static3]
X =16
Y =24
W =35
H =35
Color =White
Tex =CallengeIcon
Type=Font Black

[PartyPlayerM2Static4]
X =240
Y =545
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Font Black
Style=5

[PartyPlayerM2Static5]
X =368
Y =545
W =22
H =22
Tex=ButtonAZ
Color =White
Type=Font Black
Style=5

[PartyPlayerM2Static6]
X =556
Y =545
W =22
H =22
Tex=ButtonEnter
Color =White
Type=Font Black
Style=5

[PartyPlayerM2Text1]
X =70
Y =6
ColR = 0.7
ColG = 0.7
ColB = 0.7
Font = 0
Size = 20
Color =White
Text=PARTY_MODE_M2

[PartyPlayerM2Text2]
X =70
Y =56
Color=White
Font =0
Size =10
Align =0
Text=PARTY_PLAYERM2_DESC

[PartyPlayerM2Text3]
X =80
Y =545
Color=White
Font =0
Size =7
Align=1
Text=PARTY_PLAYERM2_WHEREAMI

[PartyPlayerM2Text4]
X =270
Y =545
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[PartyPlayerM2Text5]
X =400
Y =546
Color=White
Font =0
Size =7
Align=0
Text=PARTY_PLAYER_ENTER_NAME

[PartyPlayerM2Text6]
X =586
Y =546
Color=White
Font =0
Size =7
Align=0
Text=PARTY_PLAYER_LEGEND_CONTINUE

[PartyPlayerM2Player1Name]
Tex=Button
X=85
Y=160
W =150
H =50
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Light
Reflection=1
ReflectionSpacing=1

[PartyPlayerM2Player1NameText1]
X =75
Y =10
Font=0
Size=10
Align=1
Text=Player 1
Color=White

[PartyPlayerM2Player2Name]
Tex=Button
X=245
Y=160
W =150
H =50
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Light
Reflection=1
ReflectionSpacing=1

[PartyPlayerM2Player2NameText1]
X =75
Y =10
Font=0
Size=10
Align=1
Text=Player 2
Color=White

[PartyPlayerM2Player3Name]
Tex=Button
X=405
Y=160
W =150
H =50
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Light
Reflection=1
ReflectionSpacing=1

[PartyPlayerM2Player3NameText1]
X =75
Y =10
Font=0
Size=10
Align=1
Text=Player 3
Color=White

[PartyPlayerM2Player4Name]
Tex=Button
X=565
Y=160
W =150
H =50
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Light
Reflection=1
ReflectionSpacing=1

[PartyPlayerM2Player4NameText1]
X =75
Y =10
Font=0
Size=10
Align=1
Text=Player 4
Color=White

[PartyPlayerM2Player5Name]
Tex=Button
X=85
Y=300
W =150
H =50
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Light
Reflection=1
ReflectionSpacing=1

[PartyPlayerM2Player5NameText1]
X =75
Y =10
Font=0
Size=10
Align=1
Text=Player 5
Color=White

[PartyPlayerM2Player6Name]
Tex=Button
X=245
Y=300
W =150
H =50
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Light
Reflection=1
ReflectionSpacing=1

[PartyPlayerM2Player6NameText1]
X =75
Y =10
Font=0
Size=10
Align=1
Text=Player 6
Color=White

[PartyPlayerM2Player7Name]
Tex=Button
X=405
Y=300
W =150
H =50
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Light
Reflection=1
ReflectionSpacing=1

[PartyPlayerM2Player7NameText1]
X =75
Y =10
Font=0
Size=10
Align=1
Text=Player 7
Color=White

[PartyPlayerM2Player8Name]
Tex=Button
X=565
Y=300
W =150
H =50
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Light
Reflection=1
ReflectionSpacing=1

[PartyPlayerM2Player8NameText1]
X =75
Y =10
Font=0
Size=10
Align=1
Text=Player 8
Color=White

[PartyPlayerM2Player9Name]
Tex=Button
X=85
Y=440
W =150
H =50
Type=Font Black
Texts=1
Color =P1Lightest
DColor =P1Light
Reflection=1
ReflectionSpacing=1

[PartyPlayerM2Player9NameText1]
X =75
Y =10
Font=0
Size=10
Align=1
Text=Player 9
Color=White


[SongMenu]
Texts=0
Statics=1

[SongMenuButton1]
X =510
Y =390
W =265
H = 25
Tex =Rectangle
Color =ColorLight
DColor = ColorDark
Type=Font Black
Texts=1
Z = 0.98
Texts=1

[SongMenuButton1Text1]
X =30
Y =0
Color=White
Font =0
Size =8
Text=SONG_MENU_PLAY
Align=0
Z=0.99

[SongMenuButton2]
X =510
Y =420
W =265
H = 25
Tex =Rectangle
Color =ColorLight
DColor = ColorDark
Type=Font Black
Texts=1
Z = 0.98
Texts=1

[SongMenuButton2Text1]
X =30
Y =0
Color=White
Font =0
Size =8
Text=SONG_MENU_EDIT
Align=0
Z=0.99

[SongMenuButton3]
X =510
Y =450
W =265
H = 25
Tex =Rectangle
Color =ColorLight
DColor = ColorDark
Type=Font Black
Texts=1
Z = 0.98
Texts=1

[SongMenuButton3Text1]
X =30
Y =0
Color=White
Font =0
Size =8
Text=SONG_MENU_MODI
Align=0
Z=0.99

[SongMenuButton4]
X =510
Y =480
W =265
H = 25
Tex = Rectangle
Color =ColorLight
DColor = ColorDark
Type=Font Black
Texts=1
Z = 0.98

[SongMenuButton4Text1]
X =30
Y =0
Color=White
Font =0
Size =8
Text=SONG_MENU_CANCEL
Align=0
Z=0.99

[SongMenuSelectSlide3]
Tex = Rectangle
TexSBG = SongMenuSelectBG
Text =
X =510
Y = 450
W = 0
H = 25
Z = 0.98
SkipX = 0
SBGW=270

TextSize=8

Color =ColorLight
DColor = ColorDark
TColor = White
TDColor = White
SBGTex = MainBar
SBGColor = ColorLight
SBGDColor = ColorDark
STColor = White
STDColor = GrayDark

[SongMenuTextMenu]
X =539
Y =345
Color=White
Font =0
Size =14
Text=MENU
Align=0
Z=0.99

[SongMenuStatic2]
X =513
Y =355
W =21
H =21
Color =White
Tex =IconSongMenu
Type=Font Black
Z=0.98

[SongMenuStatic1]
Tex =SongMenuBG
X =502
Y =345
W =280
H =170
Z =0.94
Int=1
Color =ColorLight
Type=Font Black

[SongJumpto]
Texts=0
Statics=1

[SongJumptoStatic1]
Tex =JumpToBG
X =221
Y =175
W =355
H =175
Z =0.98
Int=1
Color =ColorLight
Type=Font Black

[SongJumptoStatic2]
X =234
Y =185
W =21
H =21
Color =White
Tex =MainSearch
Type=Font Black
Z=0.99

[SongJumptoText1]
X =310
Y =175
Color=White
Font =0
Size =14
Text=SONG_JUMPTO_TYPE_DESC
Align=0
Z=0.99

[SongJumptoSelectSlideType]
Tex = button
TexSBG = mainicon
#Text = SONG_JUMPTO_TYPE_DESC
Font=1
X = 242
Y = 205
Z = 0.99
W = 0
H = 30
SkipX = 4
SBGW= 300
Fields=2
DColor = ColorLight
TColor = White
TDColor = White
SBGTex = button
SBGDColor = ColorLightest
STColor = White
STDColor = ColorLightest

[SongJumptoButtonSearchText]
X = 250
Y = 215
Z = 0.99
W = 160
H = 50
Size=14
Font=1
Align=0

[SongJumptoTextFound]
X =234
Y =295
Color=White
Font =0
Size =8
Text=SONG_JUMPTO_HELP
Align=0
Z=0.99

[StatMain]
Texts=0
Statics=0

[StatMainBackground]
Tex=StatisticsBG

[StatMainButtonScores]
X =589
Y =100
W =190
H =50
Tex =Button
Color =ColorDark
DColor = ColorLight
Type=Font Black
Texts=1
Reflection=0

[StatMainButtonScoresText1]
X =95
Y =10
Font=0
Size=10
Align=1
Text=STAT_DESC_SCORES
Color=White

[StatMainButtonSingers]
X =589
Y =160
W =190
H =50
Tex =Button
Color =ColorDark
DColor = ColorLight
Type=Font Black
Texts=1
Reflection=0

[StatMainButtonSingersText1]
X =95
Y =10
Font=0
Size=10
Align=1
Text=STAT_DESC_SINGERS
Color=White

[StatMainButtonSongs]
X =589
Y =220
W =190
H =50
Tex =Button
Color =ColorDark
DColor = ColorLight
Type=Font Black
Texts=1
Reflection=0

[StatMainButtonSongsText1]
X =95
Y =13
Font=0
Size=8
Align=1
Text=STAT_DESC_SONGS
Color=White

[StatMainButtonBands]
X =589
Y =280
W =190
H =50
Tex =Button
Color =ColorDark
DColor = ColorLight
Type=Font Black
Texts=1
Reflection=0

[StatMainButtonBandsText1]
X =95
Y =13
Font=0
Size=8
Align=1
Text=STAT_DESC_BANDS
Color=White

[StatMainButtonExit]
X =589
Y =340
W =190
H =50
Tex =Button
Color =ColorDark
DColor = ColorLight
Type=Font Black
Texts=1
Reflection=0

[StatMainButtonExitText1]
X =95
Y =10
Font=0
Size=10
Align=1
Text=SING_OPTIONS_EXIT
Color=White

[StatMainTextOverview]
X =45
Y =125
W =510
Color=White
Font =0
Size =9
Align=0
Text=

[StatMainStatic1]
X =16
Y =24
W =35
H =35
Color =White
Tex =StatIcon
Type=Font Black

[StatMainStatic2]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[StatMainStatic3]
X =252
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[StatMainStatic4]
X =260
Y =545
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Font Black
Style=5

[StatMainStatic5]
X =388
Y =545
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Font Black

[StatMainStatic6]
X =40
Y =100
W =520
H =20
Tex=StatMainBG1
Color =ColorLight
Type=Font Black

[StatMainStatic7]
X =40
Y =120
W =520
H =300
Tex=StatMainBG2
Color =ColorDark
Type=Font Black

[StatMainStatic8]
X =40
Y =420
W =520
H =20
Tex=StatMainBG3
Color =ColorLight
Type=Font Black

[StatMainText1]
X =70
Y =6
Color=White
Font =0
Size =20
Text=STAT_MAIN
Align=0

[StatMainText2]
X =115
Y =546
Color=White
Font =0
Size =7
Align=2
Text=STAT_MAIN_WHEREAMI

[StatMainText3]
X =70
Y =56
Color=White
Font =0
Size =10
Align =0
Text=STAT_MAIN_DESC

[StatMainText4]
X =294
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[StatMainText5]
X =423
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_ESC

[StatDetail]
Texts=0
Statics=0

[StatDetailBackground]
Tex=StatisticsBG

[StatDetailButtonNext]
X =589
Y =100
W =190
H =50
Tex =Button
Color =ColorDark
DColor = ColorLight
Type=Font Black
Texts=1
Reflection=0

[StatDetailButtonNextText1]
X =95
Y =10
Font=0
Size=10
Align=1
Text=STAT_NEXT
Color=White

[StatDetailButtonPrev]
X =589
Y =160
W =190
H =50
Tex =Button
Color =ColorDark
DColor = ColorLight
Type=Font Black
Texts=1
Reflection=0

[StatDetailButtonPrevText1]
X =95
Y =10
Font=0
Size=10
Align=1
Text=STAT_PREV
Color=White

[StatDetailButtonReverse]
X =589
Y =220
W =190
H =50
Tex =Button
Color =ColorDark
DColor = ColorLight
Type=Font Black
Texts=1
Reflection=0

[StatDetailButtonReverseText1]
X =95
Y =10
Font=0
Size=10
Align=1
Text=STAT_REVERSE
Color=White

[StatDetailButtonExit]
X =589
Y =280
W =190
H =50
Tex =Button
Color =ColorDark
DColor = ColorLight
Type=Font Black
Texts=1
Reflection=0

[StatDetailButtonExitText1]
X =95
Y =10
Font=0
Size=10
Align=1
Text=SING_OPTIONS_EXIT
Color=White

[StatDetailTextDescription]
X =70
Y =56
Color=White
Font =0
Size =10
Align =0
Text=

[StatDetailTextPage]
X = 546
Y =102
Color=White
Font = 0
Size =7
Align=2
Text=

[StatDetailTextList1]
X = 45
Y = 122
Color=White
Font = 0
Size = 7
Text=Stat1

[StatDetailTextList2]
X = 45
Y = 160
Color=White
Font = 0
Size = 7
Text=Stat2

[StatDetailTextList3]
X = 45
Y = 198
Color=White
Font = 0
Size = 7
Text=

[StatDetailTextList4]
X = 45
Y = 236
Color=White
Font = 0
Size = 7
Text=

[StatDetailTextList5]
X = 45
Y = 274
Color=White
Font = 0
Size = 7
Text=

[StatDetailTextList6]
X = 45
Y = 312
Color=White
Font = 0
Size = 7
Text=

[StatDetailTextList7]
X = 45
Y = 350
Color=White
Font = 0
Size = 7
Text=

[StatDetailTextList8]
X = 45
Y = 388
Color=White
Font = 0
Size = 7
Text=

[StatDetailTextList9]
X = 45
Y = 426
Color=White
Font = 0
Size = 7
Text=

[StatDetailTextList10]
X = 45
Y = 464
Color=White
Font = 0
Size = 7
Text=

[StatDetailStatic1]
X =16
Y =24
W =35
H =35
Color =White
Tex =StatIcon
Type=Font Black

[StatDetailStatic2]
X =0
Y =549
W =252
H =0
Tex=Leiste1
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[StatDetailStatic3]
X =252
Y =549
W =548
H =0
Tex=Leiste2
Color =White
Type=Plain
Reflection=0
ReflectionSpacing=1

[StatDetailStatic4]
X =260
Y =545
W =22
H =22
Tex=ButtonNavi
Color =White
Type=Font Black
Style=5

[StatDetailStatic5]
X =388
Y =545
W =22
H =22
Tex=ButtonEsc
Color =White
Type=Font Black

[StatDetailStatic6]
X =40
Y =100
W =520
H =24
Tex=StatDetailBG1
Color =ColorLight
Type=Font Black

[StatDetailStatic7]
X =40
Y =124
W =520
H =376
Tex=StatMainBG2
Color =ColorDark
Type=Font Black

[StatDetailStatic8]
X =40
Y =500
W =520
H =20
Tex=StatMainBG3
Color =ColorLight
Type=Font Black


[StatDetailText1]
X =70
Y =6
Color=White
Font =0
Size =20
Text=STAT_DETAIL
Align=0

[StatDetailText2]
X =157
Y =550
Color=White
Font =0
Size =6
Align=2
Text=STAT_DETAIL_WHEREAMI

[StatDetailText3]
X =290
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_NAVIGATE

[StatDetailText4]
X =423
Y =546
Color=White
Font =0
Size =7
Align=0
Text=SING_LEGEND_ESC

[CheckPopup]
Texts=1
Statics=1

[CheckPopupButton1]
X = 285
Y = 310
W = 100
H = 25
Tex =Rectangle
Color = Gray
DColor = GrayPopup
Type=Font Black
Texts=1
Z = 1
Texts=1

[CheckPopupButton1Text1]
X =50
Y =0
Color=White
Font =0
Size =8
Text=JA
Align=1
Z=1

[CheckPopupButton2]
X = 415
Y = 310
W = 100
H = 25
Tex =Rectangle
Color = Gray
DColor = GrayPopup
Type=Font Black
Texts=1
Z = 1
Texts=1

[CheckPopupButton2Text1]
X =50
Y =0
Color=White
Font =0
Size =8
Text=NEIN
Align=1
Z=1

[CheckPopupText]
X =400
Y =180
W =280
Color=White
Font =0
Size =12
Text=error text
Align=1
Z=1

[CheckPopupText1]
X =282
Y =147
Color=White
Font =0
Size =10
Text=MSG_QUESTION_TITLE
Align=0
Z=1

[CheckPopupStatic1]
Tex =PopUpBG
X =250
Y =150
W =300
H =200
Z =0.98
Int=1
Color =GrayPopup
Type=Font Black

[CheckPopupStatic2]
Tex =PopUpFG
X =250
Y =150
W =300
H =200
Z =0.99
Int=1
Color =White
Type=Font Black

[CheckPopupStatic3]
Tex =IconQuestion
X =255
Y =151
W =23
H =23
Z =0.99
Int=1
Color =White
Type=Font Black

[ErrorPopup]
Texts=1
Statics=1

[ErrorPopupButton1]
X = 350
Y = 310
W = 100
H = 25
Tex =Rectangle
Color = Gray
DColor = GrayPopup
Type=Font Black
Texts=1
Z = 1
Texts=1

[ErrorPopupButton1Text1]
X =50
Y =0
Color=White
Font =0
Size =8
Text=OK
Align=1
Z=1

[ErrorPopupText]
X =400
Y =180
W =280
Color=White
Font =0
Size =12
Text=error text
Align=1
Z=1

[ErrorPopupText1]
X =282
Y =148
Color=White
Font =0
Size =10
Text=MSG_ERROR_TITLE
Align=0
Z=1

[ErrorPopupStatic1]
Tex =PopUpBG
X =250
Y =150
W =300
H =200
Z =0.98
Int=1
Color =GrayPopup
Type=Font Black

[ErrorPopupStatic2]
Tex =PopUpFG
X =250
Y =150
W =300
H =200
Z =0.99
Int=1
Color =White
Type=Font Black

[ErrorPopupStatic3]
Tex =IconError
X =255
Y =151
W =23
H =23
Z =0.99
Int=1
Color =White
Type=Font Black


####### HelpPopup ########

[HelpPopupButton1]
X = 350
Y = 540
W = 100
H = 25
Tex =Rectangle
Color = Gray
DColor = GrayPopup
Type=Font Black
Texts=1
Z = 1
Texts=1

[HelpPopupButton1Text1]
X =50
Y =0
Color=White
Font =0
Size =8
Text=OK
Align=1
Z=1