Author Topic: My addon does not show up in the check-box  (Read 1066 times)

SO, this morning I had spent 1+ hours trying to make a script, and when I was done, I did the description.txt, and all that and when I'm at the check box my addon does not show up.

What kind of add-on is it? If it's a server mod (which i'm assuming it is), do you have a server.cs file?

Did you put it in the correct directory?

Its a weapon

and yes

I did put it in the correct directory

Scroll up in the console until you see an error message about your file?

I did put it in the correct directory

What directory?


Try doing exec("add-ons/[your_addon]/server.cs"); in console.
If you see red you probably did something wrong.


What Add-Ons folder?
The addons folder in blockland

Usually located in

C:/Users/(username)/My Documents/Blockland/Addons

The addons folder in blockland

Usually located in

C:/Users/(username)/My Documents/Blockland/Addons

When referring to folders you need to actually hyphenate them if there is a hyphen. For all we know, you literally mean there's a second folder without a hyphen named "Addons" and you thought you were supposed to put it there instead of the Add-Ons folder.

Also, does your folder/.zip follow the *_* naming convention? (IE, Server_SomeMod)

Yeah.

Ill give someone my script once im on my other computer

I did the

Code: [Select]
exec("add-ons/[your_addon]/server.cs");
but it said that there was no server.cs

but there is a server.cs in the rar. file for my weapon


You need a description.txt in the correct format, post what is says in it.

but there is a server.cs in the rar. file for my weapon
Blockland reads from ZIP archives or uncompressed folders only. RAR archives won't work.