Skip to content
Snippets Groups Projects
Commit d381ea6a authored by dg's avatar dg
Browse files

move

git-svn-id: http://svn.net-core.org/repos/t-engine4@1457 51575b47-30f0-44d4-a5cc-537603b46e54
parent 91f80729
No related branches found
No related tags found
No related merge requests found
......@@ -202,6 +202,9 @@ function _M:saveGame(game, no_dialog)
local desc = game:getSaveDescription()
local f = fs.open(self.save_dir.."desc.lua", "w")
f:write(("module = %q\n"):format(game.__mod_info.short_name))
f:write(("module_version = {%d,%d,%d}\n"):format(game.__mod_info.version[1], game.__mod_info.version[2], game.__mod_info.version[3]))
f:write(("engine = {%d,%d,%d,%q}\n"):format(engine.version[1], engine.version[2], engine.version[3], engine.version[4]))
f:write(("name = %q\n"):format(desc.name))
f:write(("short_name = %q\n"):format(self.short_name))
f:write(("description = %q\n"):format(desc.description))
......
......@@ -22,8 +22,8 @@ long_name = "Tales of Middle Earth: The Fourth Age"
short_name = "tome"
author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://tome.te4.org/"
version = {4,0,0}
engine = {0,9,10}
version = {3,9,13}
engine = {0,9,13}
description = [[
Morgoth is banned to the Void. Sauron has been vanquished, the #ff0000#One Ring#ffffff# destroyed.
The nations of Men, Dwarves, Elves and Hobbits are freed from the tyranny of the Rings.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment