Mutator naming
Posted: 19 Mar 2011, 13:15
I'm working on a Lua AI for Spring 1944 and for convenience I want to do it as a mutator during testing. I'm a little unclear on the correct naming convention though. This is the official Spring 1944:
Now say I want
What would be the correct values for game, shortGame, mutator and depends?
Code: Select all
name = "Spring: 1944 v1.5 Operation Market Garden",
shortName = "S44",
game = "Spring 1944",
shortGame = "S44",
mutator = "Official",
description = "Epic World War II RTS!",
url = "http://www.spring1944.net/",
modtype = "1",
Code: Select all
name = "Spring: 1944 v1.5 with Enigma AI",
shortName = "S44-Enigma",
modtype = 1,
version = '1 (S44 v15)',