This repository has been archived by the owner on Feb 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path3DEins.json
137 lines (137 loc) · 3.56 KB
/
3DEins.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"info": {
"title": "3DEins - DSEins",
"author": "Universal-Team",
"shortDesc": "3DEins is a cardgame for Nintendo 3DS.",
"description": "3DEins is a cardgame for Nintendo 3DS.\nBetter said it's an UNO clone!\n\nGitHub: https://github.com/Universal-Team/3DEins\nNow also includes DSEins!\n\nScript created by Main Developer StackZ.",
"barColor": "#dc3c00",
"bgBottomColor": "#dca000",
"bgTopColor": "#dca000",
"textColor": "#ffffff",
"selectedColor": "#fa3c00",
"unselectedColor": "#b43c00",
"progressbarColor": "#fa3c00",
"version": 3,
"revision": 3
},
"3DEins Release (cia)": [
{
"type": "downloadRelease",
"repo": "Universal-Team/3DEins",
"file": "3DEins.cia",
"output": "/3DEins.cia",
"message": "Downloading 3DEins cia (release)... please wait."
},
{
"type": "installCia",
"file": "/3DEins.cia",
"message": "Installing the cia..."
},
{
"type": "deleteFile",
"file": "sdmc:/3DEins.cia",
"message": "Deleting unneded file."
}
],
"3DEins Release (3dsx)": [
{
"type": "downloadRelease",
"repo": "Universal-Team/3DEins",
"file": "3DEins.3dsx",
"output": "/3ds/3DEins.3dsx",
"message": "Downloading 3DEins 3dsx (release)... please wait."
}
],
"3DEins Nightly (3dsx)": [
{
"type": "downloadFile",
"file": "https://github.com/Universal-Team/extras/raw/master/builds/3DEins/3DEins.3dsx",
"output": "/3ds/3DEins.3dsx",
"message": "Downloading 3DEins 3dsx (nightly)... please wait."
}
],
"3DEins Nightly (cia)": [
{
"type": "downloadFile",
"file": "https://github.com/Universal-Team/extras/raw/master/builds/3DEins/3DEins.cia",
"output": "/3DEins.cia",
"message": "Downloading 3DEins cia (nightly)... please wait."
},
{
"type": "installCia",
"file": "/3DEins.cia",
"message": "Installing the cia..."
},
{
"type": "deleteFile",
"file": "sdmc:/3DEins.cia",
"message": "Deleting unneded file."
}
],
"DSEins Release (cia)": [
{
"type": "downloadRelease",
"repo": "Universal-Team/3DEins",
"file": "DSEins.nds",
"output": "/DSEins.nds",
"message": "Downloading DSEins.nds (Release)... please wait."
},
{
"type": "downloadRelease",
"repo": "Universal-Team/3DEins",
"file": "DSEins.nds.cia",
"output": "/DSEins.nds.cia",
"message": "Downloading DSEins.nds.cia (Release)... please wait."
},
{
"type": "installCia",
"file": "/DSEins.nds.cia",
"message": "Installing the cia..."
},
{
"type": "deleteFile",
"file": "sdmc:/DSEins.nds.cia",
"message": "Deleting unneded file."
}
],
"DSEins Release (nds)": [
{
"type": "downloadRelease",
"repo": "Universal-Team/3DEins",
"file": "DSEins.nds",
"output": "/DSEins.nds",
"message": "Downloading DSEins.nds (Release)... please wait."
}
],
"DSEins Nightly (cia)": [
{
"type": "downloadFile",
"file": "https://github.com/Universal-Team/extras/raw/master/builds/DSEins/DSEins.nds",
"output": "/DSEins.nds",
"message": "Downloading DSEins.nds..."
},
{
"type": "downloadFile",
"file": "https://github.com/Universal-Team/extras/raw/master/builds/DSEins/DSEins.nds.cia",
"output": "/DSEins.nds.cia",
"message": "Downloading DSEins.nds.cia..."
},
{
"type": "installCia",
"file": "/DSEins.nds.cia",
"message": "Installing DSEins.nds.cia..."
},
{
"type": "deleteFile",
"file": "/DSEins.nds.cia"
}
],
"DSEins Nightly (nds)": [
{
"type": "downloadFile",
"file": "https://github.com/Universal-Team/extras/raw/master/builds/DSEins/DSEins.nds",
"output": "/DSEins.nds",
"message": "Downloading DSEins.nds..."
}
]
}