Jump to content

Quick question - how do I replace the stock ksp system with my own?


Recommended Posts

I've so far made 2 cfg files for a star and a planet (realistic sizes btw). Module Manager successfully loads them, but the system doesn't load in the game. I've looked at the GPO mod as reference for replacing the stock system, so I don't know what I'm doing wrong. Is there a specific line of code that I need to input, or is there some other file that I'm missing?

Link to comment
Share on other sites

  • 1 month later...

download another planetpack, look at the configs, the textures, the folder structure, and most importantly, the configs again. Install kopernicus, and study the KOPERNICUS WIKI/DOCUMENTATION try to figure out as much as you can on your own, and do all that and youll find the answer to your question

Link to comment
Share on other sites

  • 1 month later...
On 6/15/2023 at 10:13 AM, Provisional Name 18 said:

I've so far made 2 cfg files for a star and a planet (realistic sizes btw). Module Manager successfully loads them, but the system doesn't load in the game. I've looked at the GPO mod as reference for replacing the stock system, so I don't know what I'm doing wrong. Is there a specific line of code that I need to input, or is there some other file that I'm missing?

This line of code, from GPP, removes ALL stock bodies:

Spoiler

@Kopernicus:FOR[INSERT PACK HERE]
{
    !Body[Sun] {}
    !Body[Moho] {}
    !Body[Eve] {}
    !Body[Gilly] {}
    !Body[Kerbin] {}
    !Body[Mun] {}
    !Body[Minmus] {}
    !Body[Duna] {}
    !Body[Ike] {}
    !Body[Dres] {}
    !Body[Jool] {}
    !Body[Laythe] {}
    !Body[Vall] {}
    !Body[Tylo] {}
    !Body[Bop] {}
    !Body[Pol] {}
    !Body[Eeloo] {}

}

 

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

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...