Jump to content

[1.2.2 / 1.3] Career Evolution Contract Pack


pap1723

Recommended Posts

Career Evolution Contract Pack

The smart contract pack that fixes many of the issues in stock career mission progression.

I only play Career mode in KSP because I need to have a direction, a mission, a plan. The contracts give me something to do so I can plan my missions around them. However, I have not played stock career mode since my first career. Thanks to @nightingale and his Contract Configurator mod, I haven't had to. There are amazing mod packs created by @nightingale, @severedsolo, @inigma@Yemo and many many more. The issue I had with all of these modpacks is that they work together to some degree, but the do not necessarily progress logically because they are all from separate packs.

 

WHAT IS THE CAREER EVOLUTION?

It is a Contract Pack that takes the player from uncrewed launches like sounding rockets, to the first satellite into crewed launches that explore the solar system. There are contracts for uncrewed exploration of the solar system as well as crewed exploration that includes space stations, surface bases and more.

It uses a logical progression so you will explore your nearest planetary neighbors before getting contracts for the rest of the solar system. You crawl before you can walk before you can run.

 

WHAT ARE THE MISSIONS?

Early Space Program (No Crew)

  Reveal hidden contents

Satellites (No Crew)

  Reveal hidden contents

Mun & Minmus Exploration (No Crew)

  Reveal hidden contents

Crewed Milestones

  Reveal hidden contents

Planetary Flybys, Orbits & Landings (No Crew)

  Reveal hidden contents

Space Stations (with MUCH influence and code from @severedsolo great pack)

  Reveal hidden contents

Crewed Flybys and Landings

  Reveal hidden contents

Surface Bases (with MUCH influence and code from @severedsolo great pack)

  Reveal hidden contents

 

WHAT ELSE DO I NEED TO KNOW?

DOWNLOADS

GitHub
SpaceDock

 

License: CC-BY-NC-SA

Edited by pap1723
Link to comment
Share on other sites

This sounds amazing. I too only play in career, and have been somewhat frustrated at having to use a mashup of different contract packs. Not to mention that most of them are not updated to 1.3 and constantly spam the log. Can't wait to try this out in a fresh career.

Link to comment
Share on other sites

  On 6/17/2017 at 2:55 PM, pap1723 said:

I have a couple of ideas. Can you test if I send them to you?

Expand  

Ya feel free. To make it easier, do you maybe want to make a GPP branch on your github so that instead of having to pm me a dl link every time you make a change, you can just push stuff to git?

Link to comment
Share on other sites

I've just fired up the pack, and the first thing that jumps out at me, is that you are not disabling any stock contracts. Is that intentional? Straight away, I'm seeing overlap between the stock exploration contracts and the "First Flight" mission.

Edit; answered my own question, clearly yes as the rewards are tiny.

Edited by severedsolo
Link to comment
Share on other sites

Hmmm.. I've only just discovered this and it looks awesome for the same reasons you created it. I only just started using OPM too.

I'm actually thinking about abandoning my career game to restart with this pack. I'm currently playing with the following contract packs and they seem to mostly work fine.

  • Anomaly Surveyor (Nightingale)
  • Bases and Stations Continued (LemonSkin)
  • SCANSat (DBT85)
  • Unmanned Contracts (Spacetux)
  • Rover Contracts (Spacetux)
  • Grand Tours (Spacetux)
  • Field Research (Nightingale)
  • Interplanetary Mountaineer (Syntax)


Would you have any advice on which packs would be good to keep active (if any) while still not having too much overlap with the missions in the Career Evolution pack?
I figure the following four might be good to keep as it "looks" like they aren't covered.

  • Anomaly Surveyor (Nightingale)
  • Grand Tours (Spacetux)
  • Field Research (Nightingale)
  • Interplanetary Mountaineer (Syntax)
     

 

Link to comment
Share on other sites

  On 6/19/2017 at 6:55 AM, wile1411 said:

Hmmm.. I've only just discovered this and it looks awesome for the same reasons you created it. I only just started using OPM too.

