Zero-K v0.9.8.12 -> http://paste.pocoo.org/show/543338/ (notice the undefined functions)
Zero-K v0.9.9.2 -> http://paste.pocoo.org/show/543338/
End result is a completely broken mod, no com spawns, and I can't create units even with cheats.
The game runs fine if starting through springlobby or directly with a script.txt, without using toolbox
Example of my modinfo.lua:
Code: Select all
-- ToolBox - A package of tools for game and map developers
-- Authors: CarRepairer, FLOZi, knorke
-- Thanks: jK (Chili), Tobi (LUS)
local modinfo = {
name = "ToolBox",
shortName = "TB",
version = "v0.1",
game = "ToolBox",
shortGame = "TB",
mutator = "Official",
description = "Useful tools for game development",
modtype = 1,
depend = {
"Spring Cursors",
-- enter your mod here!
-- "Zero-K v0.9.8.12",
"Zero-K v0.9.9.2",
-- "ba763.sdz",
}
}
return modinfo