Pandor1on Posted November 5 Share Posted November 5 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. Quote Link to comment Share on other sites More sharing options...
HebaruSan Posted November 5 Share Posted November 5 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: https://bitbucket.org/veon/kerbal-space-ponies/src/master/ 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: https://forum.kerbalspaceprogram.com/forum/29-ksp1-c-plugin-development-help-and-support/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.