pebxcvi commited on
Commit
498747b
·
1 Parent(s): 525beab
Files changed (20) hide show
  1. DEV/Misc/datacapture_error_defs.txt +24 -23
  2. OTHER XML/OTHER XML-MIX/home.veemee.com/pub/posters/screens_SCEA.xml +45 -0
  3. OTHER XML/OTHER XML-MIX/home.veemee.com/pub/posters/screens_SCEAsia.xml +45 -0
  4. OTHER XML/OTHER XML-MIX/home.veemee.com/pub/posters/screens_SCEE.xml +45 -0
  5. OTHER XML/OTHER XML-MIX/home.veemee.com/pub/posters/screens_SCEJ.xml +45 -0
  6. OTHER XML/OTHER XML-MIX/home.veemee.com/pub/pubweb_SCEE.xml +3 -0
  7. OTHER XML/OTHER XML-MIX/scea-home.playstation.net/a.home/mfe/content/Movies/outft1.xml +42 -54
  8. OTHER XML/OTHER XML-MIX/scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/TheStudioPicture01.xml +4 -0
  9. OTHER XML/OTHER XML-MIX/scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/TheStudioPicture02.xml +4 -0
  10. OTHER XML/OTHER XML-MIX/scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/TheStudioPicture03.xml +4 -0
  11. OTHER XML/OTHER XML-MIX/scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/TheStudioPicture04.xml +4 -0
  12. OTHER XML/OTHER XML-MIX/scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/TheStudioPicture05.xml +4 -0
  13. OTHER XML/OTHER XML-MIX/scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/TheStudioPicture06.xml +4 -0
  14. OTHER XML/OTHER XML-MIX/scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/TheStudioPicture07.xml +4 -0
  15. OTHER XML/OTHER XML-MIX/scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/TheStudioPicture08.xml +4 -0
  16. OTHER XML/OTHER XML-MIX/scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/TheStudioVideo01.xml +4 -0
  17. OTHER XML/OTHER XML-MIX/scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/TheStudioVideo02.xml +4 -0
  18. OTHER XML/OTHER XML-MIX/secure.cprod.homeps3.online.scee.com/objects/10293DC4-07024ED6-913612D6-63A16EED/0000.xml +17 -7
  19. OTHER XML/OTHER XML-MIX/secure.cprod.homeps3.online.scee.com/objects/10293DC4-07024ED6-913612D6-63A16EED/0001.xml +50 -54
  20. OTHER XML/OTHER XML-MIX/secure.cprod.homeps3.online.scee.com/objects/18BA5C9A-6C434CC5-833C4A94-BFEDCBC8/0000.xml +21 -4
