1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-31 17:53:32 +00:00
SpoinkyNL 63b0b1d8e5 Unreal Tournament support
Added UT module
Added UT plugin to Git
Added Contains, EndWith, StartsWith to string layer conditions
2016-08-12 15:53:35 +02:00

21 lines
545 B
Plaintext

{
"Version" : 1,
"FileVersion": 3,
"FriendlyName": "Artemis Plugin",
"VersionName": "1.0",
"CreatedBy": "Robert Beekman",
"CreatedByURL": "https://github.com/SpoinkyNL/Artemis",
"EngineVersion": "4.4.0",
"Description": "Communicates with Artemis to let the main program know what's happening ingame",
"Category": "UnrealTournament.Mod",
"EnabledByDefault": true,
"CanContainContent": false,
"Modules": [
{
"Name": "Artemis",
"Type": "Runtime",
"WhitelistPlatforms": [ "Win32", "Win64" ]
}
]
}