Compare commits

..

2 Commits

Author SHA1 Message Date
ut 6fabb1bb5e Merge branch 'main' of https://git.polycompsol.com:3000/basshound/Ut4HubServerDocker 2024-05-02 20:31:56 +00:00
ut 7037e15920 update 2024-05-02 20:31:09 +00:00
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"Changelist" : 3525109,
"BuildId" : "4b034e00-0992-4148-bf16-f07b1cb6945a",
"Modules" :
{
"HubTools" : "libUE4Server-HubTools-Linux-Shipping.so"
}
}

23
hubtools/HubTools.uplugin Normal file
View File

@ -0,0 +1,23 @@
{
"FileVersion" : 3,
"FriendlyName" : "Hub Tools",
"Version" : 4,
"VersionName" : "4.0",
"CreatedBy" : "dc",
"CreatedByURL" : "https://dc.wtf",
"EngineVersion" : "4.15.0",
"Description" : "Hub Tools",
"Category" : "UnrealTournament.HubTools",
"EnabledByDefault": true,
"CanContainContent": false,
"Modules" :
[
{
"Name" : "HubTools",
"Type" : "Runtime",
"WhitelistPlatforms" : [ "Win32", "Win64", "Linux" ]
}
]
}