-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathmod_info.lua
36 lines (36 loc) · 924 Bytes
/
mod_info.lua
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
name = "Nomads"
version = 115
copyright = "brute51"
description = "Adds the Nomads, a fully fledged fifth faction to the game. Required for playing the custom Nomads campaign."
author = "Armaster, Ninrai, Savi, SiwaonaDaphnewen, StevenC21, Shadowlord1, Uveso, JJsAI, Exotic_Retard, Brute51, and many more"
uid = "dc2fbae6-ec80-48d2-8d03-nomadsv00115"
url = ""
icon = ""
identifier = ""
selectable = false
exclusive = false
enabled = true
ui_only = false
requires = { }
requiresNames = { }
conflicts = { }
before = { }
after = { }
_faf_modname='Nomads'
mountpoints = {
['effects'] = '/effects',
['env'] = '/env',
['loc'] = '/loc',
['lua'] = '/lua',
['meshes'] = '/meshes',
['movies'] = '/movies',
['nomadhook'] = '/nomadhook',
['projectiles'] = '/projectiles',
['sounds'] = '/sounds',
['textures'] = '/textures',
['units'] = '/units',
}
hooks = {
'/nomadhook',
'/sounds',
}