DEV/Misc/datacapture_error_defs.txt CHANGED
@@ -1,23 +1,24 @@
1
- SessionStart: 0x3E9 = 1001
2
- EnterScene: 0x2AF8 = 10936 / 011000
3
- ChangeClothing: 0x4E85 = 20101
4
- ChangeAppearance: 0x4EE9 = 20201
5
- AddPurchase: 0x7595 = 30101
6
- AddReward: 0x7596 = 30102
7
- ObjectPlace: 0x75F9 = 30201
8
- ObjectUse: 0x9CA5 = 040101
9
- ScreenZoom: 0x9D09 = 40201
10
- ScreenLink: 0x9D0A = 40202
11
- WorldChat: 0x9D6D = 40301
12
- Dance: 0xA029 = 41001
13
- CreateClan: 0xC3B5 = 50101
14
- JoinClan: 0xC3B6 = 50102
15
- LeaveClan: 0xC3B7 = 50103
16
- ExpelledFromClan: 0xC3B8 = 50104
17
- DisbandClan: 0xC3B9 = 50105
18
- SecurityErrorSignIn: 0xF1B30 = 989488
19
- SecurityErrorObjectDefinition: 0xF1B31 = 989489
20
- SecurityErrorObjectDescription: 0xF1B32 = 989490 - 990002
21
- SecurityErrorSceneArchive: 0xF1B33 = 989491
22
- SecurityErrorSceneDescription: 0xF1B34 = 989492
23
- _NetworkError: 0xF1B9 = 98777
 
 
1
+ SessionStart = 1001, // 0x3E9
2
+ EnterScene = 11000, // 0x2AF8
3
+ ChangeClothing = 20101, // 0x4E85
4
+ ChangeAppearance = 20201, // 0x4EE9
5
+ AddPurchase = 30101, // 0x7595
6
+ AddReward = 30102, // 0x7596
7
+ ObjectPlace = 30201, // 0x75F9
8
+ ObjectUse = 40101, // 0x9CA5
9
+ ScreenZoom = 40201, // 0x9D09
10
+ ScreenLink = 40202, // 0x9D0A
11
+ WorldChat = 40301, // 0x9D6D
12
+ Dance = 41001, // 0xA029
13
+ CreateClan = 50101, // 0xC3B5
14
+ JoinClan = 50102, // 0xC3B6
15
+ LeaveClan = 50103, // 0xC3B7
16
+ ExpelledFromClan = 50104, // 0xC3B8
17
+ DisbandClan = 50105, // 0xC3B9
18
+ NetworkError = 61881, // 0xF1B9
19
+ SecurityErrorSignIn = 990000, // 0xF1B30
20
+ SecurityErrorObjectDefinition = 990001, // 0xF1B31
21
+ SecurityErrorObjectDescription = 990002, // 0xF1B32
22
+ SecurityErrorSceneArchive = 990003, // 0xF1B33
23
+ SecurityErrorSceneDescription = 990004, // 0xF1B34
24
+ OnNetworkError = 990099, // 0xF1B93
OTHER XML/OTHER XML-MIX/home.veemee.com/pub/posters/screens_SCEA.xml ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <XML>
2
+ <SCREEN ID="Poster1">
3
+ <TYPE>IMAGES</TYPE>
4
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubPoster_CosmicZen.dds</SOURCE>
5
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubPoster_Order66.dds</SOURCE>
6
+ </SCREEN>
7
+ <SCREEN ID="Poster2">
8
+ <TYPE>IMAGES</TYPE>
9
+ <SOURCE>http://scee-home.playstation.net/pub/posters/pubposter2.dds</SOURCE>
10
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubPoster_PierreMasse.dds</SOURCE>
11
+ <SOURCE>http://scee-home.playstation.net/pub/posters/TOVSSPubPoster_Toaster_c.dds</SOURCE>
12
+ </SCREEN>
13
+ <SCREEN ID="Poster3">
14
+ <TYPE>IMAGES</TYPE>
15
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubPoster_SoTimeless.dds</SOURCE>
16
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubRadioPoster_ElectricSugarChildren.dds</SOURCE>
17
+ <SOURCE>http://scee-home.playstation.net/pub/posters/killer_update_poster_c.dds</SOURCE>
18
+ </SCREEN>
19
+ <SCREEN ID="Poster4">
20
+ <TYPE>IMAGES</TYPE>
21
+ <SOURCE>http://scee-home.playstation.net/pub/posters/pubposter4.dds</SOURCE>
22
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubRadioPoster_Suspire.dds</SOURCE>
23
+ <SOURCE>http://scee-home.playstation.net/pub/posters/TOVSSPubPoster_TopsAndTails1_c.dds</SOURCE>
24
+ </SCREEN>
25
+ <SCREEN ID="Poster5">
26
+ <TYPE>IMAGES</TYPE>
27
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubRadioPoster_GolauGlau.dds</SOURCE>
28
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubRadioPoster_HiRise.dds</SOURCE>
29
+ <SOURCE>http://scee-home.playstation.net/pub/posters/oscar.dds</SOURCE>
30
+ </SCREEN>
31
+ </XML>
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
OTHER XML/OTHER XML-MIX/home.veemee.com/pub/posters/screens_SCEAsia.xml ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <XML>
2
+ <SCREEN ID="Poster1">
3
+ <TYPE>IMAGES</TYPE>
4
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubPoster_CosmicZen.dds</SOURCE>
5
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubPoster_Order66.dds</SOURCE>
6
+ </SCREEN>
7
+ <SCREEN ID="Poster2">
8
+ <TYPE>IMAGES</TYPE>
9
+ <SOURCE>http://scee-home.playstation.net/pub/posters/pubposter2.dds</SOURCE>
10
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubPoster_PierreMasse.dds</SOURCE>
11
+ <SOURCE>http://scee-home.playstation.net/pub/posters/TOVSSPubPoster_Toaster_c.dds</SOURCE>
12
+ </SCREEN>
13
+ <SCREEN ID="Poster3">
14
+ <TYPE>IMAGES</TYPE>
15
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubPoster_SoTimeless.dds</SOURCE>
16
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubRadioPoster_ElectricSugarChildren.dds</SOURCE>
17
+ <SOURCE>http://scee-home.playstation.net/pub/posters/killer_update_poster_c.dds</SOURCE>
18
+ </SCREEN>
19
+ <SCREEN ID="Poster4">
20
+ <TYPE>IMAGES</TYPE>
21
+ <SOURCE>http://scee-home.playstation.net/pub/posters/pubposter4.dds</SOURCE>
22
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubRadioPoster_Suspire.dds</SOURCE>
23
+ <SOURCE>http://scee-home.playstation.net/pub/posters/TOVSSPubPoster_TopsAndTails1_c.dds</SOURCE>
24
+ </SCREEN>
25
+ <SCREEN ID="Poster5">
26
+ <TYPE>IMAGES</TYPE>
27
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubRadioPoster_GolauGlau.dds</SOURCE>
28
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubRadioPoster_HiRise.dds</SOURCE>
29
+ <SOURCE>http://scee-home.playstation.net/pub/posters/oscar.dds</SOURCE>
30
+ </SCREEN>
31
+ </XML>
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
OTHER XML/OTHER XML-MIX/home.veemee.com/pub/posters/screens_SCEE.xml ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <XML>
2
+ <SCREEN ID="Poster1">
3
+ <TYPE>IMAGES</TYPE>
4
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubPoster_CosmicZen.dds</SOURCE>
5
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubPoster_Order66.dds</SOURCE>
6
+ </SCREEN>
7
+ <SCREEN ID="Poster2">
8
+ <TYPE>IMAGES</TYPE>
9
+ <SOURCE>http://scee-home.playstation.net/pub/posters/pubposter2.dds</SOURCE>
10
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubPoster_PierreMasse.dds</SOURCE>
11
+ <SOURCE>http://scee-home.playstation.net/pub/posters/TOVSSPubPoster_Toaster_c.dds</SOURCE>
12
+ </SCREEN>
13
+ <SCREEN ID="Poster3">
14
+ <TYPE>IMAGES</TYPE>
15
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubPoster_SoTimeless.dds</SOURCE>
16
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubRadioPoster_ElectricSugarChildren.dds</SOURCE>
17
+ <SOURCE>http://scee-home.playstation.net/pub/posters/killer_update_poster_c.dds</SOURCE>
18
+ </SCREEN>
19
+ <SCREEN ID="Poster4">
20
+ <TYPE>IMAGES</TYPE>
21
+ <SOURCE>http://scee-home.playstation.net/pub/posters/pubposter4.dds</SOURCE>
22
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubRadioPoster_Suspire.dds</SOURCE>
23
+ <SOURCE>http://scee-home.playstation.net/pub/posters/TOVSSPubPoster_TopsAndTails1_c.dds</SOURCE>
24
+ </SCREEN>
25
+ <SCREEN ID="Poster5">
26
+ <TYPE>IMAGES</TYPE>
27
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubRadioPoster_GolauGlau.dds</SOURCE>
28
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubRadioPoster_HiRise.dds</SOURCE>
29
+ <SOURCE>http://scee-home.playstation.net/pub/posters/oscar.dds</SOURCE>
30
+ </SCREEN>
31
+ </XML>
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
OTHER XML/OTHER XML-MIX/home.veemee.com/pub/posters/screens_SCEJ.xml ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <XML>
2
+ <SCREEN ID="Poster1">
3
+ <TYPE>IMAGES</TYPE>
4
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubPoster_CosmicZen.dds</SOURCE>
5
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubPoster_Order66.dds</SOURCE>
6
+ </SCREEN>
7
+ <SCREEN ID="Poster2">
8
+ <TYPE>IMAGES</TYPE>
9
+ <SOURCE>http://scee-home.playstation.net/pub/posters/pubposter2.dds</SOURCE>
10
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubPoster_PierreMasse.dds</SOURCE>
11
+ <SOURCE>http://scee-home.playstation.net/pub/posters/TOVSSPubPoster_Toaster_c.dds</SOURCE>
12
+ </SCREEN>
13
+ <SCREEN ID="Poster3">
14
+ <TYPE>IMAGES</TYPE>
15
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubPoster_SoTimeless.dds</SOURCE>
16
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubRadioPoster_ElectricSugarChildren.dds</SOURCE>
17
+ <SOURCE>http://scee-home.playstation.net/pub/posters/killer_update_poster_c.dds</SOURCE>
18
+ </SCREEN>
19
+ <SCREEN ID="Poster4">
20
+ <TYPE>IMAGES</TYPE>
21
+ <SOURCE>http://scee-home.playstation.net/pub/posters/pubposter4.dds</SOURCE>
22
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubRadioPoster_Suspire.dds</SOURCE>
23
+ <SOURCE>http://scee-home.playstation.net/pub/posters/TOVSSPubPoster_TopsAndTails1_c.dds</SOURCE>
24
+ </SCREEN>
25
+ <SCREEN ID="Poster5">
26
+ <TYPE>IMAGES</TYPE>
27
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubRadioPoster_GolauGlau.dds</SOURCE>
28
+ <SOURCE>http://scee-home.playstation.net/pub/posters/PubRadioPoster_HiRise.dds</SOURCE>
29
+ <SOURCE>http://scee-home.playstation.net/pub/posters/oscar.dds</SOURCE>
30
+ </SCREEN>
31
+ </XML>
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
OTHER XML/OTHER XML-MIX/home.veemee.com/pub/pubweb_SCEE.xml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ <XML>
2
+ <URL>http://www.veemee.com/thelondonpub/radio.html</URL>
3
+ </XML>
OTHER XML/OTHER XML-MIX/scea-home.playstation.net/a.home/mfe/content/Movies/outft1.xml CHANGED
@@ -1,54 +1,42 @@
1
- <rewards>
2
- <_>
3
- <TimeStart>
4
- <day>1</day>
5
- <month>1</month>
6
- <hour>1</hour>
7
- </TimeStart>
8
- <TimeEnd>
9
- <day>31</day>
10
- <month>12</month>
11
- <hour>24</hour>
12
- </TimeEnd>
13
- <Reward>CA06FEE8-FCD64A93-9AFDD1C2-3CB2FE72</Reward>
14
- </_>
15
- <_>
16
- <TimeStart>
17
- <day>1</day>
18
- <month>1</month>
19
- <hour>1</hour>
20
- </TimeStart>
21
- <TimeEnd>
22
- <day>31</day>
23
- <month>12</month>
24
- <hour>24</hour>
25
- </TimeEnd>
26
- <Reward>D76E5902-D5874251-94623A94-B4051A3D</Reward>
27
- </_>
28
- <_>
29
- <TimeStart>
30
- <day>1</day>
31
- <month>1</month>
32
- <hour>1</hour>
33
- </TimeStart>
34
- <TimeEnd>
35
- <day>31</day>
36
- <month>12</month>
37
- <hour>24</hour>
38
- </TimeEnd>
39
- <Reward>11B3024B-FC87416C-9956A433-8B18B413</Reward>
40
- </_>
41
- <_>
42
- <TimeStart>
43
- <day>1</day>
44
- <month>1</month>
45
- <hour>1</hour>
46
- </TimeStart>
47
- <TimeEnd>
48
- <day>31</day>
49
- <month>12</month>
50
- <hour>24</hour>
51
- </TimeEnd>
52
- <Reward>3140A9E4-FC3C40ED-8709FDAA-B58E35CC</Reward>
53
- </_>
54
- </rewards>
 
