Greetings~
I'll be quick, I'm making a garry's mod TTT map. I've compiled it, works fine, now I'm trying to publish it on Gmod so I can playtest it.
Issue is, the publishing tool for it is ancient and the tutorials are bags of dicks.
Here's the issue.
000
https://files.facepunch.com/forum/upload/307678/5da9f03d-91a1-4da2-8ca3-047d30ba424f/download (1).png
I've tried to drag and drop the thing, but it doesn't work.
I went to the CMD
I had trouble getting the command right, but then I did
gmad.exe create -folder "C:\Users\Owl\Desktop\Upload" -out "C:\Users\Owl\Desktop\myaddon.gma"
The problem is it can't parse json.
I made the json file by taking a txt file, and using cmd to make it into a json using the command
```ren addon.json.txt addon.json```
https://files.facepunch.com/forum/upload/307678/84ec3b56-f0e1-4cbb-80d8-7ca76f62bfcc/FIle2.png
This is the structure of the file.
This is the json file:
{
"title" : "ttt elephant",
"type" : "map",
"tags" : [ "fun" ],
"ignore" : [
"*.psd",
"*.vcproj",
"*.svn*"
]
}
Can somebody help me with this? What am I doing wrong.
Workshop Addon Creation addon.txt must be in addon
What is addon.txt, where is it and what is inside of it exactly?
What to do for the fact that is says that it can't parse Json? I validated the json file through a validator and it said it was fine.
On that page:
https://files.facepunch.com/forum/upload/1804/48383c31-ed99-43bd-bd45-0ecf91b16ac3/image.png
Sorry, you need to Log In to post a reply to this thread.