Author Topic: Add-oning things.  (Read 558 times)

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.

I can see you guys looking.

just quickly tell me right out then i'll lock.

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.

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?

client.cs is just for client sided addons.

And you might put in namecheck.txt but that's not necessary. (right?)

I just want to make it to where i can activate my addon from my addons list.

You need a description.txt file, then.