-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmod_info.lua
More file actions
18 lines (18 loc) · 965 Bytes
/
Copy pathmod_info.lua
File metadata and controls
18 lines (18 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name = "M27AI"
uid = "f27c55b4-v081-55b4-92b6-64398e75e23f"
version = 81 --REMINDER: before release: Update M27Config; Version reference in uid updated; Tested offline vs AI it should beat to check for any last minute errors introduced
copyright = "GNU GENERAL PUBLIC LICENSE 3.0"
description = "Adaptive AI, intended for 20km and smaller maps. Est 700 1v1 ladder - 1200 global rating. See the M27AI forum thread for more information. v79-81: Switched to FAF navigational mesh"
author = "maudlin27" --With thanks to Softles/Softlnoob for original Micro AI that was used as a starting point as I learned how to code AI
--Also thanks to Softles for work scheduling code to help improve CPU performance
url = "https://forum.faforever.com/topic/2373/ai-development-guide-and-m27ai-v1-devlog"
icon = "/mods/M27AI/M27AI.jpg"
selectable = true
enabled = true
exclusive = false
ui_only = false
requires = { }
requiresNames = { }
conflicts = { }
before = { }
after = { }