Modinfo.lua: Difference between revisions
From FIGHTORDER
More actions
imported>Knorke created mostly empty page, ill fill later. |
imported>Flozi →Source: Add link to engine source |
||
| Line 8: | Line 8: | ||
==Source== | ==Source== | ||
The engine source code which parses the data from this file is viewable here: | The engine source code which parses the data from this file is viewable here: | ||
https://github.com/spring/spring/blob/master/rts/System/FileSystem/ArchiveScanner.cpp | |||
==Details== | ==Details== | ||
Revision as of 12:50, 16 April 2011
Location
modinfo.lua is a file in the root directory of a Spring Game.
Purpose
define a content package as Spring game. Read by lobbies and engine.
Source
The engine source code which parses the data from this file is viewable here: https://github.com/spring/spring/blob/master/rts/System/FileSystem/ArchiveScanner.cpp
Details
Example
ADD ME