-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmod_info.lua
More file actions
27 lines (27 loc) · 825 Bytes
/
mod_info.lua
File metadata and controls
27 lines (27 loc) · 825 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
27
-- Phantom-X 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 = "Phantom-X"
version = 254
copyright = "Unknown"
description = "Phantom-X game mod for Forged Alliance Forever"
author = "Original code by novaprim3. Additional code by Duck_42 and mead."
url = "https://github.com/FAForever/faf-phantomx"
uid = "9c80a4a3-1f28-4cff-a3e7-569a7e7b2bf8"
selectable = false
exclusive = false
ui_only = false
conflicts = { }
mountpoints = {
ENV = "/env",
LOC = '/loc',
SCHOOK = '/phantomxhook',
effects = '/effects',
lua = '/lua',
meshes = '/meshes',
modules = '/modules',
projectiles = '/projectiles',
textures = '/textures',
units = '/units'
}