Author Topic: How to make an add-on?  (Read 422 times)

I'm bored, and I had an idea for an add-on. But I don't have a single idea of how to make one.  If someone could help, i'd appreciate it. I'll even give you a cookie c:  :cookie:

well the first thing is to identify what your addon is

is it an item? a playertype? a vehicle? a server script? a client script?
you will need to spend time learning how to code or at least read code if you want to do any of these
as well as modeling, for items/vehicles/custom playertypes

the best way to get started is by opening up an addon and reading its code. just open server.cs and any other .cs files with notepad or any other text editor (not microsoft word or openoffice though)