Loading...
  OR  Zero-K Name:    Password:   
Back to List

greed version 2 v2.2.5

By
Rating:

Size: x

PLAY ON THIS MAP


Downloads: 8
Manual downloads:
http://zero-k.info/content/games/greed2.2.5.sdz


Preview
Filter:    Player:  
sort
26 days ago
lobby settings > https://zero-k.info/Mods/Detail/188

fixed ulti not decloaking on firing main gun
reduced mex blast push but increased blast area (slow not throw)
first pass on start info box
+0 / -0
You know you can comment on the mod page itself and not on every new uploaded version right? You can edit the initial post with the changelog as you update it and change the "game" field in the mod json to point to the new version of what you've uploaded.
+1 / -0
26 days ago
You know you can...
nope i dont know what im doing.. im uploading the mod as a map.. your comment suggests this is wrong. ill look into it. thanks
+0 / -0

24 days ago
No uploading as a map is how you do it, what you can do instead of commenting on each new map upload is to just comment on the lobby settings part with the changelog, and update the mod JSON to point to the new map versions.
+1 / -0
24 days ago
thanks!

return {
	name = 'greed version 2',
	description = 'Tech up with: Constructor -> Athena -> Funnelweb -> Strider Hub.',
	shortname = 'greed_2.3.3',
	version = 'v2.3.3',
	mutator = '1',
	game = '',
	shortGame = '',
	modtype = 1,
	depend = {
		[[rapid://zk:stable]]
	},
}



do you mean i change the map name to generic name and then just upload the same map name with a new :

shortname = 'greed_2.3.3',
version = 'v2.3.3',

im commenting on each map upload due to the lobby settings needed to help the mod function due to limitations on incorperating the lobby settings into the mod

https://github.com/ZeroK-RTS/Zero-K/issues/5687
+0 / -0
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.
{
    "name" : "Arena Mod Bugfix",
    "description" : "Use an HQ building to spawn units and defeat your enemy",
    "roomType" : "Team",
    "game" : "Arena Mod Bugfix v1.0.0",
    "options" : {
        "terrarestoreonly" : true
    }
}

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.
+1 / -0
24 days ago
fantastic now i understand

thanks for your help
+0 / -0
Back to List