Mod map AI presets
Posted: 08 Nov 2008, 12:16
Hi,
I would like to have mod, map and AI presets like SpringLobby has them but the content can specify some presets.
And if the end user likes he can also create custom presets like in SpringLobby.
I'm mainly requesting this for AIs but I think maps and mods could use them, too.
In AIs I could have presets like: 'Easy' which disables cheating and special tactics.
'Normal' enables everything besides cheating and 'Hard' enables cheating, too.
Edit:
Example:
[Presets]
{
Easy
{
cheating = false;
tactics = false;
}
Normal
{
cheating = false;
tactics = true;
}
Hard
{
cheating = true;
tactics = false;
}
}
(Don't know if this is working lua code...)
Thank you in advance.
I would like to have mod, map and AI presets like SpringLobby has them but the content can specify some presets.
And if the end user likes he can also create custom presets like in SpringLobby.
I'm mainly requesting this for AIs but I think maps and mods could use them, too.
In AIs I could have presets like: 'Easy' which disables cheating and special tactics.
'Normal' enables everything besides cheating and 'Hard' enables cheating, too.
Edit:
Example:
[Presets]
{
Easy
{
cheating = false;
tactics = false;
}
Normal
{
cheating = false;
tactics = true;
}
Hard
{
cheating = true;
tactics = false;
}
}
(Don't know if this is working lua code...)
Thank you in advance.