Blockland Forums > Modification Help
Add-On Not Appearing (Does this belong here or in Help?)
Ipquarx:
put the .cs in the add-ons folder, then start up the game and type this into the console:
exec("add-ons/(enter filename here).cs");
Warbler:
--- Quote from: Ipquarx on November 27, 2011, 01:02:15 PM ---put the .cs in the add-ons folder, then start up the game and type this into the console:
exec("add-ons/(enter filename here).cs");
--- End quote ---
Can't have .cs files in root add-on directory.
jes00:
--- Quote from: Warbler on November 27, 2011, 01:26:56 PM ---Can't have .cs files in root add-on directory.
--- End quote ---
He mean't exec("add-ons/Client_YOUR_ADD_ON_NAME_HERE/client.cs");
Counter98:
What's the name of the add-on, and can you post what's inside the namecheck file?
If these don't match up, it won't execute. Also, add-on's with ()'s don't execute, because they are seen as copies of an add-on.
Headcrab Zombie:
--- Quote from: Counter98 on November 27, 2011, 03:02:47 PM ---What's the name of the add-on, and can you post what's inside the namecheck file?
--- End quote ---
Namecheck isn't needed, and is entirely pointless for a practice add-on that won't be released
A few things to do:
Make sure your description.txt and client.cs are correctly spelled.
Make sure your client.cs is actually client.cs, and not client.cs.txt
Make sure the two files are in a subfolder in the add-ons folder
Make sure the subfolder follows the broad naming requirement (Category_Name)
Did you put it in the Blockland folder in My Documents?
Check the console for errors related to your add-on - Either look through the console in-game, or close the game open the console.log file and ctrl+f for your add-on name