GrayTech
Members-
Posts
17 -
Joined
-
Last visited
Reputation
2 NeutralRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
[1.2.2 / 1.3] Career Evolution Contract Pack
GrayTech replied to pap1723's topic in KSP1 Mod Releases
@flart Looks like there is a hidden requirement for that contract. In 13-SurfaceBases.cfg where it says DATA { type = Vessel requiredValue = true hidden = true uniquenessCheck = GROUP_ALL targetRover = [ MinmusRover ].Where(v => v.VesselType() == Rover && v.IsLanded() == true).SelectUnique() title = Get the Minmus Base Scout Rover } Change 'hidden = true' to 'hidden = false' and then start KSP if this is requirement is unment then I would think you either deleted the rover from the BaseMinmusScout mission or its vessel type is not Rover. If it is not a rover then change it to be a rover. If you deleted the craft then after copying your save go into the contract archive in cheats and delete 'BaseMinmusScout' and redo the mission. -
[1.2.2 / 1.3] Career Evolution Contract Pack
GrayTech replied to pap1723's topic in KSP1 Mod Releases
Generally yes. You want to use this with a planetary system similar to the base game. You would have to mod it for station and base core contacts to work with planet packs that have multiple suns. "Kerbin" should be the third planet from the sun. You also want a couple of planets between Kerbin and the first gas giant and you don't want gas giants to have a surface -
[1.2.2 / 1.3] Career Evolution Contract Pack
GrayTech replied to pap1723's topic in KSP1 Mod Releases
Too late for ble but here is the formula I use which is less explosive in reward growth if anyone wants it. Kerbucks = Round(Pow(2.0 * 0.00000000006674 * HomeWorld().Mass() / (HomeWorld().Radius() + HomeWorld().AtmosphereAltitude()), 0.5)/(20.0 - Min(19.9999, 0.00000000006674 * HomeWorld().Mass() / Pow(HomeWorld().Radius(), 2.0))) * 17.2616037 + 501.0,1000.0) Kerbucks2 = @/Kerbucks * 2 ... This calculates orbital velocity and then how long it would take to accelerate based on 20 m/s^2 minus the effect of gravity (yes it would actually change over time). I times it by an a appropriate number and add 500 and then round it. This get the same 6000 value in the default game but only increases to 9000 for a 2.5x Kerbin. The default calculation would get you 15000 -
[1.9.1 - 1.10.x] Beyond Home 1.5.0 (Supports Parallax)
GrayTech replied to Gameslinx's topic in KSP1 Mod Releases
I was writing some grand tour missions based on Tux's old mission pack. I was surprised that Destiny, Fate and Kerbol are defined as planets and that Kerbol's planets are defined as moons. Right now I determine if a body is a sun by checking if one of the first four children have a moon. Anyone have a good idea how to figure out more pragmatically if a planet is a gas giant since they have a surface in this pack?- 1,650 replies
-
@linuxgurugamer I included a quicksave in the bug report. Will that do? The save is a little messy because I added and removed mods until I was able to isolate it to this one. The craft in that file is meant to be cheated back to kerbin orbit after retrieving the mun rock. You can probably just quicksave before the vehicle recovery for a quicker test.
-
[1.11] RemoteTech v1.9.9 [2020-12-19]
GrayTech replied to tomek.piotrowski's topic in KSP1 Mod Releases
Hi am I correct in my understanding that RemoteTech does not work with the new DLC Experiment Control Station(centralStation)? It shows as not having a connection and I don't see the science transmitted going up. That is I assume NA means there is no connections. -
It is definitely possible. I know that I fidget with my trackball when I play. I don't think I clicked anything when it stuck on. I do see that KOS was throwing a lot of null errors in my log. I have reinstalled KOS and I will see if this could have been contributing to the problem. I have never deliberately used that button, and didn't know about the mouse over behavior. I always used the launchpad or runways. I will try to pay more attention and see if I am causing my own problems.
-
[KSP 1.8 - 1.12+] - Probes Before Crew [PBC] Version 2.93
GrayTech replied to _Zee's topic in KSP1 Mod Releases
Looks interesting. @_Zee if you are going to move mk1pod_v2 shouldn't you also move mk1pod, which will be available in the advanced mode at start? -
[1.10.1+] Contract Configurator [v1.30.5] [2020-10-05]
GrayTech replied to nightingale's topic in KSP1 Mod Releases
Seems that that is likely the case. Reverting to RemoteTech v1.8.12 resulted in the RemoteTech contracts reappearing. -
[1.10.1+] Contract Configurator [v1.30.5] [2020-10-05]
GrayTech replied to nightingale's topic in KSP1 Mod Releases
@Brigadier I believe I have the same problem as @BadManiac. I created an issue report on the github page. -
[1.9.x] Contract Pack: Bases and Stations Reborn
GrayTech replied to linuxgurugamer's topic in KSP1 Mod Releases
Well first is that while I like driving rovers for a bit they are not generally useful in the game. Getting to explore an area when you only have a low-res scan makes it sort of useful. Second is that the SAR Sensor is at a higher level than the M700, both on the stock tech tree and the CTT. It makes it unlikely that I would have it on moderate career mode before you are about to deploy for interplanetary travel. Myself I will likely get it buy around day 250 on my current play through. I like to see the mission available a little earlier. If I didn't have SCANsat installed it would be available earlier. I suppose I could of knuckled down and had the spare 2.6 Mil I need, but trying to fix my errors is part of what I find fun about this game. edit:wrong difficulty level -
[1.9.x] Contract Pack: Bases and Stations Reborn
GrayTech replied to linuxgurugamer's topic in KSP1 Mod Releases
Well I may be the only one, but I would like to see the BaseRover mission changed so that, when the SCANsat mod is installed, a low-res scan is required rather than a hi-res one. Right now I change it myself every update.