Problem.
I made Zk Modders Dream v0.0.0.3 and _Silly Wars dev.sdd.
Zk Modders Dream v0.0.0.3/modinfo.lua:
return {
name='ZK Modders Dream',
description='later',
version='v0.0.0.3',
shortname='ZKMD',
mutator='1',
game='Zero-K',
shortGame='ZK',
modtype=1,
depend = {
[[rapid://zk:stable]],
},
}
_Silly Wars dev.sdd/modinfo.lua:
return {
name='_Silly Wars dev',
description='https://github.com/XNTEABDSC/Silly-Wars/wiki',
version='v0.8.1.1',
shortname='ZKSW',
mutator='1',
game='Zero-K',
shortGame='ZK',
modtype=1,
depend = {
-- [[rapid://zk:stable]],
[[ZK Modders Dream v0.0.0.3]],
},
}
When I ran game at local, Game stucked at "Waiting for server to start", infolog_full.txt said it only AddArchive "Chobby v1.13.4.1" "Spring content v1" "Spring Bitmaps" "Spring Cursors" then some DLL error had thrown, Zero-K.exe Information: 0 : Spring exited.
(ZK Modders Dream is playable)
(wait my test game can work)
(wait it works if I zip. It seems caused by some extra files)