Jump to content

unable to use mod sensors on stock contracts


Recommended Posts

so right now all you can use on this contract is the stock temperature sensor. all the others are worthless. unless you go in and edit the file yourself and add all the mod temperature sensors you have in the partnames list in the persistent file. 

this shouldnt be too hard to fix and everyone can use all of their mod sensors on stock contracts. 

maybe fix the funds,science and reputation multipliers while you are in there as well? 

Spoiler

PART_REQUEST // A potential thermometer request for satellites
        {
            Article = a // Article (A/An) to be used prior to part description
            PartDescription = #autoLOC_500055 //#autoLOC_500055 = thermometer
            VesselDescription = #autoLOC_500056 //#autoLOC_500056 = satellite
            Keyword = #autoLOC_500057 //#autoLOC_500057 = Scientific
            Part = sensorThermometer // A part ID that triggers this request                                      this should be a sensor type or experiment id instead of a discrete part name. 
            MinimumScience = 7 // A minimum value this request places on science rewards
            Trivial // Easy Contracts
            {
                Weight = 5 // How common this request is in easy contracts
                FundsMultiplier = 1.05 // The multiplier this request places on funds in easy contracts
                ScienceMultiplier = 1.25 // The multiplier this request places on science in easy contracts
                ReputationMultiplier = 1.05 // The multiplier this request places on reputation in easy contracts
            }
            Significant // Medium Contracts
            {
                Weight = 15 // How common this request is in medium contracts
                FundsMultiplier = 1.05 // The multiplier this request places on funds in medium contracts
                ScienceMultiplier = 1.25 // The multiplier this request places on science in medium contracts
                ReputationMultiplier = 1.05 // The multiplier this request places on reputation in medium contracts
            }
            Exceptional // Hard Contracts
            {
                Weight = 25 // How common this request is in hard contracts
                FundsMultiplier = 1.05 // The multiplier this request places on funds in hard contracts
                ScienceMultiplier = 1.25 // The multiplier this request places on science in hard contracts
                ReputationMultiplier = 1.05 // The multiplier this request places on reputation in hard contracts
            }
        }

which then should resolve to the partnames list in the contract definition in the persistent file. right now all you get is the stock temperature sensor once fixed there should be a list of all the sensors capable of either a sensor type temp or experiment id temperature scan. 

Spoiler

PARAM
                {
                    name = PartRequestParameter
                    state = Complete
                    disableOnStateChange = False
                    values = 0,0,0,0,0
                    article = a
                    partDescription = thermometer
                    vesselDescription = satellite
                    partNames = sensorThermometer
                }

 

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