Jump to content

Goufalite

Members
  • Posts

    94
  • Joined

  • Last visited

Reputation

66 Excellent

1 Follower

Contact Methods

  • Twitter
    Goufalite

Profile Information

  • About me
    I finished KSP so I'm making mods now...
  • Location
    Toulouse

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Back to Kerbin Thanks to the ION stage, a lot of spare fuel makes the return very easy. Another planet could have been reached but Vince wanted to stretch his legs... Slowing down No experience granted but well... also where do all these flags come from? Congrats on all the experience Vince and welcome back! Thanks to the Eve aerobraking we have experience points for "flying on Eve". Sorry Bob maybe next time. All flags Thanks for following this challenge! Good luck if you want to try it yourself with another route or another speciality or constraint!
  2. Duna SoI Now that Vince has done everything in Kerbin's SoI, time to plant flags elsewhere! Aerobraking on Duna Aerobraking was not sufficient... I'm not curcularizing to directly go to Ike to save fuel, so I'm waiting for a transf- All the planets Vince has visited had the bright side opposite of the main body, sorry for the view... Final refuel Attempting another aerobrake Hey that worked well! Powered landing Thanks to the two side spiders I have enough TWR to leave Duna Milking all the liquid fuel to the NERV stage Purging the oxydizer Next stop : Eve (to be continued) EVE SoI With the lander ditched there is one remaining planet for Vince to explore, but he'll attempt a risky maneuver for more style points Yup, an Eve aerobrake Check that Pe (bottom-left)... Okay nothing happened so Vince depletes the NERV stage to switch to the ION Next stop : Gilly Jetpack landing to save 60m/s of fuel (thanks physics warp!) Gotta love Gilly orbital mechanics with a jetpack Next stop : Kerbin (to be continued)
  3. (I asked reddit if such a challenge exists with no results, please provide me links if some of you already attempted this) After 2000 hours of KSP I've never leveled up a kerbal to 5 stars, a few veterans had 4 stars after some Duna missions but the game is balanced so that only 3 stars are okay for everyday career stuff and since the tech tree is finished... But when starting a kerbalism science-only run, I ran into experiments needed for 5-star scientists. I decided for the first time even since I started playing to level up a kerbal directly to 5 stars without going back to Kerbin. Contraints : Normal difficulty, Kerbal XP On, Progressive experience Off, Commnet On, no labs, a MM patch to prevent jetpack and EVA cylinder refuelling And the winner is... Vince the scientist! Full album Launch and first Kerbin Moons Actually "small" rocket for this mini-grand-tour, Clysadales, a Rhino stage, a NERV stage, an ION stage, some spare fuel and a spark/spider lander which will be refuelled (Mandatory too high TWR upon launch) Next stop : Mun 2000 hours and I still manage to forget to open the solar panels... Refuelling the lander for the next mission Next stop : Minmus Adjusting inclination for later Jetpack landing... ... thanks to the EVA cylinders Brought another jetpack since I choose not to refuel magically jetpacks Going "back" to Kerbin to use the Oberth effect and leaving Minmus when its position is equatorial relative to Kerbin Next stop : Duna (to be continued)
  4. Read the posts above. In 1.11 Squad added something for the modding community to prevent fuel resplenishing and "letting mods decide". Unfortunately since the EVA logic changed in 1.11 this mod doesn't work anymore...
  5. I'm sorry but this is not in my roadmap. Including all parts would require to add a full UI to select the part (instead of a simple slider) and I don't know how to do that. The Sandcastle mod handles this.
  6. Right-click on your game and select "properties" > "local files" > "browse" . You land a "Kerbal Space Program" folder. Then follow the installation instructions mentioned in the first post (in short merge the folders contained in the mod).
  7. Hello @bwied4, thanks for the mention but everytime you change your patch I have a "somebody quoted your post" notification... Can you either remove the mention (remove the @ and the quote) or put your patch in another post? Thanks
  8. I still didn't find the problem on my side but, I might have found something else: the config of existing parts (ore tanks,...) was persistent, I fixed this in my next version, can you take a look? (unfortunately it doesn't fix the "cursed jetpacks" problem described before, you still need to manually in the save change the reinit... field). New release v0.4.0.0 Remove energy from crafted electrical parts (thank to Github user MSchmoecker, more info) Field non-persistance Added a whitelist to the scrap module, leave "all" to scrap everything, or comma separated parts. Added a "forceRefuel" for the EVA refueler module to roleplay resource drain if the EVA parts are somewhat already full Okay more details (and the wiki will be updated) In the patches folder there is a "oretotanksEvaOverride.txt" file. Rename it to cfg and it will add a scrap module and craft module to command pods but only for jetpacks and evacylinders. This will allow to "replace" EVA tanks with monoprop. The ratio can of course be changed in the cfg file and I'd appreciate feedback if a better ratio is more interesting. The "forceRefuel" in the EVARefueler module to true is a little tricky. What it does is it attemps to refuel ALL EVA parts in the inventory system (and kerbal inventory) with the available resource of the main part, even if the EVA parts are full . Think of this as emptying completely your jetpack and refueling it.
  9. Where was it? That's the problem with mini-biomes, sometimes you need to touch the buildings to enter this kind of biome, like the R&D ones.
  10. Great! What you can do now is change in the savefile all the reinitResourcesOnStoreInVessel to False so you won't have to send "uncursed" jetpacks to your kerbals After looking at the KSP.log I find contradictory elements, sometimes it says the ModuleEvaRefueler doesn't have a RESOURCES_NEEDED node, sometimes it works... Can you put the content of the GameData/OreToParts/Patches/oretanks.cfg file here so I can see if there is something missing ?(I know there is a typo "}1" but it doesn't seem to block...) I'm preparing a debug heavy update so we can see what's wrong... EDIT : here it is : https://drive.google.com/file/d/1oJg6_IxxKCEUw6dphv-pnUeoLWYSjSmA/view?usp=sharing replace the OreToParts.dll in the GameData/OreToParts/Plugins/ folder pop the console (Alt-F12) do the "refuel EVA fuel" either put a screenshot of the console or a KSP.log after the refuel EVA action
  11. ROC sounds like a mini-biome. Do you have mods that add buildings to the KSC?
  12. @Cannon Hello, thanks for the info and the testbench! You have a lot of mods but I managed to reproduce the refueling behavior on the OLD save only with my mod (and interestingly without Module Manager since I made a clean install to test ). This is due to the fact that the savefile persisted the "reinitResourcesOnStoreInVessel" field on existing parts. What's wierd is that it happens on a brand new ship in the old save (even after completely replacing the jetpack in the VAB). I'm looking into this... I didn't have any problems pumping monoprop in the NEW save tho... Maybe it's a mod conflict (I see in the log you have KIS/KAS and your kerbals in the OLD save had electric charge). Can you put a readable mod list and eventually clone your KSP install and remove progressively "obvious" resource changing mods so we can find the culprit ? I'll test with KIS/KAS on my side.
  13. Can you provide more informations for me to investigate : - where did you put the evafix.cfg file ? (it must be in the GameData folder) - on which gamemode are you playing (sandbox,...) ? - on which version are you playing and do you have the DLCs ? - can you provide the KSP.log and a savefile (a quicksave is fine). My mod doesn't refuel automatically, you need to click on "Refuel EVA fuel" in the command pod's PAW. Automatic refueling was made in the EVA Fuel mod (which is not up to date with 1.11) Thanks.
  14. The ScienceDefs.cfg file. Caution: if you want to tweak them use Module Manager so you won't alter the original file. The evaScience experiment is a little special since the situation mask is in its own cfg file (KerbalEVA.cfg).
  15. According to the KerbalEVA.cfg file, EVA experiments (as evaScience) have a situation mask of 1 for the Banana and Golf (which means Landed, not Splashed) and 48 for the Dzhanibekov experiment (which mean Low and High Space). It looks like the general situationMask in ScienceDefs.cfg (63, any situation) is ignored. So yes, no flying! You should wait for a fix, or else copy an existing evaScience experiment and change the situation (BACKUP FIRST) : Science { id = evaScience@KerbinFlyingLow title = Flying low EVA kit dsc = 1 scv = 0 sbv = 0.300000012 sci = 7.50000048 asc = True cap = 7.50000048 } Science { id = evaScience@KerbinFlyingHigh title = Flying high EVA kit dsc = 1 scv = 0 sbv = 0.300000012 sci = 7.50000048 asc = True cap = 7.50000048 }
×
×
  • Create New...