1
+ <Rewards>
2
+ <!--For the rewards when you stand in VIP section-->
3
+ <_>
4
+ <TimeStart>
5
+ <month>1</month>
6
+ <day>1</day>
7
+ <hour>0</hour>
8
+ </TimeStart>
9
+ <TimeEnd>
10
+ <month>12</month>
11
+ <day>31</day>
12
+ <hour>23</hour>
13
+ </TimeEnd>
14
+ <Reward>66CE1A6E-EA234125-A07A187C-B0E33270</Reward>
15
+ </_>
16
+ <_>
17
+ <TimeStart>
18
+ <month>1</month>
19
+ <day>1</day>
20
+ <hour>0</hour>
21
+ </TimeStart>
22
+ <TimeEnd>
23
+ <month>12</month>
24
+ <day>31</day>
25
+ <hour>23</hour>
26
+ </TimeEnd>
27
+ <Reward>5CF5C070-390143B0-8B8F6C3A-BA963517</Reward>
28
+ </_>
29
+ <_>
30
+ <TimeStart>
31
+ <month>1</month>
32
+ <day>1</day>
33
+ <hour>0</hour>
34
+ </TimeStart>
35
+ <TimeEnd>
36
+ <month>12</month>
37
+ <day>31</day>
38
+ <hour>23</hour>
39
+ </TimeEnd>
40
+ <Reward>E229ED38-E1CB4438-B265DFD5-49476503</Reward>
41
+ </_>
42
+ </Rewards>
 
 
 
 
 
 
 
 
 
 
 
 
OTHER XML/OTHER XML-MIX/scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/TheStudioPicture01.xml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ <posterXML>
2
+ <imgRsc>http://scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/CosmicCandy1.JPG</imgRsc>
3
+ <commerceUrl></commerceUrl>
4
+ </posterXML>
OTHER XML/OTHER XML-MIX/scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/TheStudioPicture02.xml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ <posterXML>
2
+ <imgRsc>http://scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/Explosion1.JPG</imgRsc>
3
+ <commerceUrl></commerceUrl>
4
+ </posterXML>
OTHER XML/OTHER XML-MIX/scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/TheStudioPicture03.xml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ <posterXML>
2
+ <imgRsc>http://scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/Glitch1.JPG</imgRsc>
3
+ <commerceUrl></commerceUrl>
4
+ </posterXML>
OTHER XML/OTHER XML-MIX/scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/TheStudioPicture04.xml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ <posterXML>
2
+ <imgRsc>http://scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/Jagobah1.JPG</imgRsc>
3
+ <commerceUrl></commerceUrl>
4
+ </posterXML>
OTHER XML/OTHER XML-MIX/scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/TheStudioPicture05.xml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ <posterXML>
2
+ <imgRsc>http://scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/Plantstation1.JPG</imgRsc>
3
+ <commerceUrl></commerceUrl>
4
+ </posterXML>
OTHER XML/OTHER XML-MIX/scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/TheStudioPicture06.xml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ <posterXML>
2
+ <imgRsc>http://scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/LakeofSorrows.JPG</imgRsc>
3
+ <commerceUrl></commerceUrl>
4
+ </posterXML>
OTHER XML/OTHER XML-MIX/scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/TheStudioPicture07.xml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ <posterXML>
2
+ <imgRsc>http://scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/BigAdventure.JPG</imgRsc>
3
+ <commerceUrl></commerceUrl>
4
+ </posterXML>
OTHER XML/OTHER XML-MIX/scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/TheStudioPicture08.xml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ <posterXML>
2
+ <imgRsc>http://scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/Play.JPG</imgRsc>
3
+ <commerceUrl></commerceUrl>
4
+ </posterXML>
OTHER XML/OTHER XML-MIX/scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/TheStudioVideo01.xml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ <posterXML>
2
+ <imgRsc>http://scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/PS3_AnthonyBurrill-Home_xlarge.mp4</imgRsc>
3
+ <commerceUrl></commerceUrl>
4
+ </posterXML>
OTHER XML/OTHER XML-MIX/scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/TheStudioVideo02.xml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ <posterXML>
2
+ <imgRsc>http://scee-home.playstation.net/e.home/mfe/content/The_Studio/Week1/PS3_Rexbox-Home_xlarge.mp4</imgRsc>
3
+ <commerceUrl></commerceUrl>
4
+ </posterXML>
OTHER XML/OTHER XML-MIX/secure.cprod.homeps3.online.scee.com/objects/10293DC4-07024ED6-913612D6-63A16EED/0000.xml CHANGED
@@ -1,13 +1,23 @@
1
  <videos>
