Author Topic: My Add-On Doesnt Show Up In My Add-Ons Checklist  (Read 817 times)

Hello Everyone, I recently started to learn to script in blockland. I went on to make my first Add-On which is a simple script command. All it would do is when you type /test in blockland it would echo "Testing". Anyways when I went to test it It wouldn't appear on my Add-Ons checklist when I went to start a server. for instance when i was to start game>>single player>>Add-Ons where you bubble them in from black to white it didn't appear. My Add-On was called Script_Me.zip it had a rtbinfo.txt a server.cs a About.txt and a NameCheck.txt It was a zipped file in my correct Add-Ons folder. When I went into my Add-Ons folder afterwards it showed up perfectly fine and looked just like the rest. I also know it isnt a corrpt folder because I placed rtb inside of it and it worked. So any ideas on why it wont show up?

Script_Me.zip needs a description.txt, and the rtbinfo.txt and About.txt don't have to be there. NameCheck.txt needs the have the Script_Me.

last i checked namecheck.txt does not have to exist

a server sided mod needs
description.txt
server.cs

a client sided mod needs
description.txt
client.cs

a both-sided mod needs
description.txt
client.cs
server.cs

you get the idea