Blockland Forums > Help
Add-oning things.
Tom Gunn:
I made myslf a little addon with pandans tutorial and the only way i can get it in-game is by using the console.
How to you get your addon to automaticly show up in the add-ons list.
Tom Gunn:
I can see you guys looking.
just quickly tell me right out then i'll lock.
Space Guy:
Package it in a folder of the format Type_Name (e.g. Weapon_Gun, Script_HideNames, Gamemode_TeamDeathmatch) with at least a server.cs and description.txt file to appear in the Add-Ons menu. A mod with a client.cs file automatically executes when you start Blockland.
description.txt should be formatted with the title and author fields. Look at the ones in existing mods for an example.
Tom Gunn:
I already have it in a folder with Weapon_youritemhere and i have a server.cs
So i need a file description and a client.cs now?
TwenteFreak:
client.cs is just for client sided addons.
And you might put in namecheck.txt but that's not necessary. (right?)