2
  <trailers>
3
  <_>http://scea-home.playstation.net/a.home/mfe/content/981734/SCEA_Trailer_1.mp4</_>
4
- <_>http://scea-home.playstation.net/a.home/mfe/content/E3CUSTOM/UC3.mp4</_>
5
- <_>http://scea-home.playstation.net/a.home/mfe/content/E3CUSTOM/R3.mp4</_>
6
- <_>http://scea-home.playstation.net/a.home/mfe/content/E3CUSTOM/STARHAWK.mp4</_>
7
- <_>http://scea-home.playstation.net/a.home/mfe/content/E3CUSTOM/PAPO.mp4</_>
8
- <_>http://scea-home.playstation.net/a.home/mfe/content/E3CUSTOM/TMR.mp4</_>
9
- <_>http://scea-home.playstation.net/a.home/mfe/content/E3CUSTOM/PULSE.mp4</_>
10
  <_>http://scea-home.playstation.net/a.home/mfe/content/981734/SCEA_Trailer_88.mp4</_>
 
 
 
 
 
 
 
 
 
 
11
  </trailers>
12
- <VIP>http://scea-home.playstation.net/a.home/mfe/content/Movies/PSPtvMARCUSKEVINOYCE6224Hv10_1080_Profile3_001.mp4</VIP>
13
  </videos>
 