I'm actually thinking about abandoning my career game to restart with this pack. I'm currently playing with the following contract packs and they seem to mostly work fine.

  • Anomaly Surveyor (Nightingale)
  • Bases and Stations Continued (LemonSkin)
  • SCANSat (DBT85)
  • Unmanned Contracts (Spacetux)
  • Rover Contracts (Spacetux)
  • Grand Tours (Spacetux)
  • Field Research (Nightingale)
  • Interplanetary Mountaineer (Syntax)


Would you have any advice on which packs would be good to keep active (if any) while still not having too much overlap with the missions in the Career Evolution pack?
I figure the following four might be good to keep as it "looks" like they aren't covered.

  • Anomaly Surveyor (Nightingale)
  • Grand Tours (Spacetux)
  • Field Research (Nightingale)
  • Interplanetary Mountaineer (Syntax)
     

 

Expand  

Hey @wile1411,

You are correct in your thinking about which Contract Packs to keep alongside. Also, you should be able to use ScanSAT as that support is not really implemented in my pack as well.

Enjoy!

  On 6/19/2017 at 3:32 AM, Mr Shifty said:

This looks great; I'll keep it on my radar for my next career save. Any compatibility with life support and/or end-game mods--MKS, Interstellar, etc?

Expand  

@Mr Shifty

It has "some" support with all of the major life support mods with some of the Space Station Missions. It should work well with late game mods since there are missions to land on places that are very far away from the home planet.

Link to comment
Share on other sites

I just started a new career save and was going to try this pack out, but the contracts aren't showing up at all. The pack isn't even listed in the CC settings window, while the other pack I have (tourism) is...

The CEContracts folder is in /GameData/ContractPacks, with CC 1.23.1 for KSP 1.3.

Link to comment
Share on other sites

I have been using this for a while and it is a heart mod for carer mode!

but i have just an suggestion:

add add a branch with missions that require some more skill like landing on the launchpad after, flight, suborbital flight and orbit.
you can start this in early career mode with missions like: land close to KSC and use the stock recovery system as an paramater(more that 80% return up to more that 95% return)

just an idea do with it what you want:)

Link to comment
Share on other sites

  On 6/29/2017 at 7:13 PM, Sigma88 said:

If I may ask, what caused the issue?

Expand  

Well, let me be more specific - the issue is with some code in Contract Configurator that only executes if Sigma Binary is installed (ie. the detection of what is a planet/moon when barycenters are in play).  The specific problem is it's using a stock KSP function ListExtension.MaxAt, which got broke (I suspect in the 1.2.0 refactor).  The best part is that although it's technically a KSP bug, the function isn't used in stock KSP, so the only way to trigger the problem is with a lazy modder. :P

Link to comment
Share on other sites

  On 6/29/2017 at 8:25 PM, nightingale said:

Well, let me be more specific - the issue is with some code in Contract Configurator that only executes if Sigma Binary is installed (ie. the detection of what is a planet/moon when barycenters are in play).  The specific problem is it's using a stock KSP function ListExtension.MaxAt, which got broke (I suspect in the 1.2.0 refactor).  The best part is that although it's technically a KSP bug, the function isn't used in stock KSP, so the only way to trigger the problem is with a lazy modder. :P

Expand  

gotcha :)

Link to comment
Share on other sites

  • 3 weeks later...

Posted this in the Beta thread yesterday before I realising it should have gone here.

 

I recently started playing a career game using this mod and I have a problem with a contract to return science from the Mun to Kerbin.

Here are a couple of screenshots to help explain the issue.

In the first one taken while my vehicle is on the surface, I have a green tick against "Situation Landed". However when I lift off to return the science to Kerbin (the second image) the green tick is removed.

My question is does the "Situation Landed" tick box get ticked against once I am landed back on Kerbin... feeling like this is a stupid question, but I thought I'd check before heading back to Kerbin.

qtcCyrm.png

44eyjbu.png

 

I have an update... I decided to return the sample vehicle to Kerbin and the result was that the contract was not completed.

I'm now at a loss as to what is required to satisfy this contract, so any help would be appreciated.

jmuVzNj.png

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