1
0
mirror of https://github.com/metrostroi-repo/MetrostroiAddon.git synced 2026-05-02 00:42:29 +00:00

add addon txt and json

This commit is contained in:
g_brzhezinskiy
2021-01-02 15:53:36 +03:00
parent a46afb3739
commit 85705563f7
2 changed files with 29 additions and 0 deletions

22
addon.json Normal file
View File

@@ -0,0 +1,22 @@
{
"title" : "Metrostroi Subway Simulator - Scripts",
"type" : "ServerContent",
"tags" : [ "realism" ],
"ignore" :
[
"*.gma",
"*.jpg",
"*.exe",
"*.tga",
"*.bmp",
"*.md",
"*.dll",
"*.rar",
"*.zip",
"*.sfk",
"*.patch",
"*.txt",
"*.todo",
"*.lnk"
]
}

7
addon.txt Normal file
View File

@@ -0,0 +1,7 @@
// Extracted with MulleDK19's GMAD Extractor
"AddonInfo"
{
"name" "Metrostroi_temp"
"author_name" "Author Name"
"info" " { "description": "Description", "type": "gamemode", "tags": [ "fun", "realism" ] }"
}