1
  <videos>
2
  <trailers>
3
  <_>http://scea-home.playstation.net/a.home/mfe/content/981734/SCEA_Trailer_1.mp4</_>
4
+ <_>http://scea-home.playstation.net/a.home/mfe/content/981734/SCEA_Trailer_22.mp4</_><!--naamex corrupt-->
5
+ <_>http://scea-home.playstation.net/a.home/mfe/content/981734/SCEA_Trailer_33.mp4</_><!--naamex corrupt-->
6
+ <_>http://scea-home.playstation.net/a.home/mfe/content/981734/SCEA_Trailer_4.mp4</_><!--naamex corrupt-->
7
+ <_>http://scea-home.playstation.net/a.home/mfe/content/981734/SCEA_Trailer_5.mp4</_><!--naamex corrupt-->
8
+ <_>http://scea-home.playstation.net/a.home/mfe/content/981734/SCEA_Trailer_6.mp4</_><!--naamex corrupt-->
9
+ <_>http://scea-home.playstation.net/a.home/mfe/content/981734/SCEA_Trailer_77.mp4</_><!--naamex corrupt-->
10
  <_>http://scea-home.playstation.net/a.home/mfe/content/981734/SCEA_Trailer_88.mp4</_>
11
+ <!--
12
+ psp vita promo SCEA_Trailer_1
13
+ https://www.youtube.com/watch?v=fvpu003drCk - uncharted 3 SCEA_Trailer_22
14
+ https://www.youtube.com/watch?v=roEcolHKe3M - resistance 3 SCEA_Trailer_33
15
+ https://www.youtube.com/watch?v=F0rQZgNf57o - starhawk SCEA_Trailer_4
16
+ https://www.youtube.com/watch?v=74Y1MYgKrTU - papo & yo SCEA_Trailer_5
17
+ https://www.youtube.com/watch?v=NshXqCyoZ4k - twisted metal SCEA_Trailer_6
18
+ https://www.youtube.com/watch?v=Agkls84sxmg - playstation plus SCEA_Trailer_77 & SCEA_VIP.mp4
19
+ ratchet & clank SCEA_Trailer_88
20
+ -->
21
  </trailers>
