forked from FAForever/fa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod_info.lua
33 lines (33 loc) · 948 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
-- Forged Alliance Forever mod_info.lua file
--
-- Documentation for the extended FAF mod_info.lua format can be found here:
-- https://github.com/FAForever/fa/wiki/mod_info.lua-documentation
name = "Forged Alliance Forever"
version = 3705
_faf_modname='faf'
copyright = "Forged Alliance Forever Community"
description = "Forged Alliance Forever extends Forged Alliance, bringing new patches, game modes, units, ladder, and much more!"
author = "Forged Alliance Forever Community"
url = "http://www.faforever.com"
uid = "dcd9a5e5-5444-4266-a016-edfaff528268"
selectable = false
exclusive = false
ui_only = false
conflicts = {}
mountpoints = {
etc = "/etc",
env = "/env",
loc = '/loc',
schook = '/schook',
effects = '/effects',
lua = '/lua',
meshes = '/meshes',
modules = '/modules',
projectiles = '/projectiles',
textures = '/textures',
units = '/units',
props = '/props'
}
hooks = {
'/schook'
}