Author Topic: The coding file?!  (Read 400 times)

 Ok so for thoughs of you who don't know I made a post a while back about making a .cs and how I was learning coding and all that stuff but you go check it out here  --> http://forum.blockland.us/index.php?topic=229893.0 <--
 Well anyway I don't remember what to put in the folder like a description a server.cs well I cant remember so if any of you know just tell me.

 P.S.
If the test mod I made works then I relese it to this porst or a new one in maybe the addons section if I modify it or polish it off and make it so people would want it and stuff like that.

For most types of add-ons, the necessary files are:

  • client.cs, server.cs or both
  • description.txt

client.cs runs when a Blockland client starts.
server.cs runs when a Blockland server is started with the add-on enabled.

One of them are necessary for the add-on to be valid. In addition, a description.txt is necessary.
It can contain anything, but this format is recommended:

Code: [Select]
Title: Your Add-On Name
Author: Dark Star

For most types of add-ons, the necessary files are:

  • client.cs, server.cs or both
  • description.txt

client.cs runs when a Blockland client starts.
server.cs runs when a Blockland server is started with the add-on enabled.

One of them are necessary for the add-on to be valid. In addition, a description.txt is necessary.
It can contain anything, but this format is recommended:

Code: [Select]
Title: Your Add-On Name
Author: Dark Star
Ok thx for the help