22
+ <VIP>http://scea-home.playstation.net/a.home/mfe/content/981734/SCEA_VIP.mp4</VIP><!--naamex corrupt-->
23
  </videos>
OTHER XML/OTHER XML-MIX/secure.cprod.homeps3.online.scee.com/objects/10293DC4-07024ED6-913612D6-63A16EED/0001.xml CHANGED
@@ -1,54 +1,50 @@
1
- <rewards>
2
- <_>
3
- <TimeStart>
4
- <day>1</day>
5
- <month>1</month>
6
- <hour>1</hour>
7
- </TimeStart>
8
- <TimeEnd>
9
- <day>31</day>
10
- <month>12</month>
11
- <hour>24</hour>
12
- </TimeEnd>
13
- <Reward>CA06FEE8-FCD64A93-9AFDD1C2-3CB2FE72</Reward>
14
- </_>
15
- <_>
16
- <TimeStart>
17
- <day>1</day>
18
- <month>1</month>
19
- <hour>1</hour>
20
- </TimeStart>
21
- <TimeEnd>
22
- <day>31</day>
23
- <month>12</month>
24
- <hour>24</hour>
25
- </TimeEnd>
26
- <Reward>D76E5902-D5874251-94623A94-B4051A3D</Reward>
27
- </_>
28
- <_>
29
- <TimeStart>
30
- <day>1</day>
31
- <month>1</month>
32
- <hour>1</hour>
33
- </TimeStart>
34
- <TimeEnd>
35
- <day>31</day>
36
- <month>12</month>
37
- <hour>24</hour>
38
- </TimeEnd>
39
- <Reward>11B3024B-FC87416C-9956A433-8B18B413</Reward>
40
- </_>
41
- <_>
42
- <TimeStart>
43
- <day>1</day>
44
- <month>1</month>
45
- <hour>1</hour>
46
- </TimeStart>
47
- <TimeEnd>
48
- <day>31</day>
49
- <month>12</month>
50
- <hour>24</hour>
51
- </TimeEnd>
52
- <Reward>3140A9E4-FC3C40ED-8709FDAA-B58E35CC</Reward>
53
- </_>
54
- </rewards>
 
