-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPackage.rsc
38 lines (33 loc) · 855 Bytes
/
Package.rsc
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
PackageFile CCTranslationPoC
{
String _name = "[CC] translation PoC";
String _author = "CC Community";
String _description = "Basic Colonial Charter Translation Mod Proof of Concept. The default character set has been extended by German umlauts, preserving the default game font. Read more information at http://www.atomkraftzwerg.de";
String _icon = "icon.png";
String _preview = "preview.jpg";
int _userVersion = 1;
// all files in resource directory
String _includeList
[
"*"
]
// exclude package files, mod files, file used for building packages
String _excludeList
[
"Package_*.crs"
"*.pkg"
"*.pkm"
]
}
ExternalList list
{
External _resources
[
"Font/Font.rsc"
"Font/FontMedium.rsc"
"Font/FontSmall.rsc"
"Font/FontLarge.rsc"
"UI/ColonialStringTable.rsc:resource"
"Dialog/StringTable.rsc:terrainSize"
]
}