Jump to content

Where should I go to learn how to mod?


Recommended Posts

Hello

I'm interested in learning how to mod. Specifically, I want to be able to change the heads of Kerbals. Kerbal Space Ponies by Veon already does this, however I'd rather not have Ponies from Friendship is Magic.

This might involve coding, modelling, making .dll files, but I have ZERO experience in ANYTHING related to modding. Where would I go to learn all of this? I've got no idea where to start.

Link to comment
Share on other sites

Since the concept that you have in mind is so similar to an existing mod, a good place to start would be understanding how the existing mod works. Here's where its source code lives:

If you install git, you can clone the project with this command:

git clone https://bitbucket.org/veon/kerbal-space-ponies.git

... which will give you a local copy of the code that you can browse and experiment with.

It looks like there's a C# plugin, so you'll likely want to take a look at the pinned references in this subforum:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...