-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathmodinfo.lua
More file actions
28 lines (26 loc) · 794 Bytes
/
modinfo.lua
File metadata and controls
28 lines (26 loc) · 794 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
28
-- $Id: modinfo.lua 4663 2009-05-24 06:00:10Z det $
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--
-- file: modinfo.lua
-- brief: Mod Info
--
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
return {
name='Evolution RTS -',
description='EvoRTS',
shortname='EvoRTS',
version='dev',
mutator='Official',
game='Evolution RTS',
shortGame='EvoRTS',
modtype=1,
depend = {
"Evolution RTS Music Addon v3",
-- "Spring Features v1.9",
-- "Evolution RTS Music Addon v1",
-- "Shard LuaAI $VERSION",
-- "Evolution RTS Shard LuaAI $VERSION",
},
}