-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPackage.rsc
More file actions
26 lines (24 loc) · 920 Bytes
/
Package.rsc
File metadata and controls
26 lines (24 loc) · 920 Bytes
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
PackageFile rlonmod
{
String _name = "Rlon|Mod";
String _author = "RlonRyan";
String _description = "The second version, Rlon|Mod is a compact modpack containing popular gameplay changes. The major updates will break savegames, so backup before updating. The goal is to provide the gameplay improvements granted by other mods, but with greater compatability. This mod currently adds endless mines and quarries, faster quarries, buildable storage carts, and advanced storage. Available on GitHub and the Steam Workshop. Version: 2 Revision: 3 Build: 2";
String _icon = "Resource/rlonmod/icon.png";
String _preview = "Resource/rlonmod/preview.png";
int _userVersion = 2.3.2;
// all files in resource directory
String _includeList
[
"*"
]
// exclude package files, mod files, file used for building packages
String _excludeList
[
"Package_*.crs"
"*.pkg"
"*.pkm"
"*.txt"
"*.bat"
"/.git"
]
}