9
« on: July 20, 2010, 11:41:43 AM »
From the way I have been experimenting with mods you don't need to zip it unless you are done with it. I have found it much easier to open scripts in Dreamweaver edit it, hit Ctrl + S to save, and then go straight to my Blockland window open console and type
exec("add-ons/(addon name)/server.cs"); If you do plan to do this make sure it doesn't have a model (for future reference) or it will kick all clients off your server with an invalid packet error. I hope this was informative and not a waste of time to read.
P.S. after you execute it once in the console if your planning to edit and save again you can use the up arrow key to go back to your previous console command.