1
+ <Rewards>
2
+ <trailer1>
3
+ <SCEA>true</SCEA>
4
+ <SCEE>true</SCEE>
5
+ <SCEAsia>true</SCEAsia>
6
+ <SCEJ>true</SCEJ>
7
+ </trailer1>
8
+ <trailer2>
9
+ <SCEA>true</SCEA>
10
+ <SCEE>true</SCEE>
11
+ <SCEAsia>true</SCEAsia>
12
+ <SCEJ>true</SCEJ>
13
+ </trailer2>
14
+ <trailer3>
15
+ <SCEA>true</SCEA>
16
+ <SCEE>true</SCEE>
17
+ <SCEAsia>true</SCEAsia>
18
+ <SCEJ>true</SCEJ>
19
+ </trailer3>
20
+ <trailer4>
21
+ <SCEA>true</SCEA>
22
+ <SCEE>true</SCEE>
23
+ <SCEAsia>true</SCEAsia>
24
+ <SCEJ>true</SCEJ>
25
+ </trailer4>
26
+ <trailer5>
27
+ <SCEA>true</SCEA>
28
+ <SCEE>true</SCEE>
29
+ <SCEAsia>true</SCEAsia>
30
+ <SCEJ>true</SCEJ>
31
+ </trailer5>
32
+ <trailer6>
33
+ <SCEA>true</SCEA>
34
+ <SCEE>true</SCEE>
35
+ <SCEAsia>true</SCEAsia>
36
+ <SCEJ>true</SCEJ>
37
+ </trailer6>
38
+ <trailer7>
39
+ <SCEA>true</SCEA>
40
+ <SCEE>true</SCEE>
41
+ <SCEAsia>true</SCEAsia>
42
+ <SCEJ>true</SCEJ>
43
+ </trailer7>
44
+ <trailer8>
45
+ <SCEA>true</SCEA>
46
+ <SCEE>true</SCEE>
47
+ <SCEAsia>true</SCEAsia>
48
+ <SCEJ>true</SCEJ>
49
+ </trailer8>
50
+ </Rewards>
 
 
 
 
OTHER XML/OTHER XML-MIX/secure.cprod.homeps3.online.scee.com/objects/18BA5C9A-6C434CC5-833C4A94-BFEDCBC8/0000.xml CHANGED
@@ -1,4 +1,21 @@
1
- <kiosk>
2
- <active>true</active>
3
- <rewardid>A971B8CE-FE1648F9-88EB4175-1A134FBE</rewardid>
4
- </kiosk>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <XML>
2
+ <T_SEC>-1</T_SEC>
3
+ <T_MIN>-1</T_MIN>
4
+ <T_HOUR>-1</T_HOUR>
5
+ <T_DAY>0</T_DAY>
6
+ <T_MONTH>0</T_MONTH>
7
+ <T_YEAR>0</T_YEAR>
8
+ <DELAY_TO_GIVE>10</DELAY_TO_GIVE>
9
+ <en-GB_Title>Fancy a reward?</en-GB_Title>
10
+ <en-US_Title>Fancy a reward?</en-US_Title>
11
+ <fr-FR_Title>Fancy a reward?</fr-FR_Title>
12
+ <en-GB>No pressure! Could be anything!</en-GB>
13
+ <en-US>No pressure! Could be anything!</en-US>
14
+ <fr-FR>No pressure! Could be anything!</fr-FR>
15
+ <AskForReward>1</AskForReward>
16
+ <GiveOnTriggerZone>1</GiveOnTriggerZone>
17
+ <!--automatic_reward-->
18
+ <REWARDID>
19
+ <RewardId>A971B8CE-FE1648F9-88EB4175-1A134FBE</RewardId>
20
+ </REWARDID>
21
+ </XML>