Jump to content

Goufalite

Members
  • Posts

    91
  • 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. 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...
  2. 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.
  3. 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).
  4. 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
  5. 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.
  6. 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.
  7. 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
  8. ROC sounds like a mini-biome. Do you have mods that add buildings to the KSC?
  9. @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.
  10. 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.
  11. 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).
  12. 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 = [email protected] title = Flying low EVA kit dsc = 1 scv = 0 sbv = 0.300000012 sci = 7.50000048 asc = True cap = 7.50000048 } Science { id = [email protected] title = Flying high EVA kit dsc = 1 scv = 0 sbv = 0.300000012 sci = 7.50000048 asc = True cap = 7.50000048 }
  13. I made an external tool which parses a savefile and puts it in a friendly form : https://github.com/Goufalite/kerbalscience#Kerbal-Science You can use the demo website or host it yourself (in PHP). But ingame, the "here and now" window is very useful!
  14. Ore To Parts is now available on CKAN! When testing the integration of the mod, there's a strange behavior with the MonoProp EVA refueler. An issue has been opened I'm looking into it.Fixed, you need to set the inventory to persistent in the difficulty settings.
  15. The Full reward mod uses this patch, the older version even excluded deployed items
×
×
  • Create New...