Author Topic: What all do I need in my add ons? Has the add ons file reqs changed since V8/9?  (Read 512 times)

I wanna start making some new add ons, but I don't know if the needed files has changed. I made a few in V8/V9 and IDK if it changed or not. So what all files do I need in the add on folder? And if there is any new ones, can you please describe it for me?


Do you even know what to do to make an addon first?

Do you even know what to do to make an addon first?
You don't either.

Group_Addon.zip
    description.txt
    server.cs/client.cs

Blockland will automatically execute a client.cs in any add-on at the start of the game.
Same goes for servers executing server.cs

Group
    Server_
    Script_
    Client
    Vehicle_
    Weapon_
    Item_
    ...

Addon
    Tool_Duplicator.zip
    Weapon_Gun.zip
    Vehicle_Jeep.zip

Do you even know what to do to make an addon first?

He just said he made some in V8/V9.

I only faintly remember what you need for add ons to work. If any of this is right, can you tell me? If its wrong, tell me what is right. Or if I need to add anything tell me that too please.

Weapon_Test_Sword.zip
-
description.txt (if I remember correct, it should have the description, authors name, and add on type(weapon etc.)
-
Weapon_Test_Sword.txt (the script, it can be any script from any existing weapon if you want but you must change all the names from that weapon to your weapons name and change the name of the txt to "Weapon_[your weapons name]"
-
Weapon_Test_Sword.dts (the model you made for the add on, make sure your script has the name of what you named the .dts)
-
Server.txt (basically just "Weapon_Test_Sword" or whatever. I think the Server.txt is the name that shows up in add on menu/wrench menu. but im not sure)



Is any of this right? If not tell me what I got wrong and tell me what I need instead of the wrong thing. If I need to add anything tell me what it is(if its a txt(not long script) like the description, just tell me what words/codes I need to have in it.

I only faintly remember what you need for add ons to work. If any of this is right, can you tell me? If its wrong, tell me what is right. Or if I need to add anything tell me that too please.

Weapon_Test_Sword.zip
-
description.txt (if I remember correct, it should have the description, authors name, and add on type(weapon etc.)
-
Weapon_Test_Sword.txt (the script, it can be any script from any existing weapon if you want but you must change all the names from that weapon to your weapons name and change the name of the txt to "Weapon_[your weapons name]"
-
Weapon_Test_Sword.dts (the model you made for the add on, make sure your script has the name of what you named the .dts)
-
Server.txt (basically just "Weapon_Test_Sword" or whatever. I think the Server.txt is the name that shows up in add on menu/wrench menu. but im not sure)



Is any of this right? If not tell me what I got wrong and tell me what I need instead of the wrong thing. If I need to add anything tell me what it is(if its a txt(not long script) like the description, just tell me what words/codes I need to have in it.
Oh yeah, and you need what ever colors you used in your modeling program in the .zip too right? Or the model wont be colored.

Oh yeah, and you need what ever colors you used in your modeling program in the .zip too right? Or the model wont be colored.
I think you mean textures