| 1 |
What you can do is change the mod JSON on the site (in your case, here: https://zero-k.info/Mods/Detail/188 ) to something like the below (taken from my mod, an attempt at fixing Arean Mod which is ironically very broken), and replace the relevant fields with ones more appropriate to your mod.
|
1 |
What you can do is change the mod JSON on the site (in your case, here: https://zero-k.info/Mods/Detail/188 ) to something like the below (taken from my mod, an attempt at fixing Arean Mod which is ironically very broken), and replace the relevant fields with ones more appropriate to your mod.
|
| 2 |
{{{{
|
2 |
{{{{
|
| 3 |
"name" : "Arena Mod Bugfix",
|
3 |
"name" : "Arena Mod Bugfix",
|
| 4 |
"description" : "Use an HQ building to spawn units and defeat your enemy",
|
4 |
"description" : "Use an HQ building to spawn units and defeat your enemy",
|
| 5 |
"roomType" : "Team",
|
5 |
"roomType" : "Team",
|
| 6 |
"game" : "Arena Mod Bugfix v1.0.0",
|
6 |
"game" : "Arena Mod Bugfix v1.0.0",
|
| 7 |
"options" : {
|
7 |
"options" : {
|
| 8 |
"terrarestoreonly" : true
|
8 |
"terrarestoreonly" : true
|
| 9 |
}
|
9 |
}
|
|
|
10 |
}
|
| 10 |
}}}
|
11 |
}}}
|
| 11 |
Of
particular
note
is
the
"game"
field.
You
can
just
update
that
field
whenever
you
upload
a
new
version.
Therefore
You
don't
have
to
comment
on
each
new
version
and
instead
you
can
just
make
a
new
comment
on
the
mod
page
itself
so
you
don't
need
to
make
a
lot
1
post
threads
on
the
forum.
It
also
means
that
when
someone
selects
your
mod
in
the
lobby
it
automatically
applies
both
the
modoptions
and
changes
it
to
your
mod
instead
of
base
Zero-K.
|
12 |
Of
particular
note
is
the
"game"
field.
You
can
just
update
that
field
whenever
you
upload
a
new
version.
Therefore
you
don't
have
to
comment
on
each
new
version
and
instead
you
can
just
make
a
new
comment
on
the
mod
page
itself.
It
also
means
that
when
someone
selects
your
mod
in
the
lobby
it
automatically
applies
both
the
modoptions
and
changes
it
to
your
mod
instead
of
base
Zero-K.
|